Searched refs:rcr_entry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1610 uint64_t rcr_entry; local
1615 rcr_entry = *((uint64_t *)rcr_desc_rd_head_p);
1617 if ((rcr_entry == 0x0) || (rcr_entry == RCR_ENTRY_PATTERN))
1620 if (!(rcr_entry & RCR_MULTI_MASK))
1649 uint64_t rcr_entry; local
1674 rcr_entry = *((uint64_t *)rcr_desc_rd_head_p);
1676 /* Verify the content of the rcr_entry for a hardware bug workaround */
1677 if ((rcr_entry == 0x0) || (rcr_entry
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c2187 uint64_t rcr_entry; local
2211 rcr_entry = *((uint64_t *)rcr_desc_rd_head_p);
2213 multi = (rcr_entry & RCR_MULTI_MASK);
2214 dcf_err = (rcr_entry & RCR_DCF_ERROR_MASK);
2215 pkt_type = (rcr_entry & RCR_PKT_TYPE_MASK);
2217 error_type = ((rcr_entry & RCR_ERROR_MASK) >> RCR_ERROR_SHIFT);
2218 frag = (rcr_entry & RCR_FRAG_MASK);
2220 l2_len = ((rcr_entry & RCR_L2_LEN_MASK) >> RCR_L2_LEN_SHIFT);
2222 pktbufsz_type = ((rcr_entry & RCR_PKTBUFSZ_MASK) >>
2225 pkt_buf_addr_pp = (uint64_t *)(uint32_t)((rcr_entry
[all...]

Completed in 52 milliseconds