Searched refs:nibble_timeout (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/plip/ |
H A D | plip.c | 484 plip_receive(unsigned short nibble_timeout, struct net_device *dev, in plip_receive() argument 492 cx = nibble_timeout; in plip_receive() 510 cx = nibble_timeout; in plip_receive() 591 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() local 620 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 628 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 653 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 664 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 710 plip_send(unsigned short nibble_timeout, struct net_device *dev, in plip_send() argument 724 cx = nibble_timeout; in plip_send() [all …]
|