Searched refs:lb_property_t (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_hw.c | 33 lb_property_t lb_normal = {normal, "normal", nxge_lb_normal}; 34 lb_property_t lb_external10g = {external, "external10g", nxge_lb_ext10g}; 35 lb_property_t lb_external1000 = {external, "external1000", nxge_lb_ext1000}; 36 lb_property_t lb_external100 = {external, "external100", nxge_lb_ext100}; 37 lb_property_t lb_external10 = {external, "external10", nxge_lb_ext10}; 38 lb_property_t lb_phy10g = {internal, "phy10g", nxge_lb_phy10g}; 39 lb_property_t lb_phy1000 = {internal, "phy1000", nxge_lb_phy1000}; 40 lb_property_t lb_phy = {internal, "phy", nxge_lb_phy}; 41 lb_property_t lb_serdes10g = {internal, "serdes10g", nxge_lb_serdes10g}; 42 lb_property_t lb_serdes1000 = {internal, "serdes", nxge_lb_serdes1000}; [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | netlb.h | 82 } lb_property_t, *p_lb_property_t; typedef
|
H A D | mii.h | 353 int mii_get_loopmodes(mii_handle_t mii, lb_property_t *modes);
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_hw.c | 28 lb_property_t lb_normal = {normal, "normal", hxge_lb_normal}; 29 lb_property_t lb_mac10g = {internal, "mac10g", hxge_lb_mac10g}; 590 lb_property_t *lb_info; in hxge_set_lb()
|
/titanic_44/usr/src/uts/common/io/mii/ |
H A D | mii.c | 469 mii_get_loopmodes(mii_handle_t mh, lb_property_t *modes) in mii_get_loopmodes() 473 lb_property_t lmodes[MII_LOOPBACK_MAX]; in mii_get_loopmodes() 516 bcopy(lmodes, modes, sizeof (lb_property_t) * cnt); in mii_get_loopmodes() 577 lb_property_t modes[MII_LOOPBACK_MAX]; in mii_m_loop_ioctl() 607 sz = cnt * sizeof (lb_property_t); in mii_m_loop_ioctl() 614 if (iocp->ioc_count != (cnt * sizeof (lb_property_t))) { in mii_m_loop_ioctl()
|
/titanic_44/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 999 static lb_property_t loopmodes[] = { 1041 lb_property_t *lbpp; in rge_loop_ioctl() 1070 lbpp = (lb_property_t *)mp->b_cont->b_rptr; in rge_loop_ioctl()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 3724 static lb_property_t lb_normal = 3726 static lb_property_t lb_external = 3728 static lb_property_t lb_phy = 3730 static lb_property_t lb_serdes = 3737 lb_property_t *lbpp; in igb_loopback_ioctl() 3781 lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr; in igb_loopback_ioctl()
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 5350 static lb_property_t lb_normal = 5352 static lb_property_t lb_external1000 = 5354 static lb_property_t lb_external100 = 5356 static lb_property_t lb_external10 = 5358 static lb_property_t lb_phy = 5365 lb_property_t *lbpp; in e1000g_loopback_ioctl() 5454 lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr; in e1000g_loopback_ioctl()
|
/titanic_44/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 888 static lb_property_t loopmodes[] = { 901 lb_property_t *lbpp; in nge_loop_ioctl() 925 lbpp = (lb_property_t *)mp->b_cont->b_rptr; in nge_loop_ioctl()
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 209 static lb_property_t lb_normal = { 213 static lb_property_t lb_mac = { 217 static lb_property_t lb_external = { 4296 lb_property_t *lbpp; in ixgbe_loopback_ioctl() 4331 lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr; in ixgbe_loopback_ioctl()
|
/titanic_44/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 251 static lb_property_t loopmodes[] = { 372 lb_property_t *lbpp; in amd8111s_loopback_ioctl()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 1477 static lb_property_t loopmodes[] = { 1534 lb_property_t *lbpp; in ql_loop_ioctl()
|
/titanic_44/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 2071 static lb_property_t dmfe_loopmodes[] = {
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 1830 static lb_property_t loopmodes[] = { 1878 lb_property_t *lbpp;
|