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

/opensolaris-onvv-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);
562 size = sizeof (lb_normal) + sizeof (lb_mac10g);
568 lb_props[i++] = lb_normal;
606 if (lb_mode == lb_normal.value)
607 lb_info = &lb_normal;
/opensolaris-onvv-gate/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);
750 size = sizeof (lb_normal);
799 lb_props[i++] = lb_normal;
973 if (lb_mode == lb_normal.value)
974 lb_info = &lb_normal;
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3548 static lb_property_t lb_normal = variable
3581 value = sizeof (lb_normal);
3593 value = sizeof (lb_normal);
3607 lbpp[value++] = lb_normal;
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c202 static lb_property_t lb_normal = { variable
3795 value = sizeof (lb_normal);
3804 value = sizeof (lb_normal);
3815 lbpp[value++] = lb_normal;
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5078 static lb_property_t lb_normal = variable
5132 value = sizeof (lb_normal);
5157 value = sizeof (lb_normal);
5183 lbpp[value++] = lb_normal;

Completed in 95 milliseconds