Searched refs:packet_type (Results 1 – 5 of 5) sorted by relevance
| /qemu/hw/net/ |
| A D | net_rx_pkt.c | 37 eth_pkt_types_e packet_type; member 168 eth_pkt_types_e packet_type) in net_rx_pkt_set_packet_type() argument 172 pkt->packet_type = packet_type; in net_rx_pkt_set_packet_type() 180 return pkt->packet_type; in net_rx_pkt_get_packet_type()
|
| A D | net_tx_pkt.c | 60 eth_pkt_types_e packet_type; member 198 pkt->packet_type = ETH_PKT_UCAST; in net_tx_pkt_parse_headers() 203 pkt->packet_type = get_eth_packet_type(l2_hdr->iov_base); in net_tx_pkt_parse_headers() 428 return pkt->packet_type; in net_tx_pkt_get_packet_type() 444 "l3hdr_len: %lu, payload_len: %u\n", pkt->hdr_len, pkt->packet_type, in net_tx_pkt_dump()
|
| A D | net_rx_pkt.h | 307 eth_pkt_types_e packet_type);
|
| A D | dp8393x.c | 725 int packet_type; in dp8393x_receive() local 753 packet_type = dp8393x_receive_filter(s, buf, pkt_size); in dp8393x_receive() 754 if (packet_type < 0) { in dp8393x_receive() 815 s->regs[SONIC_RCR] |= packet_type; in dp8393x_receive()
|
| /qemu/hw/misc/ |
| A D | xlnx-versal-cfu.c | 218 uint8_t packet_type, row_addr, reg_addr; in cfu_stream_write() local 220 packet_type = extract32(wfifo[0], 24, 8); in cfu_stream_write() 239 } else if (packet_type == PACKET_TYPE_CFU && in cfu_stream_write() 254 } else if (packet_type == PACKET_TYPE_CFRAME) { in cfu_stream_write()
|
Completed in 19 milliseconds