Home
last modified time | relevance | path

Searched refs:hw_rcb (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_impl.h392 bge_rcb_t hw_rcb; /* (const) image of h/w */ member
434 bge_rcb_t hw_rcb; /* (const) image of h/w */ member
509 bge_rcb_t hw_rcb; /* (const) image of h/w */ member
H A Dbge_main2.c2248 brp->hw_rcb.host_ring_addr = brp->desc.cookie.dmac_laddress;
2249 brp->hw_rcb.max_len = (uint16_t)bufsize;
2250 brp->hw_rcb.flags = nslots > 0 ? 0 : RCB_FLAG_RING_DISABLED;
2251 brp->hw_rcb.nic_ring_addr = nic_ring_addrs[ring];
2327 rrp->hw_rcb.host_ring_addr = rrp->desc.cookie.dmac_laddress;
2328 rrp->hw_rcb.max_len = (uint16_t)nslots;
2329 rrp->hw_rcb.flags = nslots > 0 ? 0 : RCB_FLAG_RING_DISABLED;
2330 rrp->hw_rcb.nic_ring_addr = 0;
2393 srp->hw_rcb.host_ring_addr = srp->desc.cookie.dmac_laddress;
2394 srp->hw_rcb.max_len = (uint16_t)nslots;
[all …]
H A Dbge_chip2.c4482 &bgep->buff[BGE_STD_BUFF_RING].hw_rcb); in bge_chip_start()
4486 &bgep->buff[BGE_JUMBO_BUFF_RING].hw_rcb); in bge_chip_start()
4488 &bgep->buff[BGE_MINI_BUFF_RING].hw_rcb); in bge_chip_start()
4514 &bgep->send[ring].hw_rcb); in bge_chip_start()
4527 &bgep->recv[ring].hw_rcb); in bge_chip_start()