Searched refs:tprlo (Results 1 – 1 of 1) sorted by relevance
655 struct fc_tprlo_s *tprlo; in fc_logout_params_pages() local661 tprlo = (struct fc_tprlo_s *) (fc_frame + 1); in fc_logout_params_pages()662 num_pages = (be16_to_cpu(tprlo->payload_len) - 4) / 16; in fc_logout_params_pages()925 struct fc_tprlo_s *tprlo = (struct fc_tprlo_s *) (fchs + 1); in fc_tprlo_build() local929 memset(tprlo, 0, (num_pages * 16) + 4); in fc_tprlo_build()930 tprlo->command = FC_ELS_TPRLO; in fc_tprlo_build()931 tprlo->page_len = 0x10; in fc_tprlo_build()932 tprlo->payload_len = cpu_to_be16((num_pages * 16) + 4); in fc_tprlo_build()935 tprlo->tprlo_params[page].type = FC_TYPE_FCP; in fc_tprlo_build()936 tprlo->tprlo_params[page].opa_valid = 0; in fc_tprlo_build()[all …]