Lines Matching defs:sge
270 struct sge { struct
274 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
275 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument
281 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument
283 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument
284 spinlock_t intrq_lock;
294 struct timer_list rx_timer;
299 struct timer_list tx_timer;
306 u16 max_ethqsets; /* # of available Ethernet queue sets */
307 u16 ethqsets; /* # of active Ethernet queue sets */
308 u16 ethtxq_rover; /* Tx queue to clean up next */
332 struct sge_rspq *ingr_map[MAX_INGQ]; argument
349 #define for_each_ethrxq(sge, iter) \ argument
383 struct sge sge; member