Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 25) sorted by relevance

/qemu/hw/net/
A Dnet_rx_pkt.c52 void net_rx_pkt_init(struct NetRxPkt **pkt) in net_rx_pkt_init()
60 void net_rx_pkt_uninit(struct NetRxPkt *pkt) in net_rx_pkt_uninit()
76 net_rx_pkt_iovec_realloc(struct NetRxPkt *pkt, in net_rx_pkt_iovec_realloc()
87 net_rx_pkt_pull_data(struct NetRxPkt *pkt, in net_rx_pkt_pull_data()
157 void net_rx_pkt_dump(struct NetRxPkt *pkt) in net_rx_pkt_dump()
245 struct NetRxPkt *pkt, in _net_rx_rss_prepare_ip4()
259 struct NetRxPkt *pkt, in _net_rx_rss_prepare_ip6()
277 struct NetRxPkt *pkt, in _net_rx_rss_prepare_tcp()
291 struct NetRxPkt *pkt, in _net_rx_rss_prepare_udp()
304 net_rx_pkt_calc_rss_hash(struct NetRxPkt *pkt, in net_rx_pkt_calc_rss_hash()
[all …]
A Dnet_tx_pkt.c82 void net_tx_pkt_uninit(struct NetTxPkt *pkt) in net_tx_pkt_uninit()
91 void net_tx_pkt_update_ip_hdr_checksum(struct NetTxPkt *pkt) in net_tx_pkt_update_ip_hdr_checksum()
105 void net_tx_pkt_update_ip_checksums(struct NetTxPkt *pkt) in net_tx_pkt_update_ip_checksums()
139 bool net_tx_pkt_update_sctp_checksum(struct NetTxPkt *pkt) in net_tx_pkt_update_sctp_checksum()
166 static bool net_tx_pkt_parse_headers(struct NetTxPkt *pkt) in net_tx_pkt_parse_headers()
288 bool net_tx_pkt_parse(struct NetTxPkt *pkt) in net_tx_pkt_parse()
419 bool net_tx_pkt_has_fragments(struct NetTxPkt *pkt) in net_tx_pkt_has_fragments()
431 size_t net_tx_pkt_get_total_len(struct NetTxPkt *pkt) in net_tx_pkt_get_total_len()
438 void net_tx_pkt_dump(struct NetTxPkt *pkt) in net_tx_pkt_dump()
450 void net_tx_pkt_reset(struct NetTxPkt *pkt, in net_tx_pkt_reset()
[all …]
A Dnet_tx_pkt.h88 net_tx_pkt_setup_vlan_header(struct NetTxPkt *pkt, uint16_t vlan) in net_tx_pkt_setup_vlan_header()
A Dnet_rx_pkt.h242 net_rx_pkt_attach_data(struct NetRxPkt *pkt, const void *data, in net_rx_pkt_attach_data()
A Digb_core.c291 igb_rss_get_hash_type(IGBCore *core, struct NetRxPkt *pkt) in igb_rss_get_hash_type()
1305 struct NetRxPkt *pkt, in igb_verify_csum_in_sw()
1343 struct NetRxPkt *pkt, in igb_build_rx_metadata_common()
1425 struct NetRxPkt *pkt, in igb_write_lgcy_rx_descr()
1493 struct NetRxPkt *pkt, in igb_write_adv_rx_descr()
1542 struct NetRxPkt *pkt, in igb_write_adv_ps_rx_descr()
1572 struct NetRxPkt *pkt, in igb_write_rx_descr()
1651 struct NetRxPkt *pkt, in igb_do_ps()
1749 struct NetRxPkt *pkt, in igb_write_header_to_rx_buffers()
1825 struct NetRxPkt *pkt, in igb_write_payload_to_rx_buffers()
[all …]
A De1000e_core.c469 e1000e_rss_get_hash_type(E1000ECore *core, struct NetRxPkt *pkt) in e1000e_rss_get_hash_type()
540 struct NetRxPkt *pkt, in e1000e_rss_calc_hash()
572 struct NetRxPkt *pkt, in e1000e_rss_parse_packet()
1062 struct NetRxPkt *pkt, in e1000e_verify_csum_in_sw()
1119 struct NetRxPkt *pkt, in e1000e_build_rx_metadata()
1229 struct NetRxPkt *pkt, in e1000e_write_lgcy_rx_descr()
1252 struct NetRxPkt *pkt, in e1000e_write_ext_rx_descr()
1272 struct NetRxPkt *pkt, in e1000e_write_ps_rx_descr()
1304 struct NetRxPkt *pkt, const E1000E_RSSInfo *rss_info, in e1000e_write_rx_descr()
1482 e1000e_write_packet_to_guest(E1000ECore *core, struct NetRxPkt *pkt, in e1000e_write_packet_to_guest()
[all …]
A Dvmxnet3.c845 static void vmxnet3_rx_need_csum_calculate(struct NetRxPkt *pkt, in vmxnet3_rx_need_csum_calculate()
887 static void vmxnet3_rx_update_descr(struct NetRxPkt *pkt, in vmxnet3_rx_update_descr()
A Dvirtio-net.c1855 struct NetRxPkt *pkt = n->rx_pkt; in virtio_net_process_rss() local
/qemu/target/hexagon/mmvec/
A Ddecode_ext_mmvec.c27 check_new_value(Packet *pkt) in check_new_value()
99 decode_mmvec_move_cvi_to_end(Packet *pkt, int max) in decode_mmvec_move_cvi_to_end()
125 decode_shuffle_for_execution_vops(Packet *pkt) in decode_shuffle_for_execution_vops()
171 check_for_vhist(Packet *pkt) in check_for_vhist()
211 void mmvec_ext_decode_checks(Packet *pkt, bool disas_only) in mmvec_ext_decode_checks()
/qemu/net/
A Dcolo.c43 int parse_packet_early(Packet *pkt) in parse_packet_early()
101 Packet *pkt, bool reverse) in extract_ip_and_port()
116 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse) in fill_connection_key()
167 Packet *pkt = g_slice_new0(Packet); in packet_new() local
183 Packet *pkt = g_slice_new0(Packet); in packet_new_nocopy() local
195 Packet *pkt = opaque; in packet_destroy() local
203 Packet *pkt = opaque; in packet_destroy_partial() local
A Dfilter-rewriter.c60 static int is_tcp_packet(Packet *pkt) in is_tcp_packet()
73 Packet *pkt, ConnectionKey *key) in handle_primary_tcp_pkt()
179 Packet *pkt, ConnectionKey *key) in handle_secondary_tcp_pkt()
262 Packet *pkt; in colo_rewriter_receive_iov() local
A Deth.c376 _eth_get_rss_ex_dst_addr(const struct iovec *pkt, int pkt_frags, in _eth_get_rss_ex_dst_addr()
403 _eth_get_rss_ex_src_addr(const struct iovec *pkt, int pkt_frags, in _eth_get_rss_ex_src_addr()
453 bool eth_parse_ipv6_hdr(const struct iovec *pkt, int pkt_frags, in eth_parse_ipv6_hdr()
524 const void *pkt, size_t pkt_size) in eth_pad_short_frame()
A Dcolo-compare.c203 Packet *pkt = data; in fill_pkt_tcp_info() local
223 static int colo_insert_packet(GQueue *queue, Packet *pkt, uint32_t *max_ack) in colo_insert_packet()
247 Packet *pkt = NULL; in packet_enqueue() local
300 static void colo_release_primary_pkt(CompareState *s, Packet *pkt) in colo_release_primary_pkt()
600 static int colo_old_packet_check_one(Packet *pkt, int64_t *check_time) in colo_old_packet_check_one()
668 Packet *pkt = NULL; in colo_compare_packet() local
1339 Packet *pkt = NULL; in colo_flush_packets() local
A Dslirp.c116 static ssize_t net_slirp_send_packet(const void *pkt, size_t pkt_len, in net_slirp_send_packet()
/qemu/target/hexagon/
A Dtranslate.c156 Packet *pkt = ctx->pkt; in gen_end_tb() local
199 static void print_pkt(Packet *pkt) in print_pkt()
274 Packet *pkt = ctx->pkt; in need_next_PC() local
357 Packet *pkt = ctx->pkt; in need_commit() local
407 Packet *pkt = ctx->pkt; in analyze_packet() local
426 Packet *pkt = ctx->pkt; in gen_start_packet() local
546 Packet *pkt = ctx->pkt; in is_gather_store_insn() local
741 Packet *pkt = ctx->pkt; in process_store_log() local
830 Packet *pkt = ctx->pkt; in update_exec_counters() local
870 Packet *pkt = ctx->pkt; in gen_commit_packet() local
[all …]
A Ddecode.c161 static void decode_split_cmpjump(Packet *pkt) in decode_split_cmpjump()
214 static void decode_set_insn_attr_fields(Packet *pkt) in decode_set_insn_attr_fields()
377 apply_extender(Packet *pkt, int i, uint32_t extender) in apply_extender()
415 static SlotMask get_valid_slots(const Packet *pkt, unsigned int slot) in get_valid_slots()
539 static bool has_valid_slot_assignment(Packet *pkt) in has_valid_slot_assignment()
559 decode_set_slot_number(Packet *pkt) in decode_set_slot_number()
659 Packet *pkt, bool disas_only) in decode_packet()
751 Packet pkt; in disassemble_hexagon() local
A Dprintinsn.c53 void snprint_a_pkt_disas(GString *buf, Packet *pkt, uint32_t *words, in snprint_a_pkt_disas()
117 void snprint_a_pkt_debug(GString *buf, Packet *pkt) in snprint_a_pkt_debug()
A Dtranslate.h31 Packet *pkt; member
/qemu/hw/misc/
A Dxlnx-versal-cfu.c187 XlnxCfiPacket *pkt) in cfu_transfer_cfi_packet()
227 XlnxCfiPacket pkt = { in cfu_stream_write() local
255 XlnxCfiPacket pkt = { in cfu_stream_write() local
283 XlnxCfiPacket pkt = { .reg_addr = CFRAME_SFR, in cfu_sfr_write() local
414 static void cfu_fdro_cfi_transfer_packet(XlnxCfiIf *cfi_if, XlnxCfiPacket *pkt) in cfu_fdro_cfi_transfer_packet()
A Dxlnx-cfi-if.c13 void xlnx_cfi_transfer_packet(XlnxCfiIf *cfi_if, XlnxCfiPacket *pkt) in xlnx_cfi_transfer_packet()
A Dxlnx-versal-cframe-reg.c157 XlnxCfiPacket pkt = {}; in cfrm_readout_frames() local
459 XlnxCfiPacket *pkt) in cframe_reg_cfi_transfer_packet()
582 XlnxCfiPacket pkt = { in cframes_bcast_write() local
/qemu/pc-bios/s390-ccw/
A Dvirtio-net.c104 uint8_t *pkt; in recv() local
/qemu/hw/hyperv/
A Dsyndbg.c146 static bool create_udp_pkt(HvSynDbg *syndbg, void *pkt, uint32_t pkt_len, in create_udp_pkt()
/qemu/tests/qtest/
A Dide-test.c878 Read10CDB pkt = { .padding = 0 }; in send_scsi_cdb_read10() local
/qemu/hw/usb/
A Dhcd-ohci.c579 USBPacket *pkt; in ohci_service_iso_td() local

Completed in 77 milliseconds