Home
last modified time | relevance | path

Searched refs:SEC_TYPE_SHT (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c84 ptxdesc->txdw1 |= cpu_to_le32((0x01 << SEC_TYPE_SHT) & 0x00c00000); in fill_txdesc_sectype()
89 ptxdesc->txdw1 |= cpu_to_le32((0x01 << SEC_TYPE_SHT) & 0x00c00000); in fill_txdesc_sectype()
93 ptxdesc->txdw1 |= cpu_to_le32((0x03 << SEC_TYPE_SHT) & 0x00c00000); in fill_txdesc_sectype()
/drivers/staging/r8188eu/include/
Drtl8188e_xmit.h53 #define SEC_TYPE_SHT 22 macro