Searched refs:pkg_info (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ice/ |
| H A D | ice_ddp_common.c | 427 * @pkg_info: the buffer which will receive the information list 428 * @buf_size: the size of the pkg_info information buffer 435 struct ice_aqc_get_pkg_info_resp *pkg_info, in ice_aq_get_pkg_info_list() argument 442 return ice_aq_send_cmd(hw, &desc, pkg_info, buf_size, cd); in ice_aq_get_pkg_info_list() 870 struct ice_aqc_get_pkg_info_resp *pkg_info; in ice_get_pkg_info() 874 size = ice_struct_size(pkg_info, pkg_info, ICE_PKG_CNT); in ice_get_pkg_info() 875 pkg_info = (struct ice_aqc_get_pkg_info_resp *)ice_malloc(hw, size); in ice_get_pkg_info() 876 if (!pkg_info) in ice_get_pkg_info() 879 if (ice_aq_get_pkg_info_list(hw, pkg_info, siz in ice_get_pkg_info() 865 struct ice_aqc_get_pkg_info_resp *pkg_info; ice_get_pkg_info() local [all...] |
| H A D | ice_adminq_cmd.h | 2921 struct ice_aqc_get_pkg_info pkg_info[STRUCT_HACK_VAR_LEN]; member
|
| /freebsd/share/examples/csh/ |
| H A D | dot.cshrc | 84 complete pkg_info 'c/-/(a b v p q Q c d D f g i I j k K r R m L s o G O x X e E l t V P)/' 'n… 93 'n@*@`pkg_info -E \*`@'
|