Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dadma.c242 uint8_t chan, bool upload) in hif_dev_map_adma_chan_to_pipe() argument
244 hif_info("chan: %u, %s", chan, upload ? "Upload" : "Download"); in hif_dev_map_adma_chan_to_pipe()
247 return upload ? 1 : 0; in hif_dev_map_adma_chan_to_pipe()
249 return upload ? 3 : 2; in hif_dev_map_adma_chan_to_pipe()
H A Dadma.h43 uint8_t chan, bool upload);
H A Dmailbox.c533 uint8_t mbox_index, bool upload) in hif_dev_map_mail_box_to_pipe() argument
536 return upload ? 1 : 0; in hif_dev_map_mail_box_to_pipe()
538 return upload ? 3 : 2; in hif_dev_map_mail_box_to_pipe()
540 hif_err("mbox_index=%d, upload=%d invalid", mbox_index, upload); in hif_dev_map_mail_box_to_pipe()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_mc_cp_stats_tlv.c206 ev->tx_octets_in_ampdu.upload.high; in extract_mib_stats_tlv()
210 ev->tx_octets_in_ampdu.upload.low; in extract_mib_stats_tlv()
217 ev->rx_octets_in_ampdu.upload.rx_octets_in_ampdu_high; in extract_mib_stats_tlv()
221 ev->rx_octets_in_ampdu.upload.rx_octets_in_ampdu_low; in extract_mib_stats_tlv()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME-HS20
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h16519 } upload; /* for use by host */ member
16528 } upload; /* for use by host */ member