FreeBSD kernel BXE device code
ecore_func_state_params Struct Reference

#include <ecore_sp.h>

Collaboration diagram for ecore_func_state_params:

Data Fields

struct ecore_func_sp_objf_obj
 
enum ecore_func_cmd cmd
 
unsigned long ramrod_flags
 
union {
   struct ecore_func_hw_init_params   hw_init
 
   struct ecore_func_hw_reset_params   hw_reset
 
   struct ecore_func_start_params   start
 
   struct ecore_func_switch_update_params   switch_update
 
   struct ecore_func_afex_update_params   afex_update
 
   struct ecore_func_afex_viflists_params   afex_viflists
 
   struct ecore_func_tx_start_params   tx_start
 
   struct ecore_func_set_timesync_params   set_timesync
 
params
 

Detailed Description

Definition at line 1731 of file ecore_sp.h.

Field Documentation

◆ afex_update

struct ecore_func_afex_update_params ecore_func_state_params::afex_update

Definition at line 1746 of file ecore_sp.h.

Referenced by ecore_func_send_afex_update().

◆ afex_viflists

struct ecore_func_afex_viflists_params ecore_func_state_params::afex_viflists

Definition at line 1747 of file ecore_sp.h.

Referenced by ecore_func_send_afex_viflists().

◆ cmd

◆ f_obj

◆ hw_init

struct ecore_func_hw_init_params ecore_func_state_params::hw_init

Definition at line 1742 of file ecore_sp.h.

Referenced by bxe_init_hw(), bxe_reset_hw(), and ecore_func_hw_init().

◆ hw_reset

struct ecore_func_hw_reset_params ecore_func_state_params::hw_reset

Definition at line 1743 of file ecore_sp.h.

Referenced by ecore_func_hw_reset().

◆ 

◆ ramrod_flags

unsigned long ecore_func_state_params::ramrod_flags

◆ set_timesync

struct ecore_func_set_timesync_params ecore_func_state_params::set_timesync

Definition at line 1749 of file ecore_sp.h.

Referenced by ecore_func_send_set_timesync().

◆ start

struct ecore_func_start_params ecore_func_state_params::start

Definition at line 1744 of file ecore_sp.h.

Referenced by bxe_func_start(), and ecore_func_send_start().

◆ switch_update

struct ecore_func_switch_update_params ecore_func_state_params::switch_update

Definition at line 1745 of file ecore_sp.h.

Referenced by ecore_func_send_switch_update().

◆ tx_start

struct ecore_func_tx_start_params ecore_func_state_params::tx_start

Definition at line 1748 of file ecore_sp.h.

Referenced by ecore_func_send_tx_start().


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