/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
priv.h | 28 void (*pause)(struct nvkm_fifo *, unsigned long *); member in struct:nvkm_fifo_func
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
priv.h | 33 int (*pause)(struct nvkm_gr *); member in struct:nvkm_gr_func::__anonf80ae08f0108
|
/src/tests/rump/kernspace/ |
workqueue.c | 51 bool pause; member in struct:test_softc 61 if (sc->pause) 154 sc->pause = true;
|
/src/sys/dev/pci/cxgb/ |
cxgb_vsc8211.c | 124 int err, sp = -1, dplx = -1, pause = 0; local in function:vsc8211_get_link_status 173 pause = PAUSE_RX | PAUSE_TX; 177 pause = PAUSE_TX; 180 pause = PAUSE_RX; 188 *fc = pause;
|
cxgb_mv88e1xxx.c | 196 int sp = -1, dplx = -1, pause = 0; local in function:mv88e1xxx_get_link_status 201 pause |= PAUSE_RX; 203 pause |= PAUSE_TX; 220 *fc = pause;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
therm.h | 89 void (*pause)(struct nvkm_therm *, bool active); member in struct:nvkm_therm::__anon084c218c0208
|
/src/sys/dev/ata/ |
ata.c | 2325 int pause = mstohz(ms); local in function:ata_delay 2327 kpause(msg, false, pause > 0 ? pause : 1, &chp->ch_lock);
|
/src/sys/compat/sunos/ |
sunos.h | 138 u_char pause; member in struct:sunos_audio_prinfo
|
/src/sys/dev/qbus/ |
qdreg.h | 245 u_short pause; /* Y coord to set stat when scanned */ member in struct:adder
|
/src/sys/arch/vax/include/ |
qdreg.h | 247 u_short pause; /* Y coord to set stat when scanned */ member in struct:adder
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_x550.c | 4103 u32 pause, asm_dir, reg_val; local in function:ixgbe_setup_fc_X550em 4121 /* Determine PAUSE and ASM_DIR bits. */ 4124 pause = 0; 4128 pause = 0; 4135 * Pause ONLY, we will advertise that we support both 4136 * symmetric and asymmetric Rx PAUSE, as such we fall 4138 * disable the adapter's ability to send PAUSE frames. 4141 pause = 1; 4162 if (pause) 4366 * 1: Rx flow control is enabled (we can receive pause frames [all...] |
/src/sys/sys/ |
audioio.h | 64 u_char pause; /* non-zero if paused, zero to resume */ member in struct:audio_prinfo
|
/src/sys/dev/ic/ |
aic79xxvar.h | 1155 /* Values to store in the SEQCTL register for pause and unpause */ 1157 uint8_t pause; member in struct:ahd_softc
|
aic7xxxvar.h | 324 AHC_AUTOPAUSE = 0x10000, /* Automatic pause on register access */ 1111 /* Values to store in the SEQCTL register for pause and unpause */ 1113 uint8_t pause; member in struct:ahc_softc
|
/src/lib/libc/include/ |
namespace.h | 559 #define pause _pause macro
|