Searched hist:"2 a1a091c1ff898b1de4dcac2236b85f88aa9d51f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | diff 2a1a091c1ff898b1de4dcac2236b85f88aa9d51f Tue Jan 14 20:53:15 CST 2014 Mark Rustad <mark.d.rustad@intel.com> ixgbe: Check register reads for adapter removal
Check all register reads for adapter removal by checking the status register after any register read that returns 0xFFFFFFFF. Since the status register will never return 0xFFFFFFFF unless the adapter is removed, such a value from a status register read confirms the removal.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ixgbe.h | diff 2a1a091c1ff898b1de4dcac2236b85f88aa9d51f Tue Jan 14 20:53:15 CST 2014 Mark Rustad <mark.d.rustad@intel.com> ixgbe: Check register reads for adapter removal
Check all register reads for adapter removal by checking the status register after any register read that returns 0xFFFFFFFF. Since the status register will never return 0xFFFFFFFF unless the adapter is removed, such a value from a status register read confirms the removal.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ixgbe_main.c | diff 2a1a091c1ff898b1de4dcac2236b85f88aa9d51f Tue Jan 14 20:53:15 CST 2014 Mark Rustad <mark.d.rustad@intel.com> ixgbe: Check register reads for adapter removal
Check all register reads for adapter removal by checking the status register after any register read that returns 0xFFFFFFFF. Since the status register will never return 0xFFFFFFFF unless the adapter is removed, such a value from a status register read confirms the removal.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|