Searched refs:last_command (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_nvm.h | 117 void *data, bool last_command, bool read_shadow_ram, 146 u16 length, void *data, bool last_command, u8 command_flags,
|
| H A D | ice_nvm.c | 52 void *data, bool last_command, bool read_shadow_ram, in ice_aq_read_nvm() argument 71 if (last_command) in ice_aq_read_nvm() 163 u16 length, void *data, bool last_command, u8 command_flags, in ice_aq_update_nvm() argument 182 if (last_command) in ice_aq_update_nvm() 371 bool last_command) in ice_write_sr_aq() argument 380 last_command, 0, NULL); in ice_write_sr_aq()
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | i40e_prototype.h | 258 bool last_command, 261 u32 offset, u16 length, bool last_command, 284 bool last_command, u8 preservation_flags, 481 bool last_command);
|
| H A D | i40e_nvm.c | 264 bool last_command) in i40e_read_nvm_aq() argument 298 data, last_command, &cmd_details); in i40e_read_nvm_aq() 597 bool last_command) in i40e_write_nvm_aq() argument 625 data, last_command, 0, in i40e_write_nvm_aq()
|
| H A D | i40e_common.c | 3559 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()
|