Home
last modified time | relevance | path

Searched refs:FC_TYPE_CT (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/scsi/fc/
H A Dfc_fs.h179 FC_TYPE_CT = 0x20, /* Fibre Channel Services (FC-CT) */ enumerator
193 [FC_TYPE_CT] = "CT", \
/linux/drivers/scsi/libfc/
H A Dfc_elsct.c116 case FC_TYPE_CT: in fc_els_resp_type()
H A Dfc_lport.c1145 if (fh && ct && fh->fh_type == FC_TYPE_CT && in fc_lport_ns_resp()
1221 if (fh && ct && fh->fh_type == FC_TYPE_CT && in fc_lport_ms_resp()
1882 fc_lport_add_fc4_type(lport, FC_TYPE_CT); in fc_lport_config()
2106 fh->fh_type = FC_TYPE_CT; in fc_lport_ct_request()
/linux/drivers/scsi/elx/libefc/
H A Defc_els.c910 els->io.iparam.ct.type = FC_TYPE_CT; in efc_ns_send_rftid()
947 els->io.iparam.ct.type = FC_TYPE_CT; in efc_ns_send_rffid()
987 els->io.iparam.ct.type = FC_TYPE_CT; in efc_ns_send_gidpt()
1062 els->io.iparam.ct.type = FC_TYPE_CT; in efc_send_ct_rsp()
H A Defc_domain.c1078 case FC_TYPE_CT: in efc_node_dispatch_frame()
/linux/drivers/scsi/fnic/
H A Dfdls_fc.h133 #define FNIC_FC_FRAME_TYPE_FC_GS(_fchdr) (_fchdr->fh_type == FC_TYPE_CT)
H A Dfdls_disc.c1021 .fh_d_id = {0xFF, 0xFF, 0xFC}, .fh_type = FC_TYPE_CT, in fdls_send_rpn_id()
1135 .fh_d_id = {0xFF, 0xFF, 0xFC}, .fh_type = FC_TYPE_CT, in fdls_send_gpn_ft()
1383 .fh_d_id = {0xFF, 0xFF, 0xFC}, .fh_type = FC_TYPE_CT, in fdls_send_register_fc4_types()
1415 cpu_to_be32(1 << (FC_TYPE_CT % FC_NS_BPW)); in fdls_send_register_fc4_types()
1443 .fh_d_id = {0xFF, 0xFF, 0xFC}, .fh_type = FC_TYPE_CT, in fdls_send_register_fc4_features()
1860 .fh_type = FC_TYPE_CT, in fdls_fdmi_register_hba()
2005 .fh_type = FC_TYPE_CT, in fdls_fdmi_register_pa()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c11010 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
11058 bf_set(wqe_type, &cmdwqe->gen_req.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_gen_req_s4()
11102 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_xmit_seq64_s3()
11144 bf_set(wqe_type, &wqe->xmit_sequence.wge_ctl, FC_TYPE_CT); in __lpfc_sli_prep_xmit_seq64_s4()
11677 pring->prt[2].type = FC_TYPE_CT; in lpfc_sli4_setup()
11684 pring->prt[3].type = FC_TYPE_CT; in lpfc_sli4_setup()
11785 pring->prt[2].type = FC_TYPE_CT; in lpfc_sli_setup()
11792 pring->prt[3].type = FC_TYPE_CT; in lpfc_sli_setup()
18571 case FC_TYPE_CT: in lpfc_fc_frame_check()