Searched refs:sendlist (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_api.h | 207 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 D | ce_service.c | 527 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 D | ce_service_srng.c | 246 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 D | ce_service_legacy.c | 628 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 D | ce_main.c | 3325 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()
|