Home
last modified time | relevance | path

Searched refs:dis_tx_null (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c876 policy->dis_tx_null = true; in rtw89_mcc_fill_role_policy()
878 policy->dis_tx_null = false; in rtw89_mcc_fill_role_policy()
1859 req.dis_tx_null = policy->dis_tx_null; in __mcc_fw_add_role()
1915 slot_arg->roles[0].en_tx_null = !policy->dis_tx_null; in __mrc_fw_add_role()
H A Dfw.h3217 u32 dis_tx_null: 1; member
H A Dcore.h6022 u8 dis_tx_null; member
H A Dfw.c10029 RTW89_SET_FWCMD_ADD_MCC_DIS_TX_NULL(skb->data, p->dis_tx_null);