Lines Matching defs:etlt
1969 unsigned int err, etlt, l34t;
2075 etlt = XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, ETLT);
2076 netif_dbg(pdata, rx_status, netdev, "err=%u, etlt=%#x\n", err, etlt);
2078 if (!err || !etlt) {
2079 /* No error if err is 0 or etlt is 0 */
2080 if ((etlt == 0x09) &&
2094 if ((etlt == 0x05) || (etlt == 0x06)) {
2100 } else if (tnp && ((etlt == 0x09) || (etlt == 0x0a))) {