Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dpcap-linux.c203 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()
/src/sys/dev/cxgbe/
H A Dt4_vf.c257 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init()
H A Dadapter.h1048 char tp_version[16]; member
H A Dt4_main.c5538 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init()
7918 CTLFLAG_RD, sc->tp_version, 0, "TP microcode version"); in t4_sysctls()