Searched refs:swq (Results 1 – 9 of 9) sorted by relevance
526 kfree(srq->swq); in bnxt_qplib_destroy_srq()550 srq->swq = kcalloc(srq->hwq.max_elements, sizeof(*srq->swq), in bnxt_qplib_create_srq()552 if (!srq->swq) { in bnxt_qplib_create_srq()594 srq->swq[idx].next_idx = idx + 1; in bnxt_qplib_create_srq()595 srq->swq[srq->last_idx].next_idx = -1; in bnxt_qplib_create_srq()606 kfree(srq->swq); in bnxt_qplib_create_srq()678 srq->start_idx = srq->swq[next].next_idx; in bnxt_qplib_post_srq_recv()697 srq->swq[next].wr_id = wqe->wr_id; in bnxt_qplib_post_srq_recv()750 sq->swq = kcalloc(sq->hwq.max_elements, sizeof(*sq->swq), GFP_KERNEL); in bnxt_qplib_create_qp1()751 if (!sq->swq) { in bnxt_qplib_create_qp1()[all …]
54 struct bnxt_qplib_swq *swq; member238 struct bnxt_qplib_swq *swq; member
31 INIT_LIST_HEAD(&q->swq); in mt7615_init_tx_queues()53 INIT_LIST_HEAD(&q->swq); in mt7615_init_mcu_queue()
22 INIT_LIST_HEAD(&q->swq); in mt7603_init_tx_queue()
579 hwq = mtxq->swq->q; in mt76_stop_tx_queues()620 mtxq->swq = &dev->q_tx[mt76_txq_get_qid(txq)]; in mt76_txq_init()
134 struct list_head swq; member217 struct mt76_sw_queue *swq; member
114 INIT_LIST_HEAD(&q->swq); in mt76x02_init_tx_queue()
827 INIT_LIST_HEAD(&dev->q_tx[i].swq); in mt76u_alloc_tx()
1046 struct rvt_swqe *swq = NULL; in rvt_create_qp() local1088 sz = struct_size(swq, sg_list, init_attr->cap.max_send_sge); in rvt_create_qp()1089 swq = vzalloc_node(array_size(sz, sqsize), rdi->dparms.node); in rvt_create_qp()1090 if (!swq) in rvt_create_qp()1166 qp->s_wq = swq; in rvt_create_qp()1290 vfree(swq); in rvt_create_qp()