/drivers/char/ |
D | n_r3964.c | 488 if (pInfo->bcc != pInfo->last_rx) { in on_receive_block() 490 pInfo->last_rx, pInfo->bcc); in on_receive_block() 621 pInfo->last_rx = 0; in receive_char() 636 if (pInfo->last_rx == DLE) { in receive_char() 637 pInfo->last_rx = 0; in receive_char() 640 pInfo->last_rx = DLE; in receive_char() 642 } else if ((c == ETX) && (pInfo->last_rx == DLE)) { in receive_char() 651 pInfo->last_rx = c; in receive_char() 660 pInfo->last_rx = c; in receive_char() 989 pInfo->last_rx = 0; in r3964_open()
|
/drivers/staging/otus/ |
D | wrap_pkt.c | 129 dev->last_rx = jiffies; in zfLnxRecvEth() 154 dev->last_rx = jiffies; in zfLnxRecvEth()
|
/drivers/net/irda/ |
D | vlsi_ir.c | 282 if (now.tv_usec >= idev->last_rx.tv_usec) { in vlsi_proc_ndev() 283 delta2 = now.tv_usec - idev->last_rx.tv_usec; in vlsi_proc_ndev() 287 delta2 = 1000000 + now.tv_usec - idev->last_rx.tv_usec; in vlsi_proc_ndev() 291 now.tv_sec - idev->last_rx.tv_sec - delta1, delta2); in vlsi_proc_ndev() 672 do_gettimeofday(&idev->last_rx); /* remember "now" for later mtt delay */ in vlsi_rx_interrupt() 949 ready.tv_usec = idev->last_rx.tv_usec + mtt; in vlsi_hard_start_xmit() 950 ready.tv_sec = idev->last_rx.tv_sec; in vlsi_hard_start_xmit() 1341 do_gettimeofday(&idev->last_rx); /* first mtt may start from now on */ in vlsi_start_hw() 1528 do_gettimeofday(&idev->last_rx); /* first mtt may start from now on */ in vlsi_open()
|
D | vlsi_ir.h | 727 struct timeval last_rx; member
|
/drivers/staging/at76_usb/ |
D | at76_usb.h | 411 unsigned long last_rx; /* time (jiffies) of last beacon received */ member 419 unsigned long last_rx; /* jiffies of last rx */ member
|
D | at76_usb.c | 1774 && time_after(jiffies, ptr->last_rx + BSS_LIST_TIMEOUT)) { in at76_bss_list_timeout() 4471 match->last_rx = jiffies; /* record last rx of beacon */ in at76_rx_mgmt_beacon() 4744 oldest = bptr->last_rx; in at76_check_for_rx_frags() 4745 } else if (bptr->last_rx < oldest) in at76_check_for_rx_frags() 4768 bptr->last_rx = jiffies; in at76_check_for_rx_frags() 4804 bptr->last_rx = jiffies; in at76_check_for_rx_frags() 4858 optr->last_rx = jiffies; in at76_check_for_rx_frags() 4899 netdev->last_rx = jiffies; in at76_rx_data() 4963 netdev->last_rx = jiffies; in at76_rx_monitor_mode()
|
/drivers/net/ |
D | atp.c | 675 && time_after(jiffies, dev->last_rx + HZ)) { in atp_interrupt() 679 num_tx_since_rx, jiffies - dev->last_rx, status, in atp_interrupt() 798 dev->last_rx = jiffies; in net_rx()
|
D | forcedeth.c | 767 union ring_type get_rx, put_rx, first_rx, last_rx; member 1697 less_rx = np->last_rx.orig; in nv_alloc_rx() 1711 if (unlikely(np->put_rx.orig++ == np->last_rx.orig)) in nv_alloc_rx() 1729 less_rx = np->last_rx.ex; in nv_alloc_rx_optimized() 1744 if (unlikely(np->put_rx.ex++ == np->last_rx.ex)) in nv_alloc_rx_optimized() 1809 np->last_rx.orig = &np->rx_ring.orig[np->rx_ring_size-1]; in nv_init_rx() 1811 np->last_rx.ex = &np->rx_ring.ex[np->rx_ring_size-1]; in nv_init_rx() 2743 if (unlikely(np->get_rx.orig++ == np->last_rx.orig)) in nv_rx_process() 2858 if (unlikely(np->get_rx.ex++ == np->last_rx.ex)) in nv_rx_process_optimized()
|
D | sky2.c | 2350 dev->last_rx = jiffies; in sky2_status_intr() 2586 if (sky2->check.last == dev->last_rx && in sky2_rx_hung() 2597 sky2->check.last = dev->last_rx; in sky2_rx_hung()
|
D | smsc9420.c | 820 dev->last_rx = jiffies; in smsc9420_rx_handoff()
|
/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 200 if (time_before(jiffies, sta->last_rx + ap->max_inactivity)) { in ap_handle_timer() 203 next_time = sta->last_rx + ap->max_inactivity; in ap_handle_timer() 262 sta->addr, sta->last_rx, jiffies); in ap_handle_timer() 1030 jiffies, sta->last_auth, sta->last_assoc, sta->last_rx, in prism2_sta_proc_read() 1482 sta->last_rx = jiffies; in handle_authen() 1686 sta->last_rx = jiffies; in handle_assoc() 2122 sta->u.ap.last_beacon = sta->last_rx = jiffies; in handle_beacon() 2508 sta->last_rx = jiffies; in prism2_hostapd_add_sta() 2564 param->u.get_info_sta.inactive_sec = (jiffies - sta->last_rx) / HZ; in prism2_hostapd_get_info_sta() 3035 sta->last_rx = jiffies; in hostap_handle_sta_rx()
|
D | hostap_ap.h | 54 unsigned long last_rx; member
|
/drivers/staging/wlan-ng/ |
D | p80211netdev.c | 333 dev->last_rx = jiffies; in p80211netdev_rx_bh() 360 skb->dev->last_rx = jiffies; in p80211netdev_rx_bh()
|
/drivers/net/bonding/ |
D | bonding.h | 283 return slave->dev->last_rx; in slave_last_rx()
|
/drivers/misc/sgi-xp/ |
D | xpnet.c | 243 xpnet_device->last_rx = jiffies; in xpnet_receive()
|
/drivers/net/wireless/b43/ |
D | b43.h | 552 unsigned long last_rx; member
|
D | xmit.c | 664 dev->stats.last_rx = jiffies; in b43_rx()
|
/drivers/net/wireless/b43legacy/ |
D | b43legacy.h | 559 unsigned long last_rx; member
|
D | xmit.c | 593 dev->stats.last_rx = jiffies; in b43legacy_rx()
|
/drivers/net/pcmcia/ |
D | smc91c92_cs.c | 1664 dev->last_rx = jiffies; in smc_rx() 1968 if (time_after(jiffies, dev->last_rx + HZ)) { in media_check()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 280 dev->last_rx = jiffies; in ipoib_ib_handle_rx_wc()
|
/drivers/net/arm/ |
D | ks8695net.c | 470 ndev->last_rx = jiffies; in ks8695_rx_irq()
|
/drivers/infiniband/hw/amso1100/ |
D | c2.c | 534 netdev->last_rx = jiffies; in c2_rx_interrupt()
|
/drivers/s390/net/ |
D | qeth_l2_main.c | 462 card->dev->last_rx = jiffies; in qeth_l2_process_inbound_buffer()
|
/drivers/ieee1394/ |
D | eth1394.c | 1304 dev->last_rx = jiffies; in ether1394_iso()
|