Lines Matching refs:error
1491 * @pkt: packet for error
1527 * @layer_etype: error layer + error type
1528 * @err: error cod ein the header
2730 * @error: cqp processing err
2733 u32 *tail, u32 *error)
2737 *error = FIELD_GET(IRDMA_CQPTAIL_CQP_OP_ERR, *val);
2750 u32 newtail, error, val;
2753 irdma_get_cqp_reg_info(cqp, &val, &newtail, &error);
2754 if (error) {
2755 error = readl(cqp->dev->hw_regs[IRDMA_CQPERRCODES]);
2758 error);
3143 * @maj_err: If error, major err number
3144 * @min_err: If error, minor err number
3352 u32 error;
3371 info->error = (bool)FIELD_GET(IRDMA_CQ_ERROR, temp);
3374 if (info->error) {
3376 error = readl(cqp->dev->hw_regs[IRDMA_CQPERRCODES]);
3378 "CQP: CQPERRCODES error_code[x%08X]\n", error);
3431 if (info.error && info.op_code != IRDMA_CQP_OP_QUERY_STAG) {
3520 u32 tail, val, error;
3540 irdma_get_cqp_reg_info(cqp, &val, &tail, &error);
3581 u32 tail, val, error;
3599 irdma_get_cqp_reg_info(cqp, &val, &tail, &error);
4264 u32 tail, val, error;
4290 irdma_get_cqp_reg_info(cqp, &val, &tail, &error);
4513 u32 error, val, tail;
4521 irdma_get_cqp_reg_info(cqp, &val, &tail, &error);
4542 u32 tail, val, error;
4561 irdma_get_cqp_reg_info(cqp, &val, &tail, &error);