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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/libfc/
H A Dfc_libfc.c171 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
172 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
H A Dfc_exch.c744 ep->sid = ntoh24(fh->fh_d_id);
1069 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3);
1070 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3);
1200 lport = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id));
1275 if (ep->sid != 0 && ep->sid != ntoh24(fh->fh_d_id)) {
1824 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id));
H A Dfc_lport.c830 hton24(fh->fh_d_id, remote_fid);
1684 hton24(fh->fh_d_id, did);
1743 hton24(fh->fh_d_id, did);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_libfc.c171 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
172 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
H A Dfc_exch.c744 ep->sid = ntoh24(fh->fh_d_id);
1069 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3);
1070 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3);
1200 lport = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id));
1275 if (ep->sid != 0 && ep->sid != ntoh24(fh->fh_d_id)) {
1824 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id));
H A Dfc_lport.c830 hton24(fh->fh_d_id, remote_fid);
1684 hton24(fh->fh_d_id, did);
1743 hton24(fh->fh_d_id, did);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dfc_frame.h191 return ntoh24(__fc_frame_header_get(fp)->fh_d_id);
H A Dfc_encode.h61 hton24(fh->fh_d_id, did);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dfc_frame.h191 return ntoh24(__fc_frame_header_get(fp)->fh_d_id);
H A Dfc_encode.h61 hton24(fh->fh_d_id, did);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/fc/
H A Dfc_fs.h35 __u8 fh_d_id[3]; /* Destination ID */ member in struct:fc_frame_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/fc/
H A Dfc_fs.h35 __u8 fh_d_id[3]; /* Destination ID */ member in struct:fc_frame_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/scsi/fc/
H A Dfc_fs.h35 __u8 fh_d_id[3]; /* Destination ID */ member in struct:fc_frame_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/scsi/fc/
H A Dfc_fs.h35 __u8 fh_d_id[3]; /* Destination ID */ member in struct:fc_frame_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/scsi/fc/
H A Dfc_fs.h35 __u8 fh_d_id[3]; /* Destination ID */ member in struct:fc_frame_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/fcoe/
H A Dlibfcoe.c614 if (ntoh24(fh->fh_d_id) == FC_FID_FLOGI)
619 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
636 fc_fcoe_set_mac(mac, fh->fh_d_id);
652 op, ntoh24(fh->fh_d_id));
653 if (fcoe_ctlr_encaps(fip, lport, op, skb, ntoh24(fh->fh_d_id)))
1552 fc_fcoe_set_mac(fr_cb(fp)->granted_mac, fh->fh_d_id);
H A Dfcoe.c1564 memcpy(eh->h_dest + 3, fh->fh_d_id, 3);
2577 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c614 if (ntoh24(fh->fh_d_id) == FC_FID_FLOGI)
619 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
636 fc_fcoe_set_mac(mac, fh->fh_d_id);
652 op, ntoh24(fh->fh_d_id));
653 if (fcoe_ctlr_encaps(fip, lport, op, skb, ntoh24(fh->fh_d_id)))
1552 fc_fcoe_set_mac(fr_cb(fp)->granted_mac, fh->fh_d_id);
H A Dfcoe.c1564 memcpy(eh->h_dest + 3, fh->fh_d_id, 3);
2577 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/fnic/
H A Dfnic_fcs.c541 fc_fcoe_set_mac(eth_hdr->h_dest, fh->fh_d_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_fcs.c541 fc_fcoe_set_mac(eth_hdr->h_dest, fh->fh_d_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_sli.c11170 uint32_t did = (fc_hdr->fh_d_id[0] << 16 |
11171 fc_hdr->fh_d_id[1] << 8 |
11172 fc_hdr->fh_d_id[2]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c11170 uint32_t did = (fc_hdr->fh_d_id[0] << 16 |
11171 fc_hdr->fh_d_id[1] << 8 |
11172 fc_hdr->fh_d_id[2]);

Completed in 370 milliseconds