Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h414 struct c4iw_mw { struct
423 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) in to_c4iw_mw() argument
425 return container_of(ibmw, struct c4iw_mw, ibmw); in to_c4iw_mw()
H A Dmem.c616 struct c4iw_mw *mhp = to_c4iw_mw(ibmw); in c4iw_alloc_mw()
668 struct c4iw_mw *mhp; in c4iw_dealloc_mw()
H A Dprovider.c503 INIT_RDMA_OBJ_SIZE(ib_mw, c4iw_mw, ibmw),