Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h254 u32 host_command_reg; member
276 u32 host_command_reg; member
H A Dipw2100.c749 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
2246 if (cmd->host_command_reg < ARRAY_SIZE(command_types)) { in isr_rx_complete_command()
2248 command_types[cmd->host_command_reg], in isr_rx_complete_command()
2249 cmd->host_command_reg); in isr_rx_complete_command()
2252 if (cmd->host_command_reg == HOST_COMPLETE) in isr_rx_complete_command()
2255 if (cmd->host_command_reg == CARD_DISABLE) in isr_rx_complete_command()
2938 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2942 host_command_reg], in __ipw2100_tx_process()
2944 host_command_reg, in __ipw2100_tx_process()
3106 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()