Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_fwsubr.c289 enc->firstfrag.lf = FW_ENCAP_FIRST; in firewire_output()
290 enc->firstfrag.reserved1 = 0; in firewire_output()
291 enc->firstfrag.reserved2 = 0; in firewire_output()
293 enc->firstfrag.ether_type = type; in firewire_output()
294 enc->firstfrag.dgl = dgl; in firewire_output()
348 id = enc->firstfrag.dgl | (src << 16); in firewire_input_fragment()
367 if (enc->firstfrag.lf == FW_ENCAP_FIRST) in firewire_input_fragment()
384 if (enc->firstfrag.lf == FW_ENCAP_FIRST) in firewire_input_fragment()
405 if (enc->firstfrag.lf == FW_ENCAP_FIRST) in firewire_input_fragment()
429 if (enc->firstfrag.lf == FW_ENCAP_FIRST) in firewire_input_fragment()
[all …]
H A Dfirewire.h68 } firstfrag; member