Searched refs:nes_hw_cq (Results 1 – 4 of 4) sorted by relevance
113 struct nes_hw_cq hw_cq;
255 struct nes_hw_cq ccq;534 void nes_iwarp_ce_handler(struct nes_device *, struct nes_hw_cq *);
966 struct nes_hw_cq { struct968 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_cq *cq); argument
66 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq);2311 struct nes_hw_cq *cq; in nes_process_ceq()2325 cq = *((struct nes_hw_cq **)&u64temp); in nes_process_ceq()3014 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()3544 struct nes_hw_cq *hw_cq; in nes_process_iwarp_aeqe()3731 hw_cq = (struct nes_hw_cq *)(unsigned long)context; in nes_process_iwarp_aeqe()3755 void nes_iwarp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *hw_cq) in nes_iwarp_ce_handler()