Searched refs:pl_rev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9148 u32 pl_rev; in t4_prep_adapter() local 9151 pl_rev = REV_G(t4_read_reg(adapter, PL_REV_A)); in t4_prep_adapter() 9166 adapter->params.chip |= CHELSIO_CHIP_CODE(CHELSIO_T4, pl_rev); in t4_prep_adapter() 9180 adapter->params.chip |= CHELSIO_CHIP_CODE(CHELSIO_T5, pl_rev); in t4_prep_adapter() 9191 adapter->params.chip |= CHELSIO_CHIP_CODE(CHELSIO_T6, pl_rev); in t4_prep_adapter()
|
H A D | cxgb4_main.c | 6226 u32 pl_rev = REV_G(t4_read_reg(adap, PL_REV_A)); in t4_get_chip_type() local 6230 return CHELSIO_CHIP_CODE(CHELSIO_T4, pl_rev); in t4_get_chip_type() 6232 return CHELSIO_CHIP_CODE(CHELSIO_T5, pl_rev); in t4_get_chip_type() 6234 return CHELSIO_CHIP_CODE(CHELSIO_T6, pl_rev); in t4_get_chip_type()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9117 u32 pl_rev; in t4_prep_adapter() local 9120 pl_rev = REV_G(t4_read_reg(adapter, PL_REV_A)); in t4_prep_adapter() 9135 adapter->params.chip |= CHELSIO_CHIP_CODE(CHELSIO_T4, pl_rev); in t4_prep_adapter() 9149 adapter->params.chip |= CHELSIO_CHIP_CODE(CHELSIO_T5, pl_rev); in t4_prep_adapter() 9160 adapter->params.chip |= CHELSIO_CHIP_CODE(CHELSIO_T6, pl_rev); in t4_prep_adapter()
|
H A D | cxgb4_main.c | 6215 u32 pl_rev = REV_G(t4_read_reg(adap, PL_REV_A)); in t4_get_chip_type() local 6219 return CHELSIO_CHIP_CODE(CHELSIO_T4, pl_rev); in t4_get_chip_type() 6221 return CHELSIO_CHIP_CODE(CHELSIO_T5, pl_rev); in t4_get_chip_type() 6223 return CHELSIO_CHIP_CODE(CHELSIO_T6, pl_rev); in t4_get_chip_type()
|
Completed in 41 milliseconds