Lines Matching refs:etlt
1832 unsigned int err, etlt, l34t;
1938 etlt = XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, ETLT);
1939 netif_dbg(pdata, rx_status, netdev, "err=%u, etlt=%#x\n", err, etlt);
1941 if (!err || !etlt) {
1942 /* No error if err is 0 or etlt is 0 */
1943 if ((etlt == 0x09) &&
1957 if ((etlt == 0x05) || (etlt == 0x06)) {
1963 } else if (tnp && ((etlt == 0x09) || (etlt == 0x0a))) {