Lines Matching refs:component

158 				      struct pldmfw_component *component,  in ixgbe_send_component_table()  argument
172 switch (component->identifier) { in ixgbe_send_component_table()
183 length = struct_size(comp_tbl, cvs, component->version_len); in ixgbe_send_component_table()
188 comp_tbl->comp_class = cpu_to_le16(component->classification); in ixgbe_send_component_table()
189 comp_tbl->comp_id = cpu_to_le16(component->identifier); in ixgbe_send_component_table()
191 comp_tbl->comp_cmp_stamp = cpu_to_le32(component->comparison_stamp); in ixgbe_send_component_table()
192 comp_tbl->cvs_type = component->version_type; in ixgbe_send_component_table()
193 comp_tbl->cvs_len = component->version_len; in ixgbe_send_component_table()
195 memcpy(comp_tbl->cvs, component->version_string, in ixgbe_send_component_table()
196 component->version_len); in ixgbe_send_component_table()
268 const char *component, const u8 *image, in ixgbe_write_nvm_module() argument
279 component, 0, length); in ixgbe_write_nvm_module()
303 component, offset, length); in ixgbe_write_nvm_module()
308 component, length, length); in ixgbe_write_nvm_module()
311 component, length, length); in ixgbe_write_nvm_module()
338 const char *component, in ixgbe_erase_nvm_module() argument
345 devlink_flash_update_timeout_notify(devlink, "Erasing", component, in ixgbe_erase_nvm_module()
351 component, 0, 0); in ixgbe_erase_nvm_module()
354 component, 0, 0); in ixgbe_erase_nvm_module()
412 struct pldmfw_component *component) in ixgbe_flash_component() argument
424 switch (component->identifier) { in ixgbe_flash_component()
453 component->component_data, in ixgbe_flash_component()
454 component->component_size, extack); in ixgbe_flash_component()
559 const char *component, in ixgbe_cancel_pending_update() argument
574 if (component) { in ixgbe_cancel_pending_update()
575 if (strcmp(component, "fw.mgmt") == 0) in ixgbe_cancel_pending_update()
577 else if (strcmp(component, "fw.undi") == 0) in ixgbe_cancel_pending_update()
579 else if (strcmp(component, "fw.netlist") == 0) in ixgbe_cancel_pending_update()
594 component, 0, 0); in ixgbe_cancel_pending_update()