Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_MBX (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c27 return IXGBE_ERR_MBX; in ixgbe_read_mbx()
46 return IXGBE_ERR_MBX; in ixgbe_write_mbx()
49 return IXGBE_ERR_MBX; in ixgbe_write_mbx()
66 return IXGBE_ERR_MBX; in ixgbe_check_for_msg()
83 return IXGBE_ERR_MBX; in ixgbe_check_for_ack()
100 return IXGBE_ERR_MBX; in ixgbe_check_for_rst()
118 return IXGBE_ERR_MBX; in ixgbe_poll_for_msg()
123 return IXGBE_ERR_MBX; in ixgbe_poll_for_msg()
143 return IXGBE_ERR_MBX; in ixgbe_poll_for_ack()
148 return IXGBE_ERR_MBX; in ixgbe_poll_for_ack()
[all …]
Dixgbe_mbx.h10 #define IXGBE_ERR_MBX -100 macro
Dixgbe_sriov.c1331 retval = IXGBE_ERR_MBX; in ixgbe_rcv_msg_from_vf()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c129 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_bit_vf()
145 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_msg_vf()
163 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_ack_vf()
182 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_rst_vf()
Dvf.c350 return IXGBE_ERR_MBX; in ixgbevf_get_reta_locked()
418 return IXGBE_ERR_MBX; in ixgbevf_get_rss_key_locked()
451 return IXGBE_ERR_MBX; in ixgbevf_set_rar_vf()
606 ret_val = IXGBE_ERR_MBX; in ixgbevf_get_link_state_vf()
868 return IXGBE_ERR_MBX; in ixgbevf_set_rlpml_vf()
972 return IXGBE_ERR_MBX; in ixgbevf_get_queues()
Ddefines.h285 #define IXGBE_ERR_MBX -5 macro
Dixgbevf_main.c2048 if (err == IXGBE_ERR_MBX) in ixgbevf_vlan_rx_add_vid()
3622 err = IXGBE_ERR_MBX; in ixgbevf_open()