Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_fwsubr.c81 struct fw_com *fc = IFP2FWC(ifp); in firewire_output()
327 firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src) in firewire_input_fragment()
494 struct fw_com *fc = IFP2FWC(ifp); in firewire_input()
743 struct fw_com *fc = IFP2FWC(ifp); in firewire_ifattach()
790 struct fw_com *fc = IFP2FWC(ifp); in firewire_busreset()
811 struct fw_com *fc; in firewire_alloc()
813 fc = malloc(sizeof(struct fw_com), M_FWCOM, M_WAITOK | M_ZERO); in firewire_alloc()
HDfirewire.h123 struct fw_com { struct
132 #define IFP2FWC(ifp) ((struct fw_com *)(ifp)->if_l2com) argument