Home
last modified time | relevance | path

Searched refs:c_struct (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.c780 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
781 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command()
782 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command()
784 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command()
786 memcpy(packet->info.c_struct.cmd->host_command_params_reg, in ipw2100_hw_send_command()
788 sizeof(packet->info.c_struct.cmd->host_command_params_reg)); in ipw2100_hw_send_command()
2967 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2970 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2972 packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2974 packet->info.c_struct.cmd->cmd_status_reg); in __ipw2100_tx_process()
[all …]
Dipw2100.h333 } c_struct; member