Home
last modified time | relevance | path

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

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