Home
last modified time | relevance | path

Searched defs:iscsi_sw_tcp_conn (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/scsi/
Discsi_tcp.h38 struct iscsi_sw_tcp_conn { struct
39 struct socket *sock;
41 struct iscsi_sw_tcp_send out;
43 void (*old_data_ready)(struct sock *);
44 void (*old_state_change)(struct sock *);
45 void (*old_write_space)(struct sock *);
48 struct ahash_request *tx_hash; /* CRC32C (Tx) */
49 struct ahash_request *rx_hash; /* CRC32C (Rx) */
52 uint32_t sendpage_failures_cnt;
53 uint32_t discontiguous_hdr_cnt;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Discsi_tcp.h29 struct iscsi_sw_tcp_conn { struct
30 struct socket *sock;
32 struct iscsi_sw_tcp_send out;
34 void (*old_data_ready)(struct sock *);
35 void (*old_state_change)(struct sock *);
36 void (*old_write_space)(struct sock *);
39 struct ahash_request *tx_hash; /* CRC32C (Tx) */
40 struct ahash_request *rx_hash; /* CRC32C (Rx) */
43 uint32_t sendpage_failures_cnt;
44 uint32_t discontiguous_hdr_cnt;
[all …]