TX_QUEUE_LEN
#define TX_QUEUE_LEN 10 /* Limit ring entries actually used. */
#define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used.*/
#define TX_QUEUE_LEN (TX_RING_SIZE - 1) /* Limit ring entries actually used. */
#define TX_QUEUE_LEN 10 /* Limit ring entries actually used, min 4. */
#define TX_QUEUE_LEN 240 /* Limit ring entries actually used. */
#define TX_QUEUE_LEN (TX_RING_SIZE - 6) /* Limit ring entries actually used. */