Lines Matching refs:cxgbit_sock
47 struct cxgbit_sock;
76 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *);
192 struct cxgbit_sock { struct
262 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() argument
267 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk()
282 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list()
288 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr()
294 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr()
307 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr()
322 int cxgbit_setup_conn_digest(struct cxgbit_sock *);
325 void cxgbit_abort_conn(struct cxgbit_sock *csk);
329 int cxgbit_rx_data_ack(struct cxgbit_sock *);
332 void cxgbit_push_tx_frames(struct cxgbit_sock *);
338 u32 cxgbit_send_tx_flowc_wr(struct cxgbit_sock *);
346 int cxgbit_setup_conn_pgidx(struct cxgbit_sock *, u32);
347 int cxgbit_reserve_ttt(struct cxgbit_sock *, struct iscsi_cmd *);