Home
last modified time | relevance | path

Searched refs:fh_s_id (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/drivers/scsi/libfc/
Dfc_libfc.c179 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id)); in fc_fill_hdr()
180 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id)); in fc_fill_hdr()
Dfc_exch.c1010 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp()
1371 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()
1372 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()
1597 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp()
2185 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id)); in fc_exch_seq_send()
Dfc_lport.c843 hton24(fh->fh_s_id, local_fid); in fc_lport_recv_flogi_req()
1965 hton24(fh->fh_s_id, lport->port_id); in fc_lport_els_request()
2025 hton24(fh->fh_s_id, lport->port_id); in fc_lport_ct_request()
/Linux-v5.10/include/uapi/scsi/fc/
Dfc_fs.h26 __u8 fh_s_id[3]; /* Source ID */ member
/Linux-v5.10/include/scsi/
Dfc_frame.h170 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()
Dfc_encode.h50 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
/Linux-v5.10/drivers/scsi/lpfc/
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])
Dlpfc_sli.c17630 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_fc_frame_add()
17722 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_sli4_abort_partial_seq()
/Linux-v5.10/drivers/target/tcm_fc/
Dtfc_cmd.c284 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_els.c349 hton24(fh->fh_s_id, fcport->rdata->ids.port_id); in qedf_process_l2_frame_compl()
Dqedf_main.c1227 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type, in qedf_xmit()
2499 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in qedf_recv_frame()
2575 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_recv_frame()
Dqedf_io.c2574 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_process_unsol_compl()
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe.c1633 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in fcoe_filter_frames()
Dfcoe_ctlr.c743 if (ntoh24(fh->fh_s_id)) in fcoe_ctlr_els_send()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c598 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in bnx2fc_recv_frame()