Home
last modified time | relevance | path

Searched refs:ICE_PKG_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.h149 #define ICE_PKG_BUF_SIZE 4096 macro
150 u8 buf[ICE_PKG_BUF_SIZE];
210 ((ICE_PKG_BUF_SIZE - \
H A Dice_vlan_mode.c34 ICE_PKG_BUF_SIZE, NULL); in ice_pkg_get_supported_vlan_mode()
H A Dice_ddp.c253 if (offset + size > ICE_PKG_BUF_SIZE) in ice_pkg_enum_section()
1351 status = ice_aq_download_pkg(hw, bh, ICE_PKG_BUF_SIZE, in ice_dwnld_cfg_bufs_no_lock()
2459 if (offset + size > ICE_PKG_BUF_SIZE) { in ice_cfg_tx_topo()