Searched refs:DESC_SIZE (Results 1 – 6 of 6) sorted by relevance
464 (4 * DESC_SIZE * dev->rx_info.next_rx), in kick_rx()915 desc = info->descs + (DESC_SIZE * next_rx);964 desc = dev->tx_descs + (tx_done_idx * DESC_SIZE);1023 __le32 *desc = dev->tx_descs + (i * DESC_SIZE);1455 dev->tx_idx = txdp / (DESC_SIZE * 4);1561 desc = dev->tx_descs + (tx_done_idx * DESC_SIZE);1579 desc = dev->tx_descs + (tx_done_idx * DESC_SIZE);1628 dev->tx_descs[(i * DESC_SIZE) + DESC_LINK]1631 + ((i+1) % NR_TX_DESC) * DESC_SIZE * 4);1944 4 * DESC_SIZE * NR_TX_DESC,[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 */
1677 cb->bd_addr = priv->rx_bds + i * DESC_SIZE; in bcm_sysport_init_rx_ring()
172 #define DESC_SIZE 32 macro