Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_mp.h196 struct mp_priv { struct
197 struct adapter *papdater;
200 u32 mode;/* 0 for normal type packet, 1 for loopback packet (16bytes TXCMD) */
202 u32 prev_fw_state;
205 struct mp_wiparam workparam;
209 u8 TID;
210 u32 tx_pktcount;
211 u32 pktInterval;
212 struct mp_tx tx;
215 u32 rx_bssidpktcount;
[all …]
/linux-5.19.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 …]