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

/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_alq.h70 uint64_t next_slot; member in struct:if_ath_alq_tdma_slot_calc
H A Dif_ath_tdma.c526 t.next_slot = htobe64(nextslot);
/freebsd-10.3-release/tools/tools/ath/athalq/
H A Dtdma.c75 (unsigned long long) be64toh(t.next_slot),
H A Dar5416_ds_tdma.c396 (unsigned long long) be64toh(t.next_slot),
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c704 apr_size_t next_slot;
715 cs->data[cs->next_slot] = data;
716 cs->len[cs->next_slot] = *len;
717 cs->next_slot = (cs->next_slot + 1) % SVN_DIFF__UNIFIED_CONTEXT_SIZE;
759 apr_size_t slot = (i + cs->next_slot) % SVN_DIFF__UNIFIED_CONTEXT_SIZE;
703 apr_size_t next_slot; member in struct:context_saver_t
H A Ddiff_file.c1946 apr_size_t next_slot;
1957 cs->data[cs->next_slot] = data;
1958 cs->len[cs->next_slot] = *len;
1959 cs->next_slot = (cs->next_slot + 1) % SVN_DIFF__UNIFIED_CONTEXT_SIZE;
2006 apr_size_t slot = (i + cs->next_slot) % SVN_DIFF__UNIFIED_CONTEXT_SIZE;
1944 apr_size_t next_slot; member in struct:context_saver_t
/freebsd-10.3-release/sys/arm/ti/cpsw/
H A Dif_cpsw.c336 #define cpsw_cpdma_write_bd_next(sc, slot, next_slot) \
337 cpsw_write_4(sc, slot->bd_offset, cpsw_cpdma_bd_paddr(sc, next_slot))

Completed in 114 milliseconds