Lines Matching defs:cxgbi_sock
174 struct cxgbi_sock { struct
175 struct cxgbi_device *cdev;
177 int tid;
178 int atid;
179 unsigned long flags;
180 unsigned int mtu;
181 unsigned short rss_qid;
182 unsigned short txq_idx;
183 unsigned short advmss;
184 unsigned int tx_chan;
185 unsigned int rx_chan;
186 unsigned int mss_idx;
187 unsigned int smac_idx;
188 unsigned char port_id;
189 int wr_max_cred;
190 int wr_cred;
191 int wr_una_cred;
192 unsigned char hcrc_len;
193 unsigned char dcrc_len;
195 void *l2t;
196 struct sk_buff *wr_pending_head;
197 struct sk_buff *wr_pending_tail;
198 struct sk_buff *cpl_close;
199 struct sk_buff *cpl_abort_req;
200 struct sk_buff *cpl_abort_rpl;
201 struct sk_buff *skb_ulp_lhdr;
202 spinlock_t lock;
226 enum cxgbi_sock_states{ argument