Home
last modified time | relevance | path

Searched refs:txp (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/net/
H A Dlan9118.c242 LAN9118Packet *txp; member
445 s->txp->len = 0; in lan9118_reset()
686 qemu_send_packet(qemu_get_queue(s->nic), s->txp->data, s->txp->len); in do_tx_packet()
757 s->txp->buffer_size = extract32(s->txp->cmd_a, 0, 11); in tx_fifo_push()
758 s->txp->offset = extract32(s->txp->cmd_a, 16, 5); in tx_fifo_push()
766 n = (s->txp->buffer_size + s->txp->offset + 3) >> 2; in tx_fifo_push()
781 s->txp->buffer_size, s->txp->offset, s->txp->pad, in tx_fifo_push()
790 if (s->txp->buffer_size <= 0 && s->txp->pad != 0) { in tx_fifo_push()
793 n = MIN(4, s->txp->buffer_size + s->txp->offset); in tx_fifo_push()
818 s->txp->data[s->txp->len] = val & 0xff; in tx_fifo_push()
[all …]
H A Dxen_nic.c72 static void net_tx_response(struct XenNetDev *netdev, netif_tx_request_t *txp, int8_t st) in OBJECT_DECLARE_SIMPLE_TYPE()
79 resp->id = txp->id; in OBJECT_DECLARE_SIMPLE_TYPE()
83 if (txp->flags & NETTXF_extra_info) { in OBJECT_DECLARE_SIMPLE_TYPE()
104 static void net_tx_error(struct XenNetDev *netdev, netif_tx_request_t *txp, RING_IDX end) in net_tx_error() argument
114 make_tx_response(netif, txp, NETIF_RSP_ERROR); in net_tx_error()
118 txp = RING_GET_REQUEST(&netdev->tx_ring, cons++); in net_tx_error()
124 net_tx_response(netdev, txp, NETIF_RSP_ERROR); in net_tx_error()
/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h56 UnimplementedDeviceState txp; member
/qemu/hw/arm/
H A Dbcm2835_peripherals.c498 create_unimp(s, &s->txp, "bcm2835-txp", TXP_OFFSET, 0x1000); in bcm_soc_peripherals_common_realize()