Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c391 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf()
415 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf()
H A Dt4_sched.c60 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config()
205 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params()
268 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, in update_tx_sched()
360 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq"); in bind_txq_to_traffic_class()
H A Dt4_tracer.c271 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer()
325 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
H A Dt4_main.c2116 begin_synchronized_op(sc, NULL, SLEEP_OK, "t4hwsts"); in set_adapter_hwstatus()
2153 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4slld"); in stop_lld()
2436 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4rlld"); in restart_lld()
3055 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init()
3077 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl()
3091 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4flg"); in cxgbe_ioctl()
3120 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4multi"); in cxgbe_ioctl()
3132 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl()
3310 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl()
3567 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec"); in cxgbe_media_change()
[all …]
H A Dt4_filter.c654 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setfm"); in set_tcamfilter()
705 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sethfm"); in set_tcamfilter()
1177 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setf"); in free_filter_resources()
H A Dadapter.h147 SLEEP_OK = (1 << 1), enumerator
H A Dt4_netmap.c863 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c356 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_restart()
370 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_activate_all()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c876 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0) in cxgbei_activate_all()
890 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0) in cxgbei_deactivate_all()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c78 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in read_sge_ctxt()
2728 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in cudbg_t4_fwcache()
3344 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq"); in collect_tid()
3620 SLEEP_OK | INTR_OK, "t4cudm"); in collect_mps_tcam()
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c3242 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t7nvact") != 0) in nvmf_che_activate_all()
3255 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t7nvdea") != 0) in nvmf_che_deactivate_all()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c2391 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()