Searched refs:token_cmd (Results 1 – 2 of 2) sorted by relevance
739 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_get_phy_token() local742 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD; in ixgbe_get_phy_token()744 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()746 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()748 token_cmd.pad = 0; in ixgbe_get_phy_token()749 status = ixgbe_host_interface_command(hw, &token_cmd, sizeof(token_cmd), in ixgbe_get_phy_token()768 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_put_phy_token() local773 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_put_phy_token()775 token_cmd.port_number = hw->bus.lan_id; in ixgbe_put_phy_token()777 token_cmd.pad = 0; in ixgbe_put_phy_token()[all …]
25 int BPF_PROG(token_cmd, struct bpf_token *token, enum bpf_cmd cmd) in BPF_PROG() argument