Searched refs:cxgbit_sock (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit.h | 44 struct cxgbit_sock; 73 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *); 189 struct cxgbit_sock { struct 258 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() argument 263 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk() 278 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list() 284 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr() 290 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr() 303 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr() 318 int cxgbit_setup_conn_digest(struct cxgbit_sock *); [all …]
|
H A D | cxgbit_target.c | 27 __cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len, bool iso) in __cxgbit_alloc_skb() 67 static struct sk_buff *cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len) in cxgbit_alloc_skb() 159 cxgbit_tx_data_wr(struct cxgbit_sock *csk, struct sk_buff *skb, u32 dlen, in cxgbit_tx_data_wr() 201 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames() 286 static void cxgbit_unlock_sock(struct cxgbit_sock *csk) in cxgbit_unlock_sock() 290 void (*fn)(struct cxgbit_sock *, struct sk_buff *); in cxgbit_unlock_sock() 311 static int cxgbit_queue_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_skb() 393 cxgbit_tx_datain_iso(struct cxgbit_sock *csk, struct iscsit_cmd *cmd, in cxgbit_tx_datain_iso() 484 cxgbit_tx_datain(struct cxgbit_sock *csk, struct iscsit_cmd *cmd, in cxgbit_tx_datain() 517 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_datain_pdu() [all …]
|
H A D | cxgbit_cm.c | 469 struct cxgbit_sock *csk) in cxgbit_set_conn_info() 479 struct cxgbit_sock *csk; in cxgbit_accept_np() 505 struct cxgbit_sock, in cxgbit_accept_np() 598 static void __cxgbit_free_conn(struct cxgbit_sock *csk); 603 struct cxgbit_sock *csk, *tmp; in cxgbit_free_np() 622 static void cxgbit_send_halfclose(struct cxgbit_sock *csk) in cxgbit_send_halfclose() 641 struct cxgbit_sock *csk = handle; in cxgbit_arp_failure_discard() 658 static int cxgbit_send_abort_req(struct cxgbit_sock *csk) in cxgbit_send_abort_req() 679 __cxgbit_abort_conn(struct cxgbit_sock *csk, struct sk_buff *skb) in __cxgbit_abort_conn() 698 void cxgbit_abort_conn(struct cxgbit_sock *csk) in cxgbit_abort_conn() [all …]
|
H A D | cxgbit_ddp.c | 98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata() 127 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map() 171 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve() 233 struct cxgbit_sock *csk = conn->context; in cxgbit_get_r2t_ttt() 271 struct cxgbit_sock *csk = conn->context; in cxgbit_unmap_cmd()
|
H A D | cxgbit_main.c | 98 struct cxgbit_sock *csk; in cxgbit_close_conn() 173 cxgbit_process_ddpvld(struct cxgbit_sock *csk, struct cxgbit_lro_pdu_cb *pdu_cb, in cxgbit_process_ddpvld() 316 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb() 340 static void cxgbit_queue_lro_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_lro_skb() 357 struct cxgbit_sock *csk = lro_cb->csk; in cxgbit_lro_flush() 379 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, in cxgbit_lro_receive() 441 struct cxgbit_sock *csk = NULL; in cxgbit_uld_lro_rx_handler() 541 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority()
|
H A D | cxgbit_lro.h | 22 struct cxgbit_sock *csk;
|