Searched refs:last_idx (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/et/
H A Dif_et.c2165 int error, i, idx, first_idx, last_idx, nsegs; local
2217 last_idx = -1;
2227 last_idx = idx;
2241 MPASS(last_idx >= 0);
2242 tbd->tbd_buf[first_idx].tb_dmap = tbd->tbd_buf[last_idx].tb_dmap;
2243 tbd->tbd_buf[last_idx].tb_dmap = map;
2244 tbd->tbd_buf[last_idx].tb_mbuf = m;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1377 size_t last_idx = stack.size() - 1; local
1378 Value old_top = stack[last_idx];
1379 stack[last_idx] = stack[last_idx - 1];
1380 stack[last_idx - 1] = stack[last_idx - 2];
1381 stack[last_idx - 2] = old_top;
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h482 uint32_t last_idx; /* Used by RX rings only member in struct:bnxt_cp_ring
H A Dif_bnxt.c1053 softc->rx_cp_rings[i].last_idx = UINT32_MAX;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c7874 char last_idx; local
7879 last_idx = REG_RD8(sc, BAR_XSTRORM_INTMEM + XSTORM_ASSERT_LIST_INDEX_OFFSET);
7880 if (last_idx)
7881 BLOGE(sc, "XSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx);
7901 last_idx = REG_RD8(sc, BAR_TSTRORM_INTMEM + TSTORM_ASSERT_LIST_INDEX_OFFSET);
7902 if (last_idx) {
7903 BLOGE(sc, "TSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx);
7924 last_idx = REG_RD8(sc, BAR_CSTRORM_INTMEM + CSTORM_ASSERT_LIST_INDEX_OFFSET);
7925 if (last_idx) {
7926 BLOGE(sc, "CSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx);
[all...]

Completed in 106 milliseconds