Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-linux.c319 u_int tp_version; /* version of tpacket_hdr for mmaped ring */ member
1481 if (handlep->tp_version == TPACKET_V3 && broken_tpacket_v3)
1493 if (handlep->tp_version == TPACKET_V3 && !broken_tpacket_v3)
4096 switch (handlep->tp_version) {
4180 handlep->tp_version = version;
4301 handlep->tp_version = TPACKET_V1;
4336 handlep->tp_version = TPACKET_V1_64;
4383 switch (handlep->tp_version) {
4620 handlep->tp_version);
4970 switch (handlep->tp_version) {
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_vf.c221 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init()
H A Dadapter.h953 char tp_version[16]; member
H A Dt4_main.c5098 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init()
7286 CTLFLAG_RD, sc->tp_version, 0, "TP microcode version"); in t4_sysctls()