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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcpl5_cmd.h453 u16 len_lo; member in struct:cpl_tx_pkt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c2139 sys32_truncate64 (unsigned int path, unsigned int len_lo, unsigned int len_hi) argument
2141 return sys_truncate(compat_ptr(path), ((unsigned long) len_hi << 32) | len_lo);
2145 sys32_ftruncate64 (int fd, unsigned int len_lo, unsigned int len_hi) argument
2147 return sys_ftruncate(fd, ((unsigned long) len_hi << 32) | len_lo);

Completed in 83 milliseconds