Lines Matching defs:sge
260 struct sge { struct
264 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
265 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument
271 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument
273 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument
274 spinlock_t intrq_lock;
284 struct timer_list rx_timer;
289 struct timer_list tx_timer;
314 struct sge_rspq *ingr_map[MAX_INGQ]; argument
331 #define for_each_ethrxq(sge, iter) \ argument
354 struct sge sge; member