Home
last modified time | relevance | path

Searched refs:active_pkg_type (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1862 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_switch_init()
1864 else if (ad->active_pkg_type == ICE_PKG_TYPE_OS_DEFAULT) in ice_switch_init()
1870 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_switch_init()
1888 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_switch_uninit()
1890 else if (ad->active_pkg_type == ICE_PKG_TYPE_OS_DEFAULT) in ice_switch_uninit()
1896 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_switch_uninit()
H A Dice_hash.c949 if (ad->active_pkg_type == ICE_PKG_TYPE_OS_DEFAULT) in ice_hash_init()
951 else if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_hash_init()
1355 if (ad->active_pkg_type == ICE_PKG_TYPE_OS_DEFAULT) in ice_hash_uninit()
1357 else if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_hash_uninit()
H A Dice_ethdev.h479 enum ice_pkg_type active_pkg_type; /* loaded ddp package type */ member
H A Dice_dcf_parent.c398 parent_adapter->active_pkg_type = ice_load_pkg_type(parent_hw); in ice_dcf_init_parent_adapter()
H A Dice_fdir_filter.c1114 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_fdir_init()
1116 else if (ad->active_pkg_type == ICE_PKG_TYPE_OS_DEFAULT) in ice_fdir_init()
1133 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_fdir_uninit()
H A Dice_rxtx.c1946 if (ad->active_pkg_type == ICE_PKG_TYPE_COMMS) in ice_dev_supported_ptypes_get()
H A Dice_ethdev.c1876 ad->active_pkg_type = ice_load_pkg_type(hw); in ice_load_pkg()
/f-stack/dpdk/doc/guides/nics/
H A Dice.rst312 is stored in ``ice_adapter->active_pkg_type``.