Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Dtoeplitz.py191 with bkg(" ".join(rx_cmd), ksft_ready=True, exit_wait=True) as rx_proc:
192 while rx_proc.proc.poll() is None:
197 ksft_pr(rx_proc.stdout.strip().replace('\n', '\n# '))
198 if rx_proc.stderr:
199 ksft_pr(rx_proc.stderr.strip().replace('\n', '\n# '))
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c4607 static inline int rx_proc(struct net_device *dev, struct ksz_hw* hw, in rx_proc() function
4676 if (rx_proc(dev, hw, desc, status)) in dev_rcv_packets()
4721 if (rx_proc(dev, hw, desc, status)) in port_rcv_packets()
4774 if (rx_proc(dev, hw, desc, status)) in dev_rcv_special()