Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_switch.c8298 *offsets = dummy_pppoe_packet_offsets; in ice_find_dummy_packet()
8304 *offsets = dummy_pppoe_packet_offsets; in ice_find_dummy_packet()
8353 *offsets = dummy_tcp_packet_offsets; in ice_find_dummy_packet()
8360 *offsets = dummy_udp_packet_offsets; in ice_find_dummy_packet()
8425 *offsets = dummy_udp_packet_offsets; in ice_find_dummy_packet()
8458 *offsets = dummy_mpls_packet_offsets; in ice_find_dummy_packet()
8462 *offsets = dummy_tcp_packet_offsets; in ice_find_dummy_packet()
8503 if (type == offsets[j].type) { in ice_fill_adv_dummy_packet()
8504 offset = offsets[j].offset; in ice_fill_adv_dummy_packet()
8635 if (offsets[i].type == ICE_UDP_OF) { in ice_fill_adv_packet_tun()
[all …]
H A Dice_parser_rt.h43 u16 offsets[ICE_PARSER_PROTO_NUM]; member
H A Dice_parser_rt.c675 rt->offsets[entry->proto_id] = po; in _proto_off_update()
682 rt->offsets[rt->action->proto_id] = rt->po; in _proto_off_update()
743 rslt->po[rslt->po_num].offset = rt->offsets[i]; in _proto_off_resolve()
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_sve.c391 svuint64_t offsets = svindex_u64(0, BD_SIZE); in hns3_tx_fill_hw_ring_sve() local
424 offsets, addr); in hns3_tx_fill_hw_ring_sve()
427 offsets, data_len); in hns3_tx_fill_hw_ring_sve()
431 offsets, svdup_n_u64(0)); in hns3_tx_fill_hw_ring_sve()
435 offsets, svdup_n_u64(valid_bit)); in hns3_tx_fill_hw_ring_sve()
/dpdk/drivers/dma/idxd/
H A Didxd_hw_defs.h92 uint64_t __rte_aligned(0x20) offsets[2]; /* offset 0x60 */
H A Didxd_pci.c172 grp_offset = (uint16_t)pci->regs->offsets[0]; in init_pci_device()
174 wq_offset = (uint16_t)(pci->regs->offsets[0] >> 16); in init_pci_device()
/dpdk/drivers/raw/ioat/
H A Didxd_pci.c146 grp_offset = (uint16_t)pci->regs->offsets[0]; in init_pci_device()
148 wq_offset = (uint16_t)(pci->regs->offsets[0] >> 16); in init_pci_device()
H A Dioat_spec.h295 uint64_t __rte_aligned(0x20) offsets[2]; /* offset 0x60 */
/dpdk/doc/guides/nics/
H A Dthunderx.rst173 Trying offsets: 0x40000000000:0x0000, 0x10000:0x1f0000
H A Dtap.rst229 a fixed RSS key. It is calculated on fixed packet offsets. For IPv4 and IPv6 it
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst609 } data; /**< Data offsets and length for AEAD */
628 } data; /**< Data offsets and length for ciphering */
636 /**< Data offsets and length for authentication */
H A Dpacket_framework.rst1087 …| | | predefined offsets. …
H A Drte_flow.rst863 Example pattern looking for several strings at various offsets of a UDP
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst377 Set the offsets of packet segments on receiving if split
H A Dtestpmd_funcs.rst289 * ``rxoffs``: Packet offsets for RX split.
794 Set the offsets of segments relating to the data buffer beginning on receiving
801 of offsets is shorter than the list of segments the zero offsets will be used
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h352 uint32_t offsets; member
/dpdk/app/test-pmd/
H A Dcmdline.c10967 parse_offsets(const char *q_arg, uint16_t *offsets, uint16_t max_num) in parse_offsets() argument
10999 offsets[i] = (uint16_t)int_fld; in parse_offsets()