Searched refs:DESC_SIZE (Results 1 – 6 of 6) sorted by relevance
394 #define DESC_SIZE 8 /* Should be cache line sized */ macro464 (4 * DESC_SIZE * dev->rx_info.next_rx), in kick_rx()523 sg = dev->rx_info.descs + (next_empty * DESC_SIZE); in ns83820_add_rx_skb()534 …_DESC + next_empty - 1) % NR_RX_DESC) * DESC_SIZE] = cpu_to_le32(dev->rx_info.phy_descs + (next_em… in ns83820_add_rx_skb()595 build_rx_desc(dev, dev->rx_info.descs + (DESC_SIZE * i), 0, 0, CMDSTS_OWN, 0); in clear_rx_desc()834 (dev->rx_info.descs + (DESC_SIZE * dev->rx_info.next_rx)),836 (dev->rx_info.descs + (DESC_SIZE * dev->rx_info.next_empty))915 desc = info->descs + (DESC_SIZE * next_rx);918 info->next_rx_desc = info->descs + (DESC_SIZE * next_rx);964 desc = dev->tx_descs + (tx_done_idx * DESC_SIZE);[all …]
254 #define DESC_SIZE 16 macro255 #define DESC_RING_SIZE (DESC_RING_COUNT * DESC_SIZE)
35 dma_addr_t end = beg + (ring_count * DESC_SIZE); in incr_last_byte()37 addr += DESC_SIZE; in incr_last_byte()39 return beg + DESC_SIZE - 1; in incr_last_byte()48 dma_addr_t end = beg + (ring_count * DESC_SIZE); in incr_first_byte()50 addr += DESC_SIZE; in incr_first_byte()
29 #define DESC_SIZE (WORDS_PER_DESC * sizeof(u32)) macro329 #define TDMA_PORT_SIZE DESC_SIZE /* two 32-bits words */
1711 cb->bd_addr = priv->rx_bds + i * DESC_SIZE; in bcm_sysport_init_rx_ring()
172 #define DESC_SIZE 32 macro