Lines Matching refs:ct
1130 struct fc_ct_hdr *ct; in fc_lport_ns_resp() local
1153 ct = fc_frame_payload_get(fp, sizeof(*ct)); in fc_lport_ns_resp()
1155 if (fh && ct && fh->fh_type == FC_TYPE_CT && in fc_lport_ns_resp()
1156 ct->ct_fs_type == FC_FST_DIR && in fc_lport_ns_resp()
1157 ct->ct_fs_subtype == FC_NS_SUBTYPE && in fc_lport_ns_resp()
1158 ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ns_resp()
1206 struct fc_ct_hdr *ct; in fc_lport_ms_resp() local
1229 ct = fc_frame_payload_get(fp, sizeof(*ct)); in fc_lport_ms_resp()
1231 if (fh && ct && fh->fh_type == FC_TYPE_CT && in fc_lport_ms_resp()
1232 ct->ct_fs_type == FC_FST_MGMT && in fc_lport_ms_resp()
1233 ct->ct_fs_subtype == FC_FDMI_SUBTYPE) { in fc_lport_ms_resp()
1236 ct->ct_reason, in fc_lport_ms_resp()
1237 ct->ct_explan); in fc_lport_ms_resp()
1241 if (ntohs(ct->ct_cmd) == FC_FS_ACC) in fc_lport_ms_resp()
2035 struct fc_ct_req *ct; in fc_lport_ct_request() local
2044 ct = fc_frame_payload_get(fp, len); in fc_lport_ct_request()
2048 ct, len); in fc_lport_ct_request()