Searched refs:last_command (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_nvm.h18 u16 length, void *data, bool last_command,
35 u16 length, void *data, bool last_command, u8 command_flags,
H A Dice_nvm.c15 * @last_command: tells if this is the last command in a series
22 u16 length, void *data, bool last_command,
39 if (last_command)
117 * @last_command: tells if this is the last command in a series
125 u16 length, void *data, bool last_command, u8 command_flags,
142 if (last_command)
21 ice_aq_read_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, void *data, bool last_command, bool read_shadow_ram, struct ice_sq_cd *cd) argument
124 ice_aq_update_nvm(struct ice_hw *hw, u16 module_typeid, u32 offset, u16 length, void *data, bool last_command, u8 command_flags, struct ice_sq_cd *cd) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c216 * @last_command: tells the AdminQ that this is the last command
223 bool last_command)
255 data, last_command, &cmd_details);
544 * @last_command: tells the AdminQ that this is the last command
550 bool last_command)
582 data, last_command, 0,
220 i40e_read_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
548 i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
H A Di40e_prototype.h210 bool last_command,
213 u32 offset, u16 length, bool last_command,
221 bool last_command, u8 preservation_flags,
H A Di40e_common.c2747 * @last_command: tells if this is the last command in a series
2754 bool last_command,
2771 if (last_command)
2793 * @last_command: tells if this is the last command in a series
2799 u32 offset, u16 length, bool last_command,
2816 if (last_command)
3131 * @last_command: tells if this is the last command in a series
3139 bool last_command, u8 preservation_flags,
3156 if (last_command)
2752 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
2798 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
3137 i40e_aq_update_nvm(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 length, void *data, bool last_command, u8 preservation_flags, struct i40e_asq_cmd_details *cmd_details) argument
/linux-master/drivers/scsi/qedf/
H A Dqedf.h334 uint16_t last_command; member in struct:qedf_ctx
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c502 * @last_command: keeps track of last command on this chip. used
532 int last_command; member in struct:qcom_nand_host

Completed in 321 milliseconds