Searched refs:hic (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 436 } hic; in ixgbe_fw_phy_activity() local 442 memset(&hic, 0, sizeof(hic)); in ixgbe_fw_phy_activity() 443 hic.cmd.hdr.cmd = FW_PHY_ACT_REQ_CMD; in ixgbe_fw_phy_activity() 446 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_fw_phy_activity() 451 rc = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_fw_phy_activity() 826 } hic; in ixgbe_read_iosf_sb_reg_x550a() local 829 memset(&hic, 0, sizeof(hic)); in ixgbe_read_iosf_sb_reg_x550a() 830 hic.cmd.hdr.cmd = FW_INT_PHY_REQ_CMD; in ixgbe_read_iosf_sb_reg_x550a() 833 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_read_iosf_sb_reg_x550a() 837 status = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_read_iosf_sb_reg_x550a() [all …]
|