Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.h115 struct pdsc_qcq { struct
116 struct pdsc *pdsc;
117 void *q_base;
118 dma_addr_t q_base_pa; /* might not be page aligned */
119 void *cq_base;
120 dma_addr_t cq_base_pa; /* might not be page aligned */
121 u32 q_size;
122 u32 cq_size;
123 bool armed;
124 unsigned int flags;
[all …]