/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_osdep.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_controlq.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_nvm.c | f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | Makefile | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_hw_autogen.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_common.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_adminq_cmd.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_type.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_common.c | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice.h | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_main.c | diff f31e4b6fe227dfd7ed51c3fc0550878c7d7a8cf2 Tue Mar 20 09:58:07 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Start hardware initialization
This patch implements multiple pieces of the initialization flow as follows:
1) A reset is issued to ensure a clean device state, followed by initialization of admin queue interface.
2) Once the admin queue interface is up, clear the PF config and transition the device to non-PXE mode.
3) Get the NVM configuration stored in the device's non-volatile memory (NVM) using ice_init_nvm.
CC: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Acked-by: Shannon Nelson <shannon.nelson@oracle.com> Tested-by: Tony Brelinski <tonyx.brelinski@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|