Home
last modified time | relevance | path

Searched refs:c4iw_pd (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h88 struct c4iw_pd { struct
136 static inline struct c4iw_pd *to_c4iw_pd(struct ibv_pd *ibpd) in to_c4iw_pd()
H A Dverbs.c83 struct c4iw_pd *pd; in c4iw_alloc_pd()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c372 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem()
409 struct c4iw_pd *php; in c4iw_get_dma_mr()
459 struct c4iw_pd *php; in c4iw_reg_user_mr()
557 struct c4iw_pd *php; in c4iw_alloc_mw()
614 struct c4iw_pd *php; in c4iw_alloc_mr()
H A Dprovider.c212 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_deallocate_pd()
226 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd()
416 #define c4iw_ib_pd c4iw_pd in c4iw_register_device()
H A Diw_cxgbe.h364 struct c4iw_pd { struct
370 static inline struct c4iw_pd *to_c4iw_pd(struct ib_pd *ibpd) in to_c4iw_pd() argument
372 return container_of(ibpd, struct c4iw_pd, ibpd); in to_c4iw_pd()
H A Dqp.c1717 struct c4iw_pd *php; in c4iw_create_qp()