Lines Matching refs:ionic_qcq

54 	struct ionic_qcq *qcq;  in ionic_dim_work()
59 qcq = container_of(dim, struct ionic_qcq, dim); in ionic_dim_work()
210 struct ionic_qcq *qcq = container_of(timer, struct ionic_qcq, napi_deadline); in ionic_napi_deadline()
224 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq()
267 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable()
310 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err) in ionic_qcq_disable()
356 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit()
375 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free()
387 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free()
438 struct ionic_qcq *adminqcq; in ionic_qcqs_free()
473 static void ionic_link_qcq_interrupts(struct ionic_qcq *src_qcq, in ionic_link_qcq_interrupts()
474 struct ionic_qcq *n_qcq) in ionic_link_qcq_interrupts()
481 static int ionic_alloc_qcq_interrupt(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_alloc_qcq_interrupt()
534 unsigned int pid, struct ionic_qcq **qcq) in ionic_qcq_alloc()
542 struct ionic_qcq *new; in ionic_qcq_alloc()
773 static void ionic_qcq_sanitize(struct ionic_qcq *qcq) in ionic_qcq_sanitize()
786 static int ionic_lif_txq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_txq_init()
854 static int ionic_lif_rxq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_rxq_init()
926 struct ionic_qcq *txq; in ionic_lif_create_hwstamp_txq()
990 struct ionic_qcq *rxq; in ionic_lif_create_hwstamp_rxq()
2824 static void ionic_swap_queues(struct ionic_qcq *a, struct ionic_qcq *b) in ionic_swap_queues()
2861 struct ionic_qcq **tx_qcqs = NULL; in ionic_reconfigure_queues()
2862 struct ionic_qcq **rx_qcqs = NULL; in ionic_reconfigure_queues()
2874 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_reconfigure_queues()
2884 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_reconfigure_queues()
3434 struct ionic_qcq *qcq; in ionic_lif_adminq_init()
3483 struct ionic_qcq *qcq = lif->notifyqcq; in ionic_lif_notifyq_init()