Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_CONFIG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c19 return IXGBE_ERR_CONFIG; in ixgbevf_poll_for_msg()
41 return IXGBE_ERR_CONFIG; in ixgbevf_poll_for_ack()
203 s32 ret_val = IXGBE_ERR_CONFIG; in ixgbevf_obtain_mbx_lock_vf()
442 s32 ret_val = IXGBE_ERR_CONFIG; in ixgbevf_poll_mbx()
471 s32 ret_val = IXGBE_ERR_CONFIG; in ixgbevf_write_mbx()
H A Ddefines.h284 #define IXGBE_ERR_CONFIG -4 macro