Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_sched.c62 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config()
202 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params()
252 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, in update_tx_sched()
334 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq"); in bind_txq_to_traffic_class()
HDt4_tracer.c285 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer()
334 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
HDt4_main.c1757 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init()
1779 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl()
1815 can_sleep ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4flg"); in cxgbe_ioctl()
1857 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl()
1982 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl()
2193 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec"); in cxgbe_media_change()
2380 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4med") != 0) in cxgbe_media_status()
2490 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4via"); in vcxgbe_attach()
4865 if (flags & SLEEP_OK) in begin_synchronized_op()
4888 if (!(flags & SLEEP_OK)) { in begin_synchronized_op()
[all …]
HDadapter.h142 SLEEP_OK = (1 << 1), enumerator
HDt4_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()
HDt4_netmap.c444 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDdevice.c331 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_activate_all()
345 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_deactivate_all()
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
HDcxgbei.c842 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0) in cxgbei_activate_all()
856 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0) in cxgbei_deactivate_all()
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
HDcudbg_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-11-stable/sys/dev/cxgbe/tom/
HDt4_tom.c1248 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()