Home
last modified time | relevance | path

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

/linux/net/packet/
H A Ddiag.c18 pinfo.pdi_version = po->tp_version; in pdiag_put_info()
103 ret = pdiag_put_ring(&po->rx_ring, po->tp_version, in pdiag_put_rings_cfg()
106 ret = pdiag_put_ring(&po->tx_ring, po->tp_version, in pdiag_put_rings_cfg()
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()
685 p1->version = po->tp_version; in init_prb_bdqc()
1179 switch (po->tp_version) { in packet_current_rx_frame()
1230 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1239 switch (po->tp_version) { in packet_increment_rx_head()
1355 if (po->tp_version == TPACKET_V3) { in __packet_rcv_has_room()
2379 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2421 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
[all …]
H A Dinternal.h126 enum tpacket_versions tp_version; member
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c1269 int err, tp, tp_version; in has_omen_thermal_profile_ec_timer()
1272 tp_version = omen_get_thermal_policy_version(); in omen_thermal_profile_ec_flags_set()
1274 if (tp_version < 0 || tp_version > 1) in omen_thermal_profile_ec_flags_set()
1279 if (tp_version == 0) in omen_thermal_profile_ec_timer_set()
1285 if (tp_version == 0) in platform_profile_omen_set_ec()
1291 if (tp_version == 0) in platform_profile_omen_set_ec()
1283 int err, tp, tp_version; platform_profile_omen_set_ec() local