Searched refs:ehea_qp (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.h | 292 static inline struct ehea_rwqe *ehea_get_next_rwqe(struct ehea_qp *qp, in ehea_get_next_rwqe() 307 static inline struct ehea_swqe *ehea_get_swqe(struct ehea_qp *my_qp, in ehea_get_swqe() 319 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) in ehea_post_swqe() 325 static inline struct ehea_cqe *ehea_poll_rq1(struct ehea_qp *qp, int *wqe_index) in ehea_poll_rq1() 338 static inline void ehea_inc_rq1(struct ehea_qp *qp) in ehea_inc_rq1() 369 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, u32 pd, 372 int ehea_destroy_qp(struct ehea_qp *qp);
|
D | ehea_hw.h | 204 static inline void ehea_update_sqa(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_sqa() 211 static inline void ehea_update_rq3a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq3a() 218 static inline void ehea_update_rq2a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq2a() 225 static inline void ehea_update_rq1a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq1a()
|
D | ehea.h | 186 struct ehea_qp; 270 struct ehea_qp { struct 350 struct ehea_qp *qp;
|
D | ehea_qmr.c | 357 static int ehea_qp_alloc_register(struct ehea_qp *qp, struct hw_queue *hw_queue, in ehea_qp_alloc_register() 397 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, in ehea_create_qp() 402 struct ehea_qp *qp; in ehea_create_qp() 490 static u64 ehea_destroy_qp_res(struct ehea_qp *qp, u64 force) in ehea_destroy_qp_res() 513 int ehea_destroy_qp(struct ehea_qp *qp) in ehea_destroy_qp()
|
D | ehea_main.c | 446 struct ehea_qp *qp = pr->qp; in ehea_refill_rq_def() 657 struct ehea_qp *qp = pr->qp; in ehea_proc_rwqes() 925 struct ehea_qp *qp; in ehea_qp_aff_irq_handler() 2164 static int ehea_activate_qp(struct ehea_adapter *adapter, struct ehea_qp *qp) in ehea_activate_qp() 2474 static void ehea_purge_sq(struct ehea_qp *orig_qp) in ehea_purge_sq() 2476 struct ehea_qp qp = *orig_qp; in ehea_purge_sq() 2528 struct ehea_qp *qp = pr->qp; in ehea_stop_qps() 2577 static void ehea_update_rqs(struct ehea_qp *orig_qp, struct ehea_port_res *pr) in ehea_update_rqs() 2579 struct ehea_qp qp = *orig_qp; in ehea_update_rqs() 2628 struct ehea_qp *qp = pr->qp; in ehea_restart_qps()
|