Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libast/common/misc/
H A Doptjoin.c58 int last_index; in optjoin() local
72 last_index = opt_info.index; in optjoin()
108 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset) in optjoin()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_tx.c965 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size); in igb_tx_fill_ring()
1074 uint32_t index, last_index, next_index; in igb_tx_recycle_legacy() local
1128 last_index = tcb->last_index; in igb_tx_recycle_legacy()
1133 if (last_index == MAX_TX_RING_SIZE) in igb_tx_recycle_legacy()
1136 next_index = NEXT_INDEX(last_index, 1, tx_ring->ring_size); in igb_tx_recycle_legacy()
1141 desc_done = tx_ring->tbd_ring[last_index].wb.status & in igb_tx_recycle_legacy()
1398 tcb->last_index = MAX_TX_RING_SIZE; in igb_free_tcb()
H A Digb_sw.h384 uint32_t last_index; member
H A Digb_buf.c760 tcb->last_index = MAX_TX_RING_SIZE; in igb_alloc_tcb_lists()
/titanic_41/usr/src/uts/i86pc/cpu/genuineintel/
H A Dgintel_main.c473 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()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c1078 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size); in ixgbe_tx_fill_ring()
1204 uint32_t index, last_index, prev_index; in ixgbe_tx_recycle_legacy() local
1257 last_index = tcb->last_index; in ixgbe_tx_recycle_legacy()
1262 if (last_index == MAX_TX_RING_SIZE) in ixgbe_tx_recycle_legacy()
1268 desc_done = tx_ring->tbd_ring[last_index].wb.status & in ixgbe_tx_recycle_legacy()
1296 if (prev_index == last_index) in ixgbe_tx_recycle_legacy()
1541 tcb->last_index = MAX_TX_RING_SIZE; in ixgbe_free_tcb()
H A Dixgbe_sw.h428 uint32_t last_index; /* last descriptor of the pkt */ member
H A Dixgbe_buf.c756 tcb->last_index = MAX_TX_RING_SIZE; in ixgbe_alloc_tcb_lists()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c103 const int last_index = sizeof(ldap_errlist)/sizeof(ldap_errlist[0]) - 2; variable
186 if (ldap_errlist[last_index].e_reason != NULL) { in fill_ldap_errlist()
313 if (ldap_errlist[last_index].e_reason == NULL) in ldap_err2string()
351 if (ldap_errlist[last_index].e_reason == NULL) in ldap_perror()
/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c4644 int last_index = 0; in attach_func() local
4680 if (optind == last_index) in attach_func()
4692 last_index = optind; in attach_func()