Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c685 struct ethhdr *pethhdr; in fdls_send_fcoe_frame() local
693 pethhdr = (struct ethhdr *) frame; in fdls_send_fcoe_frame()
694 pethhdr->h_proto = cpu_to_be16(ETH_P_FCOE); in fdls_send_fcoe_frame()
695 memcpy(pethhdr->h_source, srcmac, ETH_ALEN); in fdls_send_fcoe_frame()
696 memcpy(pethhdr->h_dest, dstmac, ETH_ALEN); in fdls_send_fcoe_frame()