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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dsal.h772 ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) argument
775 SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c152 u32 phys_entry; /* physical address of this buffer entry */ member in struct:_DMABUFFERENTRY
3809 info->rx_buffer_list[i].phys_entry =
3823 info->tx_buffer_list[i].phys_entry = info->buffer_list_phys +
5478 phys_addr = info->rx_buffer_list[frame_start_index].phys_entry;
5567 phys_addr = info->rx_buffer_list[0].phys_entry;
5667 phys_addr = info->tx_buffer_list[info->start_tx_dma_buffer].phys_entry;
7207 phys_addr = info->rx_buffer_list[0].phys_entry;
7261 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
3531 info->rx_buf_list_ex[i].phys_entry =
3545 info->tx_buf_list_ex[i].phys_entry = info->buffer_list_phys +
4210 info->rx_buf_list_ex[0].phys_entry);
4214 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry);
4275 info->tx_buf_list_ex[0].phys_entry);
4279 info->tx_buf_list_ex[info->last_tx_buf].phys_entry);
4854 write_reg16(info, RXDMA + EDA, info->rx_buf_list_ex[first].phys_entry);

Completed in 122 milliseconds