Searched refs:pvt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_wifi_if.c150 nwip = handle->pvt;
167 struct nss_wifi_if_pvt *nwip = handle->pvt;
245 struct nss_wifi_if_pvt *nwip = handle->pvt;
297 kfree(handle->pvt);
333 handle->pvt = (struct nss_wifi_if_pvt *)kzalloc(sizeof(struct nss_wifi_if_pvt),
335 if (!handle->pvt) {
H A Dnss_tx_rx_virt_if.c147 struct nss_tx_rx_virt_if_pvt *nvip = handle->pvt;
368 handle->pvt = (struct nss_tx_rx_virt_if_pvt *)kzalloc(sizeof(struct nss_tx_rx_virt_if_pvt),
370 if (!handle->pvt) {
409 nrip = handle->pvt;
490 struct nss_tx_rx_virt_if_pvt *nrip = handle->pvt;
537 kfree(handle->pvt);
H A Dnss_tx_rx_common.h163 struct nss_tx_rx_virt_if_pvt *pvt; member in struct:nss_tx_rx_virt_if_handle
H A Dnss_virt_if.c145 struct nss_virt_if_pvt *nvip = handle->pvt;
167 struct nss_virt_if_pvt *nwip = handle->pvt;
311 kfree(handle->pvt);
457 handle->pvt = (struct nss_virt_if_pvt *)kzalloc(sizeof(struct nss_virt_if_pvt),
459 if (!handle->pvt) {
498 nvip = handle->pvt;
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_virt_if.h127 struct nss_virt_if_pvt *pvt; /*< Private data structure */ member in struct:nss_virt_if_handle
H A Dnss_wifi_if.h118 struct nss_wifi_if_pvt *pvt; /**< Private data structure */ member in struct:nss_wifi_if_handle

Completed in 88 milliseconds