Lines Matching refs:desc
1421 struct hamachi_desc *desc = &(hmp->rx_ring[entry]); in hamachi_rx() local
1422 u32 desc_status = le32_to_cpu(desc->status_n_length); in hamachi_rx()
1430 leXX_to_cpu(desc->addr), in hamachi_rx()
1444 dev->name, desc, &hmp->rx_ring[hmp->cur_rx % RX_RING_SIZE]); in hamachi_rx()
1509 + entry*sizeof(*desc), pkt_len); in hamachi_rx()
1591 struct hamachi_desc *desc; in hamachi_rx() local
1594 desc = &(hmp->rx_ring[entry]); in hamachi_rx()
1602 desc->addr = cpu_to_leXX(dma_map_single(&hmp->pci_dev->dev, in hamachi_rx()
1607 desc->status_n_length = cpu_to_le32(hmp->rx_buf_sz); in hamachi_rx()
1609 desc->status_n_length |= cpu_to_le32(DescOwn | in hamachi_rx()
1612 desc->status_n_length |= cpu_to_le32(DescOwn | in hamachi_rx()