Searched refs:reset_required (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c1428 uint8_t *problem_item, uint8_t *reset_required)
1453 if (reset_required)
1454 *reset_required = resp->reset_required;
1426 bnxt_hwrm_nvm_install_update(struct bnxt_softc *softc, uint32_t install_type, uint64_t *installed_items, uint8_t *result, uint8_t *problem_item, uint8_t *reset_required) argument
H A Dbnxt_hwrm.h99 uint8_t *problem_item, uint8_t *reset_required);
H A Dbnxt_ioctl.h129 uint8_t reset_required; member in struct:bnxt_ioctl_hwrm_nvm_install_update
H A Dhsi_struct_def.h24308 uint8_t reset_required; member in struct:hwrm_nvm_install_update_output
24309 /* reset_required is 8 b */
[all...]
H A Dif_bnxt.c1879 &inst->reset_required);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_xport.c754 uint32_t reset_required; local
760 if (ocs_hw_get(&ocs->hw, OCS_HW_RESET_REQUIRED, &reset_required) != OCS_HW_RTN_SUCCESS) {
761 reset_required = 0;
764 if (reset_required) {

Completed in 242 milliseconds