Home
last modified time | relevance | path

Searched refs:nes_hw_cq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.h113 struct nes_hw_cq hw_cq;
Dnes.h255 struct nes_hw_cq ccq;
534 void nes_iwarp_ce_handler(struct nes_device *, struct nes_hw_cq *);
Dnes_hw.h966 struct nes_hw_cq { struct
968 void (*ce_handler)(struct nes_device *nesdev, struct nes_hw_cq *cq); argument
Dnes_hw.c66 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()