Home
last modified time | relevance | path

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

/qemu/hw/net/
H 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()
69 struct virtio_net_hdr *net_rx_pkt_get_vhdr(struct NetRxPkt *pkt) in net_rx_pkt_get_vhdr()
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()
118 void net_rx_pkt_attach_iovec(struct NetRxPkt *pkt, in net_rx_pkt_attach_iovec()
138 void net_rx_pkt_attach_iovec_ex(struct NetRxPkt *pkt, in net_rx_pkt_attach_iovec_ex()
157 void net_rx_pkt_dump(struct NetRxPkt *pkt) in net_rx_pkt_dump()
167 void net_rx_pkt_set_packet_type(struct NetRxPkt *pkt, in net_rx_pkt_set_packet_type()
176 eth_pkt_types_e net_rx_pkt_get_packet_type(struct NetRxPkt *pkt) in net_rx_pkt_get_packet_type()
[all …]
H A Dnet_tx_pkt.c64 void net_tx_pkt_init(struct NetTxPkt **pkt, uint32_t max_frags) in net_tx_pkt_init()
82 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()
156 static void net_tx_pkt_calculate_hdr_len(struct NetTxPkt *pkt) in net_tx_pkt_calculate_hdr_len()
162 static bool net_tx_pkt_parse_headers(struct NetTxPkt *pkt) in net_tx_pkt_parse_headers()
275 static void net_tx_pkt_rebuild_payload(struct NetTxPkt *pkt) in net_tx_pkt_rebuild_payload()
284 bool net_tx_pkt_parse(struct NetTxPkt *pkt) in net_tx_pkt_parse()
294 struct virtio_net_hdr *net_tx_pkt_get_vhdr(struct NetTxPkt *pkt) in net_tx_pkt_get_vhdr()
[all …]
H A Dnet_tx_pkt.h88 net_tx_pkt_setup_vlan_header(struct NetTxPkt *pkt, uint16_t vlan) in net_tx_pkt_setup_vlan_header()
H A Dnet_rx_pkt.h242 net_rx_pkt_attach_data(struct NetRxPkt *pkt, const void *data, in net_rx_pkt_attach_data()
H A Digb_core.c291 igb_rss_get_hash_type(IGBCore *core, struct NetRxPkt *pkt) in igb_rss_get_hash_type()
371 igb_rss_calc_hash(IGBCore *core, struct NetRxPkt *pkt, E1000E_RSSInfo *info) in igb_rss_calc_hash()
407 igb_rss_parse_packet(IGBCore *core, struct NetRxPkt *pkt, bool tx, in igb_rss_parse_packet()
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()
1451 igb_rx_desc_get_packet_type(IGBCore *core, struct NetRxPkt *pkt, uint16_t etqf) in igb_rx_desc_get_packet_type()
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()
[all …]
H 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()
1442 e1000e_do_ps(E1000ECore *core, struct NetRxPkt *pkt, size_t *hdr_len) in e1000e_do_ps()
[all …]
H A Dvmxnet3.c834 static void vmxnet3_rx_need_csum_calculate(struct NetRxPkt *pkt, in vmxnet3_rx_need_csum_calculate()
876 static void vmxnet3_rx_update_descr(struct NetRxPkt *pkt, in vmxnet3_rx_update_descr()
H A Dvirtio-net.c1860 struct NetRxPkt *pkt = n->rx_pkt; in virtio_net_process_rss() local
/qemu/target/hexagon/mmvec/
H 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/
H 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
H 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
H 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()
H 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
1337 Packet *pkt = NULL; in colo_flush_packets() local
H 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/
H A Dtranslate.c155 Packet *pkt = ctx->pkt; in gen_end_tb() local
225 static bool check_for_attrib(Packet *pkt, int attrib) in check_for_attrib()
235 static bool need_slot_cancelled(Packet *pkt) in need_slot_cancelled()
250 Packet *pkt = ctx->pkt; in need_next_PC() local
322 static bool pkt_raises_exception(Packet *pkt) in pkt_raises_exception()
333 Packet *pkt = ctx->pkt; in need_commit() local
383 Packet *pkt = ctx->pkt; in analyze_packet() local
402 Packet *pkt = ctx->pkt; in gen_start_packet() local
513 Packet *pkt = ctx->pkt; in is_gather_store_insn() local
605 static bool slot_is_predicated(Packet *pkt, int slot_num) in slot_is_predicated()
[all …]
H 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
H 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()
H A Dtranslate.h31 Packet *pkt; member
/qemu/hw/misc/
H 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()
H A Dxlnx-cfi-if.c13 void xlnx_cfi_transfer_packet(XlnxCfiIf *cfi_if, XlnxCfiPacket *pkt) in xlnx_cfi_transfer_packet()
H 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/
H A Dvirtio-net.c104 uint8_t *pkt; in recv() local
/qemu/hw/hyperv/
H A Dsyndbg.c147 static bool create_udp_pkt(HvSynDbg *syndbg, void *pkt, uint32_t pkt_len, in create_udp_pkt()
/qemu/tests/qtest/
H A Dide-test.c878 Read10CDB pkt = { .padding = 0 }; in send_scsi_cdb_read10() local
/qemu/hw/usb/
H A Dhcd-ohci.c579 USBPacket *pkt; in ohci_service_iso_td() local