Searched refs:rf_reg (Results 1 – 3 of 3) sorted by relevance
1152 struct host_cmd_ds_rf_reg_access *rf_reg; in mwifiex_cmd_reg_access() local1154 cmd->size = cpu_to_le16(sizeof(*rf_reg) + S_DS_GEN); in mwifiex_cmd_reg_access()1155 rf_reg = &cmd->params.rf_reg; in mwifiex_cmd_reg_access()1156 rf_reg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()1157 rf_reg->offset = cpu_to_le16((u16) reg_rw->offset); in mwifiex_cmd_reg_access()1158 rf_reg->value = (u8) reg_rw->value; in mwifiex_cmd_reg_access()1177 cau_reg = &cmd->params.rf_reg; in mwifiex_cmd_reg_access()
814 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()824 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
2424 struct host_cmd_ds_rf_reg_access rf_reg; member