Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxlflash/
H A Dlunmgt.c253 lli->port_sel |= CHAN2PORTMASK(chan); in cxlflash_manage_lun()
265 lli->port_sel &= ~CHAN2PORTMASK(chan); in cxlflash_manage_lun()
H A Dcommon.h35 #define CHAN2PORTMASK(_x) (1 << (_x)) /* channel to port mask */ macro
H A Dmain.c496 cmd->rcb.port_sel = CHAN2PORTMASK(sdev->channel); in send_tmf()
624 cmd->rcb.port_sel = CHAN2PORTMASK(scp->device->channel); in cxlflash_queuecommand()
H A Dsuperpipe.c1977 u32 port = CHAN2PORTMASK(sdev->channel); in cxlflash_disk_direct_open()