Searched defs:qcq (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | adminq.c | 8 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 D | core.c | 106 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 D | debugfs.c | 107 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 D | ionic_debugfs.h | 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()
|
| H A D | ionic_lif.c | 60 struct ionic_qcq *qcq; in ionic_dim_work() local 228 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq() 290 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable() 335 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err) in ionic_qcq_disable() 383 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit() 403 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free() 415 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free() 504 static int ionic_alloc_qcq_interrupt(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_alloc_qcq_interrupt() 562 struct ionic_qcq **qcq) in ionic_qcq_alloc() 818 static void ionic_qcq_sanitize(struct ionic_qcq *qcq) in ionic_qcq_sanitize() [all …]
|
| H A D | ionic_debugfs.c | 113 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 D | ionic_txrx.c | 613 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
|
| H A D | ionic_dev.c | 59 struct ionic_qcq *qcq = container_of(work, struct ionic_qcq, in ionic_doorbell_napi_work() local 84 struct ionic_qcq *qcq) in ionic_queue_dbell_napi_work() 865 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq, in ionic_dev_cmd_adminq_init()
|