Lines Matching refs:word

201  * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
202 * @data: word read from the Shadow RAM
204 * Reads one 16 bit word from the Shadow RAM using the GLNVM_SRCTL register.
304 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
305 * @data: word read from the Shadow RAM
307 * Reads one 16 bit word from the Shadow RAM using the AdminQ
323 * __i40e_read_nvm_word - Reads NVM word, assumes caller does the locking
325 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
326 * @data: word read from the Shadow RAM
328 * Reads one 16 bit word from the Shadow RAM.
345 * i40e_read_nvm_word - Reads NVM word, acquires lock if necessary
347 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
348 * @data: word read from the Shadow RAM
350 * Reads one 16 bit word from the Shadow RAM.
391 "Reading nvm word failed.Error code: %d.\n",
420 "Reading nvm word failed.Error code: %d.\n",
443 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
455 u16 index, word;
460 for (word = 0; word < *words; word++) {
461 index = offset + word;
462 ret_code = i40e_read_nvm_word_srctl(hw, index, &data[word]);
468 *words = word;
476 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
535 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
555 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
630 * __i40e_write_nvm_word - Writes Shadow RAM word
632 * @offset: offset of the Shadow RAM word to write
633 * @data: word to write to the Shadow RAM
635 * Writes a 16 bit word to the SR using the i40e_write_nvm_aq() method.
742 /* Skip Checksum word */
745 /* Skip VPD module (convert byte size to word count) */
751 /* Skip PCIe ALT module (convert byte size to word count) */