Home
last modified time | relevance | path

Searched defs:rscp (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_resource.c186 struct cxio_hal_resource *rscp; in cxio_hal_init_resource() local
239 u32 cxio_hal_get_stag(struct cxio_hal_resource *rscp) in cxio_hal_get_stag()
244 void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag) in cxio_hal_put_stag()
249 u32 cxio_hal_get_qpid(struct cxio_hal_resource *rscp) in cxio_hal_get_qpid()
256 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid) in cxio_hal_put_qpid()
262 u32 cxio_hal_get_cqid(struct cxio_hal_resource *rscp) in cxio_hal_get_cqid()
267 void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid) in cxio_hal_put_cqid()
272 u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp) in cxio_hal_get_pdid()
277 void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid) in cxio_hal_put_pdid()
282 void cxio_hal_destroy_resource(struct cxio_hal_resource *rscp) in cxio_hal_destroy_resource()
Diw_cxgb_hal.h91 struct cxio_hal_resource *rscp; member
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dresource.c244 void c4iw_destroy_resource(struct c4iw_resource *rscp) in c4iw_destroy_resource()