Searched refs:entry_cnt (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvmet.c | 306 if (axchg->state != LPFC_NVME_STE_LS_RSP || axchg->entry_cnt != 2) { in __lpfc_nvme_xmt_ls_rsp_cmp() 310 axchg->oxid, axchg->state, axchg->entry_cnt); in __lpfc_nvme_xmt_ls_rsp_cmp() 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() 881 if (axchg->state != LPFC_NVME_STE_LS_RCV || axchg->entry_cnt != 1) { in __lpfc_nvme_xmt_ls_rsp() 885 axchg->oxid, axchg->state, axchg->entry_cnt); in __lpfc_nvme_xmt_ls_rsp() 889 axchg->entry_cnt++; in __lpfc_nvme_xmt_ls_rsp() 1217 ctxp->state, ctxp->entry_cnt, ctxp->oxid); in lpfc_nvmet_xmt_fcp_release() [all …]
|
| H A D | lpfc_nvme.h | 207 uint16_t entry_cnt; member
|
| H A D | lpfc_sli.c | 3274 axchg->entry_cnt = 1; in lpfc_nvme_unsol_ls_handler()
|
| /linux/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 2509 printk(" entry_cnt %u, queue_cnt %u\n", sgp->entry_cnt, in asc_prt_asc_scsi_q() 2511 for (i = 0; i < sgp->entry_cnt; i++) { in asc_prt_asc_scsi_q() 7502 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; in asc_build_req() 7504 asc_sg_head->entry_cnt); in asc_build_req() 7940 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue() 8118 if ((sg_entry_cnt = sg_head->entry_cnt) == 0) { in AscExeScsiQueue() 8213 sg_head->entry_to_copy = sg_head->entry_cnt; in AscExeScsiQueue()
|
| /linux/fs/f2fs/ |
| H A D | node.c | 266 head->entry_cnt = 0; in __grab_nat_entry_set() 288 head->entry_cnt++; in __set_nat_cache_dirty() 316 set->entry_cnt--; in __clear_nat_cache_dirty() 3019 if (nes->entry_cnt >= max) in __adjust_nat_entry_set() 3023 if (cur->entry_cnt >= nes->entry_cnt) { in __adjust_nat_entry_set() 3081 !__has_cursum_space(journal, set->entry_cnt, NAT_JOURNAL)) in __flush_nat_entry_set() 3132 if (!set->entry_cnt) { in __flush_nat_entry_set()
|
| H A D | node.h | 165 unsigned int entry_cnt; /* the # of nat entries in set */ member
|
| H A D | segment.c | 4601 ses->entry_cnt = 0; in grab_sit_entry_set() 4621 if (ses->entry_cnt <= next->entry_cnt) { in adjust_sit_entry_set() 4636 ses->entry_cnt++; in add_sit_entry() 4645 ses->entry_cnt++; in add_sit_entry() 4730 !__has_cursum_space(journal, ses->entry_cnt, SIT_JOURNAL)) in f2fs_flush_sit_entries() 4783 ses->entry_cnt--; in f2fs_flush_sit_entries() 4791 f2fs_bug_on(sbi, ses->entry_cnt); in f2fs_flush_sit_entries()
|
| H A D | segment.h | 291 unsigned int entry_cnt; /* the # of sit entries in set */ member
|
| H A D | f2fs.h | 641 int entry_cnt = NR_INLINE_DENTRY(inode); in make_dentry_ptr_inline() local 646 d->max = entry_cnt; in make_dentry_ptr_inline() 651 SIZE_OF_DIR_ENTRY * entry_cnt; in make_dentry_ptr_inline()
|
| /linux/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/kernel/trace/ |
| H A D | bpf_trace.c | 1173 u32 entry_cnt = size / br_entry_size; in BPF_CALL_3() local 1175 entry_cnt = static_call(perf_snapshot_branch_stack)(buf, entry_cnt); in BPF_CALL_3() 1180 if (!entry_cnt) in BPF_CALL_3() 1183 return entry_cnt * br_entry_size; in BPF_CALL_3()
|
| /linux/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()
|
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 1251 static struct branch_stack *intel_pt_alloc_br_stack(unsigned int entry_cnt) in intel_pt_alloc_br_stack() argument 1255 sz += entry_cnt * sizeof(struct branch_entry); in intel_pt_alloc_br_stack() 1311 unsigned int entry_cnt = max(LBRS_MAX, pt->br_stack_sz); in intel_pt_alloc_queue() local 1313 ptq->last_branch = intel_pt_alloc_br_stack(entry_cnt); in intel_pt_alloc_queue()
|