Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dixgbe_x550.c1191 struct ixgbe_hic_phy_token_req token_cmd; in ixgbe_get_phy_token() local
1194 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD; in ixgbe_get_phy_token()
1195 token_cmd.hdr.buf_len = FW_PHY_TOKEN_REQ_LEN; in ixgbe_get_phy_token()
1196 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()
1197 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_get_phy_token()
1198 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()
1199 token_cmd.command_type = FW_PHY_TOKEN_REQ; in ixgbe_get_phy_token()
1200 token_cmd.pad = 0; in ixgbe_get_phy_token()
1201 status = ixgbe_host_interface_command(hw, (uint32_t *)&token_cmd, in ixgbe_get_phy_token()
1202 sizeof(token_cmd), in ixgbe_get_phy_token()
[all …]