Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-linux.c202 u_int tp_version; /* version of tpacket_hdr for mmaped ring */ member
917 if (handlep->tp_version == TPACKET_V3 && broken_tpacket_v3) in set_poll_timeout()
929 if (handlep->tp_version == TPACKET_V3 && !broken_tpacket_v3) in set_poll_timeout()
1178 switch (handlep->tp_version) { in pcap_activate_linux()
2819 handlep->tp_version = version; in init_tpacket()
2969 switch (handlep->tp_version) { in create_ring()
3098 handlep->tp_version); in create_ring()
3450 switch (handlep->tp_version) { in pcap_get_ring_frame_status()
/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c219 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init()
H A Dadapter.h975 char tp_version[16]; member
H A Dt4_main.c5331 snprintf(sc->tp_version, sizeof(sc->tp_version), "%u.%u.%u.%u", in get_params__pre_init()
7555 CTLFLAG_RD, sc->tp_version, 0, "TP microcode version"); in t4_sysctls()