Home
last modified time | relevance | path

Searched defs:mp_priv (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_mp.h70 struct mp_priv { struct
71 struct _adapter *papdater;
73 struct mp_wiparam workparam;
74 u8 act_in_progress;
76 u8 TID;
77 u32 tx_pktcount;
79 u32 rx_pktcount;
80 u32 rx_crcerrpktcount;
81 u32 rx_pktloss;
82 struct recv_stat rxstat;
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_mp.h204 struct mp_priv { struct
205 struct adapter *papdater;
208 u32 mode;/* 0 for normal type packet, 1 for loopback packet (16bytes TXCMD) */
210 u32 prev_fw_state;
213 struct mp_wiparam workparam;
217 u8 TID;
218 u32 tx_pktcount;
219 u32 pktInterval;
220 struct mp_tx tx;
223 u32 rx_bssidpktcount;
[all …]