Home
last modified time | relevance | path

Searched refs:nst (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/cluster/
H A Dnetdebug.c45 void o2net_debug_add_nst(struct o2net_send_tracking *nst) in o2net_debug_add_nst() argument
48 list_add(&nst->st_net_debug_item, &send_tracking); in o2net_debug_add_nst()
52 void o2net_debug_del_nst(struct o2net_send_tracking *nst) in o2net_debug_del_nst() argument
55 if (!list_empty(&nst->st_net_debug_item)) in o2net_debug_del_nst()
56 list_del_init(&nst->st_net_debug_item); in o2net_debug_del_nst()
63 struct o2net_send_tracking *nst, *ret = NULL; in next_nst() local
67 list_for_each_entry(nst, &nst_start->st_net_debug_item, in next_nst()
70 if (&nst->st_net_debug_item == &send_tracking) in next_nst()
74 if (nst->st_task != NULL) { in next_nst()
75 ret = nst; in next_nst()
[all …]
H A Dtcp.h112 void o2net_debug_add_nst(struct o2net_send_tracking *nst);
113 void o2net_debug_del_nst(struct o2net_send_tracking *nst);
123 static inline void o2net_debug_add_nst(struct o2net_send_tracking *nst) in o2net_debug_add_nst() argument
126 static inline void o2net_debug_del_nst(struct o2net_send_tracking *nst) in o2net_debug_del_nst() argument
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c1955 struct net_device_stats *nst = &ndev->stats; in emac_stats() local
1962 nst->rx_packets = (unsigned long)st->rx_packets; in emac_stats()
1963 nst->rx_bytes = (unsigned long)st->rx_bytes; in emac_stats()
1964 nst->tx_packets = (unsigned long)st->tx_packets; in emac_stats()
1965 nst->tx_bytes = (unsigned long)st->tx_bytes; in emac_stats()
1966 nst->rx_dropped = (unsigned long)(est->rx_dropped_oom + in emac_stats()
1970 nst->tx_dropped = (unsigned long)est->tx_dropped; in emac_stats()
1972 nst->rx_errors = (unsigned long)est->rx_bd_errors; in emac_stats()
1973 nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun + in emac_stats()
1976 nst->rx_frame_errors = (unsigned long)(est->rx_bd_alignment_error + in emac_stats()
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dwa.c105 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst() argument
110 b43_ofdmtab_write16(dev, B43_OFDMTAB_NOISESCALE, i, nst[i]); in b43_write_nst()