Home
last modified time | relevance | path

Searched refs:rdinfo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1c.c740 uint32_t rdinfo, status, totlen, pktlen, slotlen; in atge_l1c_rx() local
754 rdinfo = ATGE_GET32(l1c->atge_l1c_rr, &rx_rr->rdinfo); in atge_l1c_rx()
757 rx_cons = L1C_RRD_RD_IDX(rdinfo); in atge_l1c_rx()
758 nsegs = L1C_RRD_RD_CNT(rdinfo); in atge_l1c_rx()
764 rdinfo, status, totlen, rx_cons, nsegs)); in atge_l1c_rx()
H A Datge_l1c_reg.h74 uint32_t rdinfo; /* word 0 */ member