Searched refs:tprlo (Results 1 – 1 of 1) sorted by relevance
678 struct fc_tprlo_s *tprlo; in fc_logout_params_pages() local684 tprlo = (struct fc_tprlo_s *) (fc_frame + 1); in fc_logout_params_pages()685 num_pages = (be16_to_cpu(tprlo->payload_len) - 4) / 16; in fc_logout_params_pages()948 struct fc_tprlo_s *tprlo = (struct fc_tprlo_s *) (fchs + 1); in fc_tprlo_build() local952 memset(tprlo, 0, (num_pages * 16) + 4); in fc_tprlo_build()953 tprlo->command = FC_ELS_TPRLO; in fc_tprlo_build()954 tprlo->page_len = 0x10; in fc_tprlo_build()955 tprlo->payload_len = cpu_to_be16((num_pages * 16) + 4); in fc_tprlo_build()958 tprlo->tprlo_params[page].type = FC_TYPE_FCP; in fc_tprlo_build()959 tprlo->tprlo_params[page].opa_valid = 0; in fc_tprlo_build()[all …]