Searched refs:fh_d_id (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c16 ntoh24((hdr)->fh_d_id), s_id_text, \
50 d_id = ntoh24(hdr->fh_d_id);
242 memcpy(hdr.fh_d_id, req_hdr->fh_s_id, sizeof(hdr.fh_d_id));
243 memcpy(hdr.fh_s_id, req_hdr->fh_d_id, sizeof(hdr.fh_s_id));
486 ntoh24(hdr->fh_s_id), ntoh24(hdr->fh_d_id),
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.c179 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
180 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
H A Dfc_exch.c1007 ep->sid = ntoh24(fh->fh_d_id);
1369 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3);
1370 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3);
1520 lport = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id));
1591 if (ep->sid != 0 && ep->sid != ntoh24(fh->fh_d_id)) {
2196 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id));
H A Dfc_lport.c853 hton24(fh->fh_d_id, remote_fid);
2044 hton24(fh->fh_d_id, did);
2104 hton24(fh->fh_d_id, did);
/linux-master/include/scsi/
H A Dfc_frame.h178 return ntoh24(__fc_frame_header_get(fp)->fh_d_id);
256 hton24(fh->fh_d_id, did);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c897 fcoe_mac[3] = fh->fh_d_id[0];
898 fcoe_mac[4] = fh->fh_d_id[1];
899 fcoe_mac[5] = fh->fh_d_id[2];
902 fc_fcoe_set_mac(fcoe_mac, fh->fh_d_id);
944 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
H A Dbnx2fc_fcoe.c319 tgt = bnx2fc_tgt_lookup(port, ntoh24(fh->fh_d_id));
323 "port_id = 0x%x\n", ntoh24(fh->fh_d_id));
375 fc_fcoe_set_mac(eh->h_dest, fh->fh_d_id);
563 if (ntoh24(&dest_mac[3]) != ntoh24(fh->fh_d_id)) {
570 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id));
617 if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) {
619 lport->port_id, ntoh24(fh->fh_d_id));
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c254 qedf->data_src_addr[3] = fh->fh_d_id[0];
255 qedf->data_src_addr[4] = fh->fh_d_id[1];
256 qedf->data_src_addr[5] = fh->fh_d_id[2];
259 fc_fcoe_set_mac(qedf->data_src_addr, fh->fh_d_id);
1090 if (base_lport->port_id == ntoh24(fh->fh_d_id)) {
1097 if (tmp_lport->port_id == ntoh24(fh->fh_d_id)) {
1103 if (vn_port && ntoh24(fh->fh_d_id) != FC_FID_FLOGI) {
1107 "Dropping FCoE frame to %06x.\n", ntoh24(fh->fh_d_id));
1109 rdata = fc_rport_lookup(lport, ntoh24(fh->fh_d_id));
1141 fcport = qedf_fcport_lookup(qedf, ntoh24(fh->fh_d_id));
[all...]
H A Dqedf_els.c348 hton24(fh->fh_d_id, lport->port_id);
H A Dqedf_io.c2546 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl,
/linux-master/include/uapi/scsi/fc/
H A Dfc_fs.h23 __u8 fh_d_id[3]; /* Destination ID */ member in struct:fc_frame_header
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h89 ((fc_hdr)->fh_d_id[0] << 16 | \
90 (fc_hdr)->fh_d_id[1] << 8 | \
91 (fc_hdr)->fh_d_id[2])
/linux-master/drivers/scsi/elx/libefc/
H A Defc_device.c354 node->ls_acc_did = ntoh24(hdr->fh_d_id);
549 efc_d_check_plogi_topology(node, ntoh24(hdr->fh_d_id));
569 u32 d_id = ntoh24(hdr->fh_d_id);
H A Defc_domain.c957 d_id = ntoh24(hdr->fh_d_id);
H A Defc_els.c1083 bls.s_id = ntoh24(hdr->fh_d_id);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c751 if (ntoh24(fh->fh_d_id) == FC_FID_FLOGI)
756 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
773 fc_fcoe_set_mac(mac, fh->fh_d_id);
789 op, ntoh24(fh->fh_d_id));
790 if (fcoe_ctlr_encaps(fip, lport, op, skb, ntoh24(fh->fh_d_id)))
796 op, ntoh24(fh->fh_d_id));
1688 ntoh24(fh->fh_d_id));
1936 fc_fcoe_set_mac(fr_cb(fp)->granted_mac, fh->fh_d_id);
H A Dfcoe.c1388 if (ntoh24(&eh->h_dest[3]) != ntoh24(fh->fh_d_id)) {
1564 memcpy(eh->h_dest + 3, fh->fh_d_id, 3);
2628 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c1107 fc_fcoe_set_mac(eth_hdr->h_dest, fh->fh_d_id);

Completed in 340 milliseconds