Searched refs:h_ct (Results 1 – 4 of 4) sorted by relevance
289 struct fc_bsg_host_ct h_ct; member
444 (bsg_job->request->rqst_data.h_ct.preamble_word1 & 0xFF000000) in qla2x00_process_ct()474 fcport->d_id.b.al_pa = bsg_job->request->rqst_data.h_ct.port_id[0]; in qla2x00_process_ct()475 fcport->d_id.b.area = bsg_job->request->rqst_data.h_ct.port_id[1]; in qla2x00_process_ct()476 fcport->d_id.b.domain = bsg_job->request->rqst_data.h_ct.port_id[2]; in qla2x00_process_ct()494 (bsg_job->request->rqst_data.h_ct.preamble_word2 >> 16), in qla2x00_process_ct()
1872 did = ntoh24(job->request->rqst_data.h_ct.port_id); in fc_lport_bsg_request()
1852 port_id = (job->request->rqst_data.h_ct.port_id[0] << 16) | in ibmvfc_bsg_request()1853 (job->request->rqst_data.h_ct.port_id[1] << 8) | in ibmvfc_bsg_request()1854 job->request->rqst_data.h_ct.port_id[2]; in ibmvfc_bsg_request()