Searched refs:sp_state (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/si/
H A Dsi.c581 pp->sp_state = 0; /* internal flag */
1209 wakeup(&pp->sp_state);
1383 "si_start(%x) sp_state %x\n",
1384 tp, pp->sp_state));
1436 if ((pp->sp_state & SS_LSTART) != 0)
1439 pp->sp_state |= SS_LSTART;
1461 DPRINT((pp, DBG_ENTRY|DBG_LSTART, "si_lstart(%x) sp_state %x\n",
1462 pp, pp->sp_state));
1466 pp->sp_state &= ~SS_LSTART;
1545 err = tsleep(&pp->sp_state, (PSOC
[all...]
H A Dsi.h286 int sp_state; member in struct:si_port
293 /* sp_state */
/freebsd-11-stable/usr.sbin/sicontrol/
H A Dsicontrol.c619 const char *sp_state(int st) function
643 printf("\tsp_state 0x%x %s\n", PRT.sp_state, sp_state(PRT.sp_state));
/freebsd-11-stable/sys/rpc/
H A Dsvc.c97 pool->sp_state = SVCPOOL_INIT;
256 pool->sp_state = SVCPOOL_INIT;
1361 pool->sp_state = SVCPOOL_ACTIVE;
1402 pool->sp_state = SVCPOOL_CLOSING;
H A Dsvc.h355 enum svcpool_state sp_state; /* current pool state */ member in struct:__rpc_svcpool
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c3711 ramrod_param.pstate = &sc->sp_state;
3717 bxe_set_bit(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state);
3953 if (!(atomic_load_acq_long(&sc->sp_state) & mask)) {
3962 tmp = atomic_load_acq_long(&sc->sp_state);
3965 "sp_state 0x%lx, mask 0x%lx\n",
4074 if (bxe_test_bit(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state)) {
4075 bxe_set_bit(ECORE_FILTER_RX_MODE_SCHED, &sc->sp_state);
4360 sc->sp_state = 0;
8489 bxe_clear_bit(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state);
8493 &sc->sp_state)) {
[all...]
H A Dbxe.h1647 unsigned long sp_state; member in struct:bxe_softc

Completed in 201 milliseconds