Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dnametoaddr.c575 struct eproto { struct
591 PCAP_API struct eproto eproto_db[]; argument
592 PCAP_API_DEF struct eproto eproto_db[] = {
613 struct eproto *p = eproto_db; in pcap_nametoeproto()
626 static struct eproto llc_db[] = {
637 struct eproto *p = llc_db; in pcap_nametollc()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c1362 struct mlx5e_port_eth_proto *eproto) in mlx5_port_query_eth_proto() argument
1367 if (!eproto) in mlx5_port_query_eth_proto()
1374 eproto->cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5_port_query_eth_proto()
1376 eproto->admin = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_admin); in mlx5_port_query_eth_proto()
1377 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_port_query_eth_proto()
1383 struct mlx5e_port_eth_proto eproto; in mlx5e_port_linkspeed() local
1388 err = mlx5_port_query_eth_proto(mdev, 1, ext, &eproto); in mlx5e_port_linkspeed()
1392 *speed = mlx5e_port_ptys2speed(mdev, eproto.oper); in mlx5e_port_linkspeed()
/freebsd/sys/dev/mlx5/
H A Dport.h232 struct mlx5e_port_eth_proto *eproto);
/freebsd/contrib/tcpdump/
H A Daddrtoname.c843 static const struct eproto { struct