Home
last modified time | relevance | path

Searched refs:allocate_htc_bundle_packet (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_internal.h321 HTC_PACKET *allocate_htc_bundle_packet(HTC_TARGET *target);
H A Dhtc_send.c217 HTC_PACKET *allocate_htc_bundle_packet(HTC_TARGET *target) in allocate_htc_bundle_packet() function
566 pPacketTx = allocate_htc_bundle_packet(target); in htc_issue_packets_bundle()
620 pPacketTx = allocate_htc_bundle_packet(target); in htc_issue_packets_bundle()
H A Dhtc.c824 allocate_htc_bundle_packet(target); in htc_wait_target()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c712 packet_rx_bundle = allocate_htc_bundle_packet(target); in hif_dev_issue_recv_packet_bundle()