Searched defs:qlnx_rx_queue (Results 1 – 1 of 1) sorted by relevance
108 struct qlnx_rx_queue { struct109 volatile __le16 *hw_cons_ptr;110 struct sw_rx_data sw_rx_ring[RX_RING_SIZE];111 uint16_t sw_rx_cons;112 uint16_t sw_rx_prod;113 struct ecore_chain rx_bd_ring;114 struct ecore_chain rx_comp_ring;115 void __iomem *hw_rxq_prod_addr;116 void *handle;119 struct qlnx_agg_info tpa_info[ETH_TPA_MAX_AGGS_NUM];[all …]