Searched refs:oh_len (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Domninet.c120 * oh_len is the length of the data bytes in the packet.
133 * After the header you will find data bytes if oh_len was greater than zero.
140 __u8 oh_len; member in struct:omninet_header
217 printk (KERN_DEBUG __FILE__ ": omninet_read %d: ", header->oh_len);
218 for (i = 0; i < (header->oh_len + OMNINET_HEADERLEN); i++) {
225 if (urb->actual_length && header->oh_len) {
226 for (i = 0; i < header->oh_len; i++) {
277 header->oh_len = count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h306 int oh_len; /* bytes in data region : 4 b */ member in struct:xlog_op_header
H A Dxfs_log.c1822 logop_head->oh_len = 0;
1869 INT_SET(logop_head->oh_len, ARCH_CONVERT, copy_len = need_copy);
1875 INT_SET(logop_head->oh_len, ARCH_CONVERT, copy_len);
3503 ((xfs_caddr_t)&(ophead->oh_len) - base_ptr);
3505 op_len = INT_GET(ophead->oh_len, ARCH_CONVERT);
3507 idx = BTOBBT((__psint_t)&ophead->oh_len -
H A Dxfs_log_recover.c2921 ASSERT(dp+INT_GET(ohead->oh_len, ARCH_CONVERT) <= lp);
2935 dp, INT_GET(ohead->oh_len,
2947 dp, INT_GET(ohead->oh_len,
2960 dp += INT_GET(ohead->oh_len, ARCH_CONVERT);

Completed in 70 milliseconds