Searched refs:fh_s_id (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c13 efc_node_fcid_display(ntoh24((hdr)->fh_s_id), \
49 s_id = ntoh24(hdr->fh_s_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.c1008 ep->did = ntoh24(fh->fh_s_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);
1595 if (ep->did != ntoh24(fh->fh_s_id) &&
2196 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id));
H A Dfc_lport.c852 hton24(fh->fh_s_id, local_fid);
2045 hton24(fh->fh_s_id, lport->port_id);
2105 hton24(fh->fh_s_id, lport->port_id);
/linux-master/include/scsi/
H A Dfc_frame.h170 return ntoh24(__fc_frame_header_get(fp)->fh_s_id);
257 hton24(fh->fh_s_id, sid);
/linux-master/include/uapi/scsi/fc/
H A Dfc_fs.h26 __u8 fh_s_id[3]; /* Source ID */ member in struct:fc_frame_header
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h84 ((fc_hdr)->fh_s_id[0] << 16 | \
85 (fc_hdr)->fh_s_id[1] << 8 | \
86 (fc_hdr)->fh_s_id[2])
H A Dlpfc_sli.c18689 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
18780 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c278 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code);
/linux-master/drivers/scsi/elx/libefc/
H A Defc_domain.c956 s_id = ntoh24(hdr->fh_s_id);
1030 port_id = ntoh24(hdr->fh_s_id);
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c349 hton24(fh->fh_s_id, fcport->rdata->ids.port_id);
H A Dqedf_main.c1239 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type,
2535 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) {
2611 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl,
H A Dqedf_io.c2546 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl,
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1627 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) {
H A Dfcoe_ctlr.c743 if (ntoh24(fh->fh_s_id))
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c597 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) {

Completed in 286 milliseconds