/freebsd/sys/dev/cxgbe/ |
H A D | t4_tracer.c | 117 mrr->rc = begin_synchronized_op(mrr->sc, NULL, 0, "t4clon"); in match_name() 272 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer() 326 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
|
H A D | t4_iov.c | 353 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf() 377 if (begin_synchronized_op(adap, NULL, SLEEP_OK | INTR_OK, in t4iov_add_vf()
|
H A D | t4_sched.c | 60 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc"); in set_sched_class_config() 204 rc = begin_synchronized_op(sc, NULL, 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 D | t4_main.c | 1998 begin_synchronized_op(sc, NULL, SLEEP_OK, "t4hwsts"); in set_adapter_hwstatus() 2035 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4slld"); in stop_lld() 2315 rc = begin_synchronized_op(sc, NULL, SLEEP_OK, "t4rlld"); in restart_lld() 2938 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0) in cxgbe_init() 2960 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu"); in cxgbe_ioctl() 2974 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4flg"); in cxgbe_ioctl() 3003 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4multi"); in cxgbe_ioctl() 3012 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap"); in cxgbe_ioctl() 3178 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c"); in cxgbe_ioctl() 3435 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec"); in cxgbe_media_change() [all …]
|
H A D | t4_clip.c | 576 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4clip"); in update_hw_clip_table()
|
H A D | 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()
|
H A D | adapter.h | 1379 int begin_synchronized_op(struct adapter *, struct vi_info *, int, char *);
|
H A D | t4_netmap.c | 858 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg"); in cxgbe_netmap_reg()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | device.c | 364 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0) in c4iw_activate_all() 378 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0) in c4iw_deactivate_all()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | 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()
|
H A D | icl_cxgbei.c | 1755 if (begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims") != 0) in cxgbei_limits() 1813 error = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims"); in cxgbei_limits_fd()
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 78 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in read_sge_ctxt() 2725 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, in cudbg_t4_fwcache() 3341 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq"); in collect_tid() 3616 rc = begin_synchronized_op(padap, NULL, in collect_mps_tcam()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 2264 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun")) in tom_uninit()
|