Home
last modified time | relevance | path

Searched refs:sp_state (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc.c97 pool->sp_state = SVCPOOL_INIT; in svcpool_create()
258 pool->sp_state = SVCPOOL_INIT; in svcpool_close()
1386 pool->sp_state = SVCPOOL_ACTIVE; in svc_run()
1427 pool->sp_state = SVCPOOL_CLOSING; in svc_exit()
H A Dsvc.h368 enum svcpool_state sp_state; /* current pool state */ member
/freebsd/sys/dev/bxe/
H A Dbxe.c3687 ramrod_param.pstate = &sc->sp_state; in bxe_set_q_rx_mode()
3693 bxe_set_bit(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state); in bxe_set_q_rx_mode()
3929 if (!(atomic_load_acq_long(&sc->sp_state) & mask)) { in bxe_wait_sp_comp()
3938 tmp = atomic_load_acq_long(&sc->sp_state); in bxe_wait_sp_comp()
4051 bxe_set_bit(ECORE_FILTER_RX_MODE_SCHED, &sc->sp_state); in bxe_chip_cleanup()
4336 sc->sp_state = 0; in bxe_nic_unload()
8428 bxe_clear_bit(ECORE_FILTER_RX_MODE_PENDING, &sc->sp_state); in bxe_handle_rx_mode_eqe()
8432 &sc->sp_state)) { in bxe_handle_rx_mode_eqe()
9663 &sc->sp_state, in bxe_init_eth_fp()
10505 &sc->sp_state, in bxe_init_objs()
[all …]
H A Dbxe.h1586 unsigned long sp_state; member