Searched refs:nes_hw_cq (Results 1 – 4 of 4) sorted by relevance
117 struct nes_hw_cq hw_cq;
256 struct nes_hw_cq ccq;535 void nes_iwarp_ce_handler(struct nes_device *, struct nes_hw_cq *);
964 struct nes_hw_cq { struct966 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_cq *cq); argument
59 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq);2269 struct nes_hw_cq *cq; in nes_process_ceq()2283 cq = *((struct nes_hw_cq **)&u64temp); in nes_process_ceq()2964 static void nes_cqp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *cq) in nes_cqp_ce_handler()3494 struct nes_hw_cq *hw_cq; in nes_process_iwarp_aeqe()3681 hw_cq = (struct nes_hw_cq *)(unsigned long)context; in nes_process_iwarp_aeqe()3705 void nes_iwarp_ce_handler(struct nes_device *nesdev, struct nes_hw_cq *hw_cq) in nes_iwarp_ce_handler()