Symbol: lb_property_t
usr/src/uts/common/io/bge/bge_main2.c
1816
static lb_property_t loopmodes[] = {
usr/src/uts/common/io/bge/bge_main2.c
1864
lb_property_t *lbpp;
usr/src/uts/common/io/dmfe/dmfe_main.c
2071
static lb_property_t dmfe_loopmodes[] = {
usr/src/uts/common/io/e1000g/e1000g_main.c
5390
static lb_property_t lb_normal =
usr/src/uts/common/io/e1000g/e1000g_main.c
5392
static lb_property_t lb_external1000 =
usr/src/uts/common/io/e1000g/e1000g_main.c
5394
static lb_property_t lb_external100 =
usr/src/uts/common/io/e1000g/e1000g_main.c
5396
static lb_property_t lb_external10 =
usr/src/uts/common/io/e1000g/e1000g_main.c
5398
static lb_property_t lb_phy =
usr/src/uts/common/io/e1000g/e1000g_main.c
5405
lb_property_t *lbpp;
usr/src/uts/common/io/e1000g/e1000g_main.c
5494
lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1477
static lb_property_t loopmodes[] = {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1534
lb_property_t *lbpp;
usr/src/uts/common/io/hxge/hxge_hw.c
28
lb_property_t lb_normal = {normal, "normal", hxge_lb_normal};
usr/src/uts/common/io/hxge/hxge_hw.c
29
lb_property_t lb_mac10g = {internal, "mac10g", hxge_lb_mac10g};
usr/src/uts/common/io/hxge/hxge_hw.c
590
lb_property_t *lb_info;
usr/src/uts/common/io/igb/igb_main.c
3767
static lb_property_t lb_normal =
usr/src/uts/common/io/igb/igb_main.c
3769
static lb_property_t lb_external =
usr/src/uts/common/io/igb/igb_main.c
3771
static lb_property_t lb_phy =
usr/src/uts/common/io/igb/igb_main.c
3773
static lb_property_t lb_serdes =
usr/src/uts/common/io/igb/igb_main.c
3780
lb_property_t *lbpp;
usr/src/uts/common/io/igb/igb_main.c
3824
lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
220
static lb_property_t lb_normal = {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
224
static lb_property_t lb_mac = {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
228
static lb_property_t lb_external = {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4659
lb_property_t *lbpp;
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4694
lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr;
usr/src/uts/common/io/mii/mii.c
473
mii_get_loopmodes(mii_handle_t mh, lb_property_t *modes)
usr/src/uts/common/io/mii/mii.c
477
lb_property_t lmodes[MII_LOOPBACK_MAX];
usr/src/uts/common/io/mii/mii.c
520
bcopy(lmodes, modes, sizeof (lb_property_t) * cnt);
usr/src/uts/common/io/mii/mii.c
581
lb_property_t modes[MII_LOOPBACK_MAX];
usr/src/uts/common/io/mii/mii.c
611
sz = cnt * sizeof (lb_property_t);
usr/src/uts/common/io/mii/mii.c
618
if (iocp->ioc_count != (cnt * sizeof (lb_property_t))) {
usr/src/uts/common/io/nge/nge_main.c
888
static lb_property_t loopmodes[] = {
usr/src/uts/common/io/nge/nge_main.c
901
lb_property_t *lbpp;
usr/src/uts/common/io/nge/nge_main.c
925
lbpp = (lb_property_t *)mp->b_cont->b_rptr;
usr/src/uts/common/io/nxge/nxge_hw.c
33
lb_property_t lb_normal = {normal, "normal", nxge_lb_normal};
usr/src/uts/common/io/nxge/nxge_hw.c
34
lb_property_t lb_external10g = {external, "external10g", nxge_lb_ext10g};
usr/src/uts/common/io/nxge/nxge_hw.c
35
lb_property_t lb_external1000 = {external, "external1000", nxge_lb_ext1000};
usr/src/uts/common/io/nxge/nxge_hw.c
36
lb_property_t lb_external100 = {external, "external100", nxge_lb_ext100};
usr/src/uts/common/io/nxge/nxge_hw.c
37
lb_property_t lb_external10 = {external, "external10", nxge_lb_ext10};
usr/src/uts/common/io/nxge/nxge_hw.c
38
lb_property_t lb_phy10g = {internal, "phy10g", nxge_lb_phy10g};
usr/src/uts/common/io/nxge/nxge_hw.c
39
lb_property_t lb_phy1000 = {internal, "phy1000", nxge_lb_phy1000};
usr/src/uts/common/io/nxge/nxge_hw.c
40
lb_property_t lb_phy = {internal, "phy", nxge_lb_phy};
usr/src/uts/common/io/nxge/nxge_hw.c
41
lb_property_t lb_serdes10g = {internal, "serdes10g", nxge_lb_serdes10g};
usr/src/uts/common/io/nxge/nxge_hw.c
42
lb_property_t lb_serdes1000 = {internal, "serdes", nxge_lb_serdes1000};
usr/src/uts/common/io/nxge/nxge_hw.c
43
lb_property_t lb_mac10g = {internal, "mac10g", nxge_lb_mac10g};
usr/src/uts/common/io/nxge/nxge_hw.c
44
lb_property_t lb_mac1000 = {internal, "mac1000", nxge_lb_mac1000};
usr/src/uts/common/io/nxge/nxge_hw.c
45
lb_property_t lb_mac = {internal, "mac10/100", nxge_lb_mac};
usr/src/uts/common/io/nxge/nxge_hw.c
961
lb_property_t *lb_info;
usr/src/uts/common/io/qede/qede_gld.c
1241
static lb_property_t loopmodes[] = {
usr/src/uts/common/io/qede/qede_gld.c
1873
lb_property_t *lb_prop;
usr/src/uts/common/io/rge/rge_main.c
1041
lb_property_t *lbpp;
usr/src/uts/common/io/rge/rge_main.c
1070
lbpp = (lb_property_t *)mp->b_cont->b_rptr;
usr/src/uts/common/io/rge/rge_main.c
999
static lb_property_t loopmodes[] = {
usr/src/uts/common/sys/mii.h
353
int mii_get_loopmodes(mii_handle_t mii, lb_property_t *modes);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
251
static lb_property_t loopmodes[] = {
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
372
lb_property_t *lbpp;