Home
last modified time | relevance | path

Searched refs:token_cmd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c738 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_get_phy_token() local
741 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD; in ixgbe_get_phy_token()
742 token_cmd.hdr.buf_len = FW_PHY_TOKEN_REQ_LEN; in ixgbe_get_phy_token()
743 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()
744 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_get_phy_token()
745 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()
746 token_cmd.command_type = FW_PHY_TOKEN_REQ; in ixgbe_get_phy_token()
747 token_cmd.pad = 0; in ixgbe_get_phy_token()
748 status = ixgbe_host_interface_command(hw, &token_cmd, sizeof(token_cmd), in ixgbe_get_phy_token()
767 struct ixgbe_hic_phy_token_req token_cmd; ixgbe_put_phy_token() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c738 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_get_phy_token() local
741 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD; in ixgbe_get_phy_token()
742 token_cmd.hdr.buf_len = FW_PHY_TOKEN_REQ_LEN; in ixgbe_get_phy_token()
743 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()
744 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_get_phy_token()
745 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()
746 token_cmd.command_type = FW_PHY_TOKEN_REQ; in ixgbe_get_phy_token()
747 token_cmd.pad = 0; in ixgbe_get_phy_token()
748 status = ixgbe_host_interface_command(hw, &token_cmd, sizeof(token_cmd), in ixgbe_get_phy_token()
767 struct ixgbe_hic_phy_token_req token_cmd; ixgbe_put_phy_token() local
[all...]

Completed in 5 milliseconds