Home
last modified time | relevance | path

Searched defs:mw (Results 1 – 16 of 16) sorted by relevance

/drivers/infiniband/hw/mlx4/
Dmr.c205 struct mlx4_ib_mw *mw; in mlx4_ib_alloc_mw() local
234 int mlx4_ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, in mlx4_ib_bind_mw()
258 struct mlx4_ib_mw *mw = to_mmw(ibmw); in mlx4_ib_dealloc_mw() local
/drivers/ntb/
Dntb_hw.c82 #define MW_TO_BAR(mw) (mw * 2 + 2) argument
346 void __iomem *ntb_get_mw_vbase(struct ntb_device *ndev, unsigned int mw) in ntb_get_mw_vbase()
363 resource_size_t ntb_get_mw_size(struct ntb_device *ndev, unsigned int mw) in ntb_get_mw_size()
381 void ntb_set_mw_addr(struct ntb_device *ndev, unsigned int mw, u64 addr) in ntb_set_mw_addr()
Dntb_transport.c153 struct ntb_transport_mw mw[NTB_NUM_MW]; member
515 struct ntb_transport_mw *mw = &nt->mw[num_mw]; in ntb_free_mw() local
527 struct ntb_transport_mw *mw = &nt->mw[num_mw]; in ntb_set_mw() local
Dntb_hw.h99 struct ntb_mw mw[NTB_NUM_MW]; member
/drivers/net/ethernet/mellanox/mlx4/
Dmr.c658 struct mlx4_mw *mw) in mlx4_mw_alloc()
681 int mlx4_mw_enable(struct mlx4_dev *dev, struct mlx4_mw *mw) in mlx4_mw_enable()
733 void mlx4_mw_free(struct mlx4_dev *dev, struct mlx4_mw *mw) in mlx4_mw_free()
/drivers/infiniband/hw/ehca/
Dhcp_if.c879 const struct ehca_mw *mw, in hipz_h_alloc_resource_mw()
898 const struct ehca_mw *mw, in hipz_h_query_mw()
914 const struct ehca_mw *mw) in hipz_h_free_resource_mw()
Dehca_mrmw.c735 struct ib_mw *mw, in ehca_bind_mw()
746 int ehca_dealloc_mw(struct ib_mw *mw) in ehca_dealloc_mw()
/drivers/infiniband/core/
Dverbs.c1105 struct ib_mw *mw; in ib_alloc_mw() local
1123 int ib_dealloc_mw(struct ib_mw *mw) in ib_dealloc_mw()
Duverbs_main.c208 struct ib_mw *mw = uobj->object; in ib_uverbs_cleanup_ucontext() local
Duverbs_cmd.c1060 struct ib_mw *mw; in ib_uverbs_alloc_mw() local
1139 struct ib_mw *mw; in ib_uverbs_dealloc_mw() local
Dcma.c3063 struct iboe_mcast_work *mw = container_of(work, struct iboe_mcast_work, work); in iboe_mcast_work_handler() local
/drivers/infiniband/hw/cxgb3/
Diwch_qp.c529 struct ib_mw *mw, in iwch_bind_mw()
Diwch_provider.c778 static int iwch_dealloc_mw(struct ib_mw *mw) in iwch_dealloc_mw()
/drivers/infiniband/hw/cxgb4/
Dmem.c817 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
Dqp.c820 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) in c4iw_bind_mw()
/drivers/net/wireless/brcm80211/brcmfmac/
Dwl_cfg80211.c307 static u8 brcmf_mw_to_qdbm(u16 mw) in brcmf_mw_to_qdbm()