Home
last modified time | relevance | path

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

/openbmc/linux/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); in efct_dispatch_frame()
242 memcpy(hdr.fh_d_id, req_hdr->fh_s_id, sizeof(hdr.fh_d_id)); in efct_sframe_common_send()
243 memcpy(hdr.fh_s_id, req_hdr->fh_d_id, sizeof(hdr.fh_s_id)); in efct_sframe_common_send()
486 ntoh24(hdr->fh_s_id), ntoh24(hdr->fh_d_id), in efct_node_recv_abts_frame()
/openbmc/linux/drivers/scsi/libfc/
H A 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()
H A Dfc_exch.c1008 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp()
1369 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()
1370 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()
1595 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp()
2196 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id)); in fc_exch_seq_send()
H A Dfc_lport.c852 hton24(fh->fh_s_id, local_fid); in fc_lport_recv_flogi_req()
2045 hton24(fh->fh_s_id, lport->port_id); in fc_lport_els_request()
2105 hton24(fh->fh_s_id, lport->port_id); in fc_lport_ct_request()
/openbmc/linux/include/scsi/
H A Dfc_frame.h170 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()
257 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_fs.h26 __u8 fh_s_id[3]; /* Source ID */ member
/openbmc/linux/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.c18702 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_fc_frame_add()
18793 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_sli4_abort_partial_seq()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c956 s_id = ntoh24(hdr->fh_s_id); in efc_domain_dispatch_frame()
1030 port_id = ntoh24(hdr->fh_s_id); in efc_node_dispatch_frame()
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c278 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_els.c349 hton24(fh->fh_s_id, fcport->rdata->ids.port_id); in qedf_process_l2_frame_compl()
H A Dqedf_main.c1228 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type, in qedf_xmit()
2524 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in qedf_recv_frame()
2600 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_recv_frame()
H A Dqedf_io.c2581 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_process_unsol_compl()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c1627 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in fcoe_filter_frames()
H A Dfcoe_ctlr.c743 if (ntoh24(fh->fh_s_id)) in fcoe_ctlr_els_send()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c597 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in bnx2fc_recv_frame()