linux/drivers/net/enic
Vasanthy Kolluri ea7ea65a3b enic: Add support to configure hardware interrupt coalesce timers in a platform independent way
enic driver and the underlying hardware use different units for representing the interrupt coalesce timer.
Driver converts the interrupt coalesce timer in usec to hardware cycles while setting the relevant hardware
registers. The conversion factor can be different for each of the adapter hardware types. So it is dynamically
learnt from the adapter firmware using the devcmd CMD_INTR_COAL_CONVERT. This allows the driver to configure
the hardware interrupt coalesce timers in a platform independent way.

Signed-off-by: Danny Guo <dannguo@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David Wang <dwang2@cisco.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
2011-06-30 20:43:38 -07:00
..
Makefile
cq_desc.h
cq_enet_desc.h
enic.h enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
enic_dev.c enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
enic_dev.h enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
enic_main.c enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
enic_pp.c
enic_pp.h
enic_res.c enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
enic_res.h
rq_enet_desc.h
vnic_cq.c
vnic_cq.h
vnic_dev.c enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
vnic_dev.h enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
vnic_devcmd.h enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
vnic_enet.h enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
vnic_intr.c enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
vnic_intr.h enic: Add support to configure hardware interrupt coalesce timers in a platform independent way 2011-06-30 20:43:38 -07:00
vnic_nic.h
vnic_resource.h
vnic_rq.c
vnic_rq.h
vnic_rss.h
vnic_stats.h
vnic_vic.c
vnic_vic.h
vnic_wq.c
vnic_wq.h
wq_enet_desc.h