Searched refs:kcq (Results 1 – 5 of 5) sorted by relevance
439 static void kyber_ctx_queue_init(struct kyber_ctx_queue *kcq) in kyber_ctx_queue_init() argument443 spin_lock_init(&kcq->lock); in kyber_ctx_queue_init()445 INIT_LIST_HEAD(&kcq->rq_list[i]); in kyber_ctx_queue_init()567 struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]]; in kyber_bio_merge() local569 struct list_head *rq_list = &kcq->rq_list[sched_domain]; in kyber_bio_merge()572 spin_lock(&kcq->lock); in kyber_bio_merge()574 spin_unlock(&kcq->lock); in kyber_bio_merge()592 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]]; in kyber_insert_requests() local593 struct list_head *head = &kcq->rq_list[sched_domain]; in kyber_insert_requests()595 spin_lock(&kcq->lock); in kyber_insert_requests()[all …]
179 struct kcqe **kcq; member
988 struct kcqe **kcq; in cnic_alloc_kcq() local997 kcq = (struct kcqe **) info->dma.pg_arr; in cnic_alloc_kcq()998 info->kcq = kcq; in cnic_alloc_kcq()1010 (struct bnx2x_bd_chain_next *) &kcq[i][MAX_KCQE_CNT]; in cnic_alloc_kcq()2898 kcqe = &info->kcq[KCQ_PG(ri)][KCQ_IDX(ri)]; in cnic_get_kcqes()3031 prefetch(&cp->kcq1.kcq[KCQ_PG(prod)][KCQ_IDX(prod)]); in cnic_doirq()
514 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[],
1343 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[], in bnx2fc_indicate_kcqe() argument1351 kcqe = (struct fcoe_kcqe *) kcq[i++]; in bnx2fc_indicate_kcqe()