Home
last modified time | relevance | path

Searched defs:qcq (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c49 struct ionic_qcq *qcq; in ionic_dim_work() local
200 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq()
243 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable()
279 static int ionic_qcq_disable(struct ionic_qcq *qcq, bool send_to_hw) in ionic_qcq_disable()
323 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit()
342 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free()
354 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free()
436 static int ionic_alloc_qcq_interrupt(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_alloc_qcq_interrupt()
489 unsigned int pid, struct ionic_qcq **qcq) in ionic_qcq_alloc()
694 static void ionic_qcq_sanitize(struct ionic_qcq *qcq) in ionic_qcq_sanitize()
[all …]
H A Dionic_debugfs.h29 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()
H A 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()
H A Dionic_txrx.c155 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_rx_clean() local
419 static void ionic_dim_update(struct ionic_qcq *qcq, int napi_mode) in ionic_dim_update()
455 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_tx_napi() local
488 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_rx_napi() local
524 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_txrx_napi() local
H A Dionic_lif.h282 static inline void debug_stats_napi_poll(struct ionic_qcq *qcq, in debug_stats_napi_poll()
296 #define DEBUG_STATS_NAPI_POLL(qcq, work_done) \ argument
H A Dionic_dev.c435 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq, in ionic_dev_cmd_adminq_init()