Home
last modified time | relevance | path

Searched refs:qno (Results 1 – 13 of 13) sorted by relevance

/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c35 int qno) in pending_queue_inc_front() argument
37 struct pending_queue *queue = &pqinfo->queue[qno]; in pending_queue_inc_front()
224 u32 qno) in send_cpt_command() argument
233 if (unlikely(qno >= cptvf->nr_queues)) { in send_cpt_command()
235 qno, cptvf->nr_queues); in send_cpt_command()
240 queue = &qinfo->queue[qno]; in send_cpt_command()
326 int qno) in process_pending_queue() argument
329 struct pending_queue *pqueue = &pqinfo->queue[qno]; in process_pending_queue()
346 pending_queue_inc_front(pqinfo, qno); in process_pending_queue()
362 pending_queue_inc_front(pqinfo, qno); in process_pending_queue()
[all …]
Dcptvf_main.c17 u32 qno; member
29 vq_post_process(cwqe->cptvf, cwqe->qno); in vq_work_handler()
50 cwqe_info->vq_wqe[i].qno = i; in init_worker_threads()
557 int qno) in get_cptvf_vq_wqe() argument
561 if (unlikely(qno >= cptvf->nr_queues)) in get_cptvf_vq_wqe()
565 return &nwqe_info->vq_wqe[qno]; in get_cptvf_vq_wqe()
Dcptvf.h127 void vq_post_process(struct cpt_vf *cptvf, u32 qno);
Drequest_manager.h144 void vq_post_process(struct cpt_vf *cptvf, u32 qno);
/drivers/crypto/cavium/nitrox/
Dnitrox_reqmgr.c388 int qno, ret = 0; in nitrox_process_se_request() local
425 qno = smp_processor_id() % ndev->nr_queues; in nitrox_process_se_request()
427 sr->cmdq = &ndev->pkt_inq[qno]; in nitrox_process_se_request()
464 sr->instr.irh.s.destport = SOLICIT_BASE_DPORT + qno; in nitrox_process_se_request()
Dnitrox_lib.c113 cmdq->qno = i; in nitrox_alloc_aqm_queues()
167 cmdq->qno = i; in nitrox_alloc_pktin_queues()
Dnitrox_hal.h21 void enable_aqm_ring(struct nitrox_device *ndev, int qno);
Dnitrox_dev.h60 u8 qno; member
/drivers/net/ethernet/cavium/liquidio/
Docteon_network.h574 int i, qno; in wake_txqs() local
577 qno = lio->linfo.txpciq[i % lio->oct_dev->num_iqs].s.q_no; in wake_txqs()
580 INCR_INSTRQUEUE_PKT_COUNT(lio->oct_dev, qno, in wake_txqs()
/drivers/crypto/marvell/octeontx/
Dotx_cptvf_main.c540 int qno) in get_cptvf_vq_wqe() argument
544 if (unlikely(qno >= cptvf->num_queues)) in get_cptvf_vq_wqe()
548 return &nwqe_info->vq_wqe[qno]; in get_cptvf_vq_wqe()
/drivers/scsi/lpfc/
Dlpfc_nvmet.c2186 uint32_t *payload, qno; in lpfc_nvmet_process_rcv_fcp_req() local
2260 qno = nvmebuf->idx; in lpfc_nvmet_process_rcv_fcp_req()
2262 phba, phba->sli4_hba.nvmet_mrq_hdr[qno], in lpfc_nvmet_process_rcv_fcp_req()
2263 phba->sli4_hba.nvmet_mrq_data[qno], 1, qno); in lpfc_nvmet_process_rcv_fcp_req()
2378 uint32_t size, oxid, sid, qno; in lpfc_nvmet_unsol_fcp_buffer() local
2444 qno = nvmebuf->idx; in lpfc_nvmet_unsol_fcp_buffer()
2446 phba, phba->sli4_hba.nvmet_mrq_hdr[qno], in lpfc_nvmet_unsol_fcp_buffer()
2447 phba->sli4_hba.nvmet_mrq_data[qno], 1, qno); in lpfc_nvmet_unsol_fcp_buffer()
Dlpfc_sli.c2579 lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno) in lpfc_sli_hbqbuf_add_hbqs() argument
2584 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, in lpfc_sli_hbqbuf_add_hbqs()
2585 lpfc_hbq_defs[qno]->add_count); in lpfc_sli_hbqbuf_add_hbqs()
2598 lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno) in lpfc_sli_hbqbuf_init_hbqs() argument
2601 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, in lpfc_sli_hbqbuf_init_hbqs()
2602 lpfc_hbq_defs[qno]->entry_count); in lpfc_sli_hbqbuf_init_hbqs()
2604 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, in lpfc_sli_hbqbuf_init_hbqs()
2605 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()
/drivers/net/wireless/rsi/
Drsi_mgmt.h708 static inline void rsi_set_len_qno(__le16 *addr, u16 len, u8 qno) in rsi_set_len_qno() argument
710 *addr = cpu_to_le16(len | ((qno & 7) << 12)); in rsi_set_len_qno()