Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/misc/genwqe/
Dcard_base.h214 struct ddcb_queue { struct
215 int ddcb_max; /* amount of DDCBs */
216 int ddcb_next; /* next available DDCB num */
217 int ddcb_act; /* DDCB to be processed */
218 u16 ddcb_seq; /* slc seq num */
219 unsigned int ddcbs_in_flight; /* number of ddcbs in processing */
220 unsigned int ddcbs_completed;
221 unsigned int ddcbs_max_in_flight;
222 unsigned int return_on_busy; /* how many times -EBUSY? */
223 unsigned int wait_on_busy;
[all …]
/kernel/linux/linux-5.10/drivers/misc/genwqe/
Dcard_base.h206 struct ddcb_queue { struct
207 int ddcb_max; /* amount of DDCBs */
208 int ddcb_next; /* next available DDCB num */
209 int ddcb_act; /* DDCB to be processed */
210 u16 ddcb_seq; /* slc seq num */
211 unsigned int ddcbs_in_flight; /* number of ddcbs in processing */
212 unsigned int ddcbs_completed;
213 unsigned int ddcbs_max_in_flight;
214 unsigned int return_on_busy; /* how many times -EBUSY? */
215 unsigned int wait_on_busy;
[all …]