Home
last modified time | relevance | path

Searched refs:error_info (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c906 u32 *error_info, struct ice_sq_cd *cd) in ice_aq_download_pkg() argument
916 if (error_info) in ice_aq_download_pkg()
917 *error_info = 0; in ice_aq_download_pkg()
934 if (error_info) in ice_aq_download_pkg()
935 *error_info = LE32_TO_CPU(resp->error_info); in ice_aq_download_pkg()
977 bool last_buf, u32 *error_offset, u32 *error_info, in ice_aq_update_pkg() argument
988 if (error_info) in ice_aq_update_pkg()
989 *error_info = 0; in ice_aq_update_pkg()
1006 if (error_info) in ice_aq_update_pkg()
1007 *error_info = LE32_TO_CPU(resp->error_info); in ice_aq_update_pkg()
H A Dice_adminq_cmd.h2661 __le32 error_info; member
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h644 u32 *error_offset, u32 *error_info,
H A Di40e_adminq_cmd.h1668 __le32 error_info; member
H A Di40e_common.c7992 u32 *error_offset, u32 *error_info, in i40e_aq_write_ddp() argument
8018 if (error_info) in i40e_aq_write_ddp()
8019 *error_info = LE32_TO_CPU(resp->error_info); in i40e_aq_write_ddp()