Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_fsm.c43 const char *msg, const char *comp_name, in mlxfw_status_notify() argument
48 mlxfw_dev->ops->status_notify(mlxfw_dev, msg, comp_name, in mlxfw_status_notify()
100 char comp_name[8]; in mlxfw_flash_component() local
106 sprintf(comp_name, "%u", comp->index); in mlxfw_flash_component()
126 mlxfw_status_notify(mlxfw_dev, "Updating component", comp_name, 0, 0); in mlxfw_flash_component()
140 comp_name, 0, comp->data_size); in mlxfw_flash_component()
153 comp_name, offset + block_size, in mlxfw_flash_component()
158 mlxfw_status_notify(mlxfw_dev, "Verifying component", comp_name, 0, 0); in mlxfw_flash_component()
Dmlxfw.h63 const char *msg, const char *comp_name,
/Linux-v5.4/drivers/staging/most/
Dcore.h326 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
328 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name);
336 int most_cfg_complete(char *comp_name);
Dcore.c703 int most_cfg_complete(char *comp_name) in most_cfg_complete() argument
707 comp = match_component(comp_name); in most_cfg_complete()
714 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name, in most_add_link() argument
718 struct core_component *comp = match_component(comp_name); in most_add_link()
744 char *comp_name; in remove_link_store() local
749 ret = split_string(buffer, &mdev, &mdev_ch, &comp_name, NULL); in remove_link_store()
752 comp = match_component(comp_name); in remove_link_store()
768 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name) in most_remove_link() argument
773 comp = match_component(comp_name); in most_remove_link()
/Linux-v5.4/init/
Ddo_mounts_md.c142 char comp_name[64]; in md_setup_drive() local
152 snprintf(comp_name, 63, "/dev/%s", devname); in md_setup_drive()
153 rdev = bstat(comp_name); in md_setup_drive()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c333 const char *msg, const char *comp_name, in mlxsw_sp_status_notify() argument
341 msg, comp_name, in mlxsw_sp_status_notify()