Searched refs:anchor_index (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 341 int r_index, l_index, anchor_index; in hxge_rxbuf_pp_to_vp() local 372 anchor_index = 0; in hxge_rxbuf_pp_to_vp() 379 anchor_index = 0; in hxge_rxbuf_pp_to_vp() 386 pkt_buf_addr_pp, pktbufsz_type, anchor_index, bufinfo)); in hxge_rxbuf_pp_to_vp() 393 pkt_buf_addr_pp, pktbufsz_type, anchor_index)); in hxge_rxbuf_pp_to_vp() 413 anchor_index = ring_info->hint[pktbufsz_type]; in hxge_rxbuf_pp_to_vp() 414 dvma_addr = bufinfo[anchor_index].dvma_addr; in hxge_rxbuf_pp_to_vp() 415 chunk_size = bufinfo[anchor_index].buf_size; in hxge_rxbuf_pp_to_vp() 433 pkt_buf_addr_pp, pktbufsz_type, anchor_index)); in hxge_rxbuf_pp_to_vp() 446 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp() [all …]
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 708 int r_index, l_index, anchor_index; in nxge_rxbuf_pp_to_vp() local 739 anchor_index = 0; in nxge_rxbuf_pp_to_vp() 746 anchor_index = 0; in nxge_rxbuf_pp_to_vp() 755 anchor_index, in nxge_rxbuf_pp_to_vp() 766 anchor_index)); in nxge_rxbuf_pp_to_vp() 788 anchor_index = ring_info->hint[pktbufsz_type]; in nxge_rxbuf_pp_to_vp() 789 dvma_addr = bufinfo[anchor_index].dvma_addr; in nxge_rxbuf_pp_to_vp() 790 chunk_size = bufinfo[anchor_index].buf_size; in nxge_rxbuf_pp_to_vp() 810 anchor_index)); in nxge_rxbuf_pp_to_vp() 825 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp() [all …]
|