Home
last modified time | relevance | path

Searched refs:pipeid (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dadma.c218 uint8_t pipeid in hif_dev_map_pipe_to_adma_chan() argument
225 if ((pipeid == 0) || (pipeid == 1)) in hif_dev_map_pipe_to_adma_chan()
227 else if ((pipeid == 2) || (pipeid == 3)) in hif_dev_map_pipe_to_adma_chan()
Dmailbox.c510 uint8_t pipeid) in hif_dev_map_pipe_to_mail_box() argument
512 if (2 == pipeid || 3 == pipeid) in hif_dev_map_pipe_to_mail_box()
514 else if (0 == pipeid || 1 == pipeid) in hif_dev_map_pipe_to_mail_box()
517 hif_err("pipeid=%d invalid", pipeid); in hif_dev_map_pipe_to_mail_box()
966 uint8_t pipeid; in hif_dev_recv_message_pending_handler() local
988 pipeid = in hif_dev_recv_message_pending_handler()
993 netbuf, pipeid); in hif_dev_recv_message_pending_handler()
Dadma.h48 uint8_t pipeid
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c2700 u_int8_t pipeid, in hif_update_pipe_callback() argument
2707 QDF_BUG(pipeid < CE_COUNT_MAX); in hif_update_pipe_callback()
2709 hif_debug("pipeid: %d", pipeid); in hif_update_pipe_callback()
2711 pipe_info = &hif_state->pipe_info[pipeid]; in hif_update_pipe_callback()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h2138 u_int8_t pipeid,