Home
last modified time | relevance | path

Searched refs:command_header (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_hw.h289 struct e1000_host_command_header command_header; member
304 struct e1000_host_mng_command_header command_header; member
/linux-4.4.14/drivers/block/mtip32xx/
Dmtip32xx.h328 struct mtip_cmd_hdr *command_header; /* ptr to command header entry */ member
Dmtip32xx.c1154 int_cmd->command_header->opts = in mtip_exec_internal_command()
1166 int_cmd->command_header->opts |= in mtip_exec_internal_command()
1171 int_cmd->command_header->byte_count = 0; in mtip_exec_internal_command()
2432 command->command_header->opts = in mtip_hw_submit_io()
2435 command->command_header->byte_count = 0; in mtip_hw_submit_io()
3870 cmd->command_header = dd->port->command_list + in mtip_init_cmd()
3876 cmd->command_header->ctbau = __force_bit2int cpu_to_le32((cmd->command_dma >> 16) >> 16); in mtip_init_cmd()
3878 cmd->command_header->ctba = __force_bit2int cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_init_cmd()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h432 struct e1000_host_command_header command_header; member
447 struct e1000_host_mng_command_header command_header; member
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.h344 …struct e1000_host_mng_command_header command_header; /* Command Head/Command Result Head has 4 byt… member
2138 struct e1000_host_command_header command_header; /* Command Head/Command Result Head has 4 bytes */ member