Searched refs:cmd_rsp (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c23 struct ath9k_htc_target_int_stats cmd_rsp; read_file_tgt_int_stats() local
28 memset(&cmd_rsp, 0, sizeof(cmd_rsp)); read_file_tgt_int_stats()
42 be32_to_cpu(cmd_rsp.rx)); read_file_tgt_int_stats()
46 be32_to_cpu(cmd_rsp.rxorn)); read_file_tgt_int_stats()
50 be32_to_cpu(cmd_rsp.rxeol)); read_file_tgt_int_stats()
54 be32_to_cpu(cmd_rsp.txurn)); read_file_tgt_int_stats()
58 be32_to_cpu(cmd_rsp.txto)); read_file_tgt_int_stats()
62 be32_to_cpu(cmd_rsp.cst)); read_file_tgt_int_stats()
81 struct ath9k_htc_target_tx_stats cmd_rsp; read_file_tgt_tx_stats() local
86 memset(&cmd_rsp, 0, sizeof(cmd_rsp)); read_file_tgt_tx_stats()
100 be32_to_cpu(cmd_rsp.xretries)); read_file_tgt_tx_stats()
104 be32_to_cpu(cmd_rsp.fifoerr)); read_file_tgt_tx_stats()
108 be32_to_cpu(cmd_rsp.filtered)); read_file_tgt_tx_stats()
112 be32_to_cpu(cmd_rsp.timer_exp)); read_file_tgt_tx_stats()
116 be32_to_cpu(cmd_rsp.shortretries)); read_file_tgt_tx_stats()
120 be32_to_cpu(cmd_rsp.longretries)); read_file_tgt_tx_stats()
124 be32_to_cpu(cmd_rsp.qnull)); read_file_tgt_tx_stats()
128 be32_to_cpu(cmd_rsp.encap_fail)); read_file_tgt_tx_stats()
132 be32_to_cpu(cmd_rsp.nobuf)); read_file_tgt_tx_stats()
151 struct ath9k_htc_target_rx_stats cmd_rsp; read_file_tgt_rx_stats() local
156 memset(&cmd_rsp, 0, sizeof(cmd_rsp)); read_file_tgt_rx_stats()
170 be32_to_cpu(cmd_rsp.nobuf)); read_file_tgt_rx_stats()
174 be32_to_cpu(cmd_rsp.host_send)); read_file_tgt_rx_stats()
178 be32_to_cpu(cmd_rsp.host_done)); read_file_tgt_rx_stats()
H A Dwmi.h196 (u8 *) &cmd_rsp, \
197 sizeof(cmd_rsp), HZ*2); \
204 &cmd_rsp, sizeof(cmd_rsp), HZ*2); \
H A Dhtc_drv_main.c192 u8 cmd_rsp; ath9k_htc_reset() local
252 u8 cmd_rsp; ath9k_htc_set_channel() local
338 u8 cmd_rsp; __ath9k_htc_remove_monitor_interface() local
359 u8 cmd_rsp; ath9k_htc_add_monitor_interface() local
446 u8 cmd_rsp, sta_idx; ath9k_htc_remove_monitor_interface() local
478 u8 cmd_rsp; ath9k_htc_add_station() local
543 u8 cmd_rsp, sta_idx; ath9k_htc_remove_station() local
582 u8 cmd_rsp; ath9k_htc_update_cap_target() local
651 u8 cmd_rsp; ath9k_htc_send_rate_cmd() local
715 u8 cmd_rsp; ath9k_htc_tx_aggr_oper() local
920 u8 cmd_rsp; ath9k_htc_start() local
985 u8 cmd_rsp; ath9k_htc_stop() local
1045 u8 cmd_rsp; ath9k_htc_add_interface() local
1128 u8 cmd_rsp; ath9k_htc_remove_interface() local
1767 u8 cmd_rsp; ath9k_htc_set_bitrate_mask() local
H A Dhtc_drv_init.c788 struct wmi_fw_version cmd_rsp; ath9k_init_firmware_version() local
791 memset(&cmd_rsp, 0, sizeof(cmd_rsp)); ath9k_init_firmware_version()
797 priv->fw_version_major = be16_to_cpu(cmd_rsp.major); ath9k_init_firmware_version()
798 priv->fw_version_minor = be16_to_cpu(cmd_rsp.minor); ath9k_init_firmware_version()
H A Dhtc_drv_beacon.c75 u8 cmd_rsp; ath9k_htc_beacon_init() local
99 u8 cmd_rsp; ath9k_htc_beacon_config_sta() local
/linux-4.4.14/drivers/mmc/host/
H A Dmtk-sd.c298 int cmd_rsp; member in struct:msdc_host
626 host->cmd_rsp = resp; msdc_cmd_prepare_raw_cmd()
/linux-4.4.14/drivers/net/fddi/
H A Ddefxx.h1073 volatile PI_UINT32 cmd_rsp; member in struct:__anon7868
1165 PI_RCV_DESCR cmd_rsp[PI_CMD_RSP_K_NUM_ENTRIES]; member in struct:__anon7871
H A Ddefxx.c2634 bp->descr_block_virt->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_0 = (u32) (PI_RCV_DESCR_M_SOP | dfx_hw_dma_cmd_req()
2636 bp->descr_block_virt->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_1 = bp->cmd_rsp_phys; dfx_hw_dma_cmd_req()
2683 if (bp->cmd_rsp_reg.index.prod == (u8)(bp->cons_block_virt->cmd_rsp)) dfx_hw_dma_cmd_req()

Completed in 316 milliseconds