Searched refs:eproto (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 568 struct eproto { struct 584 PCAP_API struct eproto eproto_db[]; argument 585 PCAP_API_DEF struct eproto eproto_db[] = { 606 struct eproto *p = eproto_db; in pcap_nametoeproto() 619 static struct eproto llc_db[] = { 630 struct eproto *p = llc_db; in pcap_nametollc()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_port.c | 1362 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 D | port.h | 232 struct mlx5e_port_eth_proto *eproto);
|
/freebsd/contrib/tcpdump/ |
H A D | addrtoname.c | 840 static const struct eproto { struct
|