Searched refs:anchor_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c341 int r_index, l_index, anchor_index; local
372 anchor_index = 0;
379 anchor_index = 0;
385 "buf_pp $%p btype %d anchor_index %d bufinfo $%p",
386 pkt_buf_addr_pp, pktbufsz_type, anchor_index, bufinfo));
392 "==> hxge_rxbuf_pp_to_vp: buf_pp $%p btype %d anchor_index %d",
393 pkt_buf_addr_pp, pktbufsz_type, anchor_index));
413 anchor_index = ring_info->hint[pktbufsz_type];
414 dvma_addr = bufinfo[anchor_index].dvma_addr;
415 chunk_size = bufinfo[anchor_index]
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c708 int r_index, l_index, anchor_index; local
739 anchor_index = 0;
746 anchor_index = 0;
751 "buf_pp $%p btype %d anchor_index %d "
755 anchor_index,
763 "buf_pp $%p btype %d anchor_index %d",
766 anchor_index));
788 anchor_index = ring_info->hint[pktbufsz_type];
789 dvma_addr = bufinfo[anchor_index].dvma_addr;
790 chunk_size = bufinfo[anchor_index]
[all...]

Completed in 852 milliseconds