Lines Matching defs:ret_code
352 int ret_code;
358 ret_code = ICE_ERR_NOT_READY;
364 ret_code = ICE_ERR_CFG;
372 ret_code = ice_alloc_ctrlq_sq_ring(hw, cq);
373 if (ret_code)
377 ret_code = ice_alloc_sq_bufs(hw, cq);
378 if (ret_code)
382 ret_code = ice_cfg_sq_regs(hw, cq);
383 if (ret_code)
395 return ret_code;
414 int ret_code;
420 ret_code = ICE_ERR_NOT_READY;
426 ret_code = ICE_ERR_CFG;
434 ret_code = ice_alloc_ctrlq_rq_ring(hw, cq);
435 if (ret_code)
439 ret_code = ice_alloc_rq_bufs(hw, cq);
440 if (ret_code)
444 ret_code = ice_cfg_rq_regs(hw, cq);
445 if (ret_code)
457 return ret_code;
470 int ret_code = 0;
477 ret_code = ICE_ERR_NOT_READY;
496 return ret_code;
544 int ret_code = 0;
551 ret_code = ICE_ERR_NOT_READY;
571 return ret_code;
632 int ret_code;
664 ret_code = ice_init_sq(hw, cq);
665 if (ret_code)
666 return ret_code;
669 ret_code = ice_init_rq(hw, cq);
670 if (ret_code)
678 return ret_code;
1250 int ret_code = 0;
1264 ret_code = ICE_ERR_AQ_EMPTY;
1273 ret_code = ICE_ERR_AQ_NO_WORK;
1284 ret_code = ICE_ERR_AQ_ERROR;
1330 return ret_code;