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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c113 coredump->total_segs = info.segs;
223 time64_t start, s16 start_utc, u16 total_segs,
247 record->total_segments = cpu_to_le32(total_segs);
307 *dump_len += seg_hdr_len * coredump.total_segs;
312 for (i = 0; i < coredump.total_segs; i++) {
366 start_utc, coredump.total_segs + 1,
222 bnxt_fill_coredump_record(struct bnxt *bp, struct bnxt_coredump_record *record, time64_t start, s16 start_utc, u16 total_segs, int status) argument
H A Dbnxt_coredump.h79 u16 total_segs; member in struct:bnxt_coredump
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1977 req->total_segs = 1;
2540 if (++req->comp_seg >= req->total_segs) {
3231 if (req->ack_seg != req->total_segs)
3250 if (req->ack_seg != req->total_segs)
3332 priv->tid_req.total_segs =
3341 wqe->lpsn += priv->tid_req.total_segs - 1;
3513 if (req->alloc_seg >= req->total_segs)
3766 req->total_segs = num_segs;
3797 ptr->comp_seg == ptr->total_segs) {
4179 req->comp_seg == req->total_segs) {
[all...]
H A Dtid_rdma.h120 u32 total_segs; /* segments required to complete a request */ member in struct:tid_rdma_request
H A Drc.c297 if (req->cur_seg != req->total_segs)
677 __r->comp_seg == __r->total_segs)) {
705 priv->pending_tid_w_resp += req->total_segs;
826 if (req->cur_seg >= req->total_segs &&
1084 if (req->cur_seg >= req->total_segs &&
1127 if (req->cur_seg >= req->total_segs &&
1443 priv->pending_tid_r_segs += req->total_segs;
1444 qp->s_num_rd_atomic += req->total_segs;
1742 if (head == tail && req->comp_seg < req->total_segs) {
H A Dtrace_tid.h60 "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,
/linux-master/fs/f2fs/
H A Dsysfs.c1389 unsigned int total_segs = local
1396 for (i = 0; i < total_segs; i++) {
1402 if ((i % 10) == 9 || i == (total_segs - 1))
1416 unsigned int total_segs = local
1423 for (i = 0; i < total_segs; i++) {

Completed in 158 milliseconds