Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dthreads.c113 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 0); in rdsv3_connect_complete()
114 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_recv_w, 0); in rdsv3_connect_complete()
150 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_conn_w, 0); in rdsv3_queue_reconnect()
161 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_conn_w, in rdsv3_queue_reconnect()
221 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 0); in rdsv3_send_worker()
225 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_send_w, 2); in rdsv3_send_worker()
249 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_recv_w, 0); in rdsv3_recv_worker()
253 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_recv_w, 2); in rdsv3_recv_worker()
283 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_reap_w, in rdsv3_reaper_worker()
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 Dconnection.c245 rdsv3_queue_delayed_work(rdsv3_wq, &conn->c_reap_w, in __rdsv3_conn_create()
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()
H A Drdsv3_impl.c664 rdsv3_queue_delayed_work(rdsv3_workqueue_struct_t *wq, in rdsv3_queue_delayed_work() function
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h355 void rdsv3_queue_delayed_work(rdsv3_workqueue_struct_t *wq,