Searched refs:cmd_eeprom (Results 1 – 3 of 3) sorted by relevance
1208 struct host_cmd_ds_802_11_eeprom_access *cmd_eeprom = in mwifiex_cmd_reg_access() local1211 cmd->size = cpu_to_le16(sizeof(*cmd_eeprom) + S_DS_GEN); in mwifiex_cmd_reg_access()1212 cmd_eeprom->action = cpu_to_le16(cmd_action); in mwifiex_cmd_reg_access()1213 cmd_eeprom->offset = cpu_to_le16(rd_eeprom->offset); in mwifiex_cmd_reg_access()1214 cmd_eeprom->byte_count = cpu_to_le16(rd_eeprom->byte_count); in mwifiex_cmd_reg_access()1215 cmd_eeprom->value = 0; in mwifiex_cmd_reg_access()
5355 HostCmd_DS_802_11_EEPROM_ACCESS *cmd_eeprom =5362 cmd_eeprom->action = wlan_cpu_to_le16(cmd_action);5363 cmd_eeprom->offset =5365 cmd_eeprom->byte_count =5367 cmd_eeprom->value = 0;5459 HostCmd_DS_802_11_EEPROM_ACCESS *cmd_eeprom =5462 cmd_eeprom->byte_count =5463 wlan_le16_to_cpu(cmd_eeprom->5466 cmd_eeprom->byte_count);5467 if (eeprom->byte_count < cmd_eeprom->byte_count) {[all …]
6581 HostCmd_DS_802_11_EEPROM_ACCESS *cmd_eeprom = in wlan_cmd_reg_access() local6585 cmd_eeprom->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_reg_access()6586 cmd_eeprom->offset = wlan_cpu_to_le16(rd_eeprom->offset); in wlan_cmd_reg_access()6587 cmd_eeprom->byte_count = in wlan_cmd_reg_access()6589 cmd_eeprom->value = 0; in wlan_cmd_reg_access()6700 HostCmd_DS_802_11_EEPROM_ACCESS *cmd_eeprom = in wlan_ret_reg_access() local6703 cmd_eeprom->byte_count = in wlan_ret_reg_access()6704 wlan_le16_to_cpu(cmd_eeprom->byte_count); in wlan_ret_reg_access()6706 cmd_eeprom->byte_count); in wlan_ret_reg_access()6707 if (eeprom->byte_count < cmd_eeprom->byte_count) { in wlan_ret_reg_access()[all …]