Searched defs:nes_hw_cq (Results 1 – 1 of 1) sorted by relevance
966 struct nes_hw_cq { struct967 struct nes_hw_cqe *cq_vbase; /* PCI memory for host rings */ argument968 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_cq *cq); argument969 dma_addr_t cq_pbase; /* PCI memory for host rings */970 u16 cq_head;971 u16 cq_size;972 u16 cq_number;