Lines Matching refs:error_code
321 if (resp->error_code) { \
322 rc = rte_le_to_cpu_16(resp->error_code); \
346 if (resp->error_code) { \
347 rc = rte_le_to_cpu_16(resp->error_code); \
1772 if (rc || resp->error_code) { in bnxt_hwrm_ring_alloc()
1773 if (rc == 0 && resp->error_code) in bnxt_hwrm_ring_alloc()
1774 rc = rte_le_to_cpu_16(resp->error_code); in bnxt_hwrm_ring_alloc()
1834 if (rc || resp->error_code) { in bnxt_hwrm_ring_free()
1835 if (rc == 0 && resp->error_code) in bnxt_hwrm_ring_free()
1836 rc = rte_le_to_cpu_16(resp->error_code); in bnxt_hwrm_ring_free()
3807 if (rc || resp->error_code) { in bnxt_process_vf_resc_config_new()
3812 rc, resp->error_code); in bnxt_process_vf_resc_config_new()
3858 if (rc || resp->error_code) { in bnxt_process_vf_resc_config_old()
3863 rc, resp->error_code); in bnxt_process_vf_resc_config_old()