Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dcommon.h36 #define PORTMASK2CHAN(_x) (ilog2((_x))) /* port mask to channel */ macro
H A Dvlun.c939 chan = PORTMASK2CHAN(lli->port_sel); in init_luntable()