Searched refs:fh_d_id (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_libfc.c | 191 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()
|
D | fc_exch.c | 972 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()
|
D | fc_lport.c | 864 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/ |
D | lpfc_sli4.h | 75 ((fc_hdr)->fh_d_id[0] << 16 | \ 76 (fc_hdr)->fh_d_id[1] << 8 | \ 77 (fc_hdr)->fh_d_id[2])
|
D | lpfc_sli.c | 14701 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/ |
D | fc_fs.h | 35 __u8 fh_d_id[3]; /* Destination ID */ member
|
/linux-4.4.14/include/scsi/ |
D | fc_frame.h | 190 return ntoh24(__fc_frame_header_get(fp)->fh_d_id); in fc_frame_did()
|
D | fc_encode.h | 61 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 756 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()
|
D | fcoe.c | 1482 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/ |
D | bnx2fc_fcoe.c | 299 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()
|
D | bnx2fc_els.c | 912 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in bnx2fc_elsct_send()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_fcs.c | 1081 fc_fcoe_set_mac(eth_hdr->h_dest, fh->fh_d_id); in fnic_send_frame()
|