Searched refs:FW_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
87 u32 buf_len = (((len*4) > FW_BUF_SIZE) ? FW_BUF_SIZE : (len*4)); in bnx2x_init_fill()117 u32 buf_len32 = FW_BUF_SIZE/4; in bnx2x_init_wr_64()125 len64 = min((u32)(FW_BUF_SIZE/8), len64); in bnx2x_init_wr_64()
1726 #define FW_BUF_SIZE 0x8000 macro