Lines Matching refs:fh_d_id
254 qedf->data_src_addr[3] = fh->fh_d_id[0]; in qedf_set_data_src_addr()
255 qedf->data_src_addr[4] = fh->fh_d_id[1]; in qedf_set_data_src_addr()
256 qedf->data_src_addr[5] = fh->fh_d_id[2]; in qedf_set_data_src_addr()
259 fc_fcoe_set_mac(qedf->data_src_addr, fh->fh_d_id); in qedf_set_data_src_addr()
1100 if (base_lport->port_id == ntoh24(fh->fh_d_id)) { in qedf_xmit()
1107 if (tmp_lport->port_id == ntoh24(fh->fh_d_id)) { in qedf_xmit()
1113 if (vn_port && ntoh24(fh->fh_d_id) != FC_FID_FLOGI) { in qedf_xmit()
1117 "Dropping FCoE frame to %06x.\n", ntoh24(fh->fh_d_id)); in qedf_xmit()
1119 rdata = fc_rport_lookup(lport, ntoh24(fh->fh_d_id)); in qedf_xmit()
1151 fcport = qedf_fcport_lookup(qedf, ntoh24(fh->fh_d_id)); in qedf_xmit()
1214 fc_fcoe_set_mac(eh->h_dest, fh->fh_d_id); in qedf_xmit()
1239 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type, in qedf_xmit()
2550 if (ntoh24(&dest_mac[3]) != ntoh24(fh->fh_d_id)) { in qedf_recv_frame()
2567 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id)); in qedf_recv_frame()
2574 if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) { in qedf_recv_frame()
2577 lport->port_id, ntoh24(fh->fh_d_id)); in qedf_recv_frame()
2599 fcport = qedf_fcport_lookup(qedf, ntoh24(fh->fh_d_id)); in qedf_recv_frame()
2611 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_recv_frame()