Home
last modified time | relevance | path

Searched refs:ixgbe_host_interface_command (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/pci/
Dixgbe_x550.c497 rc = ixgbe_host_interface_command(hw, (uint32_t *)&hic.cmd, in ixgbe_fw_phy_activity()
1201 status = ixgbe_host_interface_command(hw, (uint32_t *)&token_cmd, in ixgbe_get_phy_token()
1239 status = ixgbe_host_interface_command(hw, (uint32_t *)&token_cmd, in ixgbe_put_phy_token()
1275 status = ixgbe_host_interface_command(hw, (uint32_t *)&write_cmd, in ixgbe_write_iosf_sb_reg_x550a()
1306 status = ixgbe_host_interface_command(hw, (uint32_t *)&hic.cmd, in ixgbe_read_iosf_sb_reg_x550a()
3071 status = ixgbe_host_interface_command(hw, (uint32_t *)&buffer, in ixgbe_write_ee_hostif_data_X550()
3384 status = ixgbe_host_interface_command(hw, (uint32_t *)&buffer, in ixgbe_update_flash_X550()
3513 status = ixgbe_host_interface_command(hw, (uint32_t *)&fw_cmd, in ixgbe_disable_rx_x550()
Dixgbe.h236 int32_t ixgbe_host_interface_command(struct ixgbe_hw *hw, uint32_t *buffer,
Dixgbe.c3707 int32_t ixgbe_host_interface_command(struct ixgbe_hw *hw, uint32_t *buffer, in ixgbe_host_interface_command() function