Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_hw.c886 int src_pf; in csio_hw_dev_ready() local
893 src_pf = SOURCEPF_G(reg); in csio_hw_dev_ready()
895 src_pf = T6_SOURCEPF_G(reg); in csio_hw_dev_ready()
897 if ((cnt == 0) && (((int32_t)(src_pf) < 0) || in csio_hw_dev_ready()
898 (src_pf >= CSIO_MAX_PFN))) { in csio_hw_dev_ready()
903 hw->pfn = src_pf; in csio_hw_dev_ready()