Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Discsi_tcp.h29 struct iscsi_sw_tcp_conn { struct
30 struct socket *sock;
32 struct mutex sock_lock;
34 struct work_struct recvwork;
35 bool queue_recv;
37 struct iscsi_sw_tcp_send out;
39 void (*old_data_ready)(struct sock *);
40 void (*old_state_change)(struct sock *);
41 void (*old_write_space)(struct sock *);
48 uint32_t sendpage_failures_cnt;
[all …]