Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxsnd.c24 #define BNX_DCOPY_ALIGN 32 macro
349 alignedsize += (BNX_DCOPY_ALIGN - 1); in bnx_xmit_ring_cpybuf_alloc()
350 alignedsize &= ~((unsigned int)(BNX_DCOPY_ALIGN - 1)); in bnx_xmit_ring_cpybuf_alloc()