Searched refs:rdsv3_wq (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | threads.c | 83 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 D | connection.c | 245 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 D | send.c | 1039 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 D | af_rds.c | 1020 rdsv3_queue_delayed_work(rdsv3_wq, rdsv3_rdma_dwp, in rdsv3_init()
|
H A D | ib_send.c | 436 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 D | rdsv3.h | 683 extern struct rdsv3_workqueue_struct_s *rdsv3_wq;
|