Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_sdio_internal.h101 HTC_PACKET *hif_dev_alloc_rx_buffer(struct hif_sdio_device *pDev);
H A Dhif_sdio_dev.c51 HTC_PACKET *hif_dev_alloc_rx_buffer(struct hif_sdio_device *pdev) in hif_dev_alloc_rx_buffer() function
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c263 packet = hif_dev_alloc_rx_buffer(pdev); in hif_dev_alloc_and_prepare_rx_packets()