Home
last modified time | relevance | path

Searched refs:next_slot (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/netmap/
H A Dlb.c1011 struct netmap_slot *next_slot = &rxring->slot[next_head]; in main() local
1012 const char *next_buf = NETMAP_BUF(rxring, next_slot->buf_idx); in main()
1014 struct netmap_slot *rs = next_slot; in main()
1034 next_slot = &rxring->slot[next_head]; in main()
1035 next_buf = NETMAP_BUF(rxring, next_slot->buf_idx); in main()
/freebsd/tools/tools/ath/athalq/
H A Dtdma.c73 (unsigned long long) be64toh(t.next_slot), in ath_tdma_slot_calc()
H A Dar5416_ds_tdma.c394 (unsigned long long) be64toh(t.next_slot), in ath_tdma_slot_calc()
/freebsd/sys/dev/ath/
H A Dif_ath_alq.h70 uint64_t next_slot; member
H A Dif_ath_tdma.c531 t.next_slot = htobe64(nextslot); in ath_tdma_update()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c379 #define cpsw_cpdma_write_bd_next(sc, slot, next_slot) \ argument
380 cpsw_write_4(sc, slot->bd_offset, cpsw_cpdma_bd_paddr(sc, next_slot))