Searched refs:RX_DESC_CNT (Results 1 – 4 of 4) sorted by relevance
54 #define RX_DESC_CNT 0x30 /* Allocated Rx descriptors */ macro57 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)728 if (db->rx_avail_cnt<RX_DESC_CNT) in uli526x_interrupt()1345 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) { in uli526x_descriptor_init()1453 while(db->rx_avail_cnt < RX_DESC_CNT) { in allocate_rx_buffer()
111 #define RX_DESC_CNT 0x20 /* Allocated Rx descriptors */ macro114 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)836 if (db->rx_avail_cnt<RX_DESC_CNT) in dmfe_interrupt()1420 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) { in dmfe_descriptor_init()1567 while(db->rx_avail_cnt < RX_DESC_CNT) { in allocate_rx_buffer()
774 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_bd)) macro776 #define MAX_RX_DESC_CNT (RX_DESC_CNT - NEXT_PAGE_RX_DESC_CNT)777 #define RX_DESC_MASK (RX_DESC_CNT - 1)778 #define NUM_RX_BD (RX_DESC_CNT * NUM_RX_RINGS)
986 rx_bd = &fp->rx_desc_ring[RX_DESC_CNT * i - 2]; in bnx2x_set_next_page_rx_bd()