Searched refs:tp_version (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | pcap-linux.c | 203 u_int tp_version; /* version of tpacket_hdr for mmaped ring */ member 1056 if (handlep->tp_version == TPACKET_V3 && broken_tpacket_v3) in set_poll_timeout() 1068 if (handlep->tp_version == TPACKET_V3 && !broken_tpacket_v3) in set_poll_timeout() 1317 switch (handlep->tp_version) { in pcap_activate_linux() 2957 handlep->tp_version = version; in init_tpacket() 3107 switch (handlep->tp_version) { in create_ring() 3236 handlep->tp_version); in create_ring() 3588 switch (handlep->tp_version) { in pcap_get_ring_frame_status()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_vf.c | 257 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__post_init()
|
| H A D | adapter.h | 1049 char tp_version[16]; member
|
| H A D | t4_main.c | 5545 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init() 7956 SYSCTL_ADD_STRING(ctx, children, OID_AUTO, "tp_version", in t4_sysctls() 7957 CTLFLAG_RD, sc->tp_version, 0, "TP microcode version"); in t4_sysctls()
|