Home
last modified time | relevance | path

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

/Linux-v5.10/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.h60 struct ionic_qcq { struct
80 #define q_to_qcq(q) container_of(q, struct ionic_qcq, q) argument
83 #define napi_to_qcq(napi) container_of(napi, struct ionic_qcq, napi)
168 struct ionic_qcq *adminqcq;
169 struct ionic_qcq *notifyqcq;
170 struct ionic_qcq **txqcqs;
172 struct ionic_qcq **rxqcqs;
282 static inline void debug_stats_napi_poll(struct ionic_qcq *qcq, in debug_stats_napi_poll()
Dionic_lif.c49 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()
[all …]
Dionic_debugfs.c113 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_debugfs_add_qcq()
250 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) in ionic_debugfs_del_qcq()
Dionic_dev.h164 struct ionic_qcq;
314 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq,
Dionic_txrx.c155 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_rx_clean()
420 static void ionic_dim_update(struct ionic_qcq *qcq) in ionic_dim_update()
446 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_tx_napi()
479 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_rx_napi()
515 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_txrx_napi()
Dionic_stats.c346 struct ionic_qcq *txqcq, *rxqcq; in ionic_sw_stats_get_values()
Dionic_dev.c435 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq, in ionic_dev_cmd_adminq_init()