Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wimax/i2400m/
Dop-rfkill.c153 const struct i2400m_tlv_rf_switches_status *rfss) in i2400m_report_tlv_rf_switches_status() argument
159 sw = le32_to_cpu(rfss->sw_rf_switch); in i2400m_report_tlv_rf_switches_status()
160 hw = le32_to_cpu(rfss->hw_rf_switch); in i2400m_report_tlv_rf_switches_status()
163 i2400m, rfss, hw, sw); in i2400m_report_tlv_rf_switches_status()
195 i2400m, rfss, hw, sw); in i2400m_report_tlv_rf_switches_status()
Dcontrol.c440 const struct i2400m_tlv_rf_switches_status *rfss; in i2400m_report_state_parse_tlv() local
450 if (0 == i2400m_tlv_match(tlv, I2400M_TLV_RF_STATUS, sizeof(*rfss))) { in i2400m_report_state_parse_tlv()
451 rfss = container_of(tlv, typeof(*rfss), hdr); in i2400m_report_state_parse_tlv()
455 le32_to_cpu(rfss->sw_rf_switch), in i2400m_report_state_parse_tlv()
456 le32_to_cpu(rfss->hw_rf_switch)); in i2400m_report_state_parse_tlv()
457 i2400m_report_tlv_rf_switches_status(i2400m, rfss); in i2400m_report_state_parse_tlv()