Lines Matching refs:ionic_qcq

48 	struct ionic_qcq *qcq;  in ionic_dim_work()
52 qcq = container_of(dim, struct ionic_qcq, dim); in ionic_dim_work()
211 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq()
254 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable()
290 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err) in ionic_qcq_disable()
335 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit()
354 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free()
366 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free()
408 struct ionic_qcq *adminqcq; in ionic_qcqs_free()
443 static void ionic_link_qcq_interrupts(struct ionic_qcq *src_qcq, in ionic_link_qcq_interrupts()
444 struct ionic_qcq *n_qcq) in ionic_link_qcq_interrupts()
455 static int ionic_alloc_qcq_interrupt(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_alloc_qcq_interrupt()
508 unsigned int pid, struct ionic_qcq **qcq) in ionic_qcq_alloc()
516 struct ionic_qcq *new; in ionic_qcq_alloc()
715 static void ionic_qcq_sanitize(struct ionic_qcq *qcq) in ionic_qcq_sanitize()
726 static int ionic_lif_txq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_txq_init()
786 static int ionic_lif_rxq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_rxq_init()
849 struct ionic_qcq *txq; in ionic_lif_create_hwstamp_txq()
913 struct ionic_qcq *rxq; in ionic_lif_create_hwstamp_rxq()
2424 static void ionic_swap_queues(struct ionic_qcq *a, struct ionic_qcq *b) in ionic_swap_queues()
2461 struct ionic_qcq **tx_qcqs = NULL; in ionic_reconfigure_queues()
2462 struct ionic_qcq **rx_qcqs = NULL; in ionic_reconfigure_queues()
2469 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_reconfigure_queues()
2479 sizeof(struct ionic_qcq *), GFP_KERNEL); in ionic_reconfigure_queues()
2973 struct ionic_qcq *qcq; in ionic_lif_adminq_init()
3014 struct ionic_qcq *qcq = lif->notifyqcq; in ionic_lif_notifyq_init()