Lines Matching defs:sge
902 struct sge { struct
913 struct sge_iq fwq; /* Firmware event queue */ argument
914 struct sge_wrq *ctrlq; /* Control queues */ argument
915 struct sge_txq *txq; /* NIC tx queues */ argument
916 struct sge_rxq *rxq; /* NIC rx queues */ argument
917 struct sge_ofld_txq *ofld_txq; /* TOE tx queues */ argument
918 struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */ argument
919 struct sge_nm_txq *nm_txq; /* netmap tx queues */ argument
920 struct sge_nm_rxq *nm_rxq; /* netmap rx queues */ argument
928 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */ argument
929 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ argument
931 int8_t safe_zidx;
932 struct rx_buf_info rx_buf_info[SW_ZONE_SIZES];
993 struct sge sge; member