Home
last modified time | relevance | path

Searched refs:RX_LONG (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h296 #define RX_LONG 0x00004000 /* RX Frame Too Long Error */ macro
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h284 #define RX_LONG 0x00004000 /* RX Frame Too Long Error … macro
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h297 #define RX_LONG 0x00004000 /* RX Frame Too Long Error */ macro
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c1216 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \