Searched refs:encl_ptr (Results 1 – 1 of 1) sorted by relevance
2851 IB_page_config *encl_ptr; in copy_config_page() local2855 encl_ptr = (struct ib_page_config *)(void *)from_ptr; in copy_config_page()2858 if ((encl_ptr->enc_len > MAX_VEND_SPECIFIC_ENC) || in copy_config_page()2859 (encl_ptr->enc_len == 0)) { in copy_config_page()2862 if ((encl_ptr->enc_num_elem > MAX_IB_ELEMENTS) || in copy_config_page()2863 (encl_ptr->enc_num_elem == 0)) { in copy_config_page()2867 size = HEADER_LEN + 4 + HEADER_LEN + encl_ptr->enc_len; in copy_config_page()2874 size = (sizeof (struct type_desc_hdr))*encl_ptr->enc_num_elem; in copy_config_page()2977 IB_page_2 *encl_ptr; in l_get_ib_status() local3021 encl_ptr = (struct ib_page_2 *)(void *)from_ptr; in l_get_ib_status()[all …]