Searched refs:PREV_INDEX (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c739 rx_tail = PREV_INDEX(lro_first, 1, rx_data->ring_size);
741 rx_tail = PREV_INDEX(rx_next, 1, rx_data->ring_size);
H A Dixgbe_tx.c1079 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size);
1297 prev_index = PREV_INDEX(index, 1,
H A Dixgbe_sw.h323 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c450 rx_tail = PREV_INDEX(rx_next, 1, rx_data->ring_size);
H A Digb_sw.h253 #define PREV_INDEX(index, step, limit) ((index) >= (step) ? \ macro
H A Digb_tx.c966 first_tcb->last_index = PREV_INDEX(index, 1, tx_ring->ring_size);
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c90 #define PREV_INDEX ((vs_i == 0) ? 1 : 0) /* Opposite of CUR_INDEX */ macro
1084 (*dfunc)(ent->e_name, &ent->e_vs[PREV_INDEX],

Completed in 80 milliseconds