Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_sched.c63 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config()
203 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params()
253 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, in update_tx_sched()
335 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq"); in bind_txq_to_traffic_class()
Dt4_main.c1922 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init()
1944 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl()
1957 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4flg"); in cxgbe_ioctl()
1981 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4multi"); in cxgbe_ioctl()
1990 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl()
2145 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl()
2368 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec"); in cxgbe_media_change()
2555 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4med") != 0) in cxgbe_media_status()
2665 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4via"); in vcxgbe_attach()
5149 if (flags & SLEEP_OK) in begin_synchronized_op()
[all …]
Dt4_tracer.c287 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer()
336 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
Dt4_iov.c341 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf()
Dt4_filter.c489 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in set_filter_mode()
880 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setf"); in set_filter()
Dadapter.h151 SLEEP_OK = (1 << 1), enumerator
Dt4_netmap.c881 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Ddevice.c333 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_activate_all()
347 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_deactivate_all()
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
Dcxgbei.c544 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0) in cxgbei_activate_all()
558 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0) in cxgbei_deactivate_all()
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
Dcudbg_lib.c81 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in read_sge_ctxt()
2730 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in cudbg_t4_fwcache()
3346 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq"); in collect_tid()
3622 SLEEP_OK | INTR_OK, "t4cudm"); in collect_mps_tcam()
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_tom.c1859 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()