Home
last modified time | relevance | path

Searched refs:cleanup_mpa_buf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c592 if (priv->adapter->if_ops.cleanup_mpa_buf) in mwifiex_clean_txrx()
593 priv->adapter->if_ops.cleanup_mpa_buf(priv->adapter); in mwifiex_clean_txrx()
H A Dsdio.c3187 .cleanup_mpa_buf = mwifiex_cleanup_mpa_buf,
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dwmm.c524 if (priv->adapter->if_ops.cleanup_mpa_buf) in nxpwifi_clean_txrx()
525 priv->adapter->if_ops.cleanup_mpa_buf(priv->adapter); in nxpwifi_clean_txrx()
H A Dmain.h767 void (*cleanup_mpa_buf)(struct nxpwifi_adapter *adapter); member
H A Dsdio.c2311 .cleanup_mpa_buf = nxpwifi_cleanup_mpa_buf,