Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 9 of 9) sorted by relevance

/qemu/include/hw/hyperv/
H A Dvmbus.h97 uint16_t pkt_type; member
134 ssize_t vmbus_channel_send(VMBusChannel *chan, uint16_t pkt_type,
/qemu/hw/net/
H A De1000x_common.c246 eth_pkt_types_e pkt_type, in e1000x_update_rx_total_stats() argument
264 switch (pkt_type) { in e1000x_update_rx_total_stats()
H A De1000x_common.h94 eth_pkt_types_e pkt_type,
H A Digb_core.c1453 uint16_t pkt_type; in igb_rx_desc_get_packet_type() local
1458 pkt_type = BIT(11) | etqf; in igb_rx_desc_get_packet_type()
1459 return pkt_type; in igb_rx_desc_get_packet_type()
1466 pkt_type = ip6hdr_info->has_ext_hdrs ? E1000_ADVRXD_PKT_IP6E : in igb_rx_desc_get_packet_type()
1469 pkt_type = E1000_ADVRXD_PKT_IP4; in igb_rx_desc_get_packet_type()
1471 pkt_type = 0; in igb_rx_desc_get_packet_type()
1476 pkt_type |= E1000_ADVRXD_PKT_TCP; in igb_rx_desc_get_packet_type()
1479 pkt_type |= E1000_ADVRXD_PKT_UDP; in igb_rx_desc_get_packet_type()
1482 pkt_type |= E1000_ADVRXD_PKT_SCTP; in igb_rx_desc_get_packet_type()
1488 return pkt_type; in igb_rx_desc_get_packet_type()
[all …]
H A De1000e_core.c1130 uint32_t pkt_type; in e1000e_build_rx_metadata() local
1171 pkt_type = E1000_RXD_PKT_MAC; in e1000e_build_rx_metadata()
1174 pkt_type = hasip4 ? E1000_RXD_PKT_IP4_XDP : E1000_RXD_PKT_IP6_XDP; in e1000e_build_rx_metadata()
1176 pkt_type = hasip4 ? E1000_RXD_PKT_IP4 : E1000_RXD_PKT_IP6; in e1000e_build_rx_metadata()
1178 pkt_type = E1000_RXD_PKT_MAC; in e1000e_build_rx_metadata()
1181 *status_flags |= E1000_RXD_PKT_TYPE(pkt_type); in e1000e_build_rx_metadata()
1182 trace_e1000e_rx_metadata_pkt_type(pkt_type); in e1000e_build_rx_metadata()
1430 eth_pkt_types_e pkt_type = net_rx_pkt_get_packet_type(core->rx_pkt); in e1000e_update_rx_stats() local
1431 e1000x_update_rx_total_stats(core->mac, pkt_type, pkt_size, pkt_fcs_size); in e1000e_update_rx_stats()
H A Dnpcm7xx_emc.c427 eth_pkt_types_e pkt_type = get_eth_packet_type(PKT_GET_ETH_HDR(buf)); in emc_receive_filter1() local
429 switch (pkt_type) { in emc_receive_filter1()
H A De1000.c890 eth_pkt_types_e pkt_type; in e1000_receive_iov() local
932 pkt_type = get_eth_packet_type(PKT_GET_ETH_HDR(filter_buf)); in e1000_receive_iov()
998 e1000x_update_rx_total_stats(s->mac_reg, pkt_type, size, total_size); in e1000_receive_iov()
H A Dtrace-events190 e1000e_rx_metadata_pkt_type(uint32_t pkt_type) "the packet type is %u"
/qemu/hw/hyperv/
H A Dvmbus.c947 ssize_t vmbus_channel_send(VMBusChannel *chan, uint16_t pkt_type, in vmbus_channel_send() argument
962 hdr.type = pkt_type; in vmbus_channel_send()
1090 uint32_t size, uint16_t pkt_type, in vmbus_alloc_req() argument
1100 req->pkt_type = pkt_type; in vmbus_alloc_req()