Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A 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 …]
H A Dixgbe_mbx.h10 #define IXGBE_ERR_MBX -100 macro
H A Dixgbe_sriov.c1281 retval = IXGBE_ERR_MBX; in ixgbe_rcv_msg_from_vf()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c27 return countdown ? 0 : IXGBE_ERR_MBX; in ixgbevf_poll_for_msg()
50 return countdown ? 0 : IXGBE_ERR_MBX; in ixgbevf_poll_for_ack()
65 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_read_posted_mbx()
91 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_write_posted_mbx()
135 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_bit_vf()
153 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_msg_vf()
171 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_ack_vf()
189 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_check_for_rst_vf()
208 s32 ret_val = IXGBE_ERR_MBX; in ixgbevf_obtain_mbx_lock_vf()
H A Dvf.c345 return IXGBE_ERR_MBX; in ixgbevf_get_reta_locked()
412 return IXGBE_ERR_MBX; in ixgbevf_get_rss_key_locked()
445 return IXGBE_ERR_MBX; in ixgbevf_set_rar_vf()
812 return IXGBE_ERR_MBX; in ixgbevf_set_rlpml_vf()
914 return IXGBE_ERR_MBX; in ixgbevf_get_queues()
H A Dmbx.h10 #define IXGBE_ERR_MBX -100 macro
H A Dixgbevf_main.c2056 if (err == IXGBE_ERR_MBX) in ixgbevf_vlan_rx_add_vid()
3612 err = IXGBE_ERR_MBX; in ixgbevf_open()