Home
last modified time | relevance | path

Searched refs:NEXT_ENTRY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h91 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap) macro
H A Dhxge_rxdma.c1536 comp_rd_index = NEXT_ENTRY(comp_rd_index, in hxge_rx_pkts()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h148 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap) macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c2077 comp_rd_index = NEXT_ENTRY(comp_rd_index, in nxge_rx_pkts()