Home
last modified time | relevance | path

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

/illumos-gate/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.c2234 brp->hw_rcb.host_ring_addr = brp->desc.cookie.dmac_laddress;
2235 brp->hw_rcb.max_len = (uint16_t)bufsize;
2236 brp->hw_rcb.flags = nslots > 0 ? 0 : RCB_FLAG_RING_DISABLED;
2237 brp->hw_rcb.nic_ring_addr = nic_ring_addrs[ring];
2313 rrp->hw_rcb.host_ring_addr = rrp->desc.cookie.dmac_laddress;
2314 rrp->hw_rcb.max_len = (uint16_t)nslots;
2315 rrp->hw_rcb.flags = nslots > 0 ? 0 : RCB_FLAG_RING_DISABLED;
2316 rrp->hw_rcb.nic_ring_addr = 0;
2379 srp->hw_rcb.host_ring_addr = srp->desc.cookie.dmac_laddress;
2380 srp->hw_rcb.max_len = (uint16_t)nslots;
[all …]
H A Dbge_chip2.c4576 &bgep->buff[BGE_STD_BUFF_RING].hw_rcb); in bge_chip_start()
4581 &bgep->buff[BGE_JUMBO_BUFF_RING].hw_rcb); in bge_chip_start()
4583 &bgep->buff[BGE_MINI_BUFF_RING].hw_rcb); in bge_chip_start()
4609 &bgep->send[ring].hw_rcb); in bge_chip_start()
4622 &bgep->recv[ring].hw_rcb); in bge_chip_start()