Home
last modified time | relevance | path

Searched refs:fh_d_id (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_libfc.c191 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id)); in fc_fill_hdr()
192 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id)); in fc_fill_hdr()
Dfc_exch.c972 ep->sid = ntoh24(fh->fh_d_id); in fc_exch_resp()
1326 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()
1327 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()
1472 lport = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id)); in fc_exch_recv_req()
1543 if (ep->sid != 0 && ep->sid != ntoh24(fh->fh_d_id)) { in fc_exch_recv_seq_resp()
2093 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id)); in fc_exch_seq_send()
Dfc_lport.c864 hton24(fh->fh_d_id, remote_fid); in fc_lport_recv_flogi_req()
1991 hton24(fh->fh_d_id, did); in fc_lport_els_request()
2052 hton24(fh->fh_d_id, did); in fc_lport_ct_request()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli4.h75 ((fc_hdr)->fh_d_id[0] << 16 | \
76 (fc_hdr)->fh_d_id[1] << 8 | \
77 (fc_hdr)->fh_d_id[2])
Dlpfc_sli.c14701 uint32_t did = (fc_hdr->fh_d_id[0] << 16 | in lpfc_fc_frame_to_vport()
14702 fc_hdr->fh_d_id[1] << 8 | in lpfc_fc_frame_to_vport()
14703 fc_hdr->fh_d_id[2]); in lpfc_fc_frame_to_vport()
/linux-4.4.14/include/uapi/scsi/fc/
Dfc_fs.h35 __u8 fh_d_id[3]; /* Destination ID */ member
/linux-4.4.14/include/scsi/
Dfc_frame.h190 return ntoh24(__fc_frame_header_get(fp)->fh_d_id); in fc_frame_did()
Dfc_encode.h61 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c756 if (ntoh24(fh->fh_d_id) == FC_FID_FLOGI) in fcoe_ctlr_els_send()
761 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in fcoe_ctlr_els_send()
778 fc_fcoe_set_mac(mac, fh->fh_d_id); in fcoe_ctlr_els_send()
794 op, ntoh24(fh->fh_d_id)); in fcoe_ctlr_els_send()
795 if (fcoe_ctlr_encaps(fip, lport, op, skb, ntoh24(fh->fh_d_id))) in fcoe_ctlr_els_send()
1662 ntoh24(fh->fh_d_id)); in fcoe_ctlr_flogi_send_locked()
1909 fc_fcoe_set_mac(fr_cb(fp)->granted_mac, fh->fh_d_id); in fcoe_ctlr_recv_flogi()
Dfcoe.c1482 if (ntoh24(&eh->h_dest[3]) != ntoh24(fh->fh_d_id)) { in fcoe_rcv()
1682 memcpy(eh->h_dest + 3, fh->fh_d_id, 3); in fcoe_xmit()
2800 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in fcoe_elsct_send()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c299 tgt = bnx2fc_tgt_lookup(port, ntoh24(fh->fh_d_id)); in bnx2fc_xmit()
303 "port_id = 0x%x\n", ntoh24(fh->fh_d_id)); in bnx2fc_xmit()
355 fc_fcoe_set_mac(eh->h_dest, fh->fh_d_id); in bnx2fc_xmit()
544 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id)); in bnx2fc_recv_frame()
Dbnx2fc_els.c912 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in bnx2fc_elsct_send()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c1081 fc_fcoe_set_mac(eth_hdr->h_dest, fh->fh_d_id); in fnic_send_frame()