Searched refs:ixgbevf_write_msg_read_ack (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe_vf.c | 328 static s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg, in ixgbevf_write_msg_read_ack() function 359 ret_val = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 3); in ixgbe_set_rar_vf() 449 err = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 2); in ixgbevf_update_xcast_mode() 481 ret_val = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 2); in ixgbe_set_vfta_vf() 546 ret_val = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 3); in ixgbevf_set_uc_addr_vf() 688 retval = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 2); in ixgbevf_rlpml_set_vf() 713 err = ixgbevf_write_msg_read_ack(hw, msg, msg, 3); in ixgbevf_negotiate_api_version() 749 err = ixgbevf_write_msg_read_ack(hw, msg, msg, 5); in ixgbevf_get_queues()
|