Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h114 enum dcbx_protocol_type proto_type; member
H A Dbcm_osal.h79 extern void qlnx_get_protocol_stats(void *cdev, int proto_type,
H A Decore_dcbx.c600 &entry->proto_type, ieee); in ecore_dcbx_get_app_data()
H A Dqlnx_os.c5745 qlnx_get_protocol_stats(void *cdev, int proto_type, void *proto_stats) in qlnx_get_protocol_stats() argument
5754 type = proto_type; in qlnx_get_protocol_stats()
/freebsd/sys/dev/ice/
H A Dice_protocol_type.h269 __be16 proto_type;
268 __be16 proto_type; global() member
/freebsd/usr.bin/sockstat/
H A Dsockstat.c273 int proto_type, proto_index; in parse_protos() local
283 proto_type = get_proto_type(prot); in parse_protos()
284 if (proto_type != -1) in parse_protos()
285 protos[proto_index++] = proto_type; in parse_protos()