Searched refs:response_flags (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_nvm.h159 ice_nvm_write_activate(struct ice_hw *hw, u16 cmd_flags, u8 *response_flags);
H A Dice_nvm.c1754 * @response_flags: response indicators from firmware
1766 * On successful return of the firmware command, the response_flags variable
1771 ice_nvm_write_activate(struct ice_hw *hw, u16 cmd_flags, u8 *response_flags) argument
1784 if (!err && response_flags)
1785 *response_flags = cmd->cmd_flags;

Completed in 110 milliseconds