Searched defs: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; local
754 rdinfo = ATGE_GET32(l1c->atge_l1c_rr, &rx_rr->rdinfo);
757 rx_cons = L1C_RRD_RD_IDX(rdinfo);
758 nsegs = L1C_RRD_RD_CNT(rdinfo);
761 ATGE_DB(("%s: %s() PKT -- rdinfo : 0x%x,"
764 rdinfo, status, totlen, rx_cons, nsegs));
H A Datge_l1c_reg.h74 uint32_t rdinfo; /* word 0 */ member in struct:l1c_rx_rdesc

Completed in 56 milliseconds