Searched refs:cxio_hal_resource (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Dcxio_resource.h50 extern u32 cxio_hal_get_stag(struct cxio_hal_resource *rscp);
51 extern void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag);
52 extern u32 cxio_hal_get_qpid(struct cxio_hal_resource *rscp);
53 extern void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid);
54 extern u32 cxio_hal_get_cqid(struct cxio_hal_resource *rscp);
55 extern void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid);
56 extern void cxio_hal_destroy_resource(struct cxio_hal_resource *rscp);
H A Dcxio_resource.c145 struct cxio_hal_resource *rscp;
198 u32 cxio_hal_get_stag(struct cxio_hal_resource *rscp)
203 void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag)
208 u32 cxio_hal_get_qpid(struct cxio_hal_resource *rscp)
216 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid)
222 u32 cxio_hal_get_cqid(struct cxio_hal_resource *rscp)
227 void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid)
232 u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp)
237 void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid)
242 void cxio_hal_destroy_resource(struct cxio_hal_resource *rsc
[all...]
H A Dcxio_hal.h78 struct cxio_hal_resource { struct
104 struct cxio_hal_resource *rscp;
186 u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp);
187 void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid);

Completed in 39 milliseconds