MYRI10GE_ALLOC_SIZE
#define MYRI10GE_MAX_FRAGS_PER_FRAME (MYRI10GE_MAX_ETHER_MTU/MYRI10GE_ALLOC_SIZE + 1)
#if MYRI10GE_ALLOC_SIZE > 4096
if (rx->page_offset + bytes <= MYRI10GE_ALLOC_SIZE) {
MYRI10GE_ALLOC_SIZE,
#if MYRI10GE_ALLOC_SIZE > 4096
if (bytes >= MYRI10GE_ALLOC_SIZE / 2 ||
(info->page_offset + 2 * bytes) > MYRI10GE_ALLOC_SIZE) {
& ~(MYRI10GE_ALLOC_SIZE - 1)),
MYRI10GE_ALLOC_SIZE, DMA_FROM_DEVICE);
remainder -= MYRI10GE_ALLOC_SIZE;
remainder < MYRI10GE_ALLOC_SIZE ?
remainder : MYRI10GE_ALLOC_SIZE);
remainder -= MYRI10GE_ALLOC_SIZE;
ss->rx_small.page_offset = MYRI10GE_ALLOC_SIZE;
ss->rx_big.page_offset = MYRI10GE_ALLOC_SIZE;
ss->rx_big.info[idx].page_offset = MYRI10GE_ALLOC_SIZE;
MYRI10GE_ALLOC_SIZE;
if (big_pow2 < MYRI10GE_ALLOC_SIZE / 2) {
big_pow2 = MYRI10GE_ALLOC_SIZE;