Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Dcxio_resource.c151 err = cxio_init_resource_fifo_random(&rscp->tpt_fifo, in cxio_hal_init_resource()
173 kfifo_free(&rscp->tpt_fifo); in cxio_hal_init_resource()
200 return cxio_hal_get_resource(&rscp->tpt_fifo, &rscp->tpt_fifo_lock); in cxio_hal_get_stag()
205 cxio_hal_put_resource(&rscp->tpt_fifo, &rscp->tpt_fifo_lock, stag); in cxio_hal_put_stag()
244 kfifo_free(&rscp->tpt_fifo); in cxio_hal_destroy_resource()
Dcxio_hal.h79 struct kfifo tpt_fifo; member
/linux-2.6.39/drivers/infiniband/hw/cxgb4/
Dresource.c129 err = c4iw_init_resource_fifo_random(&rdev->resource.tpt_fifo, in c4iw_init_resource()
146 kfifo_free(&rdev->resource.tpt_fifo); in c4iw_init_resource()
299 kfifo_free(&rscp->tpt_fifo); in c4iw_destroy_resource()
Dmem.c134 stag_idx = c4iw_get_resource(&rdev->resource.tpt_fifo, in write_tpt_entry()
169 c4iw_put_resource(&rdev->resource.tpt_fifo, stag_idx, in write_tpt_entry()
Diw_cxgb4.h83 struct kfifo tpt_fifo; member