sge_params
struct sge_params sge;
static void configure_sge(pesge *sge, struct sge_params *p);
t1_sge_configure(pesge *sge, struct sge_params *p)
alloc_rx_resources(pesge *sge, struct sge_params *p)
t1_sge_create(ch_t *sa, struct sge_params *p)
alloc_tx_resources(pesge *sge, struct sge_params *p)
t1_sge_set_coalesce_params(pesge *sge, struct sge_params *p)
configure_sge(pesge *sge, struct sge_params *p)
static int alloc_rx_resources(pesge *sge, struct sge_params *p);
static int alloc_tx_resources(pesge *sge, struct sge_params *p);
pesge *t1_sge_create(ch_t *, struct sge_params *);
extern int t1_sge_configure(pesge *sge, struct sge_params *p);
struct sge_params sge;
struct sge_params *sge_params = &adapter->params.sge;
sge_params->hps = ((hps >> s_hps) & M_HOSTPAGESIZEPF0);
sge_params->eq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0);
sge_params->iq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0);