Home
last modified time | relevance | path

Searched refs:policy_len (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_fw.c446 u16 len = btc->policy_len; in _append_tdma()
462 btc->policy_len = len + 2 + sizeof(struct fbtc_1tdma); in _append_tdma()
482 len = btc->policy_len; in _append_slot()
497 btc->policy_len = len + 2 + sizeof(struct fbtc_1slot); in _append_slot()
652 btc->policy_len = 0; /* clear length before append */ in hal_btc_fw_set_policy()
658 if (btc->policy_len == 0 || btc->policy_len > BTC_POLICY_MAXLEN) in hal_btc_fw_set_policy()
662 __func__, action, policy_type, btc->policy_len); in hal_btc_fw_set_policy()
672 ops->fw_cmd(btc, BTFC_SET, SET_CX_POLICY, btc->policy, btc->policy_len); in hal_btc_fw_set_policy()
H A Dhal_btc.h1301 u16 policy_len; member
H A Dhal_btc.c385 btc->policy_len = 0; in _reset_btc_var()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_fw.c446 u16 len = btc->policy_len; in _append_tdma()
462 btc->policy_len = len + 2 + sizeof(struct fbtc_1tdma); in _append_tdma()
482 len = btc->policy_len; in _append_slot()
497 btc->policy_len = len + 2 + sizeof(struct fbtc_1slot); in _append_slot()
652 btc->policy_len = 0; /* clear length before append */ in hal_btc_fw_set_policy()
658 if (btc->policy_len == 0 || btc->policy_len > BTC_POLICY_MAXLEN) in hal_btc_fw_set_policy()
662 __func__, action, policy_type, btc->policy_len); in hal_btc_fw_set_policy()
672 ops->fw_cmd(btc, BTFC_SET, SET_CX_POLICY, btc->policy, btc->policy_len); in hal_btc_fw_set_policy()
H A Dhal_btc.h1296 u16 policy_len; member
H A Dhal_btc.c385 btc->policy_len = 0; in _reset_btc_var()