Searched refs:block_crc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1274 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1310 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1405 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1441 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 1336 block_crc = (p_src[0] << 8) | p_src[1]; in download_microcode()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 1317 block_crc = (p_src[0] << 8) | p_src[1]; in download_microcode()
|
Completed in 18 milliseconds