Lines Matching refs:ct_hdr
337 if (gid_pn_rsp->ct_hdr.ct_cmd != FC_FS_ACC) in zfcp_fc_ns_gid_pn_eval()
349 static void zfcp_fc_ct_ns_init(struct fc_ct_hdr *ct_hdr, u16 cmd, u16 mr_size) in zfcp_fc_ct_ns_init() argument
351 ct_hdr->ct_rev = FC_CT_REV; in zfcp_fc_ct_ns_init()
352 ct_hdr->ct_fs_type = FC_FST_DIR; in zfcp_fc_ct_ns_init()
353 ct_hdr->ct_fs_subtype = FC_NS_SUBTYPE; in zfcp_fc_ct_ns_init()
354 ct_hdr->ct_cmd = cmd; in zfcp_fc_ct_ns_init()
355 ct_hdr->ct_mr_size = mr_size / 4; in zfcp_fc_ct_ns_init()
376 zfcp_fc_ct_ns_init(&gid_pn_req->ct_hdr, in zfcp_fc_ns_gid_pn_request()
623 zfcp_fc_ct_ns_init(&req->ct_hdr, FC_NS_GPN_FT, max_bytes); in zfcp_fc_send_gpn_ft()
777 zfcp_fc_ct_ns_init(&gspn_req->ct_hdr, FC_NS_GSPN_ID, in zfcp_fc_gspn()
822 zfcp_fc_ct_ns_init(&rspn_req->ct_hdr, FC_NS_RSPN_ID, in zfcp_fc_rspn()