Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnet.c56 #define RFC2374_FRAG_HDR_SIZE 8 macro
483 return (1 << (max_rec + 1)) - RFC2374_FRAG_HDR_SIZE; in fwnet_max_payload()
616 if (len <= RFC2374_FRAG_HDR_SIZE) in fwnet_incoming_packet()
621 len -= RFC2374_FRAG_HDR_SIZE; in fwnet_incoming_packet()
875 fg_off = ptask->max_payload - RFC2374_FRAG_HDR_SIZE; in fwnet_transmit_packet_done()
882 + ptask->max_payload - RFC2374_FRAG_HDR_SIZE; in fwnet_transmit_packet_done()
899 ptask->max_payload = skb->len + RFC2374_FRAG_HDR_SIZE; in fwnet_transmit_packet_done()
976 bufhdr = skb_push(ptask->skb, RFC2374_FRAG_HDR_SIZE); in fwnet_send_packet()
1337 max_payload += RFC2374_FRAG_HDR_SIZE; in fwnet_tx()