Searched refs:sge_params (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/chxge/com/ |
H A D | common.h | 99 struct sge_params { struct 128 struct sge_params sge; argument
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | sge.c | 100 static int alloc_rx_resources(pesge *sge, struct sge_params *p); 101 static int alloc_tx_resources(pesge *sge, struct sge_params *p); 104 static void configure_sge(pesge *sge, struct sge_params *p); 135 t1_sge_create(ch_t *sa, struct sge_params *p) in t1_sge_create() 1258 t1_sge_configure(pesge *sge, struct sge_params *p) in t1_sge_configure() 1288 alloc_rx_resources(pesge *sge, struct sge_params *p) in alloc_rx_resources() 1371 alloc_tx_resources(pesge *sge, struct sge_params *p) in alloc_tx_resources() 1418 t1_sge_set_coalesce_params(pesge *sge, struct sge_params *p) in t1_sge_set_coalesce_params() 1434 configure_sge(pesge *sge, struct sge_params *p) in configure_sge()
|
H A D | sge.h | 443 pesge *t1_sge_create(ch_t *, struct sge_params *); 450 extern int t1_sge_configure(pesge *sge, struct sge_params *p);
|