Home
last modified time | relevance | path

Searched refs:fraginfo (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Ddl2k.c509 np->rx_ring[entry].fraginfo = 0; in rio_timer()
518 np->rx_ring[entry].fraginfo = in rio_timer()
523 np->rx_ring[entry].fraginfo |= in rio_timer()
571 np->rx_ring[i].fraginfo = 0; in alloc_list()
588 np->rx_ring[i].fraginfo = in alloc_list()
592 np->rx_ring[i].fraginfo |= cpu_to_le64((u64)np->rx_buf_sz << 48); in alloc_list()
632 txdesc->fraginfo = cpu_to_le64 (pci_map_single (np->pdev, skb->data, in start_xmit()
635 txdesc->fraginfo |= cpu_to_le64((u64)skb->len << 48); in start_xmit()
717 return le64_to_cpu(desc->fraginfo) & DMA_48BIT_MASK; in desc_to_dma()
913 np->rx_ring[entry].fraginfo = 0; in receive_packet()
[all …]
Ddl2k.h485 __le64 fraginfo; member