Searched refs:kcq (Results 1 – 5 of 5) sorted by relevance
449 static void kyber_ctx_queue_init(struct kyber_ctx_queue *kcq) in kyber_ctx_queue_init() argument453 spin_lock_init(&kcq->lock); in kyber_ctx_queue_init()455 INIT_LIST_HEAD(&kcq->rq_list[i]); in kyber_ctx_queue_init()559 struct kyber_ctx_queue *kcq = &khd->kcqs[ctx->index_hw[hctx->type]]; in kyber_bio_merge() local561 struct list_head *rq_list = &kcq->rq_list[sched_domain]; in kyber_bio_merge()564 spin_lock(&kcq->lock); in kyber_bio_merge()566 spin_unlock(&kcq->lock); in kyber_bio_merge()585 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]]; in kyber_insert_requests() local586 struct list_head *head = &kcq->rq_list[sched_domain]; in kyber_insert_requests()588 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()2903 kcqe = &info->kcq[KCQ_PG(ri)][KCQ_IDX(ri)]; in cnic_get_kcqes()3036 prefetch(&cp->kcq1.kcq[KCQ_PG(prod)][KCQ_IDX(prod)]); in cnic_doirq()
514 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()