Home
last modified time | relevance | path

Searched refs:LSG (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_xmit.h52 #define LSG BIT(26) macro
Drtl8712_xmit.c259 ptx_desc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_construct_txaggr_cmd_desc()
438 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()
Drtl8712_cmd.c312 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_cmd_thread()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtl8188e_xmit.h44 #define LSG BIT(26) macro
/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c49 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); /* own, bFirstSeg, bLastSeg; */ in rtl8188e_fill_fake_txdesc()
165 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in update_txdesc()
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtl8723b_xmit.h28 #define LSG BIT(26) macro