Searched refs:FC_TYPE_CT (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/scsi/fc/ |
| H A D | fc_fs.h | 179 FC_TYPE_CT = 0x20, /* Fibre Channel Services (FC-CT) */ enumerator 193 [FC_TYPE_CT] = "CT", \
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_elsct.c | 116 case FC_TYPE_CT: in fc_els_resp_type()
|
| H A D | fc_lport.c | 1145 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 D | efc_els.c | 910 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 D | efc_domain.c | 1078 case FC_TYPE_CT: in efc_node_dispatch_frame()
|
| /linux/drivers/scsi/fnic/ |
| H A D | fdls_fc.h | 133 #define FNIC_FC_FRAME_TYPE_FC_GS(_fchdr) (_fchdr->fh_type == FC_TYPE_CT)
|
| H A D | fdls_disc.c | 1021 .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 D | lpfc_sli.c | 11010 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()
|