Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h73 u32 buf_len = (((len*4) > FW_BUF_SIZE) ? FW_BUF_SIZE : (len*4)); in ecore_init_fill()
103 u32 buf_len32 = FW_BUF_SIZE/4; in ecore_init_wr_64()
111 len64 = min((u32)(FW_BUF_SIZE/8), len64); in ecore_init_wr_64()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_resc.c2122 …pdev->ecore_info.gunzip_buf = mm_alloc_phys_mem(pdev, FW_BUF_SIZE, &pdev->ecore_info.gunzip_phys, … in ecore_resc_alloc()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2862 #define FW_BUF_SIZE 0x8000 macro