Searched refs:monreg (Results 1 – 1 of 1) sorted by relevance
1480 struct rtw89_btc_btf_set_mon_reg *monreg = NULL; in btc_fw_set_monreg() local1496 sz = (ulen * n) + sizeof(*monreg); in btc_fw_set_monreg()1497 monreg = kmalloc(sz, GFP_KERNEL); in btc_fw_set_monreg()1498 if (!monreg) in btc_fw_set_monreg()1501 monreg->fver = BTF_SET_MON_REG_VER; in btc_fw_set_monreg()1502 monreg->reg_num = n; in btc_fw_set_monreg()1503 ptr = &monreg->buf[0]; in btc_fw_set_monreg()1509 _send_fw_cmd(rtwdev, BTFC_SET, SET_MREG_TABLE, (u8 *)monreg, sz); in btc_fw_set_monreg()1510 kfree(monreg); in btc_fw_set_monreg()