Searched refs:EFX_TXQ_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Defx.h40 #define EFX_TXQ_SIZE 1024 macro
41 #define EFX_TXQ_MASK (EFX_TXQ_SIZE - 1)
H A Dnic.c401 BUILD_BUG_ON(EFX_TXQ_SIZE < 512 || EFX_TXQ_SIZE > 4096 ||
402 EFX_TXQ_SIZE & EFX_TXQ_MASK);
404 EFX_TXQ_SIZE * sizeof(efx_qword_t));
1036 if (tx_packets >= EFX_TXQ_SIZE) {
H A Dselftest.c509 state->packet_count = EFX_TXQ_SIZE / 3;
H A Dtx.c439 txq_size = EFX_TXQ_SIZE * sizeof(*tx_queue->buffer);
H A Defx.c2099 BUILD_BUG_ON(EFX_EVQ_SIZE < EFX_TXQ_SIZE + EFX_RXQ_SIZE);

Completed in 98 milliseconds