Lines Matching refs:cxgbit_sock
44 struct cxgbit_sock;
73 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *);
189 struct cxgbit_sock { struct
259 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() argument
264 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk()
279 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list()
285 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr()
291 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr()
304 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr()
319 int cxgbit_setup_conn_digest(struct cxgbit_sock *);
322 void cxgbit_abort_conn(struct cxgbit_sock *csk);
326 int cxgbit_rx_data_ack(struct cxgbit_sock *);
329 void cxgbit_push_tx_frames(struct cxgbit_sock *);
335 u32 cxgbit_send_tx_flowc_wr(struct cxgbit_sock *);
343 int cxgbit_setup_conn_pgidx(struct cxgbit_sock *, u32);
344 int cxgbit_reserve_ttt(struct cxgbit_sock *, struct iscsi_cmd *);