FreeBSD kernel CXGBE device code
c4iw_qp Struct Reference

#include <iw_cxgbe.h>

Collaboration diagram for c4iw_qp:

Data Fields

struct ib_qp ibqp
 
struct c4iw_devrhp
 
struct c4iw_epep
 
struct c4iw_qp_attributes attr
 
struct t4_wq wq
 
spinlock_t lock
 
struct mutex mutex
 
struct kref kref
 
wait_queue_head_t wait
 
struct timer_list timer
 
int sq_sig_all
 
struct work_struct free_work
 
struct c4iw_ucontextucontext
 

Detailed Description

Definition at line 486 of file iw_cxgbe.h.

Field Documentation

◆ attr

struct c4iw_qp_attributes c4iw_qp::attr

Definition at line 490 of file iw_cxgbe.h.

◆ ep

struct c4iw_ep* c4iw_qp::ep

Definition at line 489 of file iw_cxgbe.h.

◆ free_work

struct work_struct c4iw_qp::free_work

Definition at line 498 of file iw_cxgbe.h.

◆ ibqp

struct ib_qp c4iw_qp::ibqp

Definition at line 487 of file iw_cxgbe.h.

Referenced by to_c4iw_qp().

◆ kref

struct kref c4iw_qp::kref

Definition at line 494 of file iw_cxgbe.h.

◆ lock

spinlock_t c4iw_qp::lock

Definition at line 492 of file iw_cxgbe.h.

◆ mutex

struct mutex c4iw_qp::mutex

Definition at line 493 of file iw_cxgbe.h.

◆ rhp

struct c4iw_dev* c4iw_qp::rhp

Definition at line 488 of file iw_cxgbe.h.

Referenced by get_qhp().

◆ sq_sig_all

int c4iw_qp::sq_sig_all

Definition at line 497 of file iw_cxgbe.h.

◆ timer

struct timer_list c4iw_qp::timer

Definition at line 496 of file iw_cxgbe.h.

◆ ucontext

struct c4iw_ucontext* c4iw_qp::ucontext

Definition at line 499 of file iw_cxgbe.h.

◆ wait

wait_queue_head_t c4iw_qp::wait

Definition at line 495 of file iw_cxgbe.h.

◆ wq

struct t4_wq c4iw_qp::wq

Definition at line 491 of file iw_cxgbe.h.


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