Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.h111 struct nes_cq { struct
138 struct nes_cq *nesscq; argument
139 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.c1113 struct nes_cq *nescq; in nes_create_qp()
1428 static void nes_clean_cq(struct nes_qp *nesqp, struct nes_cq *nescq) in nes_clean_cq()
1538 struct nes_cq *nescq; in nes_create_cq()
1562 nescq = kzalloc(sizeof(struct nes_cq), GFP_KERNEL); in nes_create_cq()
1788 struct nes_cq *nescq; in nes_destroy_cq()
3639 struct nes_cq *nescq = to_nescq(ibcq); in nes_poll_cq()
3811 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()