Searched defs:nes_hw_cq (Results 1 – 1 of 1) sorted by relevance
947 struct nes_hw_cq { struct948 struct nes_hw_cqe *cq_vbase; /* PCI memory for host rings */ argument949 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_cq *cq); argument950 dma_addr_t cq_pbase; /* PCI memory for host rings */951 u16 cq_head;952 u16 cq_size;953 u16 cq_number;