Searched refs:ch_switch_rpt (Results 1 – 6 of 6) sorted by relevance
1608 if (!adapter->ch_switch_rpt) in c2h_ch_switch_rpt_hdl()1609 adapter->ch_switch_rpt = (struct mac_ax_ch_switch_rpt *)PLTFM_MALLOC(rpt_size); in c2h_ch_switch_rpt_hdl()1610 if (!adapter->ch_switch_rpt) in c2h_ch_switch_rpt_hdl()1612 rpt = adapter->ch_switch_rpt; in c2h_ch_switch_rpt_hdl()
2048 PLTFM_MEMCPY(rpt, adapter->ch_switch_rpt, sizeof(struct mac_ax_ch_switch_rpt)); in mac_get_ch_switch_rpt()
14197 struct mac_ax_ch_switch_rpt *ch_switch_rpt; member