Searched refs:lb_property_t (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dnetlb.h82 } lb_property_t, *p_lb_property_t; typedef in typeref:struct:_lb_property_t
H A Dmii.h353 int mii_get_loopmodes(mii_handle_t mii, lb_property_t *modes);
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c33 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_serdes100
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c28 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;
/opensolaris-onvv-gate/usr/src/uts/common/io/mii/
H A Dmii.c469 mii_get_loopmodes(mii_handle_t mh, lb_property_t *modes)
473 lb_property_t lmodes[MII_LOOPBACK_MAX];
516 bcopy(lmodes, modes, sizeof (lb_property_t) * cnt);
577 lb_property_t modes[MII_LOOPBACK_MAX];
607 sz = cnt * sizeof (lb_property_t);
614 if (iocp->ioc_count != (cnt * sizeof (lb_property_t))) {
/opensolaris-onvv-gate/usr/src/uts/common/io/rge/
H A Drge_main.c999 static lb_property_t loopmodes[] = {
1041 lb_property_t *lbpp;
1070 lbpp = (lb_property_t *)mp->b_cont->b_rptr;
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3548 static lb_property_t lb_normal =
3550 static lb_property_t lb_external =
3552 static lb_property_t lb_phy =
3554 static lb_property_t lb_serdes =
3561 lb_property_t *lbpp;
3605 lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr;
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5078 static lb_property_t lb_normal =
5080 static lb_property_t lb_external1000 =
5082 static lb_property_t lb_external100 =
5084 static lb_property_t lb_external10 =
5086 static lb_property_t lb_phy =
5093 lb_property_t *lbpp;
5182 lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr;
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c202 static lb_property_t lb_normal = {
206 static lb_property_t lb_mac = {
210 static lb_property_t lb_external = {
3778 lb_property_t *lbpp;
3813 lbpp = (lb_property_t *)(uintptr_t)mp->b_cont->b_rptr;
/opensolaris-onvv-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c888 static lb_property_t loopmodes[] = {
901 lb_property_t *lbpp;
925 lbpp = (lb_property_t *)mp->b_cont->b_rptr;
/opensolaris-onvv-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c251 static lb_property_t loopmodes[] = {
372 lb_property_t *lbpp;
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c1477 static lb_property_t loopmodes[] = {
1534 lb_property_t *lbpp;
/opensolaris-onvv-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c2071 static lb_property_t dmfe_loopmodes[] = {
/opensolaris-onvv-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1734 static lb_property_t loopmodes[] = {
1782 lb_property_t *lbpp;

Completed in 218 milliseconds