/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.c | 113 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() 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() 222 bnxt_fill_coredump_record(struct bnxt *bp, struct bnxt_coredump_record *record, time64_t start, s16 start_utc, u16 total_segs, int status) bnxt_fill_coredump_record() argument
|
H A D | bnxt_coredump.h | 79 u16 total_segs; member
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | sysfs.c | 796 unsigned int total_segs = in segment_info_seq_show() local 803 for (i = 0; i < total_segs; i++) { in segment_info_seq_show() 809 if ((i % 10) == 9 || i == (total_segs - 1)) in segment_info_seq_show() 823 unsigned int total_segs = in segment_bits_seq_show() local 830 for (i = 0; i < total_segs; i++) { in segment_bits_seq_show() 965 unsigned int total_segs = le32_to_cpu(sbi->raw_super->segment_count_main); in undiscard_info_seq_show() local 974 for (i = 0; i < total_segs; i++) { in undiscard_info_seq_show()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.h | 31 u16 total_segs; member
|
H A D | bnxt_ethtool.c | 3554 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() 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() 3630 bnxt_fill_coredump_record(struct bnxt *bp, struct bnxt_coredump_record *record, time64_t start, s16 start_utc, u16 total_segs, int status) bnxt_fill_coredump_record() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 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() 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...] |
H A D | rc.c | 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() 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()
|
H A D | tid_rdma.h | 120 u32 total_segs; /* segments required to complete a request */ member
|
H A D | trace_tid.h | 60 "total_segs %u setup_head %u clear_tail %u flow_idx %u " \ 1058 __field(u32, total_segs) 1080 __entry->total_segs = req->total_segs; 1103 __entry->total_segs,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 1977 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...] |
H A D | rc.c | 297 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()
|
H A D | tid_rdma.h | 120 u32 total_segs; /* segments required to complete a request */ member
|
H A D | trace_tid.h | 60 "total_segs %u setup_head %u clear_tail %u flow_idx %u " \ 1058 __field(u32, total_segs) 1080 __entry->total_segs = req->total_segs; 1103 __entry->total_segs,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 1339 unsigned int total_segs = in segment_info_seq_show() local 1346 for (i = 0; i < total_segs; i++) { in segment_info_seq_show() 1352 if ((i % 10) == 9 || i == (total_segs - 1)) in segment_info_seq_show() 1366 unsigned int total_segs = in segment_bits_seq_show() local 1373 for (i = 0; i < total_segs; i++) { in segment_bits_seq_show()
|