Home
last modified time | relevance | path

Searched refs:mpfs (Results 1 – 17 of 17) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dmpfs.c105 mpfs = kzalloc(sizeof(*mpfs), GFP_KERNEL); in mlx5_mpfs_init()
106 if (!mpfs) in mlx5_mpfs_init()
113 kfree(mpfs); in mlx5_mpfs_init()
117 dev->priv.mpfs = mpfs; in mlx5_mpfs_init()
123 struct mlx5_mpfs *mpfs = dev->priv.mpfs; in mlx5_mpfs_cleanup() local
125 if (!mpfs) in mlx5_mpfs_cleanup()
130 kfree(mpfs); in mlx5_mpfs_cleanup()
135 struct mlx5_mpfs *mpfs = dev->priv.mpfs; in mlx5_mpfs_add_mac() local
140 if (!mpfs) in mlx5_mpfs_add_mac()
183 struct mlx5_mpfs *mpfs = dev->priv.mpfs; in mlx5_mpfs_del_mac() local
[all …]
/drivers/clk/microchip/
A DMakefile4 obj-$(CONFIG_MCHP_CLK_MPFS) += clk-mpfs.o
5 obj-$(CONFIG_MCHP_CLK_MPFS) += clk-mpfs-ccc.o
/drivers/soc/microchip/
A DMakefile1 obj-$(CONFIG_POLARFIRE_SOC_SYS_CTRL) += mpfs-sys-controller.o
/drivers/firmware/microchip/
A DMakefile3 obj-$(CONFIG_POLARFIRE_SOC_AUTO_UPDATE) += mpfs-auto-update.o
A DKconfig12 If built as a module, it will be called mpfs-auto-update.
/drivers/usb/musb/
A DMakefile26 obj-$(CONFIG_USB_MUSB_POLARFIRE_SOC) += mpfs.o
A DKconfig124 will be called mpfs.
/drivers/mailbox/
A DMakefile52 obj-$(CONFIG_POLARFIRE_SOC_MAILBOX) += mailbox-mpfs.o
A DKconfig207 module will be called mailbox-mpfs.
/drivers/reset/
A DMakefile30 obj-$(CONFIG_RESET_POLARFIRE_SOC) += reset-mpfs.o
/drivers/char/hw_random/
A DMakefile52 obj-$(CONFIG_HW_RANDOM_POLARFIRE_SOC) += mpfs-rng.o
/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs.c101 bool mpfs; member
593 hn->mpfs = !l2_err; in mlx5e_execute_l2_action()
599 if (!is_multicast_ether_addr(mac_addr) && hn->mpfs) in mlx5e_execute_l2_action()
A Deswitch.c65 bool mpfs; /* UC MAC was added to MPFs */ member
325 vaddr->mpfs = true; in esw_add_uc_addr()
348 if (!vaddr->mpfs || mlx5_esw_is_manager_vport(esw, vport)) in esw_del_uc_addr()
356 vaddr->mpfs = false; in esw_del_uc_addr()
A DMakefile87 mlx5_core-$(CONFIG_MLX5_MPFS) += lib/mpfs.o
/drivers/rtc/
A DMakefile139 obj-$(CONFIG_RTC_DRV_POLARFIRE_SOC) += rtc-mpfs.o
A DKconfig2089 will be called "rtc-mpfs".
/drivers/gpio/
A DMakefile145 obj-$(CONFIG_GPIO_POLARFIRE_SOC) += gpio-mpfs.o

Completed in 31 milliseconds