Home
last modified time | relevance | path

Searched refs:total_segs (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.h31 u16 total_segs; member
Dbnxt_ethtool.c3554 coredump->total_segs = info.segs; in bnxt_hwrm_dbg_coredump_list()
3631 time64_t start, s16 start_utc, u16 total_segs, in bnxt_fill_coredump_record() argument
3655 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
3714 *dump_len += seg_hdr_len * coredump.total_segs; in bnxt_get_coredump()
3719 for (i = 0; i < coredump.total_segs; i++) { in bnxt_get_coredump()
3773 start_utc, coredump.total_segs + 1, in bnxt_get_coredump()
/drivers/infiniband/hw/hfi1/
Dtid_rdma.c1970 req->total_segs = 1; in tid_rdma_rcv_read_request()
2533 if (++req->comp_seg >= req->total_segs) { in hfi1_rc_rcv_tid_rdma_read_resp()
3222 if (req->ack_seg != req->total_segs) in hfi1_tid_rdma_wqe_interlock()
3240 if (req->ack_seg != req->total_segs) in hfi1_tid_rdma_wqe_interlock()
3320 priv->tid_req.total_segs = in setup_tid_rdma_wqe()
3329 wqe->lpsn += priv->tid_req.total_segs - 1; in setup_tid_rdma_wqe()
3501 if (req->alloc_seg >= req->total_segs) in hfi1_tid_write_alloc_resources()
3754 req->total_segs = num_segs; in hfi1_rc_rcv_tid_rdma_write_req()
3785 ptr->comp_seg == ptr->total_segs) { in hfi1_rc_rcv_tid_rdma_write_req()
4167 req->comp_seg == req->total_segs) { in hfi1_rc_rcv_tid_rdma_write_resp()
[all …]
Drc.c339 if (req->cur_seg != req->total_segs) in make_rc_ack()
718 __r->comp_seg == __r->total_segs)) { in hfi1_make_rc_req()
746 priv->pending_tid_w_resp += req->total_segs; in hfi1_make_rc_req()
867 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()
1125 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()
1168 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()
1485 priv->pending_tid_r_segs += req->total_segs; in update_num_rd_atomic()
1486 qp->s_num_rd_atomic += req->total_segs; in update_num_rd_atomic()
1784 if (head == tail && req->comp_seg < req->total_segs) { in hfi1_rc_send_complete()
Dtid_rdma.h120 u32 total_segs; /* segments required to complete a request */ member
Dtrace_tid.h1058 __field(u32, total_segs)
1080 __entry->total_segs = req->total_segs;
1103 __entry->total_segs,