Searched defs:mw (Results 1 - 10 of 10) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c529 struct ib_mw *mw,
547 mhp = to_iwch_mw(mw);
562 PDBG("%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p\n", __func__, idx,
563 mw, mw_bind);
579 wqe->bind.mw_stag = cpu_to_be32(mw->rkey);
528 iwch_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
H A Diwch_provider.c775 static int iwch_dealloc_mw(struct ib_mw *mw) argument
781 mhp = to_iwch_mw(mw);
783 mmid = (mw->rkey) >> 8;
787 PDBG("%s ib_mw %p mmid 0x%x ptr %p\n", __func__, mw, mmid, mhp);
/drivers/infiniband/core/
H A Dverbs.c1103 struct ib_mw *mw; local
1108 mw = pd->device->alloc_mw(pd);
1109 if (!IS_ERR(mw)) {
1110 mw->device = pd->device;
1111 mw->pd = pd;
1112 mw->uobject = NULL;
1116 return mw;
1120 int ib_dealloc_mw(struct ib_mw *mw) argument
1125 pd = mw->pd;
1126 ret = mw
[all...]
H A Dcma.c3028 struct iboe_mcast_work *mw = container_of(work, struct iboe_mcast_work, work); local
3029 struct cma_multicast *mc = mw->mc;
3035 kfree(mw);
/drivers/infiniband/hw/cxgb4/
H A Dmem.c680 int c4iw_dealloc_mw(struct ib_mw *mw) argument
686 mhp = to_c4iw_mw(mw);
688 mmid = (mw->rkey) >> 8;
692 PDBG("%s ib_mw %p mmid 0x%x ptr %p\n", __func__, mw, mmid, mhp);
H A Dqp.c757 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/drivers/infiniband/hw/ehca/
H A Dhcp_if.c899 const struct ehca_mw *mw,
918 const struct ehca_mw *mw,
926 mw->ipz_mw_handle.handle, /* r5 */
934 const struct ehca_mw *mw)
938 mw->ipz_mw_handle.handle, /* r5 */
898 hipz_h_alloc_resource_mw(const struct ipz_adapter_handle adapter_handle, const struct ehca_mw *mw, const struct ipz_pd pd, struct ehca_mw_hipzout_parms *outparms) argument
917 hipz_h_query_mw(const struct ipz_adapter_handle adapter_handle, const struct ehca_mw *mw, struct ehca_mw_hipzout_parms *outparms) argument
933 hipz_h_free_resource_mw(const struct ipz_adapter_handle adapter_handle, const struct ehca_mw *mw) argument
H A Dehca_mrmw.c711 "shca=%p hca_hndl=%llx mw=%p",
732 struct ib_mw *mw,
743 int ehca_dealloc_mw(struct ib_mw *mw) argument
747 container_of(mw->device, struct ehca_shca, ib_device);
748 struct ehca_mw *e_mw = container_of(mw, struct ehca_mw, ib_mw);
752 ehca_err(mw->device, "hipz_free_mw failed, h_ret=%lli shca=%p "
753 "mw=%p rkey=%x hca_hndl=%llx mw_hndl=%llx",
754 h_ret, shca, mw, mw->rkey, shca->ipz_hca_handle.handle,
731 ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/drivers/net/wireless/bcmdhd/
H A Dbcmutils.c1863 bcm_mw_to_qdbm(uint16 mw) argument
1867 uint mw_uint = mw;
1876 /* move mw into the range of the table */
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c312 static u8 brcmf_mw_to_qdbm(u16 mw) argument
316 uint mw_uint = mw;
325 /* move mw into the range of the table */

Completed in 199 milliseconds