Lines Matching refs:err_info
1467 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_hi), in qedf_process_warning_compl()
1468 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_lo)); in qedf_process_warning_compl()
1471 le32_to_cpu(cqe->cqe_info.err_info.tx_buf_off), in qedf_process_warning_compl()
1472 le32_to_cpu(cqe->cqe_info.err_info.rx_buf_off), in qedf_process_warning_compl()
1473 le32_to_cpu(cqe->cqe_info.err_info.rx_id)); in qedf_process_warning_compl()
1477 ((u64)cqe->cqe_info.err_info.err_warn_bitmap_hi << 32) | in qedf_process_warning_compl()
1478 (u64)cqe->cqe_info.err_info.err_warn_bitmap_lo; in qedf_process_warning_compl()
1493 cqe->cqe_info.err_info.rx_buf_off; in qedf_process_warning_compl()
1495 cqe->cqe_info.err_info.tx_buf_off; in qedf_process_warning_compl()
1496 io_req->rx_id = cqe->cqe_info.err_info.rx_id; in qedf_process_warning_compl()
1543 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_hi), in qedf_process_error_detect()
1544 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_lo)); in qedf_process_error_detect()
1547 le32_to_cpu(cqe->cqe_info.err_info.tx_buf_off), in qedf_process_error_detect()
1548 le32_to_cpu(cqe->cqe_info.err_info.rx_buf_off), in qedf_process_error_detect()
1549 le32_to_cpu(cqe->cqe_info.err_info.rx_id)); in qedf_process_error_detect()