Searched refs:DMAE_LEN32_RD_MAX (Results 1 – 2 of 2) sorted by relevance
265 dmae->len = DMAE_LEN32_RD_MAX; in bnx2x_stats_pmf_update()272 dmae->src_addr_lo = (bp->port.port_stx >> 2) + DMAE_LEN32_RD_MAX; in bnx2x_stats_pmf_update()275 DMAE_LEN32_RD_MAX * 4); in bnx2x_stats_pmf_update()277 DMAE_LEN32_RD_MAX * 4); in bnx2x_stats_pmf_update()278 dmae->len = (sizeof(struct host_port_stats) >> 2) - DMAE_LEN32_RD_MAX; in bnx2x_stats_pmf_update()
1592 #define DMAE_LEN32_RD_MAX 0x80 macro