| /freebsd-13-stable/sys/dev/cxgbe/ |
| HD | t4_iov.c | 354 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf() 378 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf()
|
| HD | t4_sched.c | 61 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config() 206 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params() 269 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, in update_tx_sched() 361 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq"); in bind_txq_to_traffic_class()
|
| HD | t4_tracer.c | 279 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer() 333 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
|
| HD | t4_main.c | 1984 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4sus"); in t4_suspend() 2260 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4res"); in t4_resume() 2481 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4rst1"); in reset_adapter() 2511 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4rst2"); in reset_adapter() 2789 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init() 2811 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl() 2825 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4flg"); in cxgbe_ioctl() 2854 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4multi"); in cxgbe_ioctl() 2863 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl() 3029 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl() [all …]
|
| HD | t4_filter.c | 519 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setfm"); in set_filter_mode() 570 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sethfm"); in set_filter_mask() 975 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setf"); in set_filter()
|
| HD | adapter.h | 148 SLEEP_OK = (1 << 1), enumerator
|
| HD | t4_netmap.c | 858 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
|
| /freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | device.c | 350 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_activate_all() 364 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_deactivate_all()
|
| /freebsd-13-stable/sys/dev/cxgbe/cxgbei/ |
| HD | cxgbei.c | 877 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0) in cxgbei_activate_all() 891 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0) in cxgbei_deactivate_all()
|
| /freebsd-13-stable/sys/dev/cxgbe/cudbg/ |
| HD | cudbg_lib.c | 79 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in read_sge_ctxt() 2726 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in cudbg_t4_fwcache() 3342 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq"); in collect_tid() 3618 SLEEP_OK | INTR_OK, "t4cudm"); in collect_mps_tcam()
|
| /freebsd-13-stable/sys/dev/cxgbe/tom/ |
| HD | t4_tom.c | 1889 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()
|