Searched refs:pethhdr (Results 1 – 1 of 1) sorted by relevance
685 struct ethhdr *pethhdr; in fdls_send_fcoe_frame() local693 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()