cxio_hal_resource  104 drivers/infiniband/hw/cxgb3/cxio_hal.h 	struct cxio_hal_resource *rscp;
cxio_hal_resource  185 drivers/infiniband/hw/cxgb3/cxio_hal.h u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp);
cxio_hal_resource  186 drivers/infiniband/hw/cxgb3/cxio_hal.h void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid);
cxio_hal_resource  145 drivers/infiniband/hw/cxgb3/cxio_resource.c 	struct cxio_hal_resource *rscp;
cxio_hal_resource  198 drivers/infiniband/hw/cxgb3/cxio_resource.c u32 cxio_hal_get_stag(struct cxio_hal_resource *rscp)
cxio_hal_resource  203 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag)
cxio_hal_resource  208 drivers/infiniband/hw/cxgb3/cxio_resource.c u32 cxio_hal_get_qpid(struct cxio_hal_resource *rscp)
cxio_hal_resource  216 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid)
cxio_hal_resource  222 drivers/infiniband/hw/cxgb3/cxio_resource.c u32 cxio_hal_get_cqid(struct cxio_hal_resource *rscp)
cxio_hal_resource  227 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid)
cxio_hal_resource  232 drivers/infiniband/hw/cxgb3/cxio_resource.c u32 cxio_hal_get_pdid(struct cxio_hal_resource *rscp)
cxio_hal_resource  237 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid)
cxio_hal_resource  242 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_destroy_resource(struct cxio_hal_resource *rscp)
cxio_hal_resource   50 drivers/infiniband/hw/cxgb3/cxio_resource.h extern u32 cxio_hal_get_stag(struct cxio_hal_resource *rscp);
cxio_hal_resource   51 drivers/infiniband/hw/cxgb3/cxio_resource.h extern void cxio_hal_put_stag(struct cxio_hal_resource *rscp, u32 stag);
cxio_hal_resource   52 drivers/infiniband/hw/cxgb3/cxio_resource.h extern u32 cxio_hal_get_qpid(struct cxio_hal_resource *rscp);
cxio_hal_resource   53 drivers/infiniband/hw/cxgb3/cxio_resource.h extern void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid);
cxio_hal_resource   54 drivers/infiniband/hw/cxgb3/cxio_resource.h extern u32 cxio_hal_get_cqid(struct cxio_hal_resource *rscp);
cxio_hal_resource   55 drivers/infiniband/hw/cxgb3/cxio_resource.h extern void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid);
cxio_hal_resource   56 drivers/infiniband/hw/cxgb3/cxio_resource.h extern void cxio_hal_destroy_resource(struct cxio_hal_resource *rscp);