Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c33 lb_property_t lb_normal = {normal, "normal", nxge_lb_normal}; variable
690 size = sizeof (lb_normal); in nxge_loopback_ioctl()
750 size = sizeof (lb_normal); in nxge_loopback_ioctl()
799 lb_props[i++] = lb_normal; in nxge_loopback_ioctl()
973 if (lb_mode == lb_normal.value) in nxge_set_lb()
974 lb_info = &lb_normal; in nxge_set_lb()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c3718 static lb_property_t lb_normal = variable
3751 value = sizeof (lb_normal); in igb_loopback_ioctl()
3763 value = sizeof (lb_normal); in igb_loopback_ioctl()
3777 lbpp[value++] = lb_normal; in igb_loopback_ioctl()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c207 static lb_property_t lb_normal = { variable
3926 value = sizeof (lb_normal); in ixgbe_loopback_ioctl()
3935 value = sizeof (lb_normal); in ixgbe_loopback_ioctl()
3946 lbpp[value++] = lb_normal; in ixgbe_loopback_ioctl()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5133 static lb_property_t lb_normal = variable
5187 value = sizeof (lb_normal); in e1000g_loopback_ioctl()
5212 value = sizeof (lb_normal); in e1000g_loopback_ioctl()
5238 lbpp[value++] = lb_normal; in e1000g_loopback_ioctl()