Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c554 urb->status, urb->actual_length, in usb_hif_usb_recv_prestart_complete()
581 if (urb->actual_length == 0) in usb_hif_usb_recv_prestart_complete()
586 qdf_nbuf_put_tail(buf, urb->actual_length); in usb_hif_usb_recv_prestart_complete()
629 urb->status, urb->actual_length, in usb_hif_usb_recv_complete()
642 urb->actual_length = HIF_USB_RX_BUFFER_SIZE; in usb_hif_usb_recv_complete()
664 if (urb->actual_length == 0) in usb_hif_usb_recv_complete()
669 qdf_nbuf_put_tail(buf, urb->actual_length); in usb_hif_usb_recv_complete()
730 urb->status, urb->actual_length, in usb_hif_usb_recv_bundle_complete()
759 if (urb->actual_length == 0) in usb_hif_usb_recv_bundle_complete()
771 netlen = urb->actual_length; in usb_hif_usb_recv_bundle_complete()
H A Dhif_usb.c81 pipe->logical_pipe_num, urb->status, urb->actual_length); in usb_hif_usb_transmit_complete()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c532 uint32_t look_ahead, actual_length; in hif_dev_process_recv_header() local
535 actual_length = packet->ActualLength; in hif_dev_process_recv_header()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c2208 int actual_length) in htc_send_data_pkt() argument
2216 int htc_payload_len = actual_length; in htc_send_data_pkt()
2247 htc_payload_len = actual_length - HTC_HEADER_LEN; in htc_send_data_pkt()
2279 pEndpoint->Id, actual_length, netbuf, data_attr); in htc_send_data_pkt()