Home
last modified time | relevance | path

Searched defs:port_index (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/net/
H A Dxilinx_ethlite.c97 unsigned int port_index; /* dual port RAM index */ member
117 static void *txbuf_ptr(XlnxXpsEthLite *s, unsigned port_index) in txbuf_ptr()
122 static void *rxbuf_ptr(XlnxXpsEthLite *s, unsigned port_index) in rxbuf_ptr()
130 unsigned port_index = addr_to_port_index(addr); in port_tx_read() local
154 unsigned port_index = addr_to_port_index(addr); in port_tx_write() local
208 unsigned port_index = addr_to_port_index(addr); in port_rx_read() local
226 unsigned port_index = addr_to_port_index(addr); in port_rx_write() local
267 unsigned int port_index = s->port_index; in eth_rx() local
/qemu/hw/scsi/
H A Dscsi-disk.c104 uint16_t port_index; member