Lines Matching defs:word

165  * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
166 * @data: word read from the Shadow RAM
168 * Reads one 16 bit word from the Shadow RAM using the GLNVM_SRCTL register.
263 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
264 * @data: word read from the Shadow RAM
266 * Reads one 16 bit word from the Shadow RAM using the AdminQ
280 * __i40e_read_nvm_word - Reads nvm word, assumes caller does the locking
282 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
283 * @data: word read from the Shadow RAM
285 * Reads one 16 bit word from the Shadow RAM.
300 * i40e_read_nvm_word - Reads nvm word and acquire lock if necessary
302 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
303 * @data: word read from the Shadow RAM
305 * Reads one 16 bit word from the Shadow RAM.
350 "Reading nvm word failed.Error code: %d.\n",
379 "Reading nvm word failed.Error code: %d.\n",
402 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
414 u16 index, word;
417 for (word = 0; word < *words; word++) {
418 index = offset + word;
419 ret_code = i40e_read_nvm_word_srctl(hw, index, &data[word]);
425 *words = word;
433 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
490 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
510 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF).
645 /* Skip Checksum word */
648 /* Skip VPD module (convert byte size to word count) */
654 /* Skip PCIe ALT module (convert byte size to word count) */