Searched refs:portlo (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Daddr.c312 unsigned long portlo, porthi; local
324 if (unlikely(strict_strtoul(c + 1, 10, &portlo) != 0))
326 if (unlikely(portlo > 255))
338 port = (unsigned short)((porthi << 8) | portlo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Daddr.c312 unsigned long portlo, porthi; local
324 if (unlikely(strict_strtoul(c + 1, 10, &portlo) != 0))
326 if (unlikely(portlo > 255))
338 port = (unsigned short)((porthi << 8) | portlo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A D82596.c199 unsigned short portlo; member in struct:i596_reg
400 p->portlo = ((c) | (u32) (x)) >> 16;
H A Dlib82596.c169 unsigned short portlo; member in struct:i596_reg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A D82596.c199 unsigned short portlo; member in struct:i596_reg
400 p->portlo = ((c) | (u32) (x)) >> 16;
H A Dlib82596.c169 unsigned short portlo; member in struct:i596_reg

Completed in 290 milliseconds