Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c311 struct ehea_cq_attr *cq_attr, in ehea_h_alloc_resource_cq() argument
321 cq_attr->eq_handle, /* R6 */ in ehea_h_alloc_resource_cq()
322 cq_attr->cq_token, /* R7 */ in ehea_h_alloc_resource_cq()
323 cq_attr->max_nr_of_cqes, /* R8 */ in ehea_h_alloc_resource_cq()
327 cq_attr->act_nr_of_cqes = outs[3]; in ehea_h_alloc_resource_cq()
328 cq_attr->nr_pages = outs[4]; in ehea_h_alloc_resource_cq()
Dehea_phyp.h377 struct ehea_cq_attr *cq_attr,