Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h157 bool last_command,
160 u32 offset, u16 length, bool last_command,
168 bool last_command,
Di40e_nvm.c289 bool last_command) in i40e_write_nvm_aq() argument
317 data, last_command, NULL); in i40e_write_nvm_aq()
Di40e_common.c2299 bool last_command, in i40e_aq_read_nvm() argument
2316 if (last_command) in i40e_aq_read_nvm()
2344 u32 offset, u16 length, bool last_command, in i40e_aq_erase_nvm() argument
2361 if (last_command) in i40e_aq_erase_nvm()
2658 bool last_command, in i40e_aq_update_nvm() argument
2675 if (last_command) in i40e_aq_update_nvm()
/linux-4.1.27/drivers/mtd/nand/
Ddocg4.c87 } last_command; member
472 if (doc->last_command.command == NAND_CMD_STATUS) { in docg4_read_byte()
480 doc->last_command.command = 0; in docg4_read_byte()
705 doc->last_command.command = command; in docg4_command()
706 doc->last_command.column = column; in docg4_command()
707 doc->last_command.page = page_addr; in docg4_command()