Home
last modified time | relevance | path

Searched refs:lb_normal (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c28 lb_property_t lb_normal = {normal, "normal", hxge_lb_normal}; variable
548 size = sizeof (lb_normal) + sizeof (lb_mac10g); in hxge_loopback_ioctl()
562 size = sizeof (lb_normal) + sizeof (lb_mac10g); in hxge_loopback_ioctl()
568 lb_props[i++] = lb_normal; in hxge_loopback_ioctl()
606 if (lb_mode == lb_normal.value) in hxge_set_lb()
607 lb_info = &lb_normal; in hxge_set_lb()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c33 lb_property_t lb_normal = {normal, "normal", nxge_lb_normal}; variable
691 size = sizeof (lb_normal); in nxge_loopback_ioctl()
751 size = sizeof (lb_normal); in nxge_loopback_ioctl()
800 lb_props[i++] = lb_normal; in nxge_loopback_ioctl()
974 if (lb_mode == lb_normal.value) in nxge_set_lb()
975 lb_info = &lb_normal; in nxge_set_lb()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3769 static lb_property_t lb_normal = variable
3802 value = sizeof (lb_normal); in igb_loopback_ioctl()
3814 value = sizeof (lb_normal); in igb_loopback_ioctl()
3828 lbpp[value++] = lb_normal; in igb_loopback_ioctl()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c220 static lb_property_t lb_normal = { variable
4482 value = sizeof (lb_normal); in ixgbe_loopback_ioctl()
4491 value = sizeof (lb_normal); in ixgbe_loopback_ioctl()
4502 lbpp[value++] = lb_normal; in ixgbe_loopback_ioctl()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5392 static lb_property_t lb_normal = variable
5446 value = sizeof (lb_normal); in e1000g_loopback_ioctl()
5471 value = sizeof (lb_normal); in e1000g_loopback_ioctl()
5497 lbpp[value++] = lb_normal; in e1000g_loopback_ioctl()