Searched refs:nibble_timeout (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 483 plip_receive(unsigned short nibble_timeout, struct net_device *dev, in plip_receive() argument 491 cx = nibble_timeout; in plip_receive() 508 cx = nibble_timeout; in plip_receive() 588 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() local 616 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 623 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 647 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 657 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 702 plip_send(unsigned short nibble_timeout, struct net_device *dev, in plip_send() argument 715 cx = nibble_timeout; in plip_send() [all …]
|