Searched refs:login_work (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/target/iscsi/ |
| D | iscsi_target_nego.c | 441 rc = schedule_delayed_work(&conn->login_work, 0); in iscsi_target_sk_data_ready() 587 struct iscsi_conn, login_work.work); in iscsi_target_do_login_rx() 609 schedule_delayed_work(&conn->login_work, msecs_to_jiffies(10)); in iscsi_target_do_login_rx() 732 schedule_delayed_work(&conn->login_work, 0); in iscsi_target_sk_state_change() 1072 INIT_DELAYED_WORK(&conn->login_work, iscsi_target_do_login_rx); in iscsi_target_locate_portal() 1320 cancel_delayed_work_sync(&conn->login_work); in iscsi_target_start_negotiation()
|
| /Linux-v4.19/drivers/net/ |
| D | thunderbolt.c | 193 struct delayed_work login_work; member 309 queue_delayed_work(system_long_wq, &net->login_work, in start_login() 315 cancel_delayed_work_sync(&net->login_work); in stop_login() 440 &net->login_work, 0); in tbnet_handle_packet() 639 struct tbnet *net = container_of(work, typeof(*net), login_work.work); in tbnet_login_work() 649 queue_delayed_work(system_long_wq, &net->login_work, in tbnet_login_work() 1207 INIT_DELAYED_WORK(&net->login_work, tbnet_login_work); in tbnet_probe()
|
| /Linux-v4.19/include/target/iscsi/ |
| D | iscsi_target_core.h | 572 struct delayed_work login_work; member
|
| /Linux-v4.19/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_target.c | 825 schedule_delayed_work(&conn->login_work, 0); in cxgbit_put_login_tx()
|
| /Linux-v4.19/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 1105 schedule_delayed_work(&conn->login_work, 0); in isert_rx_login_req()
|