ixgbe_host_interface_command
ret_val = ixgbe_host_interface_command(hw, &fw_cmd,
int ixgbe_host_interface_command(struct ixgbe_hw *hw, void *, u32 length,
status = ixgbe_host_interface_command(hw, &buffer, sizeof(buffer),
status = ixgbe_host_interface_command(hw, buffer.buf, sizeof(buffer),
status = ixgbe_host_interface_command(hw, &fw_cmd,
ret_val = ixgbe_host_interface_command(hw, (u32 *)&fw_cmd,
rc = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd),
status = ixgbe_host_interface_command(hw, &token_cmd, sizeof(token_cmd),
status = ixgbe_host_interface_command(hw, &token_cmd, sizeof(token_cmd),
return ixgbe_host_interface_command(hw, &write_cmd, sizeof(write_cmd),
status = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd),