Home
last modified time | relevance | path

Searched refs:ecore_hw_init (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev_api.h150 enum _ecore_status_t ecore_hw_init(struct ecore_dev *p_dev,
H A Drelease.txt2095 1. Request: Update ecore_hw_init() to send storm firmware version to MFW.
2097 2. Request: Send driver state as DISABLED to MFW as part of ecore_hw_init(),
6535 10. Request: int_mode propagates via ecore_hw_init(); No need for upper
H A Decore_dev.c2127 enum _ecore_status_t ecore_hw_init(struct ecore_dev *p_dev, in ecore_hw_init() function
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c3514 if (ecore_hw_init(edev, &hw_init_params) != ECORE_SUCCESS) { in qede_attach()