Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxfw/
A Dmlxfw_fsm.c195 const char *msg, const char *comp_name, in mlxfw_status_notify() argument
198 devlink_flash_update_status_notify(mlxfw_dev->devlink, msg, comp_name, in mlxfw_status_notify()
215 char comp_name[8]; in mlxfw_flash_component() local
221 sprintf(comp_name, "%u", comp->index); in mlxfw_flash_component()
241 mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0); in mlxfw_flash_component()
263 comp_name, 0, comp->data_size); in mlxfw_flash_component()
279 comp_name, offset + block_size, in mlxfw_flash_component()
284 mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0); in mlxfw_flash_component()
/drivers/md/
A Dmd-autodetect.c143 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()
/drivers/most/
A 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()

Completed in 15 milliseconds