Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h110 #define SCR2_BIT_FW_LOADED 63 macro
H A Dcn23xx_pf_device.c1427 * on checking the SCR2_BIT_FW_LOADED flag. The false negative would in cn23xx_fw_loaded()
1428 * happen if the PF driver sees SCR2_BIT_FW_LOADED as cleared even in cn23xx_fw_loaded()
1430 * to set SCR2_BIT_FW_LOADED. in cn23xx_fw_loaded()
1436 return (val >> SCR2_BIT_FW_LOADED) & 1ULL; in cn23xx_fw_loaded()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h110 #define SCR2_BIT_FW_LOADED 63 macro
H A Dcn23xx_pf_device.c1426 * on checking the SCR2_BIT_FW_LOADED flag. The false negative would in cn23xx_fw_loaded()
1427 * happen if the PF driver sees SCR2_BIT_FW_LOADED as cleared even in cn23xx_fw_loaded()
1429 * to set SCR2_BIT_FW_LOADED. in cn23xx_fw_loaded()
1435 return (val >> SCR2_BIT_FW_LOADED) & 1ULL; in cn23xx_fw_loaded()

Completed in 13 milliseconds