Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c63 const unsigned int dst_sz; member
590 .dst_sz = sizeof(struct ibv_flow_spec_eth),
601 .dst_sz = 0,
615 .dst_sz = sizeof(struct ibv_flow_spec_ipv4),
627 .dst_sz = sizeof(struct ibv_flow_spec_tcp_udp),
639 .dst_sz = sizeof(struct ibv_flow_spec_tcp_udp),
745 flow->ibv_attr_size += proc->dst_sz; in mlx4_flow_prepare()