Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wds/
HDwd7000.c223 struct wds_req { struct
291 struct wds_req req[MAXSIMUL];
339 static struct wds_req *wdsr_alloc(struct wds *wp);
342 static void wdsr_ccb_done(struct wds *wp, struct wds_req *r,
345 static void wds_done(struct wds *wp, struct wds_req *r, u_int8_t stat);
346 static int wds_runsense(struct wds *wp, struct wds_req *r);
352 static struct wds_req *cmdtovirt(struct wds *wp, u_int32_t phys);
732 static struct wds_req *
735 struct wds_req *r; in wdsr_alloc()
777 struct wds_req *rp; in wds_intr_locked()
[all …]