Searched refs:RTW_TX_DESC_W9_TIM_EN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/rtw88/ | ||
H A D | tx.h | 57 #define RTW_TX_DESC_W9_TIM_EN BIT(7) macro |
H A D | tx.c | 86 tx_desc->w9 |= le32_encode_bits(1, RTW_TX_DESC_W9_TIM_EN) | in rtw_tx_fill_tx_desc() |