Lines Matching refs:error_code
206 if (resp->error_code) { \
207 rc = rte_le_to_cpu_16(resp->error_code); \
231 if (resp->error_code) { \
232 rc = rte_le_to_cpu_16(resp->error_code); \
1612 if (rc || resp->error_code) { in bnxt_hwrm_ring_alloc()
1613 if (rc == 0 && resp->error_code) in bnxt_hwrm_ring_alloc()
1614 rc = rte_le_to_cpu_16(resp->error_code); in bnxt_hwrm_ring_alloc()
1668 if (rc || resp->error_code) { in bnxt_hwrm_ring_free()
1669 if (rc == 0 && resp->error_code) in bnxt_hwrm_ring_free()
1670 rc = rte_le_to_cpu_16(resp->error_code); in bnxt_hwrm_ring_free()
3605 if (rc || resp->error_code) { in bnxt_process_vf_resc_config_new()
3610 rc, resp->error_code); in bnxt_process_vf_resc_config_new()
3656 if (rc || resp->error_code) { in bnxt_process_vf_resc_config_old()
3661 rc, resp->error_code); in bnxt_process_vf_resc_config_old()