Searched refs:total_segs (Results 1 – 7 of 7) sorted by relevance
31 u16 total_segs; member
3101 coredump->total_segs = info.segs; in bnxt_hwrm_dbg_coredump_list()3175 time64_t start, s16 start_utc, u16 total_segs, in bnxt_fill_coredump_record() argument3199 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()3255 *dump_len += seg_hdr_len * coredump.total_segs; in bnxt_get_coredump()3260 for (i = 0; i < coredump.total_segs; i++) { in bnxt_get_coredump()3306 start_utc, coredump.total_segs + 1, in bnxt_get_coredump()
609 unsigned int total_segs = in segment_info_seq_show() local616 for (i = 0; i < total_segs; i++) { in segment_info_seq_show()622 if ((i % 10) == 9 || i == (total_segs - 1)) in segment_info_seq_show()636 unsigned int total_segs = in segment_bits_seq_show() local643 for (i = 0; i < total_segs; i++) { in segment_bits_seq_show()
1970 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()3221 if (req->ack_seg != req->total_segs) in hfi1_tid_rdma_wqe_interlock()3239 if (req->ack_seg != req->total_segs) in hfi1_tid_rdma_wqe_interlock()3319 priv->tid_req.total_segs = in setup_tid_rdma_wqe()3328 wqe->lpsn += priv->tid_req.total_segs - 1; in setup_tid_rdma_wqe()3500 if (req->alloc_seg >= req->total_segs) in hfi1_tid_write_alloc_resources()3753 req->total_segs = num_segs; in hfi1_rc_rcv_tid_rdma_write_req()3784 ptr->comp_seg == ptr->total_segs) { in hfi1_rc_rcv_tid_rdma_write_req()4166 req->comp_seg == req->total_segs) { in hfi1_rc_rcv_tid_rdma_write_resp()[all …]
339 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()1126 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()1169 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()1486 priv->pending_tid_r_segs += req->total_segs; in update_num_rd_atomic()1487 qp->s_num_rd_atomic += req->total_segs; in update_num_rd_atomic()1785 if (head == tail && req->comp_seg < req->total_segs) { in hfi1_rc_send_complete()
120 u32 total_segs; /* segments required to complete a request */ member
1058 __field(u32, total_segs)1080 __entry->total_segs = req->total_segs;1103 __entry->total_segs,