Lines Matching refs:access

223  * @cmd_flags: NVM access admin command bits
259 * @cmd_flags: NVM access admin command bits
291 * @words: number of words to access
302 /* We can access only up to 4KB (one sector), in one AQ write */
303 ice_debug(hw, ICE_DBG_NVM, "NVM error: tried to access %d words, limit is %d.\n",
310 /* A single access cannot spread over two sectors */
409 * @access: NVM access type (read or write)
414 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access)
421 return ice_acquire_res(hw, ICE_NVM_RES_ID, access, ICE_NVM_TIMEOUT);
1107 * ice_nvm_access_get_features - Return the NVM access features structure
1108 * @cmd: NVM access command to process
1111 * Fill in the data section of the NVM access request with a copy of the NVM
1140 * @cmd: NVM access command structure
1142 * Reads the module value out of the NVM access config field.
1151 * @cmd: NVM access command structure
1153 * Reads the flags value out of the NVM access config field.
1162 * @cmd: NVM access command structure
1164 * Read the adapter info value out of the NVM access config field.
1173 * ice_validate_nvm_rw_reg - Check than an NVM access request is valid
1174 * @cmd: NVM access command structure
1176 * Validates that an NVM access structure is request to read or write a valid
1227 * @cmd: NVM access command to process
1230 * Process an NVM access request to read a register.
1243 /* Make sure this is a valid read/write access request */
1248 ice_debug(hw, ICE_DBG_NVM, "NVM access: reading register %08x\n",
1260 * @cmd: NVM access command to process
1261 * @data: NVM access data to write
1263 * Process an NVM access request to write a register.
1273 /* Make sure this is a valid read/write access request */
1287 ice_debug(hw, ICE_DBG_NVM, "NVM access: writing register %08x with value %08x\n",
1297 * ice_handle_nvm_access - Handle an NVM access request
1299 * @cmd: NVM access command info
1302 * Process an NVM access request. Read the command structure information and