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

/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.h171 #define ICE_PKG_BUF_SIZE 4096 macro
172 u8 buf[ICE_PKG_BUF_SIZE];
231 #define ICE_MAX_ENTRIES_IN_BUF(hd_sz, ent_sz) ((ICE_PKG_BUF_SIZE - \
H A Dice_vlan_mode.c63 ICE_PKG_BUF_SIZE, NULL);
H A Dice_ddp_common.c405 status = ice_aq_download_pkg(hw, bh, ICE_PKG_BUF_SIZE, last,
2074 if (offset + size > ICE_PKG_BUF_SIZE)
2492 if (offset + size > ICE_PKG_BUF_SIZE) {

Completed in 92 milliseconds