Searched refs:last_index (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.return_nvlist_neg.ksh | 47 typeset -i last_index=$((${#args[*]} - 1)) 48 for i in $(seq 0 $last_index); do 56 for i in $(seq 0 $last_index); do
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optjoin.c | 60 int last_index; in optjoin() local 74 last_index = opt_info.index; in optjoin() 112 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset) in optjoin()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_tx.c | 988 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size); in ixgbe_tx_fill_ring() 1117 uint32_t index, last_index, prev_index; in ixgbe_tx_recycle_legacy() local 1170 last_index = tcb->last_index; in ixgbe_tx_recycle_legacy() 1175 if (last_index == MAX_TX_RING_SIZE) in ixgbe_tx_recycle_legacy() 1181 desc_done = tx_ring->tbd_ring[last_index].wb.status & in ixgbe_tx_recycle_legacy() 1209 if (prev_index == last_index) in ixgbe_tx_recycle_legacy() 1427 tcb->last_index = MAX_TX_RING_SIZE; in ixgbe_free_tcb()
|
H A D | ixgbe_sw.h | 446 uint32_t last_index; /* last descriptor of the pkt */ member
|
H A D | ixgbe_buf.c | 756 tcb->last_index = MAX_TX_RING_SIZE; in ixgbe_alloc_tcb_lists()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_tx.c | 995 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size); in igb_tx_fill_ring() 1104 uint32_t index, last_index, next_index; in igb_tx_recycle_legacy() local 1158 last_index = tcb->last_index; in igb_tx_recycle_legacy() 1163 if (last_index == MAX_TX_RING_SIZE) in igb_tx_recycle_legacy() 1166 next_index = NEXT_INDEX(last_index, 1, tx_ring->ring_size); in igb_tx_recycle_legacy() 1171 desc_done = tx_ring->tbd_ring[last_index].wb.status & in igb_tx_recycle_legacy() 1428 tcb->last_index = MAX_TX_RING_SIZE; in igb_free_tcb()
|
H A D | igb_sw.h | 390 uint32_t last_index; member
|
H A D | igb_buf.c | 762 tcb->last_index = MAX_TX_RING_SIZE; in igb_alloc_tcb_lists()
|
/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/ |
H A D | gintel_main.c | 473 uint8_t last_index, this_index; in gintel_ereport_add_logout() local 536 last_index = err_counter_index[chipid]; in gintel_ereport_add_logout() 538 (last_index + 1) % ERR_COUNTER_INDEX; in gintel_ereport_add_logout() 551 err_counter_array[chipid][last_index], in gintel_ereport_add_logout()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | error.c | 101 const int last_index = sizeof(ldap_errlist)/sizeof(ldap_errlist[0]) - 2; variable 184 if (ldap_errlist[last_index].e_reason != NULL) { in fill_ldap_errlist() 311 if (ldap_errlist[last_index].e_reason == NULL) in ldap_err2string() 349 if (ldap_errlist[last_index].e_reason == NULL) in ldap_perror()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | testing.h | 312 __le32 last_index; member
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 4655 int last_index = 0; in attach_func() local 4691 if (optind == last_index) in attach_func() 4703 last_index = optind; in attach_func()
|