Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_beacon.c60 txd->flags0 |= R92C_FLAGS0_BMCAST | R92C_FLAGS0_FSG | R92C_FLAGS0_LSG; in r92c_beacon_init()
H A Dr92c_tx.c376 txd->flags0 |= R92C_FLAGS0_LSG | R92C_FLAGS0_FSG; in r92c_fill_tx_desc()
485 txd->flags0 |= R92C_FLAGS0_LSG | R92C_FLAGS0_FSG; in r92c_fill_tx_desc_raw()
524 txd->flags0 = R92C_FLAGS0_FSG | R92C_FLAGS0_LSG | R92C_FLAGS0_OWN; in r92c_fill_tx_desc_null()
H A Dr92c_tx_desc.h30 #define R92C_FLAGS0_FSG 0x08 macro