Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dlunmgt.c257 lli->port_sel |= CHAN2PORTMASK(chan); in cxlflash_manage_lun()
269 lli->port_sel &= ~CHAN2PORTMASK(chan); in cxlflash_manage_lun()
Dcommon.h39 #define CHAN2PORTMASK(_x) (1 << (_x)) /* channel to port mask */ macro
Dmain.c505 cmd->rcb.port_sel = CHAN2PORTMASK(sdev->channel); in send_tmf()
633 cmd->rcb.port_sel = CHAN2PORTMASK(scp->device->channel); in cxlflash_queuecommand()
Dsuperpipe.c1982 u32 port = CHAN2PORTMASK(sdev->channel); in cxlflash_disk_direct_open()