Home
last modified time | relevance | path

Searched defs:ddcb_queue (Results 1 – 1 of 1) sorted by relevance

/drivers/misc/genwqe/
Dcard_base.h213 struct ddcb_queue { struct
214 int ddcb_max; /* amount of DDCBs */
215 int ddcb_next; /* next available DDCB num */
216 int ddcb_act; /* DDCB to be processed */
217 u16 ddcb_seq; /* slc seq num */
218 unsigned int ddcbs_in_flight; /* number of ddcbs in processing */
219 unsigned int ddcbs_completed;
220 unsigned int ddcbs_max_in_flight;
221 unsigned int return_on_busy; /* how many times -EBUSY? */
222 unsigned int wait_on_busy;
[all …]