Home
last modified time | relevance | path

Searched refs:pkg_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1291 * @pkg_info: the buffer which will receive the information list
1292 * @buf_size: the size of the pkg_info information buffer
1298 struct ice_aqc_get_pkg_info_resp *pkg_info, in ice_aq_get_pkg_info_list()
1305 return ice_aq_send_cmd(hw, &desc, pkg_info, buf_size, cd); in ice_aq_get_pkg_info_list()
1564 struct ice_aqc_get_pkg_info_resp *pkg_info; in ice_get_pkg_info() local
1568 size = struct_size(pkg_info, pkg_info, ICE_PKG_CNT); in ice_get_pkg_info()
1569 pkg_info = kzalloc(size, GFP_KERNEL); in ice_get_pkg_info()
1570 if (!pkg_info) in ice_get_pkg_info()
1573 if (ice_aq_get_pkg_info_list(hw, pkg_info, siz in ice_get_pkg_info()
1297 ice_aq_get_pkg_info_list(struct ice_hw *hw, struct ice_aqc_get_pkg_info_resp *pkg_info, u16 buf_size, struct ice_sq_cd *cd) ice_aq_get_pkg_info_list() argument
[all...]
H A Dice_adminq_cmd.h2125 struct ice_aqc_get_pkg_info pkg_info[]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c1010 * @pkg_info: the buffer which will receive the information list
1011 * @buf_size: the size of the pkg_info information buffer
1018 struct ice_aqc_get_pkg_info_resp *pkg_info, in ice_aq_get_pkg_info_list()
1025 return ice_aq_send_cmd(hw, &desc, pkg_info, buf_size, cd); in ice_aq_get_pkg_info_list()
1120 struct ice_aqc_get_pkg_info_resp *pkg_info; in ice_get_pkg_info() local
1125 size = struct_size(pkg_info, pkg_info, ICE_PKG_CNT); in ice_get_pkg_info()
1126 pkg_info = kzalloc(size, GFP_KERNEL); in ice_get_pkg_info()
1127 if (!pkg_info) in ice_get_pkg_info()
1130 status = ice_aq_get_pkg_info_list(hw, pkg_info, siz in ice_get_pkg_info()
1017 ice_aq_get_pkg_info_list(struct ice_hw *hw, struct ice_aqc_get_pkg_info_resp *pkg_info, u16 buf_size, struct ice_sq_cd *cd) ice_aq_get_pkg_info_list() argument
[all...]
H A Dice_adminq_cmd.h1813 struct ice_aqc_get_pkg_info pkg_info[]; member

Completed in 19 milliseconds