Searched defs:fifo (Results 1 - 25 of 52) sorted by path

123

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c43 struct fifo { struct
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-go32.c200 int fifo; member in struct:dos_ttystate
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_fifo.c53 ATF_TC(fifo); variable
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_fifo.c53 ATF_TC(fifo); variable
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_codec.c157 bus_size_t fifo; member in struct:a10codec_chinfo
H A Dif_emac.c617 uint32_t fifo, reg; local
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_fifo.h57 ck_fifo_spsc_enqueue_trylock(struct ck_fifo_spsc *fifo) argument
64 ck_fifo_spsc_enqueue_lock(struct ck_fifo_spsc *fifo) argument
72 ck_fifo_spsc_enqueue_unlock(struct ck_fifo_spsc *fifo) argument
80 ck_fifo_spsc_dequeue_trylock(struct ck_fifo_spsc *fifo) argument
87 ck_fifo_spsc_dequeue_lock(struct ck_fifo_spsc *fifo) argument
95 ck_fifo_spsc_dequeue_unlock(struct ck_fifo_spsc *fifo) argument
103 ck_fifo_spsc_init(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry *stub) argument
115 ck_fifo_spsc_deinit(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry **garbage) argument
124 ck_fifo_spsc_enqueue(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry *entry, void *value) argument
140 ck_fifo_spsc_dequeue(struct ck_fifo_spsc *fifo, void *value) argument
165 ck_fifo_spsc_recycle(struct ck_fifo_spsc *fifo) argument
181 ck_fifo_spsc_isempty(struct ck_fifo_spsc *fifo) argument
225 ck_fifo_mpmc_init(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *stub) argument
236 ck_fifo_mpmc_deinit(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry **garbage) argument
245 ck_fifo_mpmc_enqueue(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *entry, void *value) argument
302 ck_fifo_mpmc_tryenqueue(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry *entry, void *value) argument
355 ck_fifo_mpmc_dequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
410 ck_fifo_mpmc_trydequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
[all...]
H A Dck_hp_fifo.h60 ck_hp_fifo_init(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *stub) argument
69 ck_hp_fifo_deinit(struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry **stub) argument
78 ck_hp_fifo_enqueue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *entry, void *value) argument
109 ck_hp_fifo_tryenqueue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, struct ck_hp_fifo_entry *entry, void *value) argument
138 ck_hp_fifo_dequeue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, void *value) argument
172 ck_hp_fifo_trydequeue_mpmc(ck_hp_record_t *record, struct ck_hp_fifo *fifo, void *value) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1411 static int __cvmx_usb_fill_tx_hw(cvmx_usb_internal_state_t *usb, cvmx_usb_tx_fifo_t *fifo, int available) argument
1512 cvmx_usb_tx_fifo_t *fifo; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c354 ahd_clear_fifo(struct ahd_softc *ahd, u_int fifo) argument
7947 u_int fifo; local
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h374 } fifo; member in struct:ath_txq
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_resource.c86 static int __cxio_init_resource_fifo(struct buf_ring **fifo, argument
134 static int cxio_init_resource_fifo(struct buf_ring **fifo, struc argument
141 cxio_init_resource_fifo_random(struct buf_ring **fifo, struct mtx * fifo_lock, u32 nr, u32 skip_low, u32 skip_high) argument
222 cxio_hal_get_resource(struct buf_ring *fifo, struct mtx *lock) argument
232 cxio_hal_put_resource(struct buf_ring *fifo, u32 entry, struct mtx *lock) argument
[all...]
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c1565 fifo_empty(struct cyapa_softc *sc, struct cyapa_fifo *fifo) argument
1578 fifo_ready(struct cyapa_softc *sc, struct cyapa_fifo *fifo) argument
1598 fifo_read(struct cyapa_softc *sc, struct cyapa_fifo *fifo, size_t n) argument
1614 fifo_read_char(struct cyapa_softc *sc, struct cyapa_fifo *fifo) argument
1636 fifo_write_char(struct cyapa_softc *sc, struct cyapa_fifo *fifo, uint8_t c) argument
1652 fifo_space(struct cyapa_softc *sc, struct cyapa_fifo *fifo) argument
1665 fifo_write(struct cyapa_softc *sc, struct cyapa_fifo *fifo, size_t n) argument
1678 fifo_reset(struct cyapa_softc *sc, struct cyapa_fifo *fifo) argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_dma.c1187 int fifo, count, found, ret, no_idle_wait; local
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c4386 u32 fifo = I915_READ_NOTRACE(GT_FIFO_FREE_ENTRIES); local
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h748 xge_hal_fifo_config_t fifo; member in struct:xge_hal_device_config_t
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c110 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
H A Dxgehal-device.c6526 int fifo = channel->post_qid; local
6673 int fifo = channel->post_qid; local
[all...]
H A Dxgehal-fifo-fp.c56 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
269 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
507 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
561 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
656 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
842 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
933 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
974 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
1045 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
[all...]
H A Dxgehal-fifo.c45 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)userdata; local
115 xge_hal_fifo_t *fifo local
159 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
320 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
497 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
528 xge_hal_fifo_t *fifo = (xge_hal_fifo_t *)channelh; local
[all...]
H A Dxgehal-mgmtaux.c1632 xge_hal_fifo_queue_t *fifo = &dev_config->fifo.queue[i]; local
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg.c173 dwc_otg_write_fifo(struct dwc_otg_softc *sc, struct usb_page_cache *pc, uint32_t offset, uint32_t fifo, uint32_t count) argument
/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c2428 atp_start_read(struct usb_fifo *fifo) argument
2452 atp_stop_read(struct usb_fifo *fifo) argument
2459 atp_open(struct usb_fifo *fifo, int fflags) argument
2486 atp_close(struct usb_fifo *fifo, int fflags) argument
2499 atp_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, int fflags) argument
[all...]
H A Dwsp.c1230 wsp_start_read(struct usb_fifo *fifo) argument
1253 wsp_stop_read(struct usb_fifo *fifo) argument
1262 wsp_open(struct usb_fifo *fifo, int fflags) argument
1287 wsp_close(struct usb_fifo *fifo, in argument
1298 wsp_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, int fflags) argument
[all...]
/freebsd-11-stable/sys/dev/usb/misc/
H A Dufm.c307 ufm_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, argument

Completed in 306 milliseconds

123