Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dnet.c56 #define RFC2374_FRAG_HDR_SIZE 8 macro
182 u16 max_payload; /* includes RFC2374_FRAG_HDR_SIZE overhead */
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()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dnet.c56 #define RFC2374_FRAG_HDR_SIZE 8 macro
182 u16 max_payload; /* includes RFC2374_FRAG_HDR_SIZE overhead */
474 return (1 << (max_rec + 1)) - RFC2374_FRAG_HDR_SIZE; in fwnet_max_payload()
605 if (len <= RFC2374_FRAG_HDR_SIZE) in fwnet_incoming_packet()
610 len -= RFC2374_FRAG_HDR_SIZE; in fwnet_incoming_packet()
865 fg_off = ptask->max_payload - RFC2374_FRAG_HDR_SIZE; in fwnet_transmit_packet_done()
872 + ptask->max_payload - RFC2374_FRAG_HDR_SIZE; in fwnet_transmit_packet_done()
889 ptask->max_payload = skb->len + RFC2374_FRAG_HDR_SIZE; in fwnet_transmit_packet_done()
966 bufhdr = skb_push(ptask->skb, RFC2374_FRAG_HDR_SIZE); in fwnet_send_packet()
1327 max_payload += RFC2374_FRAG_HDR_SIZE; in fwnet_tx()
[all...]

Completed in 5 milliseconds