| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_nvmet.c | 401 ctxp->oxid, ctxp->state, ctxp->entry_cnt); in lpfc_nvmet_ctxbuf_post() 449 ctxp->entry_cnt = 1; in lpfc_nvmet_ctxbuf_post() 790 ctxp->entry_cnt++; in lpfc_nvmet_xmt_fcp_op_cmp() 822 ctxp->entry_cnt++; in lpfc_nvmet_xmt_fcp_op_cmp() 889 axchg->entry_cnt++; in __lpfc_nvme_xmt_ls_rsp() 2485 ctxp->entry_cnt = 1; in lpfc_nvmet_unsol_fcp_buffer() 2777 (ctxp->entry_cnt == 1)) || in lpfc_nvmet_prep_fcp_wqe() 2783 ctxp->state, ctxp->entry_cnt); in lpfc_nvmet_prep_fcp_wqe() 3040 ctxp->entry_cnt++; in lpfc_nvmet_prep_fcp_wqe() 3499 ctxp->entry_cnt++; in lpfc_nvmet_unsol_fcp_issue_abort() [all …]
|
| H A D | lpfc_nvme.h | 207 uint16_t entry_cnt; member
|
| H A D | lpfc_sli.c | 3272 axchg->entry_cnt = 1; in lpfc_nvme_unsol_ls_handler()
|
| /linux-6.15/drivers/scsi/ |
| H A D | qlogicpti.h | 68 u8 entry_cnt; member 74 u8 entry_cnt;
|
| H A D | qlogicpti.c | 862 marker->hdr.entry_cnt = 1; in marker_frob() 872 cmd->hdr.entry_cnt = 1; in cmd_frob() 930 ++cmd->hdr.entry_cnt; in load_cmd() 937 cont->hdr.entry_cnt = 0; in load_cmd()
|
| H A D | advansys.c | 306 ushort entry_cnt; member 2510 printk(" entry_cnt %u, queue_cnt %u\n", sgp->entry_cnt, in asc_prt_asc_scsi_q() 2512 for (i = 0; i < sgp->entry_cnt; i++) { in asc_prt_asc_scsi_q() 7503 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; in asc_build_req() 7505 asc_sg_head->entry_cnt); in asc_build_req() 7941 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue() 8119 if ((sg_entry_cnt = sg_head->entry_cnt) == 0) { in AscExeScsiQueue() 8214 sg_head->entry_to_copy = sg_head->entry_cnt; in AscExeScsiQueue()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | diag.h | 287 u32 entry_cnt; member
|
| /linux-6.15/fs/f2fs/ |
| H A D | node.c | 252 head->entry_cnt = 0; in __grab_nat_entry_set() 274 head->entry_cnt++; in __set_nat_cache_dirty() 301 set->entry_cnt--; in __clear_nat_cache_dirty() 2971 if (nes->entry_cnt >= max) in __adjust_nat_entry_set() 2975 if (cur->entry_cnt >= nes->entry_cnt) { in __adjust_nat_entry_set() 3034 !__has_cursum_space(journal, set->entry_cnt, NAT_JOURNAL)) in __flush_nat_entry_set() 3085 if (!set->entry_cnt) { in __flush_nat_entry_set()
|
| H A D | node.h | 164 unsigned int entry_cnt; /* the # of nat entries in set */ member
|
| H A D | segment.c | 4525 ses->entry_cnt = 0; in grab_sit_entry_set() 4545 if (ses->entry_cnt <= next->entry_cnt) { in adjust_sit_entry_set() 4560 ses->entry_cnt++; in add_sit_entry() 4569 ses->entry_cnt++; in add_sit_entry() 4654 !__has_cursum_space(journal, ses->entry_cnt, SIT_JOURNAL)) in f2fs_flush_sit_entries() 4701 ses->entry_cnt--; in f2fs_flush_sit_entries() 4709 f2fs_bug_on(sbi, ses->entry_cnt); in f2fs_flush_sit_entries()
|
| H A D | segment.h | 307 unsigned int entry_cnt; /* the # of sit entries in set */ member
|
| H A D | f2fs.h | 575 int entry_cnt = NR_INLINE_DENTRY(inode); in make_dentry_ptr_inline() local 580 d->max = entry_cnt; in make_dentry_ptr_inline() 585 SIZE_OF_DIR_ENTRY * entry_cnt; in make_dentry_ptr_inline()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 1175 u32 entry_cnt = size / br_entry_size; in BPF_CALL_3() local 1177 entry_cnt = static_call(perf_snapshot_branch_stack)(buf, entry_cnt); in BPF_CALL_3() 1182 if (!entry_cnt) in BPF_CALL_3() 1185 return entry_cnt * br_entry_size; in BPF_CALL_3()
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_mr.c | 3224 uint8_t entry_cnt = 1; in qlafx00_fxdisc_iocb() local 3229 fx_iocb.entry_count = entry_cnt; in qlafx00_fxdisc_iocb() 3311 entry_cnt++; in qlafx00_fxdisc_iocb() 3367 entry_cnt++; in qlafx00_fxdisc_iocb() 3397 fx_iocb.entry_count = entry_cnt; in qlafx00_fxdisc_iocb()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_dcb.c | 467 req->entry_cnt = cpu_to_le16(1); in bnxt_hwrm_queue_dscp2pri_cfg()
|
| H A D | bnxt_hsi.h | 6612 __le16 entry_cnt; member 6632 __le16 entry_cnt; member
|
| /linux-6.15/tools/perf/util/ |
| H A D | intel-pt.c | 1249 static struct branch_stack *intel_pt_alloc_br_stack(unsigned int entry_cnt) in intel_pt_alloc_br_stack() argument 1253 sz += entry_cnt * sizeof(struct branch_entry); in intel_pt_alloc_br_stack() 1309 unsigned int entry_cnt = max(LBRS_MAX, pt->br_stack_sz); in intel_pt_alloc_queue() local 1311 ptq->last_branch = intel_pt_alloc_br_stack(entry_cnt); in intel_pt_alloc_queue()
|