Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h259 } rxbuf_index_info_t, *p_rxbuf_index_info_t; typedef
268 rxbuf_index_info_t buffer[NXGE_DMA_BLOCK];
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h361 } rxbuf_index_info_t, *p_rxbuf_index_info_t; typedef
369 rxbuf_index_info_t buffer[HXGE_DMA_BLOCK];
H A Dhxge_rxdma.c346 rxbuf_index_info_t *bufinfo; in hxge_rxbuf_pp_to_vp()
377 bufinfo = (rxbuf_index_info_t *)ring_info->buffer; in hxge_rxbuf_pp_to_vp()
393 bufinfo = (rxbuf_index_info_t *)ring_info->buffer; in hxge_rxbuf_pp_to_vp()
580 rxbuf_index_info_t *a, *b; in hxge_sort_compare()
582 a = (rxbuf_index_info_t *)p1; in hxge_sort_compare()
583 b = (rxbuf_index_info_t *)p2; in hxge_sort_compare()
661 sizeof (rxbuf_index_info_t), hxge_sort_compare); in hxge_rxbuf_index_info_init()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c713 rxbuf_index_info_t *bufinfo; in nxge_rxbuf_pp_to_vp()
744 bufinfo = (rxbuf_index_info_t *)ring_info->buffer; in nxge_rxbuf_pp_to_vp()
766 bufinfo = (rxbuf_index_info_t *)ring_info->buffer; in nxge_rxbuf_pp_to_vp()
984 rxbuf_index_info_t *a, *b; in nxge_sort_compare()
986 a = (rxbuf_index_info_t *)p1; in nxge_sort_compare()
987 b = (rxbuf_index_info_t *)p2; in nxge_sort_compare()
1071 sizeof (rxbuf_index_info_t), nxge_sort_compare); in nxge_rxbuf_index_info_init()