Searched defs:last_command (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c47 bool last_command);
419 * @last_command: tells the AdminQ that this is the last command
425 bool last_command)
459 data, last_command, &cmd_details);
471 * @last_command: tells the AdminQ that this is the last command
477 bool last_command)
505 data, last_command, &cmd_details);
423 i40e_read_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
475 i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
H A Di40e_common.c3151 * @last_command: tells if this is the last command in a series
3158 bool last_command,
3177 if (last_command)
3291 * @last_command: tells if this is the last command in a series
3297 u32 offset, u16 length, bool last_command,
3316 if (last_command)
3617 * @last_command: tells if this is the last command in a series
3624 bool last_command,
3643 if (last_command)
3156 i40e_aq_read_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, struct i40e_asq_cmd_details *cmd_details) argument
3296 i40e_aq_erase_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, bool last_command, struct i40e_asq_cmd_details *cmd_details) argument
3622 i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 74 milliseconds