Searched refs:to_host (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/usbip/ |
D | vudc_transfer.c | 205 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/ |
D | fsl_pamu.c | 183 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()
|
D | fsl_pamu.h | 288 } to_host; member
|
/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1315 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/ |
D | configfs.c | 517 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()
|
D | nvmet.h | 178 static inline struct nvmet_host *to_host(struct config_item *item) in to_host() function
|