Home
last modified time | relevance | path

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

/linux/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.c22 u16 length, void *data, bool last_command, in ice_aq_read_nvm() argument
39 if (last_command) in ice_aq_read_nvm()
125 u16 length, void *data, bool last_command, u8 command_flags, in ice_aq_update_nvm() argument
142 if (last_command) in ice_aq_update_nvm()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h191 bool last_command,
194 u32 offset, u16 length, bool last_command,
202 bool last_command, u8 preservation_flags,
H A Di40e_nvm.c223 bool last_command) in i40e_read_nvm_aq() argument
255 data, last_command, &cmd_details); in i40e_read_nvm_aq()
550 bool last_command) in i40e_write_nvm_aq() argument
582 data, last_command, 0, in i40e_write_nvm_aq()
H A Di40e_common.c2561 bool last_command, in i40e_aq_read_nvm() argument
2578 if (last_command) in i40e_aq_read_nvm()
2606 u32 offset, u16 length, bool last_command, in i40e_aq_erase_nvm() argument
2623 if (last_command) in i40e_aq_erase_nvm()
2946 bool last_command, u8 preservation_flags, in i40e_aq_update_nvm() argument
2963 if (last_command) in i40e_aq_update_nvm()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c2327 u16 length, void *data, bool last_command, in ixgbe_aci_read_nvm() argument
2344 if (last_command) in ixgbe_aci_read_nvm()
2407 bool last_command, u8 command_flags) in ixgbe_aci_update_nvm() argument
2423 if (last_command) in ixgbe_aci_update_nvm()
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c108 int last_command; member