Home
last modified time | relevance | path

Searched refs:rx_last (Results 1 – 6 of 6) sorted by relevance

/drivers/tty/
Dn_r3964.c312 if (pInfo->rx_last == NULL) { in add_rx_queue()
313 pInfo->rx_first = pInfo->rx_last = pHeader; in add_rx_queue()
315 pInfo->rx_last->next = pHeader; in add_rx_queue()
316 pInfo->rx_last = pHeader; in add_rx_queue()
337 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
348 pInfo->rx_last = NULL; in remove_from_rx_queue()
360 pInfo->rx_last = pFind; in remove_from_rx_queue()
373 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
988 pInfo->rx_first = pInfo->rx_last = NULL; in r3964_open()
/drivers/net/can/
Dat91_can.c120 unsigned int rx_last; member
146 .rx_last = 11,
154 .rx_last = 5,
187 return priv->devtype_data.rx_last; in get_mb_rx_last()
/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c140 u32 rx_last = msta->airtime_ac[i + 4]; in mt7915_mac_sta_poll() local
146 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7915_mac_sta_poll()
148 if ((tx_last | rx_last) & BIT(30)) in mt7915_mac_sta_poll()
/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c791 u32 rx_last = msta->airtime_ac[i + 4]; in mt7615_mac_sta_poll() local
796 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7615_mac_sta_poll()
798 if ((tx_last | rx_last) & BIT(30)) in mt7615_mac_sta_poll()
/drivers/net/ethernet/sun/
Dcassini.h2750 int rx_last[N_RX_DESC_RINGS]; member
Dcassini.c1407 cp->rx_last[0] = 0; in cas_clean_rxds()
2221 cp->rx_last[ring] = num ? num - released : 0; in cas_post_rxds_ringN()
4103 if (cas_post_rxds_ringN(cp, i, cp->rx_last[i]) < 0) { in cas_link_timer()