Searched refs:destfw (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_fwsubr.c | 87 struct fw_hwaddr *destfw; in firewire_output() local 135 destfw = (struct fw_hwaddr *)(mtag + 1); in firewire_output() 137 destfw = NULL; in firewire_output() 170 (u_char *) destfw, NULL, NULL); in firewire_output() 182 *destfw = *(struct fw_hwaddr *) ar_tha(ah); in firewire_output() 198 dst, (u_char *) destfw, NULL, NULL); in firewire_output() 217 bcopy(destfw, h.firewire_dhost, 8); in firewire_output() 242 speed = min(fc->fc_speed, destfw->sspd); in firewire_output() 243 psize = min(512 << speed, 2 << destfw->sender_max_rec); in firewire_output()
|
/freebsd/sys/dev/firewire/ |
H A D | if_fwip.c | 531 struct fw_hwaddr *destfw; in fwip_async_output() local 571 destfw = NULL; in fwip_async_output() 573 destfw = (struct fw_hwaddr *) (mtag + 1); in fwip_async_output() 595 if ((m->m_flags & M_BCAST) || !destfw) { in fwip_async_output() 627 eui.hi = ntohl(destfw->sender_unique_ID_hi); in fwip_async_output() 628 eui.lo = ntohl(destfw->sender_unique_ID_lo); in fwip_async_output() 646 ntohs(destfw->sender_unicast_FIFO_hi); in fwip_async_output() 648 ntohl(destfw->sender_unicast_FIFO_lo); in fwip_async_output() 655 xfer->send.spd = min(destfw->sspd, fc->speed); in fwip_async_output()
|