Lines Matching defs:sge
439 struct sge_params sge; member
966 struct sge { struct
967 struct sge_eth_txq ethtxq[MAX_ETH_QSETS]; argument
968 struct sge_eth_txq ptptxq; argument
969 struct sge_ctrl_txq ctrlq[MAX_CTRL_QUEUES]; argument
971 struct sge_eth_rxq ethrxq[MAX_ETH_QSETS]; argument
972 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; argument
973 struct sge_uld_rxq_info **uld_rxq_info; argument
974 struct sge_uld_txq_info **uld_txq_info; argument
976 struct sge_rspq intrq ____cacheline_aligned_in_smp; argument
979 struct sge_eohw_txq *eohw_txq; argument
980 struct sge_ofld_rxq *eohw_rxq; argument
982 struct sge_eth_rxq *mirror_rxq[NCHAN]; argument
1002 struct sge_idma_monitor_state idma_monitor; argument
1008 struct sge_rspq **ingr_map; /* qid->queue ingress queue map */ argument
1019 #define for_each_ethrxq(sge, i) for (i = 0; i < (sge)->ethqsets; i++) argument
1020 #define for_each_ofldtxq(sge, i) for (i = 0; i < (sge)->ofldqsets; i++) argument
1135 struct sge sge; member