Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c151 buf_len = (((u16)(resp->cmd_or_resp.ret_status) << 3) in txgbe_host_interface_command()
292 fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in txgbe_hic_set_drv_ver()
312 if (fw_cmd.hdr.cmd_or_resp.ret_status == in txgbe_hic_set_drv_ver()
344 reset_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in txgbe_hic_reset()
359 if (reset_cmd.hdr.cmd_or_resp.ret_status == in txgbe_hic_reset()
H A Dtxgbe_mng.h61 } cmd_or_resp; member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c398 if (hic.rsp.hdr.cmd_or_resp.ret_status == in ixgbe_fw_phy_activity()
1199 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_get_phy_token()
1213 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_get_phy_token()
1215 if (token_cmd.hdr.cmd_or_resp.ret_status != FW_PHY_TOKEN_RETRY) { in ixgbe_get_phy_token()
1217 token_cmd.hdr.cmd_or_resp.ret_status); in ixgbe_get_phy_token()
1237 token_cmd.hdr.cmd_or_resp.cmd_resv = 0; in ixgbe_put_phy_token()
1248 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_put_phy_token()
4622 fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in ixgbe_set_fw_drv_ver_x550()
4641 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_x550()
H A Dixgbe_common.c4604 buf_len = (((u16)(resp->cmd_or_resp.ret_status) << 3) in ixgbe_host_interface_command()
4662 fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in ixgbe_set_fw_drv_ver_generic()
4682 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_generic()
H A Dixgbe_type.h3154 } cmd_or_resp; member