Searched refs:ICE_PKG_BUF_SIZE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.h | 138 #define ICE_PKG_BUF_SIZE 4096 macro 139 u8 buf[ICE_PKG_BUF_SIZE]; 187 ((ICE_PKG_BUF_SIZE - \
|
H A D | ice_vlan_mode.c | 34 ICE_PKG_BUF_SIZE, NULL); in ice_pkg_get_supported_vlan_mode()
|
H A D | ice_ddp.c | 252 if (offset + size > ICE_PKG_BUF_SIZE) in ice_pkg_enum_section() 1259 status = ice_aq_download_pkg(hw, bh, ICE_PKG_BUF_SIZE, last, in ice_dwnld_cfg_bufs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_type.h | 65 #define ICE_PKG_BUF_SIZE 4096 macro 66 u8 buf[ICE_PKG_BUF_SIZE]; 107 #define ICE_MAX_ENTRIES_IN_BUF(hd_sz, ent_sz) ((ICE_PKG_BUF_SIZE - \
|
H A D | ice_flex_pipe.c | 238 if (offset + size > ICE_PKG_BUF_SIZE) in ice_pkg_enum_section() 985 status = ice_aq_download_pkg(hw, bh, ICE_PKG_BUF_SIZE, last, in ice_dwnld_cfg_bufs()
|
Completed in 13 milliseconds