Lines Matching defs:RX_DESCS
38 #define RX_DESCS 16 /* also length of all RX queues */
41 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS))
260 buffer_t *rx_buff_tab[RX_DESCS], *tx_buff_tab[TX_DESCS];
317 ((n) + RX_DESCS) * sizeof(struct desc))
318 #define tx_desc_ptr(port, n) (&(port)->desc_tab[(n) + RX_DESCS])
593 BUG_ON(n_desc >= (is_tx ? TX_DESCS : RX_DESCS));
918 err = qmgr_request_queue(queue_ids[port->id].rxfree, RX_DESCS, 0, 0,
923 err = qmgr_request_queue(queue_ids[port->id].rx, RX_DESCS, 0, 0,
985 for (i = 0; i < RX_DESCS; i++) {
1016 for (i = 0; i < RX_DESCS; i++) {
1074 for (i = 0; i < RX_DESCS; i++)
1113 int i, buffs = RX_DESCS; /* allocated RX buffers */