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);
2027 struct ethhdr eth;
2055 memcpy(frame->eth.h_dest, dest, ETH_ALEN);
2058 hton24(frame->eth.h_source, FIP_VN_FC_MAP);
2059 hton24(frame->eth.h_source + 3, fip->port_id);
2061 memcpy(frame->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
2063 frame->eth.h_proto = htons(ETH_P_FIP);
2905 struct ethhdr eth;
2927 memcpy(frame->eth.h_dest, dest, ETH_ALEN);
2929 memcpy(frame->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
2930 frame->eth.h_proto = htons(ETH_P_FIP);