Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dhif_usb.c476 void hif_get_default_pipe(struct hif_opaque_softc *scn, uint8_t *ul_pipe, in hif_get_default_pipe() argument
479 *ul_pipe = HIF_TX_CTRL_PIPE; in hif_get_default_pipe()
496 uint8_t *ul_pipe, uint8_t *dl_pipe, in hif_map_service_to_pipe() argument
505 *ul_pipe = HIF_TX_CTRL_PIPE; in hif_map_service_to_pipe()
509 *ul_pipe = HIF_TX_DATA_LP_PIPE; in hif_map_service_to_pipe()
513 *ul_pipe = HIF_TX_DATA_MP_PIPE; in hif_map_service_to_pipe()
517 *ul_pipe = HIF_TX_DATA_HP_PIPE; in hif_map_service_to_pipe()
521 *ul_pipe = HIF_TX_DATA_LP_PIPE; in hif_map_service_to_pipe()
551 uint8_t *ul_pipe, uint8_t *dl_pipe, in hif_map_service_to_pipe() argument
560 *ul_pipe = HIF_TX_CTRL_PIPE; in hif_map_service_to_pipe()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_sdio.c145 uint16_t service_id, uint8_t *ul_pipe, in hif_map_service_to_pipe() argument
154 service_id, ul_pipe, dl_pipe); in hif_map_service_to_pipe()
164 void hif_get_default_pipe(struct hif_opaque_softc *scn, uint8_t *ul_pipe, in hif_get_default_pipe() argument
168 ul_pipe, dl_pipe, NULL, NULL); in hif_get_default_pipe()
H A Dhif_sdio_dev.h57 uint8_t *ul_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
119 *ul_pipe = 3; in hif_dev_map_service_to_pipe()
125 *ul_pipe = 1; in hif_dev_map_service_to_pipe()
133 *ul_pipe = 3; in hif_dev_map_service_to_pipe()
138 *ul_pipe = 1; 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
294 *ul_pipe = 1; in hif_dev_map_service_to_pipe()
297 *ul_pipe = 3; in hif_dev_map_service_to_pipe()
304 *ul_pipe = 1; in hif_dev_map_service_to_pipe()
312 *ul_pipe = 1; in hif_dev_map_service_to_pipe()
318 *ul_pipe = 3; in hif_dev_map_service_to_pipe()
321 *ul_pipe = 1; in hif_dev_map_service_to_pipe()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_services.c71 uint8_t *ul_pipe, in htc_alt_data_credit_size_update() argument
76 (*ul_pipe == 1) && (*dl_pipe == 0)) in htc_alt_data_credit_size_update()
84 uint8_t *ul_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()
2122 if (ce_id == ul_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()
2963 &ul_pipe, &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
5770 *ul_pipe = element.pipenum; in hif_map_service_to_pipe()
5772 (hif_state->host_ce_config[*ul_pipe].flags & in hif_map_service_to_pipe()
5896 hif_info->ul_pipe.nentries = src_ring->nentries; in hif_get_addl_pipe_info()
[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()
670 tx_ep_info->ce_tx_hdl = hif_get_ce_handle(hif_handle, ul_pipe); in dp_pdev_fill_tx_endpoint_info_rh()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1152 struct hif_ul_pipe_info ul_pipe; member
1233 uint8_t *ul_pipe, uint8_t *dl_pipe, int *ul_is_polled,