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