Searched refs:ehea_qp (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.h | 306 static inline struct ehea_rwqe *ehea_get_next_rwqe(struct ehea_qp *qp, in ehea_get_next_rwqe() 321 static inline struct ehea_swqe *ehea_get_swqe(struct ehea_qp *my_qp, in ehea_get_swqe() 333 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) in ehea_post_swqe() 339 static inline struct ehea_cqe *ehea_poll_rq1(struct ehea_qp *qp, int *wqe_index) in ehea_poll_rq1() 352 static inline void ehea_inc_rq1(struct ehea_qp *qp) in ehea_inc_rq1() 383 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, u32 pd, 386 int ehea_destroy_qp(struct ehea_qp *qp);
|
D | ehea_hw.h | 218 static inline void ehea_update_sqa(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_sqa() 225 static inline void ehea_update_rq3a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq3a() 232 static inline void ehea_update_rq2a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq2a() 239 static inline void ehea_update_rq1a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq1a()
|
D | ehea.h | 199 struct ehea_qp; 283 struct ehea_qp { struct 363 struct ehea_qp *qp;
|
D | ehea_qmr.c | 377 static int ehea_qp_alloc_register(struct ehea_qp *qp, struct hw_queue *hw_queue, in ehea_qp_alloc_register() 417 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, in ehea_create_qp() 422 struct ehea_qp *qp; in ehea_create_qp() 510 static u64 ehea_destroy_qp_res(struct ehea_qp *qp, u64 force) in ehea_destroy_qp_res() 533 int ehea_destroy_qp(struct ehea_qp *qp) in ehea_destroy_qp()
|
D | ehea_main.c | 458 struct ehea_qp *qp = pr->qp; in ehea_refill_rq_def() 669 struct ehea_qp *qp = pr->qp; in ehea_proc_rwqes() 949 struct ehea_qp *qp; in ehea_qp_aff_irq_handler() 2201 static int ehea_activate_qp(struct ehea_adapter *adapter, struct ehea_qp *qp) in ehea_activate_qp() 2509 static void ehea_purge_sq(struct ehea_qp *orig_qp) in ehea_purge_sq() 2511 struct ehea_qp qp = *orig_qp; in ehea_purge_sq() 2563 struct ehea_qp *qp = pr->qp; in ehea_stop_qps() 2612 static void ehea_update_rqs(struct ehea_qp *orig_qp, struct ehea_port_res *pr) in ehea_update_rqs() 2614 struct ehea_qp qp = *orig_qp; in ehea_update_rqs() 2665 struct ehea_qp *qp = pr->qp; in ehea_restart_qps()
|