Home
last modified time | relevance | path

Searched refs:ol_ath_generic_softc_handle (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
Dpktlog_ac.h58 typedef struct ol_ath_generic_softc_t *ol_ath_generic_softc_handle; typedef
104 ol_ath_generic_softc_handle scn;
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dlinux_ac.c211 ol_ath_generic_softc_handle scn; in qdf_sysctl_decl()
215 scn = (ol_ath_generic_softc_handle) ctl->extra1; in qdf_sysctl_decl()
274 ol_ath_generic_softc_handle scn; in qdf_sysctl_decl()
278 scn = (ol_ath_generic_softc_handle) ctl->extra1; in qdf_sysctl_decl()
Dpktlog_ac.c78 pl_dev.scn = (ol_ath_generic_softc_handle) scn; in pktlog_sethandle()