summaryrefslogtreecommitdiff
path: root/et131x.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-22ethtool: Fix space-after-if checkpatch errorsMark Einon1-1/+1
Some version check statements are lacking a space after the if () statement. Add them in. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2013-01-22ethtool: Add version check for et131x regsMark Einon1-0/+4
Added a version check for the et131x reg dump, in case the dump format needs to be changed later. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2012-11-08ethtool: Support et131x registers in -dMark Einon1-0/+119
The et131x register set contains useful details of RX/TX queues for the device. This dumps them with the -d option. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>