Searched refs:entry_cnt (Results 1 – 9 of 9) 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 | 3273 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 | 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/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()
|