Searched refs:chunk_index (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 344 uint32_t chunk_index, block_index, total_index; in hxge_rxbuf_pp_to_vp() local 518 chunk_index = bufinfo[anchor_index].start_index; in hxge_rxbuf_pp_to_vp() 527 anchor_index, chunk_index, dvma_addr)); in hxge_rxbuf_pp_to_vp() 538 chunk_index, dvma_addr, offset, block_size)); in hxge_rxbuf_pp_to_vp() 542 total_index = chunk_index + block_index; in hxge_rxbuf_pp_to_vp()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 711 uint32_t chunk_index, block_index, total_index; in nxge_rxbuf_pp_to_vp() local 905 chunk_index = bufinfo[anchor_index].start_index; in nxge_rxbuf_pp_to_vp() 917 chunk_index, in nxge_rxbuf_pp_to_vp() 932 chunk_index, in nxge_rxbuf_pp_to_vp() 940 total_index = chunk_index + block_index; in nxge_rxbuf_pp_to_vp()
|