HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_ERR_SFP_NOT_PRESENT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 1326 s32 status = IXGBE_ERR_SFP_NOT_PRESENT;
1334 return IXGBE_ERR_SFP_NOT_PRESENT;
1349 status = IXGBE_ERR_SFP_NOT_PRESENT;
1379 status = IXGBE_ERR_SFP_NOT_PRESENT;
1641 return IXGBE_ERR_SFP_NOT_PRESENT;
1731 status = IXGBE_ERR_SFP_NOT_PRESENT;
1895 return IXGBE_ERR_SFP_NOT_PRESENT;
1920 return IXGBE_ERR_SFP_NOT_PRESENT;
ixgbe_82598.c 873 (phy_status == IXGBE_ERR_SFP_NOT_PRESENT))
1178 status = IXGBE_ERR_SFP_NOT_PRESENT;
ixgbe_x550.c 1730 return IXGBE_ERR_SFP_NOT_PRESENT;
2821 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT)
2919 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT)
ixgbe_type.h 4297 #define IXGBE_ERR_SFP_NOT_PRESENT -20
ixgbe_common.c 508 if (status == IXGBE_SUCCESS || status == IXGBE_ERR_SFP_NOT_PRESENT) {
ixgbe.c 998 if (error == IXGBE_ERR_SFP_NOT_PRESENT)

Completed in 31 milliseconds