Searched defs:safexcel_ring (Results 1 – 1 of 1) sorted by relevance
370 struct safexcel_ring { struct371 struct mtx mtx;372 struct sglist *cmd_data;373 struct safexcel_cmd_descr_ring cdr;374 struct sglist *res_data;375 struct safexcel_res_descr_ring rdr;378 struct safexcel_request requests[SAFEXCEL_RING_SIZE];381 int pending;382 int pending_cdesc, pending_rdesc;385 int queued;[all …]