Searched refs:phys_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsal.h780 ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) argument
783 SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c148 u32 phys_entry; /* physical address of this buffer entry */ member in struct:_DMABUFFERENTRY
3748 info->rx_buffer_list[i].phys_entry =
3762 info->tx_buffer_list[i].phys_entry = info->buffer_list_phys +
5420 phys_addr = info->rx_buffer_list[frame_start_index].phys_entry;
5509 phys_addr = info->rx_buffer_list[0].phys_entry;
5609 phys_addr = info->tx_buffer_list[info->start_tx_dma_buffer].phys_entry;
7145 phys_addr = info->rx_buffer_list[0].phys_entry;
7199 phys_addr = info->tx_buffer_list[0].phys_entry;
H A Dsynclinkmp.c128 u16 phys_entry; /* lower 16-bits of physical address of this descriptor */ member in struct:_SCADESC_EX
3492 info->rx_buf_list_ex[i].phys_entry =
3506 info->tx_buf_list_ex[i].phys_entry = info->buffer_list_phys +
4177 info->rx_buf_list_ex[0].phys_entry);
4181 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry);
4242 info->tx_buf_list_ex[0].phys_entry);
4246 info->tx_buf_list_ex[info->last_tx_buf].phys_entry);
4821 write_reg16(info, RXDMA + EDA, info->rx_buf_list_ex[first].phys_entry);

Completed in 130 milliseconds