Searched refs:nibble_timeout (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/plip/ |
D | plip.c | 478 plip_receive(unsigned short nibble_timeout, struct net_device *dev, in plip_receive() argument 486 cx = nibble_timeout; in plip_receive() 504 cx = nibble_timeout; in plip_receive() 584 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() local 613 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 621 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 646 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 657 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 703 plip_send(unsigned short nibble_timeout, struct net_device *dev, in plip_send() argument 717 cx = nibble_timeout; in plip_send() [all …]
|