HomeSort by: relevance | last modified time | path
    Searched defs:enforce_sfp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 1373 u16 enforce_sfp = 0; local in function:ixgbe_identify_sfp_module_generic
1602 ixgbe_get_device_caps(hw, &enforce_sfp);
1603 if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP) &&
1721 u16 enforce_sfp = 0; local in function:ixgbe_identify_qsfp_module_generic
1864 ixgbe_get_device_caps(hw, &enforce_sfp);
1865 if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP)) {
ixgbe_phy.c 1373 u16 enforce_sfp = 0; local in function:ixgbe_identify_sfp_module_generic
1602 ixgbe_get_device_caps(hw, &enforce_sfp);
1603 if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP) &&
1721 u16 enforce_sfp = 0; local in function:ixgbe_identify_qsfp_module_generic
1864 ixgbe_get_device_caps(hw, &enforce_sfp);
1865 if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP)) {

Completed in 73 milliseconds