Searched refs:token_cmd (Results 1 – 1 of 1) sorted by relevance
1194 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_get_phy_token() local1197 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD; in ixgbe_get_phy_token()1199 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()1201 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()1203 token_cmd.pad = 0; in ixgbe_get_phy_token()1205 sizeof(token_cmd), in ixgbe_get_phy_token()1232 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_put_phy_token() local1237 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_put_phy_token()1239 token_cmd.port_number = hw->bus.lan_id; in ixgbe_put_phy_token()1241 token_cmd.pad = 0; in ixgbe_put_phy_token()[all …]