Searched defs:ecore_func_sp_drv_ops (Results 1 – 1 of 1) sorted by relevance
1347 struct ecore_func_sp_drv_ops { struct1354 int (*init_hw_cmn_chip)(struct _lm_device_t *pdev);1355 int (*init_hw_cmn)(struct _lm_device_t *pdev);1356 int (*init_hw_port)(struct _lm_device_t *pdev);1357 int (*init_hw_func)(struct _lm_device_t *pdev);1360 void (*reset_hw_cmn)(struct _lm_device_t *pdev);1361 void (*reset_hw_port)(struct _lm_device_t *pdev);1362 void (*reset_hw_func)(struct _lm_device_t *pdev);1365 int (*gunzip_init)(struct _lm_device_t *pdev);1366 void (*gunzip_end)(struct _lm_device_t *pdev);[all …]