Lines Matching defs:tbl
1824 struct rtw89_btc_btf_set_slot_table *tbl = NULL;
1828 n = sizeof(*s) * num + sizeof(*tbl);
1829 tbl = kmalloc(n, GFP_KERNEL);
1830 if (!tbl)
1833 tbl->fver = BTF_SET_SLOT_TABLE_VER;
1834 tbl->tbl_num = num;
1835 ptr = &tbl->buf[0];
1838 _send_fw_cmd(rtwdev, BTFC_SET, SET_SLOT_TABLE, tbl, n);
1840 kfree(tbl);
2469 #define _slot_set(btc, sid, dura, tbl, type) \
2474 _btc->dm.slot[_sid].cxtbl = cpu_to_le32(tbl); \
2479 #define _slot_set_tbl(btc, sid, tbl) (btc)->dm.slot[sid].cxtbl = cpu_to_le32(tbl)
6810 "wl_rx_lvl:%d, bt_tx_pwr_dec:%d, bt_rx_lna:%d(%s-tbl), wl_btg_rx:%d\n",