Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp61 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump() local
63 for (uint32_t i = first_idx; i < stop_idx; ++i) { in Dump()
80 const uint32_t first_idx = GetFirstSavedPacketIndex(); in Dump() local
82 for (uint32_t i = first_idx; i < stop_idx; ++i) { in Dump()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1094 int first_idx = 0, last_idx; in mt7603_fill_txs() local
1137 first_idx = max_t(int, 0, last_idx - (count - 1) / MT7603_RATE_RETRY); in mt7603_fill_txs()
1151 if (!first_idx && rs->probe_rate.idx >= 0) { in mt7603_fill_txs()
1162 info->status.rates[0] = rs->rates[first_idx / 2]; in mt7603_fill_txs()
1166 for (i = 0, idx = first_idx; count && idx <= last_idx; idx++) { in mt7603_fill_txs()
/freebsd/sys/dev/et/
H A Dif_et.c2155 int error, i, idx, first_idx, last_idx, nsegs; in et_encap() local
2160 first_idx = tx_ring->tr_ready_index; in et_encap()
2161 map = tbd->tbd_buf[first_idx].tb_dmap; in et_encap()
2209 idx = (first_idx + i) % ET_TX_NDESC; in et_encap()
2227 td = &tx_ring->tr_desc[first_idx]; in et_encap()
2232 tbd->tbd_buf[first_idx].tb_dmap = tbd->tbd_buf[last_idx].tb_dmap; in et_encap()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1321 int first_idx = 0, last_idx; in mt7615_fill_txs() local
1357 first_idx = max_t(int, 0, last_idx - (count - 1) / MT7615_RATE_RETRY); in mt7615_fill_txs()
1371 if (!first_idx && rs->probe_rate.idx >= 0) { in mt7615_fill_txs()
1385 info->status.rates[0] = rs->rates[first_idx / 2]; in mt7615_fill_txs()
1389 for (i = 0, idx = first_idx; count && idx <= last_idx; idx++) { in mt7615_fill_txs()