Searched refs:rfss (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/wimax/i2400m/ |
D | op-rfkill.c | 167 const struct i2400m_tlv_rf_switches_status *rfss) in i2400m_report_tlv_rf_switches_status() argument 173 sw = le32_to_cpu(rfss->sw_rf_switch); in i2400m_report_tlv_rf_switches_status() 174 hw = le32_to_cpu(rfss->hw_rf_switch); in i2400m_report_tlv_rf_switches_status() 177 i2400m, rfss, hw, sw); in i2400m_report_tlv_rf_switches_status() 209 i2400m, rfss, hw, sw); in i2400m_report_tlv_rf_switches_status()
|
D | control.c | 437 const struct i2400m_tlv_rf_switches_status *rfss; in i2400m_report_state_parse_tlv() local 447 if (0 == i2400m_tlv_match(tlv, I2400M_TLV_RF_STATUS, sizeof(*rfss))) { in i2400m_report_state_parse_tlv() 448 rfss = container_of(tlv, typeof(*rfss), hdr); in i2400m_report_state_parse_tlv() 452 le32_to_cpu(rfss->sw_rf_switch), in i2400m_report_state_parse_tlv() 453 le32_to_cpu(rfss->hw_rf_switch)); in i2400m_report_state_parse_tlv() 454 i2400m_report_tlv_rf_switches_status(i2400m, rfss); in i2400m_report_state_parse_tlv()
|