Searched defs:bge (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c53 static char debug_propname[] = "bge-debug-flags";
61 static char rxrings_propname[] = "bge-rx-rings";
62 static char txrings_propname[] = "bge-tx-rings";
63 static char eee_propname[] = "bge-eee";
1148 * updating the bge h/w to trigger h/w transmit. The bge
1234 bge_get_priv_prop(bge_t *bge, const char *pr_name, uint_t pr_valsize, argument
1240 value = bge->param_adv_pause;
1242 value = bge->param_adv_asym_pause;
1244 value = bge
[all...]
H A Dbge_impl.h116 #include "bge.h"
394 struct bge *bgep; /* (const) containing */
437 struct bge *bgep; /* (const) containing */
512 struct bge *bgep; /* (const) containing */
646 uint32_t rx_rings; /* from bge.conf */
647 uint32_t tx_rings; /* from bge.conf */
648 uint32_t eee; /* from bge.conf */
649 uint32_t default_mtu; /* from bge.conf */
674 int (*phys_restart)(struct bge *, boolean_t);
675 int (*phys_update)(struct bge *);
736 typedef struct bge { struct
[all...]

Completed in 51 milliseconds