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

/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c308 * Linked list links used to aggregate requests into a reqlist
356 struct xbb_xen_reqlist *reqlist; member in struct:xbb_xen_req
541 struct xbb_xen_reqlist *reqlist, int operation,
881 * \param reqlist The request structure whose kva region will be accessed.
889 xbb_reqlist_vaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
891 return (reqlist->kva + (PAGE_SIZE * pagenr) + (sector << 9));
899 * \param reqlist The request structure whose bounce region will be accessed.
907 xbb_reqlist_bounce_addr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
909 return (reqlist->bounce + (PAGE_SIZE * pagenr) + (sector << 9));
918 * \param reqlist Th
930 xbb_reqlist_ioaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
957 xbb_get_gntaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) argument
1085 xbb_unmap_reqlist(struct xbb_xen_reqlist *reqlist) argument
1120 struct xbb_xen_reqlist *reqlist; local
1149 xbb_release_reqlist(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int wakeup) argument
1192 xbb_get_resources(struct xbb_softc *xbb, struct xbb_xen_reqlist **reqlist, blkif_request_t *ring_req, RING_IDX ring_idx) argument
1388 xbb_complete_reqlist(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist) argument
1472 struct xbb_xen_reqlist *reqlist; local
1547 xbb_dispatch_io(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist) argument
1823 struct xbb_xen_reqlist *reqlist; local
2061 xbb_dispatch_dev(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int operation, int bio_flags) argument
2237 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int operation, int flags) argument
2823 struct xbb_xen_reqlist *reqlist; local
3191 struct xbb_xen_reqlist *reqlist; local
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c166 safte_terminate_control_requests(safte_control_reqlist_t *reqlist, int result) argument
170 while ((req = TAILQ_FIRST(reqlist)) != NULL) {
171 TAILQ_REMOVE(reqlist, req, links);
H A Dscsi_enc_ses.c130 ses_terminate_control_requests(ses_control_reqlist_t *reqlist, int result) argument
134 while ((req = TAILQ_FIRST(reqlist)) != NULL) {
135 TAILQ_REMOVE(reqlist, req, links);

Completed in 113 milliseconds