FreeBSD kernel CXGBE device code
c4iw_ep_common Struct Reference

#include <iw_cxgbe.h>

Collaboration diagram for c4iw_ep_common:

Public Member Functions

 TAILQ_ENTRY (c4iw_ep_common) entry
 

Data Fields

struct iw_cm_id * cm_id
 
struct c4iw_qpqp
 
struct c4iw_devdev
 
enum c4iw_ep_state state
 
struct kref kref
 
struct mutex mutex
 
struct sockaddr_storage local_addr
 
struct sockaddr_storage remote_addr
 
struct c4iw_wr_wait wr_wait
 
unsigned long flags
 
unsigned long history
 
int rpl_err
 
int rpl_done
 
struct thread * thread
 
struct socket * so
 
int ep_events
 

Detailed Description

Definition at line 823 of file iw_cxgbe.h.

Member Function Documentation

◆ TAILQ_ENTRY()

c4iw_ep_common::TAILQ_ENTRY ( c4iw_ep_common  )

Field Documentation

◆ cm_id

struct iw_cm_id* c4iw_ep_common::cm_id

Definition at line 825 of file iw_cxgbe.h.

◆ dev

struct c4iw_dev* c4iw_ep_common::dev

Definition at line 827 of file iw_cxgbe.h.

◆ ep_events

int c4iw_ep_common::ep_events

Definition at line 840 of file iw_cxgbe.h.

◆ flags

unsigned long c4iw_ep_common::flags

Definition at line 834 of file iw_cxgbe.h.

◆ history

unsigned long c4iw_ep_common::history

Definition at line 835 of file iw_cxgbe.h.

◆ kref

struct kref c4iw_ep_common::kref

Definition at line 829 of file iw_cxgbe.h.

◆ local_addr

struct sockaddr_storage c4iw_ep_common::local_addr

Definition at line 831 of file iw_cxgbe.h.

◆ mutex

struct mutex c4iw_ep_common::mutex

Definition at line 830 of file iw_cxgbe.h.

◆ qp

struct c4iw_qp* c4iw_ep_common::qp

Definition at line 826 of file iw_cxgbe.h.

◆ remote_addr

struct sockaddr_storage c4iw_ep_common::remote_addr

Definition at line 832 of file iw_cxgbe.h.

◆ rpl_done

int c4iw_ep_common::rpl_done

Definition at line 837 of file iw_cxgbe.h.

◆ rpl_err

int c4iw_ep_common::rpl_err

Definition at line 836 of file iw_cxgbe.h.

◆ so

struct socket* c4iw_ep_common::so

Definition at line 839 of file iw_cxgbe.h.

◆ state

enum c4iw_ep_state c4iw_ep_common::state

Definition at line 828 of file iw_cxgbe.h.

◆ thread

struct thread* c4iw_ep_common::thread

Definition at line 838 of file iw_cxgbe.h.

◆ wr_wait

struct c4iw_wr_wait c4iw_ep_common::wr_wait

Definition at line 833 of file iw_cxgbe.h.


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