Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.h115 struct nes_cq { struct
142 struct nes_cq *nesscq; argument
143 struct nes_cq *nesrcq;
Dnes.h505 static inline struct nes_cq *to_nescq(struct ib_cq *ibcq) in to_nescq()
507 return container_of(ibcq, struct nes_cq, ibcq); in to_nescq()
Dnes_verbs.c1093 struct nes_cq *nescq; in nes_create_qp()
1408 static void nes_clean_cq(struct nes_qp *nesqp, struct nes_cq *nescq) in nes_clean_cq()
1520 struct nes_cq *nescq; in nes_create_cq()
1547 nescq = kzalloc(sizeof(struct nes_cq), GFP_KERNEL); in nes_create_cq()
1773 struct nes_cq *nescq; in nes_destroy_cq()
3615 struct nes_cq *nescq = to_nescq(ibcq); in nes_poll_cq()
3787 struct nes_cq *nescq = to_nescq(ibcq); in nes_req_notify_cq()
Dnes_hw.c3545 struct nes_cq *nescq; in nes_process_iwarp_aeqe()
3733 nescq = container_of(hw_cq, struct nes_cq, hw_cq); in nes_process_iwarp_aeqe()
3757 struct nes_cq *nescq = container_of(hw_cq, struct nes_cq, hw_cq); in nes_iwarp_ce_handler()