Searched refs:mmid (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c360 u32 mmid; local
364 mmid = stag >> 8;
366 CTR3(KTR_IW_CXGBE, "%s mmid 0x%x mhp %p", __func__, mmid, mhp);
367 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid);
557 u32 mmid; local
578 mmid = (stag) >> 8;
580 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) {
585 CTR4(KTR_IW_CXGBE, "%s mmid 0x%x mhp %p stag 0x%x", __func__, mmid, mh
594 u32 mmid; local
614 u32 mmid; local
704 u32 mmid; local
[all...]
H A Diw_cxgbe.h291 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) argument
293 return idr_find(&rhp->mmidr, mmid);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h144 static inline struct iwch_mr *get_mhp(struct iwch_dev *rhp, u32 mmid) argument
146 return idr_find(&rhp->mmidr, mmid);
H A Diw_cxgb_mem.c81 u32 mmid; local
85 mmid = stag >> 8;
87 CTR3(KTR_IW_CXGB, "%s mmid 0x%x mhp %p", __func__, mmid, mhp);
88 return insert_handle(mhp->rhp, &mhp->rhp->mmidr, mhp, mmid);
H A Diw_cxgb_provider.c377 u32 mmid; local
386 mmid = mhp->attr.stag >> 8;
390 remove_handle(rhp, &rhp->mmidr, mmid);
395 CTR3(KTR_IW_CXGB, "%s mmid 0x%x ptr %p", __FUNCTION__, mmid, mhp);
689 u32 mmid; local
707 mmid = (stag) >> 8;
709 if (insert_handle(rhp, &rhp->mmidr, mhp, mmid)) {
714 CTR4(KTR_IW_CXGB, "%s mmid 0x%x mhp %p stag 0x%x", __FUNCTION__, mmid, mh
722 u32 mmid; local
[all...]

Completed in 142 milliseconds