Home
last modified time | relevance | path

Searched refs:R92C_FLAGS0_FSG (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
Dr92c_tx.c253 txd->flags0 |= R92C_FLAGS0_LSG | R92C_FLAGS0_FSG; in r92c_fill_tx_desc()
367 txd->flags0 |= R92C_FLAGS0_LSG | R92C_FLAGS0_FSG; in r92c_fill_tx_desc_raw()
407 txd->flags0 = R92C_FLAGS0_FSG | R92C_FLAGS0_LSG | R92C_FLAGS0_OWN; in r92c_fill_tx_desc_null()
Dr92c_beacon.c62 txd->flags0 |= R92C_FLAGS0_BMCAST | R92C_FLAGS0_FSG | R92C_FLAGS0_LSG; in r92c_beacon_init()
Dr92c_tx_desc.h31 #define R92C_FLAGS0_FSG 0x08 macro