Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dfirewire.h22 struct fwnet_header { struct
/openbmc/linux/drivers/firewire/
H A Dnet.c212 struct fwnet_header *h; in fwnet_header_create()
236 struct fwnet_header *h; in fwnet_header_cache()
241 h = (struct fwnet_header *)((u8 *)hh->hh_data + HH_DATA_OFF(sizeof(*h))); in fwnet_header_cache()
506 struct fwnet_header *eth; in fwnet_finish_incoming_packet()
512 eth = (struct fwnet_header *)skb_mac_header(skb); in fwnet_finish_incoming_packet()
1228 struct fwnet_header hdr_buf; in fwnet_tx()