FreeBSD kernel BXE device code
ecore_func_sp_drv_ops Struct Reference

#include <ecore_sp.h>

Data Fields

int(* init_hw_cmn_chip )(struct bxe_softc *sc)
 
int(* init_hw_cmn )(struct bxe_softc *sc)
 
int(* init_hw_port )(struct bxe_softc *sc)
 
int(* init_hw_func )(struct bxe_softc *sc)
 
void(* reset_hw_cmn )(struct bxe_softc *sc)
 
void(* reset_hw_port )(struct bxe_softc *sc)
 
void(* reset_hw_func )(struct bxe_softc *sc)
 
int(* gunzip_init )(struct bxe_softc *sc)
 
void(* gunzip_end )(struct bxe_softc *sc)
 
int(* init_fw )(struct bxe_softc *sc)
 
void(* release_fw )(struct bxe_softc *sc)
 

Detailed Description

Definition at line 1753 of file ecore_sp.h.

Field Documentation

◆ gunzip_end

void(* ecore_func_sp_drv_ops::gunzip_end) (struct bxe_softc *sc)

Definition at line 1772 of file ecore_sp.h.

Referenced by ecore_func_hw_init().

◆ gunzip_init

int(* ecore_func_sp_drv_ops::gunzip_init) (struct bxe_softc *sc)

Definition at line 1771 of file ecore_sp.h.

Referenced by ecore_func_hw_init().

◆ init_fw

int(* ecore_func_sp_drv_ops::init_fw) (struct bxe_softc *sc)

Definition at line 1775 of file ecore_sp.h.

Referenced by ecore_func_hw_init().

◆ init_hw_cmn

int(* ecore_func_sp_drv_ops::init_hw_cmn) (struct bxe_softc *sc)

Definition at line 1761 of file ecore_sp.h.

Referenced by ecore_func_init_cmn().

◆ init_hw_cmn_chip

int(* ecore_func_sp_drv_ops::init_hw_cmn_chip) (struct bxe_softc *sc)

Definition at line 1760 of file ecore_sp.h.

Referenced by ecore_func_init_cmn_chip().

◆ init_hw_func

int(* ecore_func_sp_drv_ops::init_hw_func) (struct bxe_softc *sc)

Definition at line 1763 of file ecore_sp.h.

Referenced by ecore_func_init_func().

◆ init_hw_port

int(* ecore_func_sp_drv_ops::init_hw_port) (struct bxe_softc *sc)

Definition at line 1762 of file ecore_sp.h.

Referenced by ecore_func_init_port().

◆ release_fw

void(* ecore_func_sp_drv_ops::release_fw) (struct bxe_softc *sc)

Definition at line 1776 of file ecore_sp.h.

◆ reset_hw_cmn

void(* ecore_func_sp_drv_ops::reset_hw_cmn) (struct bxe_softc *sc)

Definition at line 1766 of file ecore_sp.h.

Referenced by ecore_func_reset_cmn().

◆ reset_hw_func

void(* ecore_func_sp_drv_ops::reset_hw_func) (struct bxe_softc *sc)

Definition at line 1768 of file ecore_sp.h.

Referenced by ecore_func_reset_func().

◆ reset_hw_port

void(* ecore_func_sp_drv_ops::reset_hw_port) (struct bxe_softc *sc)

Definition at line 1767 of file ecore_sp.h.

Referenced by ecore_func_reset_port().


The documentation for this struct was generated from the following file: