Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h268 u32 host_command_reg; member
290 u32 host_command_reg; member
Dipw2100.c780 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
2276 if (cmd->host_command_reg < ARRAY_SIZE(command_types)) { in isr_rx_complete_command()
2278 command_types[cmd->host_command_reg], in isr_rx_complete_command()
2279 cmd->host_command_reg); in isr_rx_complete_command()
2282 if (cmd->host_command_reg == HOST_COMPLETE) in isr_rx_complete_command()
2285 if (cmd->host_command_reg == CARD_DISABLE) in isr_rx_complete_command()
2969 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2973 host_command_reg], in __ipw2100_tx_process()
2975 host_command_reg, in __ipw2100_tx_process()
3137 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()