Home
last modified time | relevance | path

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

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