Home
last modified time | relevance | path

Searched refs:dl_pipe (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dhif_usb.c477 uint8_t *dl_pipe) in hif_get_default_pipe() argument
480 *dl_pipe = HIF_RX_CTRL_PIPE; in hif_get_default_pipe()
496 uint8_t *ul_pipe, uint8_t *dl_pipe, in hif_map_service_to_pipe() argument
506 *dl_pipe = HIF_RX_DATA_PIPE; in hif_map_service_to_pipe()
510 *dl_pipe = HIF_RX_DATA_PIPE; in hif_map_service_to_pipe()
514 *dl_pipe = HIF_RX_DATA2_PIPE; in hif_map_service_to_pipe()
518 *dl_pipe = HIF_RX_DATA_PIPE; in hif_map_service_to_pipe()
522 *dl_pipe = HIF_RX_DATA_PIPE; in hif_map_service_to_pipe()
551 uint8_t *ul_pipe, uint8_t *dl_pipe, in hif_map_service_to_pipe() argument
562 *dl_pipe = HIF_RX_CTRL_PIPE; in hif_map_service_to_pipe()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_sdio.c146 uint8_t *dl_pipe, int *ul_is_polled, in hif_map_service_to_pipe() argument
154 service_id, ul_pipe, dl_pipe); in hif_map_service_to_pipe()
165 uint8_t *dl_pipe) in hif_get_default_pipe() argument
168 ul_pipe, dl_pipe, NULL, NULL); in hif_get_default_pipe()
H A Dhif_sdio_dev.h58 uint8_t *dl_pipe);
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dadma.c112 uint8_t *ul_pipe, uint8_t *dl_pipe) in hif_dev_map_service_to_pipe() argument
118 *dl_pipe = 2; in hif_dev_map_service_to_pipe()
124 *dl_pipe = 0; in hif_dev_map_service_to_pipe()
132 *dl_pipe = 2; in hif_dev_map_service_to_pipe()
137 *dl_pipe = 0; in hif_dev_map_service_to_pipe()
H A Dmailbox.c287 uint8_t *ul_pipe, uint8_t *dl_pipe) in hif_dev_map_service_to_pipe() argument
295 *dl_pipe = 0; in hif_dev_map_service_to_pipe()
298 *dl_pipe = 2; in hif_dev_map_service_to_pipe()
305 *dl_pipe = 0; in hif_dev_map_service_to_pipe()
313 *dl_pipe = 0; in hif_dev_map_service_to_pipe()
319 *dl_pipe = 2; in hif_dev_map_service_to_pipe()
322 *dl_pipe = 0; in hif_dev_map_service_to_pipe()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_services.c72 uint8_t *dl_pipe, in htc_alt_data_credit_size_update() argument
76 (*ul_pipe == 1) && (*dl_pipe == 0)) in htc_alt_data_credit_size_update()
85 uint8_t *dl_pipe, in htc_alt_data_credit_size_update() argument
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c2109 uint8_t ul_pipe, dl_pipe; in hif_ce_bus_early_suspend() local
2114 &ul_pipe, &dl_pipe, in hif_ce_bus_early_suspend()
2124 if (ce_id == dl_pipe) in hif_ce_bus_early_suspend()
2946 uint8_t ul_pipe, dl_pipe; in hif_calc_wbuff_pool_size() local
2957 &ul_pipe, &dl_pipe, in hif_calc_wbuff_pool_size()
2959 is_wmi_svc = !status && (dl_pipe == ce_id); in hif_calc_wbuff_pool_size()
2963 &ul_pipe, &dl_pipe, in hif_calc_wbuff_pool_size()
2973 else if (!is_wmi_svc && wmi_diag_svc && ce_id == dl_pipe) in hif_calc_wbuff_pool_size()
5747 uint8_t *ul_pipe, uint8_t *dl_pipe, int *ul_is_polled, in hif_map_service_to_pipe() argument
5776 *dl_pipe = element.pipenum; in hif_map_service_to_pipe()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c659 uint8_t ul_pipe, dl_pipe; in dp_pdev_fill_tx_endpoint_info_rh() local
663 &ul_pipe, &dl_pipe, in dp_pdev_fill_tx_endpoint_info_rh()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1153 struct hif_dl_pipe_info dl_pipe; member
1233 uint8_t *ul_pipe, uint8_t *dl_pipe, int *ul_is_polled,