Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth_ioctl.h57 u32 DestAddr; /* dest. addr. (if s/g: -1) */ member
65 u64 DestAddr; /* dest. addr. (if s/g: -1) */ member
Dgdth.c2525 cmdp->u.cache64.DestAddr= (u64)-1; in gdth_fill_cache_cmd()
2540 cmdp->u.cache.DestAddr= 0xffffffff; in gdth_fill_cache_cmd()
2563 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz, in gdth_fill_cache_cmd()
2572 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz, in gdth_fill_cache_cmd()
4201 gen.command.u.cache64.DestAddr = (u64)-1; in ioc_general()
4207 gen.command.u.cache64.DestAddr = paddr; in ioc_general()
4212 gen.command.u.cache.DestAddr = 0xffffffff; in ioc_general()
4218 gen.command.u.cache.DestAddr = paddr; in ioc_general()
/linux-4.4.14/include/linux/uwb/
Dspec.h255 struct uwb_dev_addr DestAddr; member
/linux-4.4.14/drivers/uwb/
Dbeacon.c323 uwb_dev_addr_print(dstbuf, sizeof(dstbuf), &bf->hdr.DestAddr); in uwb_beacon_print()