/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_mw.c | 18 struct rxe_mw *mw = to_rmw(ibmw); in rxe_alloc_mw() local 43 struct rxe_mw *mw = to_rmw(ibmw); in rxe_dealloc_mw() local 51 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_check_bind_mw() 136 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_do_bind_mw() 167 struct rxe_mw *mw; in rxe_bind_mw() local 224 static int rxe_check_invalidate_mw(struct rxe_qp *qp, struct rxe_mw *mw) in rxe_check_invalidate_mw() 236 static void rxe_do_invalidate_mw(struct rxe_mw *mw) in rxe_do_invalidate_mw() 261 struct rxe_mw *mw; in rxe_invalidate_mw() local 294 struct rxe_mw *mw; in rxe_lookup_mw() local 314 struct rxe_mw *mw = container_of(elem, typeof(*mw), elem); in rxe_mw_cleanup() local
|
H A D | rxe_resp.c | 434 struct rxe_mw *mw = NULL; in check_rkey() local 848 struct rxe_mw *mw; in rxe_recheck_mr() local
|
/linux/fs/ocfs2/ |
H A D | dlmglue.c | 435 struct ocfs2_mask_waiter *mw, int ret) in ocfs2_update_lock_stats() 475 struct ocfs2_mask_waiter *mw; in ocfs2_track_lock_wait() local 488 static inline void ocfs2_init_start_time(struct ocfs2_mask_waiter *mw) in ocfs2_init_start_time() 497 int level, struct ocfs2_mask_waiter *mw, int ret) in ocfs2_update_lock_stats() 506 static inline void ocfs2_init_start_time(struct ocfs2_mask_waiter *mw) in ocfs2_init_start_time() 892 struct ocfs2_mask_waiter *mw, *tmp; in lockres_set_flags() local 1390 static void ocfs2_init_mask_waiter(struct ocfs2_mask_waiter *mw) in ocfs2_init_mask_waiter() 1397 static int ocfs2_wait_for_mask(struct ocfs2_mask_waiter *mw) in ocfs2_wait_for_mask() 1406 struct ocfs2_mask_waiter *mw, in lockres_add_mask_waiter() 1423 struct ocfs2_mask_waiter *mw) in __lockres_remove_mask_waiter() [all …]
|
/linux/arch/mips/txx9/generic/ |
H A D | mem_tx4927.c | 46 unsigned int mw = 0; in tx4927_process_sdccr() local
|
/linux/drivers/mtd/maps/ |
H A D | physmap-core.c | 147 map_word mw; in physmap_addr_gpios_read() local 181 static void physmap_addr_gpios_write(struct map_info *map, map_word mw, in physmap_addr_gpios_write()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn20k.c | 28 struct mbox *mw = &pf->mbox; in cn20k_pfaf_mbox_intr_handler() local
|
H A D | otx2_pf.c | 299 void otx2_queue_vf_work(struct mbox *mw, struct workqueue_struct *mbox_wq, in otx2_queue_vf_work() 1047 struct mbox *mw = &pf->mbox; in otx2_pfaf_mbox_intr_handler() local
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_wrr.c | 63 int mw; /* maximum weight */ member
|
H A D | ip_vs_mh.c | 347 int mw, shift; in ip_vs_mh_shift_weight() local
|
/linux/drivers/ntb/ |
H A D | ntb_transport.c | 619 struct ntb_transport_mw *mw; in ntb_transport_setup_qp_mw() local 795 struct ntb_transport_mw *mw = &nt->mw_vec[num_mw]; in ntb_free_mw() local 811 static int ntb_alloc_mw_buffer(struct ntb_transport_mw *mw, in ntb_alloc_mw_buffer() 871 struct ntb_transport_mw *mw = &nt->mw_vec[num_mw]; in ntb_set_mw() local 1266 struct ntb_transport_mw *mw; in ntb_transport_probe() local
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.c | 2201 struct mbox_wq_info *mw; in __rvu_mbox_handler() local 2307 struct mbox_wq_info *mw; in __rvu_mbox_up_handler() local 2456 static int rvu_mbox_init(struct rvu *rvu, struct mbox_wq_info *mw, in rvu_mbox_init() 2599 static void rvu_mbox_destroy(struct mbox_wq_info *mw) in rvu_mbox_destroy() 2620 void rvu_queue_work(struct mbox_wq_info *mw, int first, in rvu_queue_work()
|
/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-vntb.c | 204 static int epf_ntb_configure_mw(struct epf_ntb *ntb, u32 mw) in epf_ntb_configure_mw() 233 static void epf_ntb_teardown_mw(struct epf_ntb *ntb, u32 mw) in epf_ntb_teardown_mw()
|
H A D | pci-epf-ntb.c | 236 enum pci_epc_interface_type type, u32 mw) in epf_ntb_configure_mw() 295 enum pci_epc_interface_type type, u32 mw) in epf_ntb_teardown_mw()
|
/linux/include/uapi/rdma/ |
H A D | rdma_user_rxe.h | 120 } mw; member
|
/linux/include/dt-bindings/usb/ |
H A D | pd.h | 44 #define PDO_BATT_MAX_POWER(mw) ((((mw) / 250) & PDO_PWR_MASK) << PDO_BATT_MAX_PWR_SHIFT) argument
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 2543 struct mlx5_ib_mw *mw = to_mmw(ibmw); in mlx5_ib_alloc_mw() local 2615 int mlx5_ib_dealloc_mw(struct ib_mw *mw) in mlx5_ib_dealloc_mw()
|
/linux/drivers/ntb/test/ |
H A D | ntb_tool.c | 227 struct tool_mw *mw; member
|
/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 4115 unsigned int mv, ma, mw, flags; in tcpm_pd_build_request() local
|
/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_sli.h | 1951 u32 mw; member
|