Home
last modified time | relevance | path

Searched refs:AQ_NIC_CFG_TCVEC2RING (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h99 #define AQ_NIC_CFG_TCVEC2RING(_NIC_CFG_, _TC_, _VEC_) \ macro
H A Daq_vec.c136 const unsigned int idx_ring = AQ_NIC_CFG_TCVEC2RING(aq_nic_cfg, in aq_vec_ring_alloc()
H A Daq_ethtool.c286 AQ_NIC_CFG_TCVEC2RING(cfg, tc, i)); in aq_ethtool_get_strings()
292 AQ_NIC_CFG_TCVEC2RING(cfg, tc, i)); in aq_ethtool_get_strings()
H A Daq_ring.c374 ring = aq_nic->aq_ring_tx[AQ_NIC_CFG_TCVEC2RING(aq_cfg, 0, vec)]; in aq_xdp_xmit()
H A Daq_nic.c878 ring = self->aq_ring_tx[AQ_NIC_CFG_TCVEC2RING(cfg, tc, vec)]; in aq_nic_xmit()