Searched refs:eproto (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c554 struct eproto { struct
570 PCAP_API struct eproto eproto_db[];
571 PCAP_API_DEF struct eproto eproto_db[] = {
600 struct eproto *p = eproto_db;
613 static struct eproto llc_db[] = {
624 struct eproto *p = llc_db;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c1346 struct mlx5e_port_eth_proto *eproto)
1351 if (!eproto)
1358 eproto->cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext,
1360 eproto->admin = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_admin);
1361 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper);
1367 struct mlx5e_port_eth_proto eproto; local
1372 err = mlx5_port_query_eth_proto(mdev, 1, ext, &eproto);
1376 *speed = mlx5e_port_ptys2speed(mdev, eproto.oper);
1345 mlx5_port_query_eth_proto(struct mlx5_core_dev *dev, u8 port, bool ext, struct mlx5e_port_eth_proto *eproto) argument
/freebsd-11-stable/sys/dev/mlx5/
H A Dport.h288 struct mlx5e_port_eth_proto *eproto);
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c695 uint16_t eproto; local
707 eproto = ETHERTYPE_IP;
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c816 static const struct eproto { struct

Completed in 72 milliseconds