OpenCloudOS-Kernel/drivers/net/ethernet/cavium/liquidio
Intiyaz Basha 5eb297a9a5 liquidio: Simplified napi poll
1) Moved interrupt enable related code from octeon_process_droq_poll_cmd()
   to separate function octeon_enable_irq().
2) Removed wrapper function octeon_process_droq_poll_cmd(), and directlyi
   using octeon_droq_process_poll_pkts().
3) Removed unused macros POLL_EVENT_XXX.

Signed-off-by: Intiyaz Basha <intiyaz.basha@cavium.com>
Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-16 15:03:26 -04:00
..
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-04 09:26:51 +09:00
cn23xx_pf_device.c liquidio: fix crash in presence of zeroed-out base address regs 2017-08-30 22:07:09 -07:00
cn23xx_pf_device.h liquidio: move macro definition to a proper place 2017-08-22 11:08:15 -07:00
cn23xx_pf_regs.h liquidio CN23XX: fix for new check patch errors 2016-11-15 22:24:40 -05:00
cn23xx_vf_device.c liquidio: replace info-pointer mode with buffer-pointer-only mode 2017-06-18 23:55:46 -04:00
cn23xx_vf_device.h liquidio: moved wait_for_pending_requests to octeon_network.h 2017-08-14 22:21:39 -07:00
cn23xx_vf_regs.h liquidio CN23XX: VF register definitions 2016-11-30 11:03:08 -05:00
cn66xx_device.c liquidio: fix bug in soft reset failure detection 2017-07-06 10:36:03 +01:00
cn66xx_device.h liquidio CN23XX: copyrights changes and alignment 2016-11-15 22:24:40 -05:00
cn66xx_regs.h liquidio CN23XX: fix for new check patch errors 2016-11-15 22:24:40 -05:00
cn68xx_device.c liquidio CN23XX: fix for new check patch errors 2016-11-15 22:24:40 -05:00
cn68xx_device.h liquidio CN23XX: copyrights changes and alignment 2016-11-15 22:24:40 -05:00
cn68xx_regs.h liquidio CN23XX: copyrights changes and alignment 2016-11-15 22:24:40 -05:00
lio_core.c liquidio: Simplified napi poll 2018-03-16 15:03:26 -04:00
lio_ethtool.c liquidio: Add support for liquidio 10GBase-T NIC 2018-03-14 13:34:42 -04:00
lio_main.c liquidio: fix ndo_change_mtu to always return correct status to the caller 2018-03-12 11:00:42 -04:00
lio_vf_main.c liquidio: fix ndo_change_mtu to always return correct status to the caller 2018-03-12 11:00:42 -04:00
lio_vf_rep.c liquidio: synchronize VF representor names with NIC firmware 2017-11-02 17:04:06 +09:00
lio_vf_rep.h liquidio: synchronize VF representor names with NIC firmware 2017-11-02 17:04:06 +09:00
liquidio_common.h liquidio: Add support for liquidio 10GBase-T NIC 2018-03-14 13:34:42 -04:00
liquidio_image.h liquidio: allow override of firmware present in flash 2017-09-25 20:25:39 -07:00
octeon_config.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_console.c liquidio: pass date and time info to NIC firmware 2017-10-24 18:57:10 +09:00
octeon_device.c liquidio: Use zeroing memory allocator than allocator/memset 2018-01-02 22:01:27 -05:00
octeon_device.h liquidio: Configure switchdev with devlink 2017-11-01 11:39:52 +09:00
octeon_droq.c liquidio: Simplified napi poll 2018-03-16 15:03:26 -04:00
octeon_droq.h liquidio: Simplified napi poll 2018-03-16 15:03:26 -04:00
octeon_iq.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_mailbox.c liquidio: Resolved mbox read issue while reading more than one 64bit data 2018-03-08 21:45:46 -05:00
octeon_mailbox.h liquidio: fix rare pci_driver.probe failure of VF driver 2017-05-26 14:41:47 -04:00
octeon_main.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_mem_ops.c liquidio: stop using huge static buffer, save 4096k in .data 2017-06-22 11:03:00 -04:00
octeon_mem_ops.h liquidio: stop using huge static buffer, save 4096k in .data 2017-06-22 11:03:00 -04:00
octeon_network.h liquidio: fix ndo_change_mtu to always return correct status to the caller 2018-03-12 11:00:42 -04:00
octeon_nic.c liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
octeon_nic.h liquidio: xmit_more support 2017-10-28 00:35:23 +09:00
request_manager.c liquidio: avoid doing useless work 2018-03-08 21:46:12 -05:00
response_manager.c liquidio: avoid doing useless work 2018-03-08 21:46:12 -05:00
response_manager.h liquidio: fix for vf mac addr command sent to nic firmware 2017-03-21 17:48:29 -07:00