Home
last modified time | relevance | path

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

/linux/net/packet/
H A Daf_packet.c407 switch (po->tp_version) { in __packet_set_status()
437 switch (po->tp_version) { in __packet_get_status()
489 switch (po->tp_version) { in __packet_set_timestamp()
652 p1->version = po->tp_version; in init_prb_bdqc()
1113 switch (po->tp_version) { in packet_current_rx_frame()
1164 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1173 switch (po->tp_version) { in packet_increment_rx_head()
1289 if (po->tp_version == TPACKET_V3) { in __packet_rcv_has_room()
2313 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2355 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
[all …]
/linux/drivers/hid/
H A Dhid-lenovo-go-s.c59 u8 tp_version; member
329 drvdata.tp_version = cmd_rep->data[0]; in hid_gos_pl_test_event()
817 count = sysfs_emit(buf, "%u\n", drvdata.tp_version); in test_property_show()