Searched refs:nibble_timeout (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ |
D | plip.c | 481 plip_receive(unsigned short nibble_timeout, struct net_device *dev, in plip_receive() argument 489 cx = nibble_timeout; in plip_receive() 506 cx = nibble_timeout; in plip_receive() 586 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() local 614 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 621 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 645 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 655 if (plip_receive(nibble_timeout, dev, in plip_receive_packet() 700 plip_send(unsigned short nibble_timeout, struct net_device *dev, in plip_send() argument 713 cx = nibble_timeout; in plip_send() [all …]
|