Home
last modified time | relevance | path

Searched refs:packet_info (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c391 struct packet_hash_info_t packet_info = {}; in calculate_rss_hash() local
393 err = parse_packet(skb, &packet_info); in calculate_rss_hash()
398 if (packet_info.is_ipv4) { in calculate_rss_hash()
399 if (packet_info.is_tcp && in calculate_rss_hash()
403 &packet_info.in_src, in calculate_rss_hash()
404 sizeof(packet_info.in_src)); in calculate_rss_hash()
406 &packet_info.in_dst, in calculate_rss_hash()
407 sizeof(packet_info.in_dst)); in calculate_rss_hash()
409 &packet_info.src_port, in calculate_rss_hash()
410 sizeof(packet_info.src_port)); in calculate_rss_hash()
[all …]
/openbmc/linux/tools/firewire/
H A Dnosy-dump.c304 struct packet_info { struct
404 static const struct packet_info packet_info[] = { variable
586 if (packet_info[prev->packet.common.tcode].response_tcode != in handle_response_packet()
627 switch (packet_info[p->common.tcode].type) { in handle_packet()
687 const struct packet_info *pi; in decode_link_packet()
691 pi = &packet_info[packet->common.tcode]; in decode_link_packet()
858 for (i = 0; i < array_length(packet_info); i++) in print_stats()
859 if (packet_info[i].type != PACKET_RESERVED) in print_stats()
860 printf(" %-24s: %8d\n", packet_info[i].name, tcode_count[i]); in print_stats()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c43 struct packet_info { struct
803 static int decode_header(struct drbd_connection *, void *, struct packet_info *);
816 struct packet_info pi; in receive_first_packet()
1158 static int decode_header(struct drbd_connection *connection, void *header, struct packet_info *pi) in decode_header()
1202 static int drbd_recv_header(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header()
1217 static int drbd_recv_header_maybe_unplug(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header_maybe_unplug()
1758 static int receive_Barrier(struct drbd_connection *connection, struct packet_info *pi) in receive_Barrier()
1848 struct packet_info *pi) __must_hold(local) in read_in_block()
2060 struct packet_info *pi) __releases(local) in recv_resync_read()
2116 static int receive_DataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_DataReply()
[all …]
/openbmc/linux/include/linux/soc/ti/
H A Dknav_dma.h147 __le32 packet_info; member
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h79 u32 packet_info; member
/openbmc/u-boot/drivers/dma/
H A Dkeystone_nav.c290 hd->packet_info = qm_cfg->qpool_num; in ksnav_send()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c803 struct dp_mon_packet_info *packet_info = in ath12k_dp_mon_rx_parse_status_tlv() local
805 int buf_id = u32_get_bits(packet_info->cookie, in ath12k_dp_mon_rx_parse_status_tlv()
1908 struct dp_mon_packet_info *packet_info = in ath12k_dp_mon_tx_parse_status_tlv() local
1910 int buf_id = u32_get_bits(packet_info->cookie, in ath12k_dp_mon_tx_parse_status_tlv()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c120 *pkt_info = le32_to_cpu(desc->packet_info); in get_desc_info()
162 desc->packet_info = cpu_to_le32(pkt_info); in set_desc_info()
1237 set_words(&tmp, 1, &desc->packet_info); in netcp_tx_submit_skb()