Searched refs:ib_cnx_encap_ident_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 72 static int cnx_get_guids(ib_cnx_encap_ident_t *handle); 74 static int cnx_check_for_magic_pattern(ib_cnx_encap_ident_t *hdl, uint32_t adr); 75 static uint32_t cnx_get_log2_chunk_size_f_hdl(ib_cnx_encap_ident_t *handle, 80 static uint32_t cnx_get_image_size_f_hdl(ib_cnx_encap_ident_t *hdl, int type); 83 static int cnx_read_image(ib_cnx_encap_ident_t *handle); 84 static int cnx_write_file(ib_cnx_encap_ident_t *handle, const char *filename); 85 static int cnx_verify_image(ib_cnx_encap_ident_t *handle, int type); 86 static int cnx_read_guids(ib_cnx_encap_ident_t *handle, int type); 87 static int cnx_set_guids(ib_cnx_encap_ident_t *handle, void *arg); 88 static int cnx_write_image(ib_cnx_encap_ident_t *handle, int type); [all …]
|
/titanic_41/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | hermon-MELLANOX.c | 57 static uint16_t cnx_check_hwver_img(ib_cnx_encap_ident_t *handle); 58 static void cnx_flash_verify_flash_match_img(ib_cnx_encap_ident_t *handle); 59 static void cnx_flash_verify_flash_pn_img(ib_cnx_encap_ident_t *handle, 61 static uchar_t *cnx_flash_get_psid_img(ib_cnx_encap_ident_t *handle); 62 static void cnx_display_fwver(ib_cnx_encap_ident_t *handle); 142 cnx_check_hwver_img(ib_cnx_encap_ident_t *handle) in cnx_check_hwver_img() 181 cnx_display_fwver(ib_cnx_encap_ident_t *handle) in cnx_display_fwver() 198 cnx_flash_get_psid_img(ib_cnx_encap_ident_t *handle) in cnx_flash_get_psid_img() 230 cnx_flash_verify_flash_pn_img(ib_cnx_encap_ident_t *handle, uchar_t *psid, in cnx_flash_verify_flash_pn_img() 294 cnx_flash_verify_flash_match_img(ib_cnx_encap_ident_t *handle) in cnx_flash_verify_flash_match_img()
|
/titanic_41/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | hermon_ib.h | 255 } ib_cnx_encap_ident_t; typedef
|