Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c8 static int pdsc_process_notifyq(struct pdsc_qcq *qcq) in pdsc_process_notifyq()
70 void pdsc_process_adminq(struct pdsc_qcq *qcq) in pdsc_process_adminq()
133 struct pdsc_qcq *qcq = container_of(work, struct pdsc_qcq, work); in pdsc_work_thread() local
141 struct pdsc_qcq *qcq; in pdsc_adminq_isr() local
158 struct pdsc_qcq *qcq, in __pdsc_adminq_post()
H A Dcore.c106 static void pdsc_qcq_intr_free(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_qcq_intr_free()
116 static int pdsc_qcq_intr_alloc(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_qcq_intr_alloc()
137 void pdsc_qcq_free(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_qcq_free()
191 unsigned int pid, struct pdsc_qcq *qcq) in pdsc_qcq_alloc()
H A Ddebugfs.c107 void pdsc_debugfs_add_qcq(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_debugfs_add_qcq()
171 void pdsc_debugfs_del_qcq(struct pdsc_qcq *qcq) in pdsc_debugfs_del_qcq()
/linux/drivers/net/ethernet/pensando/ionic/
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()
297 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) in ionic_debugfs_del_qcq()
H A Dionic_txrx.c613 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_rx_clean() local
904 static void ionic_dim_update(struct ionic_qcq *qcq, int napi_mode) in ionic_dim_update()
940 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_tx_napi() local
1005 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_rx_napi() local
1183 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_tx_clean() local