Lines Matching refs:mccch
3183 struct rtw89_fw_h2c_rf_get_mccch *mccch;
3187 skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, sizeof(*mccch));
3192 skb_put(skb, sizeof(*mccch));
3193 mccch = (struct rtw89_fw_h2c_rf_get_mccch *)skb->data;
3195 mccch->ch_0 = cpu_to_le32(rfk_mcc->ch[0]);
3196 mccch->ch_1 = cpu_to_le32(rfk_mcc->ch[1]);
3197 mccch->band_0 = cpu_to_le32(rfk_mcc->band[0]);
3198 mccch->band_1 = cpu_to_le32(rfk_mcc->band[1]);
3199 mccch->current_channel = cpu_to_le32(chan->channel);
3200 mccch->current_band_type = cpu_to_le32(chan->band_type);
3205 sizeof(*mccch));