Searched refs:num_images (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h183 u32 num_images; member in struct:nvm_dir_meta
198 u32 num_images; member in struct:nvm_dir
H A Decore_mcp.c3800 struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *num_images)
3809 drv_mb_param, &rsp, num_images);
3851 u32 num_images, i; local
3872 rc = ecore_mcp_bist_nvm_test_get_num_images(p_hwfn, p_ptt, &num_images);
3873 if (rc != ECORE_SUCCESS || !num_images)
3876 for (i = 0; i < num_images; i++) {
3885 if (i == num_images) {
3799 ecore_mcp_bist_nvm_test_get_num_images( struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *num_images) argument
H A Decore_mcp_api.h1211 * @param num_images - number of images if operation was
1218 u32 *num_images);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2223 const size_t num_images = modules.GetSize(); local
2224 for (size_t idx = 0; idx < num_images; ++idx)
/freebsd-10-stable/sys/dev/oce/
H A Doce_sysctl.c428 num_imgs = HOST_32(fsec->fsec_hdr.num_images);
H A Doce_hw.h2143 uint32_t num_images; member in struct:flash_section_hdr

Completed in 165 milliseconds