Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_api.h207 void ce_sendlist_init(struct ce_sendlist *sendlist);
219 QDF_STATUS ce_sendlist_buf_add(struct ce_sendlist *sendlist,
240 struct ce_sendlist *sendlist,
625 struct ce_sendlist *sendlist,
H A Dce_service.c527 void ce_sendlist_init(struct ce_sendlist *sendlist) in ce_sendlist_init() argument
529 struct ce_sendlist_s *sl = (struct ce_sendlist_s *)sendlist; in ce_sendlist_init()
535 ce_sendlist_buf_add(struct ce_sendlist *sendlist, in ce_sendlist_buf_add() argument
541 struct ce_sendlist_s *sl = (struct ce_sendlist_s *)sendlist; in ce_sendlist_buf_add()
563 struct ce_sendlist *sendlist, unsigned int transfer_id) in ce_sendlist_send() argument
569 per_transfer_context, sendlist, transfer_id); in ce_sendlist_send()
H A Dce_service_srng.c246 struct ce_sendlist *sendlist, unsigned int transfer_id) in ce_sendlist_send_srng() argument
249 struct ce_sendlist_s *sl = (struct ce_sendlist_s *)sendlist; in ce_sendlist_send_srng()
H A Dce_service_legacy.c628 struct ce_sendlist *sendlist, unsigned int transfer_id) in ce_sendlist_send_legacy() argument
631 struct ce_sendlist_s *sl = (struct ce_sendlist_s *)sendlist; in ce_sendlist_send_legacy()
H A Dce_main.c3325 struct ce_sendlist sendlist; in hif_send_head() local
3348 ce_sendlist_init(&sendlist); in hif_send_head()
3361 status = ce_sendlist_buf_add(&sendlist, frag_paddr, in hif_send_head()
3397 status = ce_sendlist_send(ce_hdl, nbuf, &sendlist, transfer_id); in hif_send_head()