Lines Matching refs:ionic_qcq
49 struct ionic_qcq *qcq; in ionic_dim_work()
53 qcq = container_of(dim, struct ionic_qcq, dim); in ionic_dim_work()
188 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq()
231 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable()
267 static int ionic_qcq_disable(struct ionic_qcq *qcq, bool send_to_hw) in ionic_qcq_disable()
311 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit()
330 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free()
342 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free()
412 static void ionic_link_qcq_interrupts(struct ionic_qcq *src_qcq, in ionic_link_qcq_interrupts()
413 struct ionic_qcq *n_qcq) in ionic_link_qcq_interrupts()
424 static int ionic_alloc_qcq_interrupt(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_alloc_qcq_interrupt()
477 unsigned int pid, struct ionic_qcq **qcq) in ionic_qcq_alloc()
485 struct ionic_qcq *new; in ionic_qcq_alloc()
658 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_qcqs_alloc()
662 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_qcqs_alloc()
682 static void ionic_qcq_sanitize(struct ionic_qcq *qcq) in ionic_qcq_sanitize()
693 static int ionic_lif_txq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_txq_init()
754 static int ionic_lif_rxq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_rxq_init()
2169 static void ionic_swap_queues(struct ionic_qcq *a, struct ionic_qcq *b) in ionic_swap_queues()
2198 struct ionic_qcq **tx_qcqs = NULL; in ionic_reconfigure_queues()
2199 struct ionic_qcq **rx_qcqs = NULL; in ionic_reconfigure_queues()
2208 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_reconfigure_queues()
2214 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_reconfigure_queues()
2666 struct ionic_qcq *qcq; in ionic_lif_adminq_init()
2707 struct ionic_qcq *qcq = lif->notifyqcq; in ionic_lif_notifyq_init()