Lines Matching refs:err_s
201 struct bnxt_qplib_roce_stats *err_s) in bnxt_re_copy_err_stats() argument
204 err_s->to_retransmits; in bnxt_re_copy_err_stats()
206 err_s->seq_err_naks_rcvd; in bnxt_re_copy_err_stats()
208 err_s->max_retry_exceeded; in bnxt_re_copy_err_stats()
210 err_s->rnr_naks_rcvd; in bnxt_re_copy_err_stats()
212 err_s->missing_resp; in bnxt_re_copy_err_stats()
214 err_s->unrecoverable_err; in bnxt_re_copy_err_stats()
216 err_s->bad_resp_err; in bnxt_re_copy_err_stats()
218 err_s->local_qp_op_err; in bnxt_re_copy_err_stats()
220 err_s->local_protection_err; in bnxt_re_copy_err_stats()
222 err_s->mem_mgmt_op_err; in bnxt_re_copy_err_stats()
224 err_s->remote_invalid_req_err; in bnxt_re_copy_err_stats()
226 err_s->remote_access_err; in bnxt_re_copy_err_stats()
228 err_s->remote_op_err; in bnxt_re_copy_err_stats()
230 err_s->dup_req; in bnxt_re_copy_err_stats()
232 err_s->res_exceed_max; in bnxt_re_copy_err_stats()
234 err_s->res_length_mismatch; in bnxt_re_copy_err_stats()
236 err_s->res_exceeds_wqe; in bnxt_re_copy_err_stats()
238 err_s->res_opcode_err; in bnxt_re_copy_err_stats()
240 err_s->res_rx_invalid_rkey; in bnxt_re_copy_err_stats()
242 err_s->res_rx_domain_err; in bnxt_re_copy_err_stats()
244 err_s->res_rx_no_perm; in bnxt_re_copy_err_stats()
246 err_s->res_rx_range_err; in bnxt_re_copy_err_stats()
248 err_s->res_tx_invalid_rkey; in bnxt_re_copy_err_stats()
250 err_s->res_tx_domain_err; in bnxt_re_copy_err_stats()
252 err_s->res_tx_no_perm; in bnxt_re_copy_err_stats()
254 err_s->res_tx_range_err; in bnxt_re_copy_err_stats()
256 err_s->res_irrq_oflow; in bnxt_re_copy_err_stats()
258 err_s->res_unsup_opcode; in bnxt_re_copy_err_stats()
260 err_s->res_unaligned_atomic; in bnxt_re_copy_err_stats()
262 err_s->res_rem_inv_err; in bnxt_re_copy_err_stats()
264 err_s->res_mem_error; in bnxt_re_copy_err_stats()
266 err_s->res_srq_err; in bnxt_re_copy_err_stats()
268 err_s->res_cmp_err; in bnxt_re_copy_err_stats()
270 err_s->res_invalid_dup_rkey; in bnxt_re_copy_err_stats()
272 err_s->res_wqe_format_err; in bnxt_re_copy_err_stats()
274 err_s->res_cq_load_err; in bnxt_re_copy_err_stats()
276 err_s->res_srq_load_err; in bnxt_re_copy_err_stats()
278 err_s->res_tx_pci_err; in bnxt_re_copy_err_stats()
280 err_s->res_rx_pci_err; in bnxt_re_copy_err_stats()
282 err_s->res_oos_drop_count; in bnxt_re_copy_err_stats()
303 struct bnxt_qplib_roce_stats *err_s = NULL; in bnxt_re_ib_get_hw_stats() local
351 err_s = &rdev->stats.rstat.errs; in bnxt_re_ib_get_hw_stats()
353 rc = bnxt_qplib_get_roce_stats(&rdev->rcfw, err_s); in bnxt_re_ib_get_hw_stats()
359 bnxt_re_copy_err_stats(rdev, stats, err_s); in bnxt_re_ib_get_hw_stats()