Searched refs:hw_bd_p (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 154 void *hw_bd_p; in nge_recv_packet() local 164 hw_bd_p = DMA_VPTR(srbdp->desc); in nge_recv_packet() 179 ngep->desc_attr.rxd_fill(hw_bd_p, &srbdp->bufp->cookie, in nge_recv_packet() 199 ngep->desc_attr.rxd_fill(hw_bd_p, &srbdp->bufp->cookie, in nge_recv_packet() 227 ngep->desc_attr.rxd_fill(hw_bd_p, &srbdp->bufp->cookie, in nge_recv_packet() 322 void * hw_bd_p; in nge_recv_ring() local 359 hw_bd_p = DMA_VPTR(srbdp->desc); in nge_recv_ring() 360 stflag = ngep->desc_attr.rxd_check(hw_bd_p, &len); in nge_recv_ring() 375 ngep->desc_attr.rxd_fill(hw_bd_p, &srbdp->bufp->cookie, in nge_recv_ring() 435 hot_rx_bd * hw_bd_p; in nge_hot_rxd_fill() local [all …]
|
H A D | nge_main.c | 785 void *hw_bd_p; in nge_reinit_buff_ring() local 792 hw_bd_p = DMA_VPTR(bsbdp->desc); in nge_reinit_buff_ring() 807 ngep->desc_attr.rxd_fill(hw_bd_p, &bsbdp->bufp->cookie, in nge_reinit_buff_ring()
|