Searched refs:reqlist (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c306 * Linked list links used to aggregate requests into a reqlist
354 struct xbb_xen_reqlist *reqlist; member in struct:xbb_xen_req
539 struct xbb_xen_reqlist *reqlist, int operation,
880 * \param reqlist The request structure whose kva region will be accessed.
888 xbb_reqlist_vaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
890 return (reqlist->kva + (PAGE_SIZE * pagenr) + (sector << 9));
898 * \param reqlist The request structure whose bounce region will be accessed.
906 xbb_reqlist_bounce_addr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
908 return (reqlist->bounce + (PAGE_SIZE * pagenr) + (sector << 9));
917 * \param reqlist Th
929 xbb_reqlist_ioaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
956 xbb_get_gntaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
1085 xbb_unmap_reqlist(struct xbb_xen_reqlist *reqlist) argument
1121 struct xbb_xen_reqlist *reqlist; local
1151 xbb_release_reqlist(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int wakeup) argument
1194 xbb_get_resources(struct xbb_softc *xbb, struct xbb_xen_reqlist **reqlist, blkif_request_t *ring_req, RING_IDX ring_idx) argument
1392 xbb_complete_reqlist(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist) argument
1476 struct xbb_xen_reqlist *reqlist; local
1552 xbb_dispatch_io(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist) argument
1830 struct xbb_xen_reqlist *reqlist; local
2069 xbb_dispatch_dev(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int operation, int bio_flags) argument
2247 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int operation, int flags) argument
2840 struct xbb_xen_reqlist *reqlist; local
3212 struct xbb_xen_reqlist *reqlist; local
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c164 safte_terminate_control_requests(safte_control_reqlist_t *reqlist, int result) argument
168 while ((req = TAILQ_FIRST(reqlist)) != NULL) {
169 TAILQ_REMOVE(reqlist, req, links);
H A Dscsi_enc_ses.c128 ses_terminate_control_requests(ses_control_reqlist_t *reqlist, int result) argument
132 while ((req = TAILQ_FIRST(reqlist)) != NULL) {
133 TAILQ_REMOVE(reqlist, req, links);

Completed in 131 milliseconds