Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_fwsubr.c85 struct fw_hwaddr *destfw; in firewire_output() local
128 destfw = (struct fw_hwaddr *)(mtag + 1); in firewire_output()
130 destfw = 0; in firewire_output()
142 error = arpresolve(ifp, ro ? ro->ro_rt : NULL, m, dst, (u_char *) destfw, &lle); in firewire_output()
156 *destfw = *(struct fw_hwaddr *) ar_tha(ah); in firewire_output()
172 (u_char *) destfw, &lle); in firewire_output()
192 bcopy(destfw, h.firewire_dhost, 8); in firewire_output()
217 speed = min(fc->fc_speed, destfw->sspd); in firewire_output()
218 psize = min(512 << speed, 2 << destfw->sender_max_rec); in firewire_output()
/trueos/sys/dev/firewire/
HDif_fwip.c587 struct fw_hwaddr *destfw; in fwip_async_output() local
627 destfw = 0; in fwip_async_output()
629 destfw = (struct fw_hwaddr *) (mtag + 1); in fwip_async_output()
651 if ((m->m_flags & M_BCAST) || !destfw) { in fwip_async_output()
683 eui.hi = ntohl(destfw->sender_unique_ID_hi); in fwip_async_output()
684 eui.lo = ntohl(destfw->sender_unique_ID_lo); in fwip_async_output()
702 ntohs(destfw->sender_unicast_FIFO_hi); in fwip_async_output()
704 ntohl(destfw->sender_unicast_FIFO_lo); in fwip_async_output()
711 xfer->send.spd = min(destfw->sspd, fc->speed); in fwip_async_output()