FreeBSD kernel CXGBE device code
t4_if.m File Reference
#include <sys/bus.h>
Include dependency graph for t4_if.m:

Go to the source code of this file.

Variables

INTERFACE t4
 
METHOD int is_main_ready
 
METHOD int attach_child
 
METHOD int detach_child
 
METHOD int read_port_device
 
int port
 
device_t * child
 

Variable Documentation

◆ attach_child

METHOD int attach_child
Initial value:
{
device_t dev

Definition at line 48 of file t4_if.m.

◆ child

device_t* child

Definition at line 64 of file t4_if.m.

Referenced by t4_read_port_device().

◆ detach_child

METHOD int detach_child
Initial value:
{
device_t dev

Definition at line 54 of file t4_if.m.

◆ is_main_ready

METHOD int is_main_ready
Initial value:
{
device_t dev

Definition at line 42 of file t4_if.m.

◆ port

◆ read_port_device

METHOD int read_port_device
Initial value:
{
device_t dev

Definition at line 61 of file t4_if.m.

◆ t4

INTERFACE t4

Definition at line 32 of file t4_if.m.

Referenced by collect_mem_info().