Searched defs:ce_ops (Results 1 – 1 of 1) sorted by relevance
609 struct ce_ops { struct610 uint32_t (*ce_get_desc_size)(uint8_t ring_type);611 int (*ce_ring_setup)(struct hif_softc *scn, uint8_t ring_type,614 void (*ce_srng_cleanup)(struct hif_softc *scn,616 QDF_STATUS (*ce_send_nolock)(struct CE_handle *copyeng,623 QDF_STATUS (*ce_sendlist_send)(struct CE_handle *copyeng,627 QDF_STATUS (*ce_revoke_recv_next)(struct CE_handle *copyeng,631 QDF_STATUS (*ce_cancel_send_next)(struct CE_handle *copyeng,636 QDF_STATUS (*ce_recv_buf_enqueue)(struct CE_handle *copyeng,639 bool (*watermark_int)(struct CE_state *CE_state, unsigned int *flags);[all …]