Searched refs:item_size (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_flow.h | 16 uint16_t item_size; member
|
| H A D | cnxk_flow.c | 270 in_pattern[i].size = term[pattern->type].item_size; in cnxk_map_flow_data()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_parser.c | 113 u32 item_size, u32 length, in ice_parser_create_table() argument 130 table = ice_malloc(hw, item_size * length); in ice_parser_create_table() 151 (void *)((uintptr_t)table + idx * item_size), in ice_parser_create_table() 152 data, item_size); in ice_parser_create_table()
|
| H A D | ice_parser_util.h | 29 u32 item_size, u32 length,
|
| H A D | ice_common.c | 4281 u16 item_size = ice_struct_size(item, q_id, item->num_qs); in ice_aq_dis_lan_txq() local 4285 item_size += 2; in ice_aq_dis_lan_txq() 4287 sz += item_size; in ice_aq_dis_lan_txq() 4289 item = (struct ice_aqc_dis_txq_item *)((u8 *)item + item_size); in ice_aq_dis_lan_txq()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 305 size_t *item_size, in flow_item_raw_preprocess() argument 395 *item_size = pattern_offset + pattern_length; in flow_item_raw_preprocess() 405 size_t *item_size, in flow_item_proto_preprocess() argument 425 item_size, in flow_item_proto_preprocess() 441 *item_size = size; in flow_item_proto_preprocess() 447 *item_size = size; in flow_item_proto_preprocess()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 6433 size_t item_size; in flow_create_split_meter() local 6498 item_size = sizeof(struct rte_flow_item) * METER_SUFFIX_ITEM + in flow_create_split_meter() 6500 sfx_actions = mlx5_malloc(MLX5_MEM_ZERO, (act_size + item_size), in flow_create_split_meter() 6625 size_t item_size; in flow_create_split_sample() local 6646 item_size = sizeof(struct rte_flow_item) * SAMPLE_SUFFIX_ITEM + in flow_create_split_sample() 6649 item_size), 0, SOCKET_ID_ANY); in flow_create_split_sample()
|