Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/cpt/
A Dcptvf_reqmanager.c35 int qno) in pending_queue_inc_front() argument
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
346 pending_queue_inc_front(pqinfo, qno); in process_pending_queue()
362 pending_queue_inc_front(pqinfo, qno); in process_pending_queue()
394 pending_queue_inc_front(pqinfo, qno); in process_pending_queue()
545 if (unlikely(qno > cptvf->nr_queues)) { in vq_post_process()
[all …]
A 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()
A Dcptvf.h127 void vq_post_process(struct cpt_vf *cptvf, u32 qno);
A Drequest_manager.h144 void vq_post_process(struct cpt_vf *cptvf, u32 qno);
/linux/drivers/crypto/cavium/nitrox/
A 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()
A Dnitrox_lib.c113 cmdq->qno = i; in nitrox_alloc_aqm_queues()
167 cmdq->qno = i; in nitrox_alloc_pktin_queues()
A Dnitrox_hal.h21 void enable_aqm_ring(struct nitrox_device *ndev, int qno);
A Dnitrox_dev.h60 u8 qno; member
/linux/drivers/net/ethernet/cavium/liquidio/
A 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()
/linux/drivers/crypto/marvell/octeontx/
A 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()
/linux/drivers/scsi/lpfc/
A 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()
A Dlpfc_sli.c2577 lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno) in lpfc_sli_hbqbuf_add_hbqs() argument
2582 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, in lpfc_sli_hbqbuf_add_hbqs()
2583 lpfc_hbq_defs[qno]->add_count); in lpfc_sli_hbqbuf_add_hbqs()
2596 lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno) in lpfc_sli_hbqbuf_init_hbqs() argument
2599 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, in lpfc_sli_hbqbuf_init_hbqs()
2600 lpfc_hbq_defs[qno]->entry_count); in lpfc_sli_hbqbuf_init_hbqs()
2602 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, in lpfc_sli_hbqbuf_init_hbqs()
2603 lpfc_hbq_defs[qno]->init_count); in lpfc_sli_hbqbuf_init_hbqs()
/linux/drivers/net/wireless/rsi/
A 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()

Completed in 68 milliseconds