Searched refs:delay_ops (Results 1 – 3 of 3) sorted by relevance
43 if (!soc || !soc->ops || !soc->ops->delay_ops) { in cdp_tx_delay()49 if (soc->ops->delay_ops->tx_delay) in cdp_tx_delay()50 return soc->ops->delay_ops->tx_delay(soc, pdev_id, in cdp_tx_delay()68 if (!soc || !soc->ops || !soc->ops->delay_ops) { in cdp_tx_delay_hist()74 if (soc->ops->delay_ops->tx_delay_hist) in cdp_tx_delay_hist()75 return soc->ops->delay_ops->tx_delay_hist(soc, pdev_id, in cdp_tx_delay_hist()95 if (!soc || !soc->ops || !soc->ops->delay_ops) { in cdp_tx_packet_count()101 if (soc->ops->delay_ops->tx_packet_count) in cdp_tx_packet_count()102 return soc->ops->delay_ops->tx_packet_count(soc, pdev_id, in cdp_tx_packet_count()119 if (!soc || !soc->ops || !soc->ops->delay_ops) { in cdp_tx_set_compute_interval()[all …]
2611 struct cdp_tx_delay_ops *delay_ops; member
6437 .delay_ops = &ol_ops_delay,