Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dthreads.c83 struct rdsv3_workqueue_struct_s *rdsv3_wq; variable
100 rdsv3_queue_work(rdsv3_wq, &conn->c_down_w); in rdsv3_connect_complete()
112 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 0); in rdsv3_connect_complete()
113 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_recv_w, 0); in rdsv3_connect_complete()
149 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_conn_w, 0); in rdsv3_queue_reconnect()
160 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_conn_w, in rdsv3_queue_reconnect()
220 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 0); in rdsv3_send_worker()
224 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 2); in rdsv3_send_worker()
248 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_recv_w, 0); in rdsv3_recv_worker()
252 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_recv_w, 2); in rdsv3_recv_worker()
[all …]
H A Dconnection.c245 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_reap_w, in __rdsv3_conn_create()
625 rdsv3_queue_work(rdsv3_wq, &conn->c_down_w); in rdsv3_conn_drop()
H A Dsend.c1039 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_conn_w, 0); in rdsv3_sendmsg()
1167 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_conn_w, 0); in rdsv3_send_pong()
H A Daf_rds.c1020 rdsv3_queue_delayed_work(rdsv3_wq, rdsv3_rdma_dwp, in rdsv3_init()
H A Dib_send.c436 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 0); in rdsv3_ib_send_add_credits()
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h683 extern struct rdsv3_workqueue_struct_s *rdsv3_wq;