Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dcadence_gem.c851 static int get_queue_from_screen(CadenceGEMState *s, uint8_t *rxbuf_ptr, in get_queue_from_screen() argument
865 uint16_t udp_port = rxbuf_ptr[14 + 22] << 8 | rxbuf_ptr[14 + 23]; in get_queue_from_screen()
875 uint8_t dscp = rxbuf_ptr[14 + 1]; in get_queue_from_screen()
894 uint16_t type = rxbuf_ptr[12] << 8 | rxbuf_ptr[13]; in get_queue_from_screen()
959 rx_cmp = ldl_le_p(rxbuf_ptr + offset); in get_queue_from_screen()
963 rx_cmp = lduw_le_p(rxbuf_ptr + offset); in get_queue_from_screen()
1066 uint8_t *rxbuf_ptr; in gem_receive() local
1122 rxbuf_ptr in gem_receive()
[all...]
H A Dxilinx_ethlite.c122 static void *rxbuf_ptr(XlnxXpsEthLite *s, unsigned port_index) in rxbuf_ptr() function
282 memcpy(rxbuf_ptr(s, port_index), buf, size); in eth_rx()