Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_ioctl.h58 u32 DestAddr; /* dest. addr. (if s/g: -1) */ member
66 u64 DestAddr; /* dest. addr. (if s/g: -1) */ member
Dgdth.c2527 cmdp->u.cache64.DestAddr= (u64)-1; in gdth_fill_cache_cmd()
2542 cmdp->u.cache.DestAddr= 0xffffffff; in gdth_fill_cache_cmd()
2565 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz, in gdth_fill_cache_cmd()
2574 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz, in gdth_fill_cache_cmd()
4199 gen.command.u.cache64.DestAddr = (u64)-1; in ioc_general()
4205 gen.command.u.cache64.DestAddr = paddr; in ioc_general()
4210 gen.command.u.cache.DestAddr = 0xffffffff; in ioc_general()
4216 gen.command.u.cache.DestAddr = paddr; in ioc_general()
/Linux-v4.19/include/linux/uwb/
Dspec.h255 struct uwb_dev_addr DestAddr; member
/Linux-v4.19/drivers/uwb/
Dbeacon.c323 uwb_dev_addr_print(dstbuf, sizeof(dstbuf), &bf->hdr.DestAddr); in uwb_beacon_print()