FreeBSD kernel CXGBE device code
devnames Struct Reference

#include <adapter.h>

Data Fields

const char * nexus_name
 
const char * ifnet_name
 
const char * vi_ifnet_name
 
const char * pf03_drv_name
 
const char * vf_nexus_name
 
const char * vf_ifnet_name
 

Detailed Description

Definition at line 853 of file adapter.h.

Field Documentation

◆ ifnet_name

const char* devnames::ifnet_name

Definition at line 855 of file adapter.h.

Referenced by t4_attach(), and t4_ifnet_unit().

◆ nexus_name

const char* devnames::nexus_name

Definition at line 854 of file adapter.h.

◆ pf03_drv_name

const char* devnames::pf03_drv_name

Definition at line 857 of file adapter.h.

◆ vf_ifnet_name

const char* devnames::vf_ifnet_name

Definition at line 859 of file adapter.h.

Referenced by t4vf_attach().

◆ vf_nexus_name

const char* devnames::vf_nexus_name

Definition at line 858 of file adapter.h.

◆ vi_ifnet_name

const char* devnames::vi_ifnet_name

Definition at line 856 of file adapter.h.

Referenced by cxgbe_attach().


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