linux/drivers/net/ethernet/intel/ice
Anirudh Venkataramanan 37b6f6469f ice: Add code for DCB initialization part 1/4
This patch introduces a skeleton for ice_init_pf_dcb, the top level
function for DCB initialization. Subsequent patches will add to this
DCB init flow.

In this patch, ice_init_pf_dcb checks if DCB is a supported capability.
If so, an admin queue call to start the LLDP and DCBx in firmware is
issued. If not, an error is reported. Note that we don't fail the driver
init if DCB init fails.

Reviewed-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2019-04-18 08:38:47 -07:00
..
ice.h ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_adminq_cmd.h ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_common.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_common.h ice: Enable link events over the ARQ 2019-03-25 07:54:44 -07:00
ice_controlq.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_controlq.h ice: Update expected FW version 2018-10-24 13:56:37 -07:00
ice_dcb.c ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_dcb.h ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_dcb_lib.c ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_dcb_lib.h ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_devids.h ice: Change device ID define names to align with branding string 2018-10-24 13:53:30 -07:00
ice_ethtool.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_hw_autogen.h ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_lan_tx_rx.h ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_lib.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_lib.h ice: Remove unused function prototype 2019-03-26 15:07:06 -07:00
ice_main.c ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_nvm.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_osdep.h ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_sched.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_sched.h ice: Move aggregator list into ice_hw instance 2019-01-15 11:21:13 -08:00
ice_sriov.c ice: Add support for new PHY types 2019-01-15 12:38:44 -08:00
ice_sriov.h ice: Add handlers for VF netdevice operations 2018-10-03 07:42:30 -07:00
ice_status.h ice: check for a leaf node presence 2019-02-25 08:56:01 -08:00
ice_switch.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_switch.h ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_txrx.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_txrx.h ice: Update comment regarding the ITR_GRAN_S 2019-03-26 15:22:44 -07:00
ice_type.h ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00
ice_virtchnl_pf.c ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
ice_virtchnl_pf.h ice: Fix incorrect use of abbreviations 2019-04-18 08:38:47 -07:00
Makefile ice: Add code for DCB initialization part 1/4 2019-04-18 08:38:47 -07:00