Home | History | Annotate | Download | only in net

Lines Matching defs:bytes

1441 	EFAB_TRACE ( "Executing spi command %d on device %d at %d for %zd bytes\n",
3039 falcon_alloc_special_buffer ( struct efab_nic *efab, int bytes,
3048 buffer = malloc_dma ( bytes, EFAB_BUF_ALIGN );
3057 remaining = bytes;
3071 EFAB_TRACE ( "Allocated 0x%x bytes at %p backed by buffer table "
3072 "entries 0x%x..0x%x\n", bytes, buffer, entry->id,
3216 /* Falcon's SPI interface only supports reads/writes of up to 16 bytes.
3714 EFAB_TRACE ( "popping rx_buf[%d] iob %p data %p with %d bytes %s\n",
3962 size_t bytes;
3965 bytes = sizeof ( falcon_event_t ) * EFAB_TXD_SIZE;
3966 ev_queue->ring = falcon_alloc_special_buffer ( efab, bytes,
3972 memset ( ev_queue->ring, 0xff, bytes );
3975 bytes = sizeof ( falcon_tx_desc_t ) * EFAB_TXD_SIZE;
3976 tx_queue->ring = falcon_alloc_special_buffer ( efab, bytes,
3982 bytes = sizeof ( falcon_rx_desc_t ) * EFAB_RXD_SIZE;
3983 rx_queue->ring = falcon_alloc_special_buffer ( efab, bytes,
4165 EFAB_TRACE ( "BAR of %lx bytes at phys %lx mapped at %p\n",