Lines Matching defs:module

212  * @module_pointer: module pointer location in words from the NVM beginning
213 * @offset: offset in words from module start
232 * We cannot do it for the module-based model, as we did not acquire
233 * the NVM resource yet (we cannot get the module pointer value).
234 * Firmware will check the module-based model.
328 * @module_ptr: Pointer to module in words with respect to NVM beginning
329 * @module_offset: Offset in words from module start
365 /* Check whether the module is in SR mapped area or outside */
540 * @module_pointer: module pointer location in words from the NVM beginning
541 * @offset: offset in words from module start
559 * We cannot do it for the module-based model, as we did not acquire
560 * the NVM resource yet (we cannot get the module pointer value).
561 * Firmware will check the module-based model.
622 /* read pointer to PCIe Alt Auto-load module */
648 /* Skip VPD module (convert byte size to word count) */
654 /* Skip PCIe ALT module (convert byte size to word count) */
1282 u8 module, transaction;
1288 module = i40e_nvmupd_get_module(cmd->config);
1316 if (module == 0xf)
1318 else if (module == 0)
1354 if (module == 0)
1565 u8 module, transaction;
1570 module = i40e_nvmupd_get_module(cmd->config);
1576 status = i40e_aq_read_nvm(hw, module, cmd->offset, (u16)cmd->data_size,
1581 module, cmd->offset, cmd->data_size);
1592 * i40e_nvmupd_nvm_erase - Erase an NVM module
1597 * module, offset, data_size and data are in cmd structure
1604 u8 module, transaction;
1609 module = i40e_nvmupd_get_module(cmd->config);
1615 status = i40e_aq_erase_nvm(hw, module, cmd->offset, (u16)cmd->data_size,
1620 module, cmd->offset, cmd->data_size);
1637 * module, offset, data_size and data are in cmd structure
1644 u8 module, transaction;
1650 module = i40e_nvmupd_get_module(cmd->config);
1657 status = i40e_aq_update_nvm(hw, module, cmd->offset,
1663 module, cmd->offset, cmd->data_size);