Lines Matching defs:sge
271 struct sge { struct
275 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
276 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument
282 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument
284 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument
285 spinlock_t intrq_lock;
295 struct timer_list rx_timer;
300 struct timer_list tx_timer;
307 u16 max_ethqsets; /* # of available Ethernet queue sets */
308 u16 ethqsets; /* # of active Ethernet queue sets */
309 u16 ethtxq_rover; /* Tx queue to clean up next */
333 struct sge_rspq *ingr_map[MAX_INGQ]; argument
350 #define for_each_ethrxq(sge, iter) \ argument
384 struct sge sge; member