Symbol: sge_params
usr/src/uts/common/io/chxge/com/common.h
126
struct sge_params sge;
usr/src/uts/common/io/chxge/sge.c
102
static void configure_sge(pesge *sge, struct sge_params *p);
usr/src/uts/common/io/chxge/sge.c
1256
t1_sge_configure(pesge *sge, struct sge_params *p)
usr/src/uts/common/io/chxge/sge.c
1286
alloc_rx_resources(pesge *sge, struct sge_params *p)
usr/src/uts/common/io/chxge/sge.c
133
t1_sge_create(ch_t *sa, struct sge_params *p)
usr/src/uts/common/io/chxge/sge.c
1369
alloc_tx_resources(pesge *sge, struct sge_params *p)
usr/src/uts/common/io/chxge/sge.c
1416
t1_sge_set_coalesce_params(pesge *sge, struct sge_params *p)
usr/src/uts/common/io/chxge/sge.c
1432
configure_sge(pesge *sge, struct sge_params *p)
usr/src/uts/common/io/chxge/sge.c
98
static int alloc_rx_resources(pesge *sge, struct sge_params *p);
usr/src/uts/common/io/chxge/sge.c
99
static int alloc_tx_resources(pesge *sge, struct sge_params *p);
usr/src/uts/common/io/chxge/sge.h
441
pesge *t1_sge_create(ch_t *, struct sge_params *);
usr/src/uts/common/io/chxge/sge.h
448
extern int t1_sge_configure(pesge *sge, struct sge_params *p);
usr/src/uts/common/io/cxgbe/common/common.h
370
struct sge_params sge;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10365
struct sge_params *sge_params = &adapter->params.sge;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10374
sge_params->hps = ((hps >> s_hps) & M_HOSTPAGESIZEPF0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10381
sge_params->eq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10383
sge_params->iq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0);