Home
last modified time | relevance | path

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

/drivers/usb/usbip/
Dvudc_transfer.c205 int is_short, to_host; in transfer() local
220 to_host = usb_pipein(urb->pipe); in transfer()
259 } else if (to_host) { in transfer()
277 if (req->req.zero && to_host) in transfer()
284 !to_host) in transfer()
/drivers/iommu/
Dfsl_pamu.c183 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_ppaace()
194 set_bf(spaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in pamu_init_spaace()
379 ppaace->domain_attr.to_host.snpid = snoopid; in pamu_config_ppaace()
472 paace->domain_attr.to_host.snpid = snoopid; in pamu_config_spaace()
609 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
619 set_bf(ppaace->domain_attr.to_host.coherency_required, PAACE_DA_HOST_CR, in setup_qbman_paace()
Dfsl_pamu.h288 } to_host; member
/drivers/usb/gadget/udc/
Ddummy_hcd.c1315 int to_host; in dummy_perform_transfer() local
1321 to_host = usb_pipein(urb->pipe); in dummy_perform_transfer()
1326 if (to_host) in dummy_perform_transfer()
1336 if (to_host) in dummy_perform_transfer()
1355 if (to_host) in dummy_perform_transfer()
1388 int is_short, to_host; in transfer() local
1409 to_host = usb_pipein(urb->pipe); in transfer()
1454 } else if (to_host) { in transfer()
1474 if (req->req.zero && to_host) in transfer()
1481 !to_host) in transfer()
/drivers/nvme/target/
Dconfigfs.c517 host = to_host(target); in nvmet_allowed_hosts_allow_link()
549 struct nvmet_host *host = to_host(target); in nvmet_allowed_hosts_drop_link()
831 struct nvmet_host *host = to_host(item); in nvmet_host_release()
Dnvmet.h178 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function