Searched defs:qcq (Results 1 – 7 of 7) 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 | 59 struct ionic_qcq *qcq; in ionic_dim_work() local 227 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq() 282 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable() 327 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err) in ionic_qcq_disable() 375 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit() 395 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free() 407 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free() 496 static int ionic_alloc_qcq_interrupt(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_alloc_qcq_interrupt() 561 struct ionic_qcq **qcq) in ionic_qcq_alloc() 817 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_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() 677 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq, in ionic_dev_cmd_adminq_init()
|