Home
last modified time | relevance | path

Searched refs:TW_UNITHOST_IN (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
D3w-xxxx.h246 #define TW_UNITHOST_IN(x,y) ((x << 4) | ( y & 0xf)) macro
D3w-xxxx.c1609 command_packet->unit__hostid = TW_UNITHOST_IN(0, tw_dev->srb[request_id]->device->id); in tw_scsiop_read_capacity()
1723 command_packet->unit__hostid = TW_UNITHOST_IN(0, srb->device->id); in tw_scsiop_read_write()
1820 command_packet->unit__hostid = TW_UNITHOST_IN(0, tw_dev->srb[request_id]->device->id); in tw_scsiop_synchronize_cache()