HomeSort by: relevance | last modified time | path
    Searched defs:token_cmd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 1400 struct ixgbe_hic_phy_token_req token_cmd; local in function:ixgbe_get_phy_token
1403 token_cmd.hdr.cmd = FW_PHY_TOKEN_REQ_CMD;
1404 token_cmd.hdr.buf_len = FW_PHY_TOKEN_REQ_LEN;
1405 token_cmd.hdr.cmd_or_resp.cmd_resv = 0;
1406 token_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM;
1407 token_cmd.port_number = hw->bus.lan_id;
1408 token_cmd.command_type = FW_PHY_TOKEN_REQ;
1409 token_cmd.pad = 0;
1410 status = ixgbe_host_interface_command(hw, (u32 *)&token_cmd,
1411 sizeof(token_cmd),
1438 struct ixgbe_hic_phy_token_req token_cmd; local in function:ixgbe_put_phy_token
    [all...]

Completed in 12 milliseconds