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