Searched refs:monreg (Results 1 – 1 of 1) sorted by relevance
1498 struct rtw89_btc_btf_set_mon_reg *monreg = NULL; in btc_fw_set_monreg() local1514 sz = (ulen * n) + sizeof(*monreg); in btc_fw_set_monreg()1515 monreg = kmalloc(sz, GFP_KERNEL); in btc_fw_set_monreg()1516 if (!monreg) in btc_fw_set_monreg()1519 monreg->fver = BTF_SET_MON_REG_VER; in btc_fw_set_monreg()1520 monreg->reg_num = n; in btc_fw_set_monreg()1521 ptr = &monreg->buf[0]; in btc_fw_set_monreg()1527 _send_fw_cmd(rtwdev, BTFC_SET, SET_MREG_TABLE, (u8 *)monreg, sz); in btc_fw_set_monreg()1528 kfree(monreg); in btc_fw_set_monreg()