Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dresource.c67 err = c4iw_id_table_alloc(&rdev->resource.pdid_table, 0, in c4iw_init_resource()
81 c4iw_id_table_free(&rdev->resource.pdid_table); in c4iw_init_resource()
256 c4iw_id_table_free(&rscp->pdid_table); in c4iw_destroy_resource()
H A Dprovider.c202 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd()
218 pdid = c4iw_get_resource(&rhp->rdev.resource.pdid_table); in c4iw_allocate_pd()
H A Diw_cxgb4.h99 struct c4iw_id_table pdid_table; member