Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sfc: Implement message level control | Ben Hutchings | 2010-06-24 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | Replace EFX_ERR() with netif_err(), EFX_INFO() with netif_info(), EFX_LOG() with netif_dbg() and EFX_TRACE() and EFX_REGDUMP() with netif_vdbg(). Replace EFX_ERR_RL(), EFX_INFO_RL() and EFX_LOG_RL() using explicit calls to net_ratelimit(). Implement the ethtool operations to get and set message level flags, and add a 'debug' module parameter for the initial value. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | sfc: Implement ethtool register dump operation | Ben Hutchings | 2010-06-24 | 1 | -0/+7 |
| | | | | | | Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Acked-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | sfc: Rename register I/O header and functions used by both Falcon and Siena | Ben Hutchings | 2009-10-24 | 1 | -0/+256 |
While we're at it, use type suffixes of 'd', 'q' and 'o', consistent with register type names. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net> |