Searched defs:nes_hw_cq (Results 1 – 1 of 1) sorted by relevance
964 struct nes_hw_cq { struct965 struct nes_hw_cqe *cq_vbase; /* PCI memory for host rings */ argument966 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_cq *cq); argument967 dma_addr_t cq_pbase; /* PCI memory for host rings */968 u16 cq_head;969 u16 cq_size;970 u16 cq_number;