Searched refs:kcq (Results 1 – 5 of 5) sorted by relevance
444 static void kyber_ctx_queue_init(struct kyber_ctx_queue *kcq) in kyber_ctx_queue_init() argument448 spin_lock_init(&kcq->lock); in kyber_ctx_queue_init()450 INIT_LIST_HEAD(&kcq->rq_list[i]); in kyber_ctx_queue_init()573 struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]]; in kyber_bio_merge() local575 struct list_head *rq_list = &kcq->rq_list[sched_domain]; in kyber_bio_merge()578 spin_lock(&kcq->lock); in kyber_bio_merge()580 spin_unlock(&kcq->lock); in kyber_bio_merge()599 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]]; in kyber_insert_requests() local600 struct list_head *head = &kcq->rq_list[sched_domain]; in kyber_insert_requests()602 spin_lock(&kcq->lock); in kyber_insert_requests()[all …]
179 struct kcqe **kcq; member
989 struct kcqe **kcq; in cnic_alloc_kcq() local998 kcq = (struct kcqe **) info->dma.pg_arr; in cnic_alloc_kcq()999 info->kcq = kcq; in cnic_alloc_kcq()1011 (struct bnx2x_bd_chain_next *) &kcq[i][MAX_KCQE_CNT]; in cnic_alloc_kcq()2905 kcqe = &info->kcq[KCQ_PG(ri)][KCQ_IDX(ri)]; in cnic_get_kcqes()3038 prefetch(&cp->kcq1.kcq[KCQ_PG(prod)][KCQ_IDX(prod)]); in cnic_doirq()
513 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[],
1342 void bnx2fc_indicate_kcqe(void *context, struct kcqe *kcq[], in bnx2fc_indicate_kcqe() argument1350 kcqe = (struct fcoe_kcqe *) kcq[i++]; in bnx2fc_indicate_kcqe()