Searched refs:ehea_qp (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ehea/ |
D | ehea_qmr.h | 293 static inline struct ehea_rwqe *ehea_get_next_rwqe(struct ehea_qp *qp, in ehea_get_next_rwqe() 308 static inline struct ehea_swqe *ehea_get_swqe(struct ehea_qp *my_qp, in ehea_get_swqe() 320 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) in ehea_post_swqe() 326 static inline struct ehea_cqe *ehea_poll_rq1(struct ehea_qp *qp, int *wqe_index) in ehea_poll_rq1() 339 static inline void ehea_inc_rq1(struct ehea_qp *qp) in ehea_inc_rq1() 370 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, u32 pd, 373 int ehea_destroy_qp(struct ehea_qp *qp);
|
D | ehea_hw.h | 243 static inline void ehea_update_sqa(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_sqa() 250 static inline void ehea_update_rq3a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq3a() 257 static inline void ehea_update_rq2a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq2a() 264 static inline void ehea_update_rq1a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq1a()
|
D | ehea.h | 218 struct ehea_qp; 302 struct ehea_qp { struct 383 struct ehea_qp *qp;
|
D | ehea_qmr.c | 382 int ehea_qp_alloc_register(struct ehea_qp *qp, struct hw_queue *hw_queue, in ehea_qp_alloc_register() 422 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, in ehea_create_qp() 427 struct ehea_qp *qp; in ehea_create_qp() 517 u64 ehea_destroy_qp_res(struct ehea_qp *qp, u64 force) in ehea_destroy_qp_res() 540 int ehea_destroy_qp(struct ehea_qp *qp) in ehea_destroy_qp()
|
D | ehea_main.c | 417 struct ehea_qp *qp = pr->qp; in ehea_refill_rq_def() 663 struct ehea_qp *qp = pr->qp; in ehea_proc_rwqes() 879 struct ehea_qp *qp; in ehea_qp_aff_irq_handler() 2304 int ehea_activate_qp(struct ehea_adapter *adapter, struct ehea_qp *qp) in ehea_activate_qp() 2625 static void ehea_purge_sq(struct ehea_qp *orig_qp) in ehea_purge_sq() 2627 struct ehea_qp qp = *orig_qp; in ehea_purge_sq() 2675 struct ehea_qp *qp = pr->qp; in ehea_stop_qps() 2724 void ehea_update_rqs(struct ehea_qp *orig_qp, struct ehea_port_res *pr) in ehea_update_rqs() 2726 struct ehea_qp qp = *orig_qp; in ehea_update_rqs() 2777 struct ehea_qp *qp = pr->qp; in ehea_restart_qps()
|