Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_compressdev.c1230 ret_status = -1; in test_deflate_comp_run()
1560 ret_status = -1; in test_deflate_decomp_run()
2050 ret_status = -1; in test_deflate_comp_decomp()
2067 ret_status = -1; in test_deflate_comp_decomp()
2074 ret_status = -1; in test_deflate_comp_decomp()
2080 ret_status = -1; in test_deflate_comp_decomp()
2083 ret_status = 0; in test_deflate_comp_decomp()
2103 ret_status = -1; in test_deflate_comp_decomp()
2110 ret_status = -1; in test_deflate_comp_decomp()
2129 ret_status = 0; in test_deflate_comp_decomp()
[all …]
/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()
312 if (fw_cmd.hdr.cmd_or_resp.ret_status == in txgbe_hic_set_drv_ver()
359 if (reset_cmd.hdr.cmd_or_resp.ret_status == in txgbe_hic_reset()
H A Dtxgbe_mng.h60 u8 ret_status; 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()
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()
1248 if (token_cmd.hdr.cmd_or_resp.ret_status == FW_PHY_TOKEN_OK) in ixgbe_put_phy_token()
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()
4682 if (fw_cmd.hdr.cmd_or_resp.ret_status == in ixgbe_set_fw_drv_ver_generic()
H A Dixgbe_type.h3153 u8 ret_status; member
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c2013 enum ice_status status, ret_status; in ice_free_sw() local
2030 ret_status = ice_aq_alloc_free_res(hw, 1, sw_buf, buf_len, in ice_free_sw()
2033 if (ret_status) in ice_free_sw()
2056 ret_status = status; in ice_free_sw()
2061 return ret_status; in ice_free_sw()