Searched refs:BLOCK_LEN (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c4456 p += ((*p & BLOCK_LEN) + 1);
4458 p += ((*p & BLOCK_LEN) + 1);
4461 p += ((*p & BLOCK_LEN) + 1);
4463 p += ((*p & BLOCK_LEN) + 1);
4466 p += ((*p & BLOCK_LEN) + 1);
4468 p += ((*p & BLOCK_LEN) + 1);
4671 u_char flags, csr6, len = (*p & BLOCK_LEN)+1;
4711 u_char len = (*p & BLOCK_LEN)+1;
4750 u_char len = (*p & BLOCK_LEN)+1;
4791 u_char len = (*p & BLOCK_LEN)
[all...]
H A Dde4x5.h583 #define BLOCK_LEN 0x7f /* Extended blocks length mask */ macro

Completed in 66 milliseconds