Home
last modified time | relevance | path

Searched refs:tls_handshake_tmo_work (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvme/target/
H A Dtcp.c181 struct delayed_work tls_handshake_tmo_work; member
1607 cancel_delayed_work_sync(&queue->tls_handshake_tmo_work); in nvmet_tcp_release_queue_work()
1816 cancel_delayed_work_sync(&queue->tls_handshake_tmo_work); in nvmet_tcp_tls_handshake_done()
1827 struct nvmet_tcp_queue, tls_handshake_tmo_work); in nvmet_tcp_tls_handshake_timeout()
1870 queue_delayed_work(nvmet_wq, &queue->tls_handshake_tmo_work, in nvmet_tcp_tls_handshake()
1934 INIT_DELAYED_WORK(&queue->tls_handshake_tmo_work, in nvmet_tcp_alloc_queue()