Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A 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()
A Dbnxt_coredump.h79 u16 total_segs; member
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dtid_rdma.c1977 req->total_segs = 1; in tid_rdma_rcv_read_request()
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()
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()
4179 req->comp_seg == req->total_segs) { in hfi1_rc_rcv_tid_rdma_write_resp()
4388 if (req->cur_seg < req->total_segs || in hfi1_rc_rcv_tid_rdma_write_data()
4562 if (req->ack_seg == req->total_segs) { in hfi1_rc_rcv_tid_rdma_ack()
5262 if (req->ack_seg != req->total_segs) in make_tid_rdma_ack()
[all …]
A 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()
A Dtid_rdma.h120 u32 total_segs; /* segments required to complete a request */ member
A Dtrace_tid.h1058 __field(u32, total_segs)
1080 __entry->total_segs = req->total_segs;
1103 __entry->total_segs,
/linux-6.3-rc2/fs/f2fs/
A Dsysfs.c1258 unsigned int total_segs = in segment_info_seq_show() local
1265 for (i = 0; i < total_segs; i++) { in segment_info_seq_show()
1271 if ((i % 10) == 9 || i == (total_segs - 1)) in segment_info_seq_show()
1285 unsigned int total_segs = in segment_bits_seq_show() local
1292 for (i = 0; i < total_segs; i++) { in segment_bits_seq_show()

Completed in 22 milliseconds