Lines Matching defs:etlt
1919 unsigned int err, etlt, l34t;
2025 etlt = XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, ETLT);
2026 netif_dbg(pdata, rx_status, netdev, "err=%u, etlt=%#x\n", err, etlt);
2028 if (!err || !etlt) {
2029 /* No error if err is 0 or etlt is 0 */
2030 if ((etlt == 0x09) &&
2044 if ((etlt == 0x05) || (etlt == 0x06)) {
2050 } else if (tnp && ((etlt == 0x09) || (etlt == 0x0a))) {