Home
last modified time | relevance | path

Searched refs:comp_name (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_fsm.c196 const char *msg, const char *comp_name, in mlxfw_status_notify() argument
199 devlink_flash_update_status_notify(mlxfw_dev->devlink, msg, comp_name, in mlxfw_status_notify()
216 char comp_name[8]; in mlxfw_flash_component() local
222 sprintf(comp_name, "%u", comp->index); in mlxfw_flash_component()
243 mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0); in mlxfw_flash_component()
265 comp_name, 0, comp->data_size); in mlxfw_flash_component()
281 comp_name, offset + block_size, in mlxfw_flash_component()
286 mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0); in mlxfw_flash_component()
/linux-5.19.10/include/linux/
Dmost.h325 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
327 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name);
335 int most_cfg_complete(char *comp_name);
/linux-5.19.10/drivers/md/
Dmd-autodetect.c144 char comp_name[64]; in md_setup_drive() local
154 snprintf(comp_name, 63, "/dev/%s", devname); in md_setup_drive()
155 if (init_stat(comp_name, &stat, 0) == 0 && S_ISBLK(stat.mode)) in md_setup_drive()
/linux-5.19.10/drivers/most/
Dcore.c666 int most_cfg_complete(char *comp_name) in most_cfg_complete() argument
670 comp = match_component(comp_name); in most_cfg_complete()
677 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name, in most_add_link() argument
681 struct most_component *comp = match_component(comp_name); in most_add_link()
689 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name) in most_remove_link() argument
694 comp = match_component(comp_name); in most_remove_link()