| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_eeprom.c | 178 u32 seg = (len <= NGBE_PMMBX_DATA_SIZE in ngbe_ee_readw_buffer() local 241 u32 seg = (len <= NGBE_PMMBX_DATA_SIZE in ngbe_ee_writew_buffer() local
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_eeprom.c | 210 u32 seg = (len <= TXGBE_PMMBX_DATA_SIZE in txgbe_ee_readw_buffer() local 318 u32 seg = (len <= TXGBE_PMMBX_DATA_SIZE in txgbe_ee_writew_buffer() local 385 int i, j, seg; in txgbe_calc_eeprom_checksum() local
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_flow.c | 1044 static u16 ice_flow_calc_seg_sz(struct ice_flow_prof_params *params, u8 seg) in ice_flow_calc_seg_sz() 1363 u8 seg, enum ice_flow_field fld, u64 match) in ice_flow_xtract_fld() 1598 u8 seg) in ice_flow_xtract_raws() 1756 struct ice_flow_seg_info *seg = ¶ms->prof->segs[i]; in ice_flow_acl_def_entry_frmt() local 2399 struct ice_flow_seg_info *seg = &prof->segs[i]; in ice_flow_acl_set_xtrct_seq() local 2970 struct ice_flow_seg_info *seg = &prof->segs[i]; in ice_flow_acl_frmt_entry() local 3543 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld_ext() 3582 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld() 3638 ice_flow_add_fld_raw(struct ice_flow_seg_info *seg, u16 off, u8 len, in ice_flow_add_fld_raw() 3739 struct ice_flow_seg_info *seg; in ice_flow_set_rss_seg_info() local [all …]
|
| H A D | ice_xlt_kb.c | 127 struct ice_seg *seg = hw->seg; in _xlt_kb_get() local
|
| H A D | ice_parser.c | 121 struct ice_seg *seg = hw->seg; in ice_parser_create_table() local
|
| H A D | ice_flex_pipe.c | 381 struct ice_seg *seg = hw->seg; in ice_fill_hw_ptype() local 1037 struct ice_generic_seg_hdr *seg; in ice_find_seg_in_pkg() local 1409 struct ice_generic_seg_hdr *seg; in ice_verify_pkg() local 1487 struct ice_seg **seg) in ice_chk_pkg_compat() 1651 struct ice_seg *seg; in ice_init_pkg() local
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 66 set_data_seg(struct mlx5_wqe_data_seg *seg, in set_data_seg() 76 set_metadata_seg(struct mlx5_wqe_metadata_seg *seg, in set_metadata_seg() 86 set_regex_ctrl_seg(void *seg, uint8_t le, uint16_t subset_id0, in set_regex_ctrl_seg() 99 set_wqe_ctrl_seg(struct mlx5_wqe_ctrl_seg *seg, uint16_t pi, uint8_t opcode, in set_wqe_ctrl_seg()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 671 struct ice_flow_seg_info *seg, in ice_fdir_cur_prof_conflict() 712 struct ice_flow_seg_info *seg; in ice_fdir_prof_resolve_conflict() local 843 struct ice_flow_seg_info *seg, in ice_fdir_hw_tbl_conf() 965 ice_fdir_input_set_hdrs(enum ice_fltr_ptype flow, struct ice_flow_seg_info *seg) in ice_fdir_input_set_hdrs() 1077 struct ice_flow_seg_info *seg; in ice_fdir_input_set_conf() local
|
| H A D | ice_acl_filter.c | 156 acl_add_prof_prepare(struct ice_hw *hw, struct ice_flow_seg_info *seg, in acl_add_prof_prepare() 222 struct ice_flow_seg_info *seg; in ice_acl_prof_init() local
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.c | 591 const struct rte_mbuf *seg = m; in rte_pktmbuf_copy() local 706 const struct rte_mbuf *seg = m; in __rte_pktmbuf_read() local
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_rxtx.c | 193 struct rte_mbuf *pkt, *seg; in nicvf_xmit_pkts_multiseg() local 525 struct rte_mbuf *pkt, *seg, *prev; in nicvf_process_cq_mseg_entry() local
|
| /dpdk/app/test-pmd/ |
| H A D | txonly.c | 72 struct rte_mbuf *seg; in copy_buf_to_pkt_segs() local
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_memory.c | 119 struct rte_memseg *seg; in rte_eal_hugepage_init() local
|
| /dpdk/app/test/ |
| H A D | packet_burst_generator.c | 22 struct rte_mbuf *seg; in copy_buf_to_pkt_segs() local
|
| H A D | test_mbuf.c | 1277 int seg, seg_len; in test_mbuf_linearize() local 2112 uint16_t i, ret, seg, seg_len = 0; in create_packet() local
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memalloc.c | 369 int seg, ret = 0; in eal_memalloc_free_seg_bulk() local
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txr.c | 168 char *seg = rte_pktmbuf_append(tx_pkt, pad); in bnxt_start_xmit() local
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_mbox.c | 281 mbox_copy_send_data(struct hinic_send_mbox *mbox, void *seg, u16 seg_len) in mbox_copy_send_data() 596 u64 header, u16 dst_func, void *seg, u16 seg_len) in send_mbox_seg()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 1222 struct rte_mbuf *seg = NULL; in mlx4_rx_burst() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rx.c | 807 struct rte_mbuf *seg = NULL; in mlx5_rx_burst() local
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 430 struct rte_mbuf *seg = NULL; in pmd_rx_burst() local 590 struct rte_mbuf *seg = mbuf; in tap_write_mbufs() local
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ef100_rx.c | 565 struct rte_mbuf *seg; in sfc_ef100_rx_process_ready_pkts() local
|
| /dpdk/lib/net/ |
| H A D | rte_ip.h | 229 const struct rte_mbuf *seg; in rte_raw_cksum_mbuf() local
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_cxt.c | 230 u32 seg) in ecore_cxt_tid_seg_info() 301 u8 seg, u8 seg_type, u32 count, bool has_fl) in ecore_cxt_set_proto_tid_count()
|
| /dpdk/drivers/net/mvneta/ |
| H A D | mvneta_rxtx.c | 483 struct rte_mbuf *seg = NULL; in mvneta_tx_sg_pkt_burst() local
|