Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_x550.c528 if (hic.rsp.hdr.cmd_or_resp.ret_status == in ixgbe_fw_phy_activity()
1405 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()
1419 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_get_phy_token()
1421 if (token_cmd.hdr.cmd_or_resp.ret_status != FW_PHY_TOKEN_RETRY) { in ixgbe_get_phy_token()
1423 token_cmd.hdr.cmd_or_resp.ret_status); in ixgbe_get_phy_token()
1443 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_put_phy_token()
1454 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_put_phy_token()
4815 fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in ixgbe_set_fw_drv_ver_x550()
4834 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_x550()
Dixgbe_common.c4721 buf_len = (((u16)(resp->cmd_or_resp.ret_status) << 3) in ixgbe_host_interface_command()
4779 fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in ixgbe_set_fw_drv_ver_generic()
4799 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_generic()
Dixgbe_type.h3229 } cmd_or_resp; member