Searched refs:ionic_qcq (Results 1 – 5 of 5) sorted by relevance
57 struct ionic_qcq { struct67 struct ionic_qcq qcq; argument72 struct ionic_qcq qcq;80 struct ionic_qcq qcq;92 struct ionic_qcq qcq;101 #define IONIC_Q_TO_QCQ(_q) container_of(_q, struct ionic_qcq, q)102 #define IONIC_CQ_TO_QCQ(_cq) container_of(_cq, struct ionic_qcq, cq)181 int ionic_qcq_service(struct ionic_qcq *qcq, int budget, ionic_cq_cb cb,206 void ionic_qcq_free(struct ionic_qcq *qcq);208 int ionic_qcq_enable(struct ionic_qcq *qcq);[all …]
34 ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable()52 ionic_qcq_disable(struct ionic_qcq *qcq) in ionic_qcq_disable()599 struct ionic_qcq **qcq) in ionic_qcq_alloc()601 struct ionic_qcq *new; in ionic_qcq_alloc()709 ionic_qcq_free(struct ionic_qcq *qcq) in ionic_qcq_free()746 (struct ionic_qcq **)&rxq); in ionic_rx_qcq_alloc()781 (struct ionic_qcq **)&txq); in ionic_tx_qcq_alloc()811 (struct ionic_qcq **)&lif->adminqcq); in ionic_admin_qcq_alloc()837 (struct ionic_qcq **)&nqcq); in ionic_notify_qcq_alloc()1474 struct ionic_qcq *qcq = &txq->qcq; in ionic_lif_txq_init()[all …]
174 struct ionic_qcq;212 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq);
338 ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq) in ionic_dev_cmd_adminq_init()
154 struct ionic_qcq *qcq = IONIC_CQ_TO_QCQ(cq); in ionic_adminq_service()