Home
last modified time | relevance | path

Searched refs:ionic_qcq (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/pensando/ionic/
Dionic_debugfs.h18 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq);
20 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq);
29 static inline void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) { } in ionic_debugfs_add_qcq()
31 static inline void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) { } in ionic_debugfs_del_qcq()
Dionic_lif.h63 struct ionic_qcq { struct
82 #define q_to_qcq(q) container_of(q, struct ionic_qcq, q) argument
85 #define napi_to_qcq(napi) container_of(napi, struct ionic_qcq, napi)
171 struct ionic_qcq *adminqcq;
172 struct ionic_qcq *notifyqcq;
173 struct ionic_qcq **txqcqs;
174 struct ionic_qcq *hwstamp_txq;
176 struct ionic_qcq **rxqcqs;
177 struct ionic_qcq *hwstamp_rxq;
Dionic_lif.c49 struct ionic_qcq *qcq; in ionic_dim_work()
53 qcq = container_of(dim, struct ionic_qcq, dim); in ionic_dim_work()
212 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq()
255 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable()
291 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err) in ionic_qcq_disable()
336 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit()
355 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free()
367 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free()
409 struct ionic_qcq *adminqcq; in ionic_qcqs_free()
444 static void ionic_link_qcq_interrupts(struct ionic_qcq *src_qcq, in ionic_link_qcq_interrupts()
[all …]
Dionic_dev.h170 struct ionic_qcq;
331 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq,
Dionic_debugfs.c113 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_debugfs_add_qcq()
294 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) in ionic_debugfs_del_qcq()
Dionic_txrx.c221 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_rx_clean()
443 static void ionic_dim_update(struct ionic_qcq *qcq, int napi_mode) in ionic_dim_update()
479 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_tx_napi()
510 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_rx_napi()
547 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_txrx_napi()
697 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_tx_clean()
Dionic_dev.c531 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq, in ionic_dev_cmd_adminq_init()