Searched refs:fw_com (Results 1 – 2 of 2) sorted by relevance
83 struct fw_com *fc = IFP2FWC(ifp); in firewire_output()352 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) in firewire_input_fragment()519 struct fw_com *fc = IFP2FWC(ifp); in firewire_input()763 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach()811 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset()832 struct fw_com *fc; in firewire_alloc()834 fc = malloc(sizeof(struct fw_com), M_FWCOM, M_WAITOK | M_ZERO); in firewire_alloc()
123 struct fw_com { struct132 #define IFP2FWC(ifp) ((struct fw_com *)if_getl2com(ifp)) argument