• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/cxgbe/

Lines Matching defs:begin_synchronized_op

2013 	if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0)
2035 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu");
2048 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4flg");
2072 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4multi");
2081 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap");
2247 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c");
2544 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec");
2731 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4med") != 0)
2841 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4via");
5428 begin_synchronized_op(struct adapter *sc, struct vi_info *vi, int flags,
5437 "begin_synchronized_op");
5486 * special variant of begin_synchronized_op and must be paired with a
7312 rc = begin_synchronized_op(sc, &pi->vi[0], SLEEP_OK | INTR_OK, "t4btt");
7364 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
7422 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
7457 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
7487 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
7517 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
7580 rc = begin_synchronized_op(sc, &pi->vi[0], SLEEP_OK | INTR_OK,
7650 rc = begin_synchronized_op(sc, &pi->vi[0], SLEEP_OK | INTR_OK,
7706 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mfec") != 0)
7759 rc = begin_synchronized_op(sc, &pi->vi[0], SLEEP_OK | INTR_OK,
7798 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4temp");
7824 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK,
7857 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4srst");
7879 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4lavg");
9048 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK,
9198 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK,
10011 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4stls");
10038 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tlsrx");
10248 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
10283 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK,
10310 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4ctxt");
10337 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4ldfw");
10371 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4ldcf");
10416 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4ldbr");
10444 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4ldcf");
10663 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4i2crd");
10850 if (begin_synchronized_op(sc, vi, HOLD_LOCK, "t4mod") == 0) {
11297 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4async") != 0)
11704 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4vxst") != 0)
11728 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4vxsp") != 0)