Home
last modified time | relevance | path

Searched refs:ntoh24 (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/scsi/
Dfc_frame.h38 static inline u32 ntoh24(const u8 *p) in ntoh24() function
182 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()
190 return ntoh24(__fc_frame_header_get(fp)->fh_d_id); in fc_frame_did()
Discsi_proto.h68 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c251 if ((port->d_id & range) == (ntoh24(page->rscn_fid) & range)) in _zfcp_fc_incoming_rscn()
367 ct_els->port->d_id = ntoh24(gid_pn_rsp->gid_pn.fp_fid); in zfcp_fc_ns_gid_pn_eval()
536 port->d_id = ntoh24(adisc_resp->adisc_port_id); in zfcp_fc_adisc_handler()
724 d_id = ntoh24(acc->fp_fid); in zfcp_fc_eval_gpn_ft()
993 d_id = ntoh24(bsg_request->rqst_data.h_els.port_id); in zfcp_fc_exec_els_job()
Dzfcp_dbf.c135 rec->u.uss.d_id = ntoh24(srb->d_id); in zfcp_dbf_hba_fsf_uss()
598 fsf->req_id, ntoh24(srb->d_id), length); in zfcp_dbf_san_in_els()
Dzfcp_fsf.c104 int d_id = ntoh24(sr_buf->d_id); in zfcp_fsf_status_read_port_closed()
515 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_fsf_exchange_config_evaluate()
523 adapter->peer_d_id = ntoh24(bottom->peer_d_id); in zfcp_fsf_exchange_config_evaluate()