Home
last modified time | relevance | path

Searched refs:ehea_cq (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ehea/
Dehea_qmr.h334 static inline void ehea_inc_cq(struct ehea_cq *cq) in ehea_inc_cq()
344 static inline struct ehea_cqe *ehea_poll_cq(struct ehea_cq *my_cq) in ehea_poll_cq()
365 struct ehea_cq *ehea_create_cq(struct ehea_adapter *adapter, int cqe,
368 int ehea_destroy_cq(struct ehea_cq *cq);
Dehea.h219 struct ehea_cq;
330 struct ehea_cq { struct
384 struct ehea_cq *send_cq;
385 struct ehea_cq *recv_cq;
Dehea_hw.h271 static inline void ehea_update_feca(struct ehea_cq *cq, u32 nr_cqes) in ehea_update_feca()
278 static inline void ehea_reset_cq_n1(struct ehea_cq *cq) in ehea_reset_cq_n1()
285 static inline void ehea_reset_cq_ep(struct ehea_cq *my_cq) in ehea_reset_cq_ep()
Dehea_qmr.c120 struct ehea_cq *ehea_create_cq(struct ehea_adapter *adapter, in ehea_create_cq()
123 struct ehea_cq *cq; in ehea_create_cq()
213 u64 ehea_destroy_cq_res(struct ehea_cq *cq, u64 force) in ehea_destroy_cq_res()
229 int ehea_destroy_cq(struct ehea_cq *cq) in ehea_destroy_cq()
Dehea_main.c756 struct ehea_cq *send_cq = pr->send_cq; in ehea_proc_cqes()