Lines Matching defs:cxgbi_sock
105 struct cxgbi_sock { struct
106 struct cxgbi_device *cdev;
108 int tid;
109 int atid;
110 unsigned long flags;
111 unsigned int mtu;
112 unsigned short rss_qid;
113 unsigned short txq_idx;
114 unsigned short advmss;
115 unsigned int tx_chan;
116 unsigned int rx_chan;
117 unsigned int mss_idx;
118 unsigned int smac_idx;
119 unsigned char port_id;
120 int wr_max_cred;
121 int wr_cred;
122 int wr_una_cred;
124 u8 dcb_priority;
126 unsigned char hcrc_len;
127 unsigned char dcrc_len;
129 void *l2t;
130 struct sk_buff *wr_pending_head;
131 struct sk_buff *wr_pending_tail;
132 struct sk_buff *cpl_close;
133 struct sk_buff *cpl_abort_req;
134 struct sk_buff *cpl_abort_rpl;
135 struct sk_buff *skb_ulp_lhdr;
136 spinlock_t lock;
137 struct kref refcnt;
138 unsigned int state;
139 unsigned int csk_family;
140 union {
144 union {
170 enum cxgbi_sock_states{ argument