Searched refs:cts_enable (Results 1 – 6 of 6) sorted by relevance
539 !tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()541 tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()542 SET_TX_DESC_CTS2SELF(txdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc()
660 cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()663 || tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()664 SET_TX_DESC_CTS2SELF(pdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc()
631 !ptcb_desc->cts_enable) ? 1 : 0)); in rtl92de_tx_fill_desc()633 || ptcb_desc->cts_enable) ? 1 : 0)); in rtl92de_tx_fill_desc()634 SET_TX_DESC_CTS2SELF(pdesc, ((ptcb_desc->cts_enable) ? 1 : 0)); in rtl92de_tx_fill_desc()
666 !ptcb_desc->cts_enable) ? 1 : 0)); in rtl92se_tx_fill_desc()667 SET_TX_DESC_CTS_ENABLE(pdesc, ((ptcb_desc->cts_enable) ? in rtl92se_tx_fill_desc()
548 tcb_desc->cts_enable = false; in _rtl_query_protection_mode()557 tcb_desc->cts_enable = true; in _rtl_query_protection_mode()
1358 u8 cts_enable:1; member