Home
last modified time | relevance | path

Searched refs:CSIO_HWF_DEVID_CACHED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_hw.h415 #define CSIO_HWF_DEVID_CACHED 0X00000040 /* PCI vendor & device macro
436 #define csio_is_dev_id_cached(__hw) ((__hw)->flags & CSIO_HWF_DEVID_CACHED)
438 #define csio_dev_id_cached(__hw) ((__hw)->flags |= CSIO_HWF_DEVID_CACHED)
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_hw.h415 #define CSIO_HWF_DEVID_CACHED 0X00000040 /* PCI vendor & device macro
436 #define csio_is_dev_id_cached(__hw) ((__hw)->flags & CSIO_HWF_DEVID_CACHED)
438 #define csio_dev_id_cached(__hw) ((__hw)->flags |= CSIO_HWF_DEVID_CACHED)

Completed in 4 milliseconds