Home
last modified time | relevance | path

Searched refs:last_command (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_nvm.h117 void *data, bool last_command, bool read_shadow_ram,
146 u16 length, void *data, bool last_command, u8 command_flags,
H A Dice_nvm.c43 * @last_command: tells if this is the last command in a series
51 void *data, bool last_command, bool read_shadow_ram, in ice_aq_read_nvm() argument
70 if (last_command) in ice_aq_read_nvm()
154 * @last_command: tells if this is the last command in a series
162 u16 length, void *data, bool last_command, u8 command_flags, in ice_aq_update_nvm() argument
181 if (last_command) in ice_aq_update_nvm()
363 * @last_command: tells the AdminQ that this is the last command
369 bool last_command) in ice_write_sr_aq()
378 last_command, 0, NULL); in ice_write_sr_aq()
370 ice_write_sr_aq(struct ice_hw * hw,u32 offset,u16 words,__le16 * data,bool last_command) ice_write_sr_aq() argument
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h257 bool last_command,
260 u32 offset, u16 length, bool last_command,
283 bool last_command, u8 preservation_flags,
480 bool last_command);
H A Di40e_nvm.c263 bool last_command) in i40e_read_nvm_aq() argument
297 data, last_command, &cmd_details); in i40e_read_nvm_aq()
596 bool last_command) in i40e_write_nvm_aq() argument
624 data, last_command, 0, in i40e_write_nvm_aq()
H A Di40e_common.c3559 bool last_command, in i40e_aq_read_nvm() argument
3578 if (last_command) in i40e_aq_read_nvm()
3758 u32 offset, u16 length, bool last_command, in i40e_aq_erase_nvm() argument
3777 if (last_command) in i40e_aq_erase_nvm()
4211 bool last_command, u8 preservation_flags, in i40e_aq_update_nvm() argument
4230 if (last_command) in i40e_aq_update_nvm()