Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dfirewire.h125 struct fw_com { struct
134 #define IFP2FWC(ifp) ((struct fw_com *)(ifp)->if_l2com) argument
H A Dif_fwsubr.c84 struct fw_com *fc = IFP2FWC(ifp); in firewire_output()
335 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) in firewire_input_fragment()
502 struct fw_com *fc = IFP2FWC(ifp); in firewire_input()
744 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach()
791 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset()
812 struct fw_com *fc; in firewire_alloc()
814 fc = malloc(sizeof(struct fw_com), M_FWCOM, M_WAITOK | M_ZERO); in firewire_alloc()