Lines Matching defs:cxgbit_sock
44 struct cxgbit_sock;
73 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *);
189 struct cxgbit_sock {
258 static inline void cxgbit_get_csk(struct cxgbit_sock *csk)
263 static inline void cxgbit_put_csk(struct cxgbit_sock *csk)
278 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk)
284 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk)
290 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb)
303 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk)
318 int cxgbit_setup_conn_digest(struct cxgbit_sock *);
321 void cxgbit_abort_conn(struct cxgbit_sock *csk);
325 int cxgbit_rx_data_ack(struct cxgbit_sock *);
328 void cxgbit_push_tx_frames(struct cxgbit_sock *);
334 u32 cxgbit_send_tx_flowc_wr(struct cxgbit_sock *);
342 int cxgbit_setup_conn_pgidx(struct cxgbit_sock *, u32);
343 int cxgbit_reserve_ttt(struct cxgbit_sock *, struct iscsi_cmd *);