Searched refs:h_ct (Results 1 – 4 of 4) sorted by relevance
287 struct fc_bsg_host_ct h_ct; member
472 (bsg_job->request->rqst_data.h_ct.preamble_word1 & 0xFF000000) in qla2x00_process_ct()503 fcport->d_id.b.al_pa = bsg_job->request->rqst_data.h_ct.port_id[0]; in qla2x00_process_ct()504 fcport->d_id.b.area = bsg_job->request->rqst_data.h_ct.port_id[1]; in qla2x00_process_ct()505 fcport->d_id.b.domain = bsg_job->request->rqst_data.h_ct.port_id[2]; in qla2x00_process_ct()527 (bsg_job->request->rqst_data.h_ct.preamble_word2 >> 16), in qla2x00_process_ct()
1843 port_id = (job->request->rqst_data.h_ct.port_id[0] << 16) | in ibmvfc_bsg_request()1844 (job->request->rqst_data.h_ct.port_id[1] << 8) | in ibmvfc_bsg_request()1845 job->request->rqst_data.h_ct.port_id[2]; in ibmvfc_bsg_request()
2123 did = ntoh24(job->request->rqst_data.h_ct.port_id); in fc_lport_bsg_request()