Home
last modified time | relevance | path

Searched refs:last_command (Results 1 – 9 of 9) 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.c15 * @last_command: tells if this is the last command in a series
22 u16 length, void *data, bool last_command, in ice_aq_read_nvm() argument
39 if (last_command) in ice_aq_read_nvm()
117 * @last_command: tells if this is the last command in a series
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/ixgbe/
H A Dixgbe_e610.h68 u16 length, void *data, bool last_command,
96 bool last_command, u8 command_flags);
H A Dixgbe_e610.c2330 * @last_command: tells if this is the last command in a series
2338 u16 length, void *data, bool last_command, in ixgbe_aci_read_nvm() argument
2355 if (last_command) in ixgbe_aci_read_nvm()
2409 * @last_command: tells if this is the last command in a series
2418 bool last_command, u8 command_flags) in ixgbe_aci_update_nvm() argument
2434 if (last_command) in ixgbe_aci_update_nvm()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h189 bool last_command,
192 u32 offset, u16 length, bool last_command,
200 bool last_command, u8 preservation_flags,
H A Di40e_nvm.c216 * @last_command: tells the AdminQ that this is the last command
223 bool last_command) in i40e_read_nvm_aq() argument
255 data, last_command, &cmd_details); in i40e_read_nvm_aq()
544 * @last_command: tells the AdminQ that this is the last command
550 bool last_command) in i40e_write_nvm_aq() argument
582 data, last_command, 0, in i40e_write_nvm_aq()
H A Di40e_common.c2520 * @last_command: tells if this is the last command in a series
2527 bool last_command, in i40e_aq_read_nvm() argument
2544 if (last_command) in i40e_aq_read_nvm()
2566 * @last_command: tells if this is the last command in a series
2572 u32 offset, u16 length, bool last_command, in i40e_aq_erase_nvm() argument
2589 if (last_command) in i40e_aq_erase_nvm()
2904 * @last_command: tells if this is the last command in a series
2912 bool last_command, u8 preservation_flags, in i40e_aq_update_nvm() argument
2929 if (last_command) in i40e_aq_update_nvm()
/linux/drivers/scsi/qedf/
H A Dqedf.h334 uint16_t last_command; member
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c78 * @last_command: keeps track of last command on this chip. used
108 int last_command; member