Searched refs:ixgbe_host_interface_command (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixgbe_x550.c | 522 rc = ixgbe_host_interface_command(hw, (u32 *)&hic.cmd, in ixgbe_fw_phy_activity() 1410 status = ixgbe_host_interface_command(hw, (u32 *)&token_cmd, in ixgbe_get_phy_token() 1448 status = ixgbe_host_interface_command(hw, (u32 *)&token_cmd, in ixgbe_put_phy_token() 1485 status = ixgbe_host_interface_command(hw, (u32 *)&write_cmd, in ixgbe_write_iosf_sb_reg_x550a() 1517 status = ixgbe_host_interface_command(hw, (u32 *)&hic.cmd, in ixgbe_read_iosf_sb_reg_x550a() 3442 status = ixgbe_host_interface_command(hw, (u32 *)&buffer, in ixgbe_write_ee_hostif_data_X550() 3804 status = ixgbe_host_interface_command(hw, (u32 *)&buffer, in ixgbe_update_flash_X550() 3933 status = ixgbe_host_interface_command(hw, (u32 *)&fw_cmd, in ixgbe_disable_rx_x550() 4827 ret_val = ixgbe_host_interface_command(hw, (u32 *)&fw_cmd, in ixgbe_set_fw_drv_ver_x550()
|
H A D | ixgbe_common.h | 166 s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
|
H A D | ixgbe_common.c | 4671 s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer, in ixgbe_host_interface_command() function 4792 ret_val = ixgbe_host_interface_command(hw, (u32 *)&fw_cmd, in ixgbe_set_fw_drv_ver_generic()
|