Searched refs:fh_s_id (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_libfc.c | 191 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id)); in fc_fill_hdr() 192 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id)); in fc_fill_hdr()
|
D | fc_exch.c | 973 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp() 1326 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt() 1327 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt() 1547 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp() 2093 fc_exch_set_addr(ep, ntoh24(fh->fh_s_id), ntoh24(fh->fh_d_id)); in fc_exch_seq_send()
|
D | fc_lport.c | 863 hton24(fh->fh_s_id, local_fid); in fc_lport_recv_flogi_req() 1992 hton24(fh->fh_s_id, lport->port_id); in fc_lport_els_request() 2053 hton24(fh->fh_s_id, lport->port_id); in fc_lport_ct_request()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 70 ((fc_hdr)->fh_s_id[0] << 16 | \ 71 (fc_hdr)->fh_s_id[1] << 8 | \ 72 (fc_hdr)->fh_s_id[2])
|
D | lpfc_sli.c | 14854 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_fc_frame_add() 14937 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_sli4_abort_partial_seq()
|
/linux-4.4.14/include/uapi/scsi/fc/ |
D | fc_fs.h | 38 __u8 fh_s_id[3]; /* Source ID */ member
|
/linux-4.4.14/include/scsi/ |
D | fc_frame.h | 182 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()
|
D | fc_encode.h | 62 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 301 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 1758 ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in fcoe_filter_frames()
|
D | fcoe_ctlr.c | 748 if (ntoh24(fh->fh_s_id)) in fcoe_ctlr_els_send()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 563 if (ntoh24(fh->fh_s_id) == FC_FID_FLOGI) { in bnx2fc_recv_frame()
|