Searched refs:token_cmd (Results 1 – 1 of 1) sorted by relevance
1222 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_get_phy_token() local1225 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD; in ixgbe_get_phy_token()1226 token_cmd.hdr.buf_len = FW_PHY_TOKEN_REQ_LEN; in ixgbe_get_phy_token()1227 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()1228 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_get_phy_token()1229 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()1230 token_cmd.command_type = FW_PHY_TOKEN_REQ; in ixgbe_get_phy_token()1231 token_cmd.pad = 0; in ixgbe_get_phy_token()1232 status = ixgbe_host_interface_command(hw, (u32 *)&token_cmd, in ixgbe_get_phy_token()1233 sizeof(token_cmd), in ixgbe_get_phy_token()[all …]