Home
last modified time | relevance | path

Searched refs:rx_on (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_ptp.c88 bool rx_on; in sja1105_hwtstamp_set() local
107 rx_on = false; in sja1105_hwtstamp_set()
110 rx_on = true; in sja1105_hwtstamp_set()
114 if (rx_on != tagger_data->rxtstamp_get_state(ds)) { in sja1105_hwtstamp_set()
117 rc = sja1105_change_rxtstamping(priv, rx_on); in sja1105_hwtstamp_set()
123 if (rx_on) in sja1105_hwtstamp_set()
/linux-6.1.9/tools/testing/selftests/bpf/
Dxskxceiver.h152 bool rx_on; member
Dxskxceiver.c332 rxr = ifobject->rx_on ? &xsk->rx : NULL; in __xsk_configure_socket()
366 ifobject->rx_on = true; in ifobj_zc_avail()
495 ifobj->rx_on = false; in __test_spec_init()
499 ifobj->rx_on = true; in __test_spec_init()
507 if (ifobj->shared_umem && ifobj->rx_on) in __test_spec_init()
1307 if (!ifobject->rx_on) in thread_common_ops()
1519 test->ifobj_tx->rx_on = true; in testapp_bidi()
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/
Docteon_device.h318 int rx_on; member
Dlio_vf_main.c605 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd()
645 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
Dlio_main.c1157 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd()
1197 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()