FIP_BPW
dlen = desc->fip_dlen * FIP_BPW;
this_cpu_add(lport->stats->RxWords, skb->len / FIP_BPW);
rlen = ntohs(fh->fip_dl_len) * FIP_BPW;
dlen = desc->fip_dlen * FIP_BPW;
if (ntohs(fiph->fip_dl_len) * FIP_BPW + sizeof(*fiph) > skb->len)
frame->fip.fip_dl_len = htons(dlen / FIP_BPW);
frame->mac.fd_desc.fip_dlen = sizeof(frame->mac) / FIP_BPW;
frame->wwnn.fd_desc.fip_dlen = sizeof(frame->wwnn) / FIP_BPW;
frame->vn.fd_desc.fip_dlen = sizeof(frame->vn) / FIP_BPW;
ff->fd_desc.fip_dlen = sizeof(*ff) / FIP_BPW;
size->fd_desc.fip_dlen = sizeof(*size) / FIP_BPW;
dlen = desc->fip_dlen * FIP_BPW;
dlen = desc->fip_dlen * FIP_BPW;
frame->fip.fip_dl_len = htons(dlen / FIP_BPW);
frame->mac.fd_desc.fip_dlen = sizeof(frame->mac) / FIP_BPW;
frame->vlan.fd_desc.fip_dlen = sizeof(frame->vlan) / FIP_BPW;
sol->fip.fip_dl_len = htons(sizeof(sol->desc) / FIP_BPW);
sol->desc.mac.fd_desc.fip_dlen = sizeof(sol->desc.mac) / FIP_BPW;
sol->desc.wwnn.fd_desc.fip_dlen = sizeof(sol->desc.wwnn) / FIP_BPW;
sol->desc.size.fd_desc.fip_dlen = sizeof(sol->desc.size) / FIP_BPW;
ports * sizeof(*vn)) / FIP_BPW);
kal->mac.fd_desc.fip_dlen = sizeof(kal->mac) / FIP_BPW;
vn->fd_desc.fip_dlen = sizeof(*vn) / FIP_BPW;
cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW;
mac->fd_desc.fip_dlen = sizeof(*mac) / FIP_BPW;
cap->fip.fip_dl_len = htons(dlen / FIP_BPW);
dlen = desc->fip_dlen * FIP_BPW;
rlen = ntohs(fiph->fip_dl_len) * FIP_BPW;
dlen = desc->fip_dlen * FIP_BPW;
vlan->fip.fip_dl_len = htons(sizeof(vlan->desc) / FIP_BPW);
vlan->desc.mac.fd_desc.fip_dlen = sizeof(vlan->desc.mac) / FIP_BPW;
vlan->desc.wwnn.fd_desc.fip_dlen = sizeof(vlan->desc.wwnn) / FIP_BPW;
dlen = desc->fip_dlen * FIP_BPW;