Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_hw.h204 static inline void ehea_update_sqa(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_sqa() argument
208 EHEA_BMASK_SET(QPX_SQA_VALUE, nr_wqes)); in ehea_update_sqa()
211 static inline void ehea_update_rq3a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq3a() argument
215 EHEA_BMASK_SET(QPX_RQ1A_VALUE, nr_wqes)); in ehea_update_rq3a()
218 static inline void ehea_update_rq2a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq2a() argument
222 EHEA_BMASK_SET(QPX_RQ2A_VALUE, nr_wqes)); in ehea_update_rq2a()
225 static inline void ehea_update_rq1a(struct ehea_qp *qp, u16 nr_wqes) in ehea_update_rq1a() argument
229 EHEA_BMASK_SET(QPX_RQ3A_VALUE, nr_wqes)); in ehea_update_rq1a()