Home
last modified time | relevance | path

Searched refs:QLA82XX_DRVST_RST_RDY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nx.h579 #define QLA82XX_DRVST_RST_RDY 1 macro
H A Dqla_nx.c2335 rval = drv_state & (QLA82XX_DRVST_RST_RDY << (ha->portnum * 4)); in qla82xx_need_reset()
2353 drv_state |= (QLA82XX_DRVST_RST_RDY << (ha->portnum * 4)); in qla82xx_set_rst_ready()
2365 drv_state &= ~(QLA82XX_DRVST_RST_RDY << (ha->portnum * 4)); in qla82xx_clear_rst_ready()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_nx.h583 #define QLA82XX_DRVST_RST_RDY 1 macro
H A Dqla_nx.c2330 rval = drv_state & (QLA82XX_DRVST_RST_RDY << (ha->portnum * 4)); in qla82xx_need_reset()
2348 drv_state |= (QLA82XX_DRVST_RST_RDY << (ha->portnum * 4)); in qla82xx_set_rst_ready()
2360 drv_state &= ~(QLA82XX_DRVST_RST_RDY << (ha->portnum * 4)); in qla82xx_clear_rst_ready()

Completed in 23 milliseconds