Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_api.h129 struct ce_sendlist;
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,
553 struct ce_sendlist { struct
625 struct ce_sendlist *sendlist,
H A Dce_service.c524 return sizeof(struct ce_sendlist); in ce_sendlist_sizeof()
527 void ce_sendlist_init(struct ce_sendlist *sendlist) in ce_sendlist_init()
535 ce_sendlist_buf_add(struct ce_sendlist *sendlist, in ce_sendlist_buf_add()
563 struct ce_sendlist *sendlist, unsigned int 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()
H A Dce_service_legacy.c628 struct ce_sendlist *sendlist, unsigned int transfer_id) in ce_sendlist_send_legacy()
H A Dce_main.c3325 struct ce_sendlist sendlist; in hif_send_head()