Lines Matching defs:eth
380 struct ethhdr eth;
397 memcpy(sol->eth.h_dest, fcf ? fcf->fcf_mac : fcoe_all_fcfs, ETH_ALEN);
398 memcpy(sol->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
399 sol->eth.h_proto = htons(ETH_P_FIP);
535 struct ethhdr eth;
556 memcpy(kal->eth.h_dest, fcf->fcf_mac, ETH_ALEN);
557 memcpy(kal->eth.h_source, sa, ETH_ALEN);
558 kal->eth.h_proto = htons(ETH_P_FIP);
608 struct ethhdr eth;
626 if (fcoe_ctlr_vn_lookup(fip, d_id, cap->eth.h_dest))
638 memcpy(cap->eth.h_dest, fcf->fcf_mac, ETH_ALEN);
640 memcpy(cap->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
641 cap->eth.h_proto = htons(ETH_P_FIP);
2019 struct ethhdr eth;
2047 memcpy(frame->eth.h_dest, dest, ETH_ALEN);
2050 hton24(frame->eth.h_source, FIP_VN_FC_MAP);
2051 hton24(frame->eth.h_source + 3, fip->port_id);
2053 memcpy(frame->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
2055 frame->eth.h_proto = htons(ETH_P_FIP);
2897 struct ethhdr eth;
2919 memcpy(frame->eth.h_dest, dest, ETH_ALEN);
2921 memcpy(frame->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
2922 frame->eth.h_proto = htons(ETH_P_FIP);