Home
last modified time | relevance | path

Searched refs:new_alloc (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dhif_usb.c94 if (send_context->new_alloc) in usb_hif_usb_transmit_complete()
173 send_context->new_alloc = false; in hif_send_internal()
182 send_context->new_alloc = true; in hif_send_internal()
197 i < (send_context->new_alloc ? frag_count : frag_count - 1); i++) { in hif_send_internal()
242 if (send_context->new_alloc) in hif_send_internal()
H A Dhif_usb_internal.h87 A_BOOL new_alloc; member