FreeBSD kernel CXGBE device code
c4iw_cq Struct Reference

#include <iw_cxgbe.h>

Collaboration diagram for c4iw_cq:

Data Fields

struct ib_cq ibcq
 
struct c4iw_devrhp
 
struct t4_cq cq
 
spinlock_t lock
 
spinlock_t comp_handler_lock
 
atomic_t refcnt
 
wait_queue_head_t wait
 

Detailed Description

Definition at line 424 of file iw_cxgbe.h.

Field Documentation

◆ comp_handler_lock

spinlock_t c4iw_cq::comp_handler_lock

Definition at line 429 of file iw_cxgbe.h.

◆ cq

struct t4_cq c4iw_cq::cq

Definition at line 427 of file iw_cxgbe.h.

◆ ibcq

struct ib_cq c4iw_cq::ibcq

Definition at line 425 of file iw_cxgbe.h.

Referenced by to_c4iw_cq().

◆ lock

spinlock_t c4iw_cq::lock

Definition at line 428 of file iw_cxgbe.h.

◆ refcnt

atomic_t c4iw_cq::refcnt

Definition at line 430 of file iw_cxgbe.h.

◆ rhp

struct c4iw_dev* c4iw_cq::rhp

Definition at line 426 of file iw_cxgbe.h.

Referenced by get_chp().

◆ wait

wait_queue_head_t c4iw_cq::wait

Definition at line 431 of file iw_cxgbe.h.


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