Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ural/
H A Dural_reg.h31 #define RAL_RX_DESC_SIZE (sizeof (struct ural_rx_desc)) macro
H A Dural.c472 if (len < RAL_RX_DESC_SIZE + IEEE80211_MIN_LEN) { in ural_rxeof()
480 desc = (struct ural_rx_desc *)(rxbuf + len - RAL_RX_DESC_SIZE); in ural_rxeof()
495 if (pktlen > (len - RAL_RX_DESC_SIZE)) { in ural_rxeof()