Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c360 struct ehea_eq_attr *eq_attr, u64 *eq_handle) in ehea_h_alloc_resource_eq() argument
368 | EHEA_BMASK_SET(H_ALL_RES_EQ_NEQ, eq_attr->type ? 1 : 0) in ehea_h_alloc_resource_eq()
369 | EHEA_BMASK_SET(H_ALL_RES_EQ_INH_EQE_GEN, !eq_attr->eqe_gen) in ehea_h_alloc_resource_eq()
376 eq_attr->max_nr_of_eqes, /* R6 */ in ehea_h_alloc_resource_eq()
380 eq_attr->act_nr_of_eqes = outs[3]; in ehea_h_alloc_resource_eq()
381 eq_attr->nr_pages = outs[4]; in ehea_h_alloc_resource_eq()
382 eq_attr->ist1 = outs[5]; in ehea_h_alloc_resource_eq()
383 eq_attr->ist2 = outs[6]; in ehea_h_alloc_resource_eq()
384 eq_attr->ist3 = outs[7]; in ehea_h_alloc_resource_eq()
385 eq_attr->ist4 = outs[8]; in ehea_h_alloc_resource_eq()
H A Dehea_phyp.h360 struct ehea_eq_attr *eq_attr, u64 *eq_handle);