| /OK3568_Linux_fs/kernel/drivers/scsi/libfc/ |
| H A D | fc_libfc.c | 179 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 D | fc_exch.c | 1010 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() 2198 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id)); in fc_exch_seq_send()
|
| H A D | fc_lport.c | 843 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/ |
| H A D | fc_fs.h | 39 __u8 fh_s_id[3]; /* Source ID */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/ |
| H A D | fc_fs.h | 39 __u8 fh_s_id[3]; /* Source ID */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/scsi/fc/ |
| H A D | fc_fs.h | 26 __u8 fh_s_id[3]; /* Source ID */ member
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | fc_frame.h | 170 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()
|
| H A D | fc_encode.h | 50 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli4.h | 84 ((fc_hdr)->fh_s_id[0] << 16 | \ 85 (fc_hdr)->fh_s_id[1] << 8 | \ 86 (fc_hdr)->fh_s_id[2])
|
| H A D | lpfc_sli.c | 17694 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_fc_frame_add() 17786 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_sli4_abort_partial_seq()
|
| /OK3568_Linux_fs/kernel/drivers/target/tcm_fc/ |
| H A D | tfc_cmd.c | 284 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf_els.c | 349 hton24(fh->fh_s_id, fcport->rdata->ids.port_id); in qedf_process_l2_frame_compl()
|
| H A D | qedf_main.c | 1229 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, fh->fh_type, in qedf_xmit() 2521 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in qedf_recv_frame() 2597 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_recv_frame()
|
| H A D | qedf_io.c | 2595 ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id), fh->fh_r_ctl, in qedf_process_unsol_compl()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 1633 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in fcoe_filter_frames()
|
| H A D | fcoe_ctlr.c | 743 if (ntoh24(fh->fh_s_id)) in fcoe_ctlr_els_send()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 604 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in bnx2fc_recv_frame()
|