Searched refs:encl_ptr (Results 1 – 1 of 1) sorted by relevance
2852 IB_page_config *encl_ptr; in copy_config_page() local2856 encl_ptr = (struct ib_page_config *)(void *)from_ptr; in copy_config_page()2859 if ((encl_ptr->enc_len > MAX_VEND_SPECIFIC_ENC) || in copy_config_page()2860 (encl_ptr->enc_len == 0)) { in copy_config_page()2863 if ((encl_ptr->enc_num_elem > MAX_IB_ELEMENTS) || in copy_config_page()2864 (encl_ptr->enc_num_elem == 0)) { in copy_config_page()2868 size = HEADER_LEN + 4 + HEADER_LEN + encl_ptr->enc_len; in copy_config_page()2875 size = (sizeof (struct type_desc_hdr))*encl_ptr->enc_num_elem; in copy_config_page()2978 IB_page_2 *encl_ptr; in l_get_ib_status() local3022 encl_ptr = (struct ib_page_2 *)(void *)from_ptr; in l_get_ib_status()[all …]