Searched refs:last_command (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.h | 32 u16 length, void *data, bool last_command, u8 command_flags,
|
H A D | ice_nvm.c | 23 void *data, bool last_command, bool read_shadow_ram, in ice_aq_read_nvm() argument 40 if (last_command) in ice_aq_read_nvm() 126 u16 length, void *data, bool last_command, u8 command_flags, in ice_aq_update_nvm() argument 143 if (last_command) in ice_aq_update_nvm()
|
/openbmc/qemu/hw/net/ |
H A D | vmxnet3_defs.h | 121 uint32_t last_command; member
|
H A D | vmxnet3.c | 1585 s->last_command = cmd; in vmxnet3_handle_command() 1676 switch (s->last_command) { in vmxnet3_get_command_status() 1719 VMW_WRPRN("Received request for unknown command: %x", s->last_command); in vmxnet3_get_command_status() 2450 VMSTATE_UINT32(last_command, VMXNET3State),
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 209 bool last_command, 212 u32 offset, u16 length, bool last_command, 220 bool last_command, u8 preservation_flags,
|
H A D | i40e_nvm.c | 225 bool last_command) in i40e_read_nvm_aq() argument 257 data, last_command, &cmd_details); in i40e_read_nvm_aq() 552 bool last_command) in i40e_write_nvm_aq() argument 584 data, last_command, 0, in i40e_write_nvm_aq()
|
H A D | i40e_common.c | 3028 bool last_command, in i40e_aq_read_nvm() argument 3045 if (last_command) in i40e_aq_read_nvm() 3073 u32 offset, u16 length, bool last_command, in i40e_aq_erase_nvm() argument 3090 if (last_command) in i40e_aq_erase_nvm() 3413 bool last_command, u8 preservation_flags, in i40e_aq_update_nvm() argument 3430 if (last_command) in i40e_aq_update_nvm()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | dma_local.h | 165 dma_commands_t last_command; member
|
H A D | dma.c | 51 state->last_command = tmp; in dma_get_state()
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf.h | 333 uint16_t last_command; member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 914 switch (state.last_command) { in ia_css_debug_dump_dma_state() 959 "last command received", state.last_command, in ia_css_debug_dump_dma_state()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 532 int last_command; member
|