Home
last modified time | relevance | path

Searched refs:slot_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c238 int i, slot_idx, remaining_slots; in compile_nhgrp() local
241 slot_idx = 0; in compile_nhgrp()
263 remaining_sum, remaining_slots, (int)nh_slots, slot_idx); in compile_nhgrp()
265 KASSERT((slot_idx + nh_slots <= num_slots), in compile_nhgrp()
268 dst->nhops[slot_idx++] = x[i].nh; in compile_nhgrp()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h175 u32 slot_idx; member
H A Dqplib_fp.c1739 start_idx = swq->slot_idx; in bnxt_qplib_fill_msn_search()
1784 psns_ext->start_slot_idx = cpu_to_le16(swq->slot_idx); in bnxt_qplib_fill_psn_search()
1911 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()
1978 swq->slot_idx = sw_prod; in bnxt_qplib_post_send()