| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 60 u64 incr = (u64)(cq->cq_idx) << 32; in otx2_nix_cq_op_status() 346 if (otx2_check_rcv_errors(pfvf, cqe, cq->cq_idx)) { in otx2_rcv_pkt_handler() 370 seg_size[seg], parse, cq->cq_idx)) in otx2_rcv_pkt_handler() 378 skb_record_rx_queue(skb, cq->cq_idx); in otx2_rcv_pkt_handler() 431 ((u64)cq->cq_idx << 32) | processed_cqe); in otx2_rx_napi_handler() 445 otx2_aura_freeptr(pfvf, cq->cq_idx, bufptr + OTX2_HEAD_ROOM); in otx2_refill_pool_ptrs() 474 qidx = cq->cq_idx - pfvf->hw.rx_queues; in otx2_tx_napi_handler() 513 ((u64)cq->cq_idx << 32) | processed_cqe); in otx2_tx_napi_handler() 525 qidx = cq->cq_idx - pfvf->hw.rx_queues; in otx2_tx_napi_handler() 571 int workdone = 0, cq_idx, i; in otx2_napi_handler() local [all …]
|
| H A D | otx2_txrx.h | 142 u8 cq_idx; member
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_admin_defs.h | 266 u16 cq_idx; member 354 u16 cq_idx; member 369 u16 cq_idx; member 963 u16 cq_idx; member
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.h | 245 u8 cq_idx; /* CQ index (0 to 7) in the QS */ member 267 u8 cq_idx; /* CQ index (0 to 7) in the above QS */ member
|
| H A D | nicvf_queues.c | 764 rq->cq_idx = qidx; in nicvf_rcv_queue_config() 780 (rq->cq_idx << 16) | (rq->cont_rbdr_qs << 9) | in nicvf_rcv_queue_config() 877 sq->cq_idx = qidx; in nicvf_snd_queue_config() 884 mbx.sq.cfg = (sq->cq_qs << 3) | sq->cq_idx; in nicvf_snd_queue_config()
|
| H A D | nic.h | 123 u8 cq_idx; /* Completion queue index */ member
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mdp_sm_mt8183.h | 114 u32 cq_idx; member
|
| H A D | mdp_sm_mt8195.h | 245 u32 cq_idx; member
|
| /linux/drivers/accel/habanalabs/goya/ |
| H A D | goyaP.h | 247 u32 goya_get_queue_id_for_cq(struct hl_device *hdev, u32 cq_idx);
|
| H A D | goya.c | 5248 u32 goya_get_queue_id_for_cq(struct hl_device *hdev, u32 cq_idx) in goya_get_queue_id_for_cq() argument 5250 return cq_idx; in goya_get_queue_id_for_cq()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | irq.c | 86 queue_work(hdev->cq_wq[cq->cq_idx], &job->finish_work); in job_finish()
|
| H A D | device.c | 2246 hdev->completion_queue[i].cq_idx = i; in hl_device_init()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_fw.c | 1993 u16 cq_idx; in qedi_iscsi_send_ioreq() local 2021 cq_idx = smp_processor_id() % qedi->num_queues; in qedi_iscsi_send_ioreq() 2086 task_params.cq_rss_number = cq_idx; in qedi_iscsi_send_ioreq()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 965 static void ocrdma_qp_cq_handler(struct ocrdma_dev *dev, u16 cq_idx) in ocrdma_qp_cq_handler() argument 970 if (cq_idx >= OCRDMA_MAX_CQ) in ocrdma_qp_cq_handler() 973 cq = dev->cq_tbl[cq_idx]; in ocrdma_qp_cq_handler()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_io.c | 597 uint16_t cq_idx = smp_processor_id() % qedf->num_queues; in qedf_init_task() local 630 io_req->task_params->cq_rss_number = cq_idx; in qedf_init_task()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 352 static inline unsigned int cq_idx(unsigned int qid, u32 stride) in cq_idx() function 518 nvmeq->dbbuf_cq_db = &dev->dbbuf_dbs[cq_idx(qid, dev->db_stride)]; in nvme_dbbuf_init() 520 nvmeq->dbbuf_cq_ei = &dev->dbbuf_eis[cq_idx(qid, dev->db_stride)]; in nvme_dbbuf_init()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_cpl.h | 234 __be16 cq_idx; member
|
| /linux/drivers/accel/habanalabs/gaudi/ |
| H A D | gaudi.c | 8437 static u32 gaudi_get_queue_id_for_cq(struct hl_device *hdev, u32 cq_idx) in gaudi_get_queue_id_for_cq() argument 8439 return gaudi_cq_assignment[cq_idx]; in gaudi_get_queue_id_for_cq()
|
| /linux/drivers/accel/habanalabs/gaudi2/ |
| H A D | gaudi2.c | 11319 static u32 gaudi2_get_queue_id_for_cq(struct hl_device *hdev, u32 cq_idx) in gaudi2_get_queue_id_for_cq() argument
|