Lines Matching defs:iscsi_sw_tcp_conn
38 struct iscsi_sw_tcp_conn { struct
39 struct socket *sock;
41 struct iscsi_sw_tcp_send out;
43 void (*old_data_ready)(struct sock *, int);
44 void (*old_state_change)(struct sock *);
45 void (*old_write_space)(struct sock *);
48 struct hash_desc tx_hash; /* CRC32C (Tx) */
49 struct hash_desc rx_hash; /* CRC32C (Rx) */
52 uint32_t sendpage_failures_cnt;
53 uint32_t discontiguous_hdr_cnt;
55 ssize_t (*sendpage)(struct socket *, struct page *, int, size_t, int);