Home
last modified time | relevance | path

Searched refs:FWFLASH_IB_STATE_IMAGE_PRI (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fwflash/plugins/hdrs/
H A DMELLANOX.h59 #define FWFLASH_IB_STATE_IMAGE_PRI 0x01 macro
67 #define FWFLASH_IB_STATE_IMAGE FWFLASH_IB_STATE_IMAGE_PRI
69 #define FWFLASH_IB_STATE_PFI_IMAGE FWFLASH_IB_STATE_IMAGE_PRI
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c200 (FWFLASH_IB_STATE_IMAGE_PRI | FWFLASH_IB_STATE_IMAGE_SEC); in fw_writefw()
207 j = FWFLASH_IB_STATE_IMAGE_PRI; in fw_writefw()
481 (FWFLASH_IB_STATE_IMAGE_PRI | FWFLASH_IB_STATE_IMAGE_SEC); in cnx_read_image()
1044 rv = cnx_find_magic_n_chnk_sz(handle, FWFLASH_IB_STATE_IMAGE_PRI); in cnx_get_guids()
1064 rv = cnx_read_guids(handle, FWFLASH_IB_STATE_IMAGE_PRI); in cnx_get_guids()
1420 case FWFLASH_IB_STATE_IMAGE_PRI: in cnx_find_magic_n_chnk_sz()
1530 case FWFLASH_IB_STATE_IMAGE_PRI: in cnx_get_log2_chunk_size_f_hdl()
1619 (FWFLASH_IB_STATE_IMAGE_PRI | FWFLASH_IB_STATE_IMAGE_SEC); in cnx_get_image_info()
/titanic_50/usr/src/cmd/fwflash/plugins/vendor/
H A Dhermon-MELLANOX.c148 if ((handle->state & FWFLASH_IB_STATE_IMAGE_PRI) == 0 && in cnx_check_hwver_img()