Home
last modified time | relevance | path

Searched refs:SecType (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h197 u8 SecType:2; member
H A Dr8192E_dev.c1000 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc()
1009 pdesc->SecType = 0x1; in rtl92e_fill_tx_desc()
1013 pdesc->SecType = 0x2; in rtl92e_fill_tx_desc()
1017 pdesc->SecType = 0x3; in rtl92e_fill_tx_desc()
1021 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1306 tx_desc->SecType = 0x0; in rtl8192_tx()
1311 tx_desc->SecType = 0x1; in rtl8192_tx()
1315 tx_desc->SecType = 0x2; in rtl8192_tx()
1319 tx_desc->SecType = 0x3; in rtl8192_tx()
1323 tx_desc->SecType = 0x0; in rtl8192_tx()
H A Dr8192U.h203 u8 SecType:2; member