Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_coredump.c113 coredump->total_segs = info.segs; in bnxt_hwrm_dbg_coredump_list()
223 time64_t start, s16 start_utc, u16 total_segs, in bnxt_fill_coredump_record() argument
247 record->total_segments = cpu_to_le32(total_segs); in bnxt_fill_coredump_record()
307 *dump_len += seg_hdr_len * coredump.total_segs; in __bnxt_get_coredump()
312 for (i = 0; i < coredump.total_segs; i++) { in __bnxt_get_coredump()
366 start_utc, coredump.total_segs + 1, in __bnxt_get_coredump()
Dbnxt_coredump.h79 u16 total_segs; member
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dtid_rdma.c1977 req->total_segs = 1; in tid_rdma_rcv_read_request()
2540 if (++req->comp_seg >= req->total_segs) { in hfi1_rc_rcv_tid_rdma_read_resp()
3231 if (req->ack_seg != req->total_segs) in hfi1_tid_rdma_wqe_interlock()
3250 if (req->ack_seg != req->total_segs) in hfi1_tid_rdma_wqe_interlock()
3332 priv->tid_req.total_segs = in setup_tid_rdma_wqe()
3341 wqe->lpsn += priv->tid_req.total_segs - 1; in setup_tid_rdma_wqe()
3513 if (req->alloc_seg >= req->total_segs) in hfi1_tid_write_alloc_resources()
3766 req->total_segs = num_segs; in hfi1_rc_rcv_tid_rdma_write_req()
3797 ptr->comp_seg == ptr->total_segs) { in hfi1_rc_rcv_tid_rdma_write_req()
4179 req->comp_seg == req->total_segs) { in hfi1_rc_rcv_tid_rdma_write_resp()
[all …]
Drc.c297 if (req->cur_seg != req->total_segs) in make_rc_ack()
677 __r->comp_seg == __r->total_segs)) { in hfi1_make_rc_req()
705 priv->pending_tid_w_resp += req->total_segs; in hfi1_make_rc_req()
826 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()
1084 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()
1127 if (req->cur_seg >= req->total_segs && in hfi1_make_rc_req()
1443 priv->pending_tid_r_segs += req->total_segs; in update_num_rd_atomic()
1444 qp->s_num_rd_atomic += req->total_segs; in update_num_rd_atomic()
1742 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,
/Linux-v6.1/fs/f2fs/
Dsysfs.c1178 unsigned int total_segs = in segment_info_seq_show() local
1185 for (i = 0; i < total_segs; i++) { in segment_info_seq_show()
1191 if ((i % 10) == 9 || i == (total_segs - 1)) in segment_info_seq_show()
1205 unsigned int total_segs = in segment_bits_seq_show() local
1212 for (i = 0; i < total_segs; i++) { in segment_bits_seq_show()