Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h254 u32 host_command_reg; member
276 u32 host_command_reg; member
Dipw2100.c766 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
2262 if (cmd->host_command_reg < ARRAY_SIZE(command_types)) { in isr_rx_complete_command()
2264 command_types[cmd->host_command_reg], in isr_rx_complete_command()
2265 cmd->host_command_reg); in isr_rx_complete_command()
2268 if (cmd->host_command_reg == HOST_COMPLETE) in isr_rx_complete_command()
2271 if (cmd->host_command_reg == CARD_DISABLE) in isr_rx_complete_command()
2955 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2959 host_command_reg], in __ipw2100_tx_process()
2961 host_command_reg, in __ipw2100_tx_process()
3123 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()