Home
last modified time | relevance | path

Searched refs:actual_write_length (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1872 write_obj->params.response.actual_write_length, in emlxs_obj_flash_image()
1879 if (write_obj->params.response.actual_write_length == 0) { in emlxs_obj_flash_image()
1886 if (write_obj->params.response.actual_write_length > in emlxs_obj_flash_image()
1891 write_obj->params.response.actual_write_length, in emlxs_obj_flash_image()
1898 xfer_size = write_obj->params.response.actual_write_length; in emlxs_obj_flash_image()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h3120 uint32_t actual_write_length; member