Lines Matching defs:sge
269 struct sge { struct
273 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
274 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument
280 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument
282 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument
283 spinlock_t intrq_lock;
293 struct timer_list rx_timer;
298 struct timer_list tx_timer;
305 u16 max_ethqsets; /* # of available Ethernet queue sets */
306 u16 ethqsets; /* # of active Ethernet queue sets */
307 u16 ethtxq_rover; /* Tx queue to clean up next */
331 struct sge_rspq *ingr_map[MAX_INGQ]; argument
348 #define for_each_ethrxq(sge, iter) \ argument
372 struct sge sge; member