Searched refs:pdsc_qcq (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/amd/pds_core/ |
D | core.h | 115 struct pdsc_qcq { struct 196 struct pdsc_qcq adminqcq; 197 struct pdsc_qcq notifyqcq; 272 void pdsc_debugfs_add_qcq(struct pdsc *pdsc, struct pdsc_qcq *qcq); 273 void pdsc_debugfs_del_qcq(struct pdsc_qcq *qcq); 289 void pdsc_qcq_free(struct pdsc *pdsc, struct pdsc_qcq *qcq); 293 unsigned int pid, struct pdsc_qcq *qcq); 306 void pdsc_process_adminq(struct pdsc_qcq *qcq);
|
D | adminq.c | 9 struct pdsc_qcq *qcq; 13 static int pdsc_process_notifyq(struct pdsc_qcq *qcq) in pdsc_process_notifyq() 75 void pdsc_process_adminq(struct pdsc_qcq *qcq) in pdsc_process_adminq() 141 struct pdsc_qcq *qcq = container_of(work, struct pdsc_qcq, work); in pdsc_work_thread() 149 struct pdsc_qcq *qcq; in pdsc_adminq_isr() 167 struct pdsc_qcq *qcq, in __pdsc_adminq_post()
|
D | debugfs.c | 107 void pdsc_debugfs_add_qcq(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_debugfs_add_qcq() 170 void pdsc_debugfs_del_qcq(struct pdsc_qcq *qcq) in pdsc_debugfs_del_qcq()
|
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() 136 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()
|