Lines Matching defs:sge
437 struct sge_params sge; member
964 struct sge { struct
965 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
966 struct sge_eth_txq ptptxq; argument
967 struct sge_ctrl_txq ctrlq[MAX_CTRL_QUEUES]; argument
969 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument
970 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument
971 struct sge_uld_rxq_info **uld_rxq_info; argument
972 struct sge_uld_txq_info **uld_txq_info; argument
974 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument
977 struct sge_eohw_txq *eohw_txq; argument
978 struct sge_ofld_rxq *eohw_rxq; argument
980 struct sge_eth_rxq *mirror_rxq[NCHAN]; argument
1000 struct sge_idma_monitor_state idma_monitor; argument
1006 struct sge_rspq **ingr_map; /* qid->queue ingress queue map */ argument
1017 #define for_each_ethrxq(sge, i) for (i = 0; i < (sge)->ethqsets; i++) argument
1018 #define for_each_ofldtxq(sge, i) for (i = 0; i < (sge)->ofldqsets; i++) argument
1133 struct sge sge; member