Lines Matching defs:cxgbi_sock
113 struct cxgbi_sock { struct
114 struct cxgbi_device *cdev;
116 int tid;
117 int atid;
118 unsigned long flags;
119 unsigned int mtu;
120 unsigned short rss_qid;
121 unsigned short txq_idx;
122 unsigned short advmss;
123 unsigned int tx_chan;
124 unsigned int rx_chan;
125 unsigned int mss_idx;
126 unsigned int smac_idx;
127 unsigned char port_id;
128 int wr_max_cred;
129 int wr_cred;
130 int wr_una_cred;
132 u8 dcb_priority;
134 unsigned char hcrc_len;
135 unsigned char dcrc_len;
137 void *l2t;
138 struct sk_buff *wr_pending_head;
139 struct sk_buff *wr_pending_tail;
140 struct sk_buff *cpl_close;
141 struct sk_buff *cpl_abort_req;
142 struct sk_buff *cpl_abort_rpl;
143 struct sk_buff *skb_ulp_lhdr;
144 spinlock_t lock;
145 struct kref refcnt;
146 unsigned int state;
147 unsigned int csk_family;
148 union {
152 union {
156 struct dst_entry *dst;
157 struct sk_buff_head receive_queue;
158 struct sk_buff_head write_queue;
182 enum cxgbi_sock_states{ argument