Searched refs:hw_cc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 162 struct cyclecounter *cc = &adapter->hw_cc; in ixgbe_ptp_setup_sdp_X540() 242 struct cyclecounter *cc = &adapter->hw_cc; in ixgbe_ptp_setup_sdp_X550() 332 container_of(cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_X550() 369 container_of(cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_82599() 609 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, ns); in ixgbe_ptp_settime() 1264 memcpy(&adapter->hw_cc, &cc, sizeof(adapter->hw_cc)); in ixgbe_ptp_start_cyclecounter() 1341 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, in ixgbe_ptp_reset()
|
D | ixgbe.h | 776 struct cyclecounter hw_cc; member
|
/Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
D | dp_rx.h | 123 bool hw_cc);
|
D | dp_rx.c | 263 bool hw_cc) in ath12k_dp_rx_bufs_replenish() argument 310 if (hw_cc) { in ath12k_dp_rx_bufs_replenish() 364 if (hw_cc) { in ath12k_dp_rx_bufs_replenish()
|