Searched refs:nst (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c45 void o2net_debug_add_nst(struct o2net_send_tracking *nst) argument
48 list_add(&nst->st_net_debug_item, &send_tracking);
52 void o2net_debug_del_nst(struct o2net_send_tracking *nst) argument
55 if (!list_empty(&nst->st_net_debug_item))
56 list_del_init(&nst->st_net_debug_item);
63 struct o2net_send_tracking *nst, *ret = NULL; local
67 list_for_each_entry(nst, &nst_start->st_net_debug_item,
70 if (&nst->st_net_debug_item == &send_tracking)
74 if (nst->st_task != NULL) {
75 ret = nst;
85 struct o2net_send_tracking *nst, *dummy_nst = seq->private; local
96 struct o2net_send_tracking *nst, *dummy_nst = seq->private; local
111 struct o2net_send_tracking *nst, *dummy_nst = seq->private; local
[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) argument
126 static inline void o2net_debug_del_nst(struct o2net_send_tracking *nst) argument
H A Dtcp.c133 static void o2net_init_nst(struct o2net_send_tracking *nst, u32 msgtype, argument
136 INIT_LIST_HEAD(&nst->st_net_debug_item);
137 nst->st_task = task;
138 nst->st_msg_type = msgtype;
139 nst->st_msg_key = msgkey;
140 nst->st_node = node;
143 static inline void o2net_set_nst_sock_time(struct o2net_send_tracking *nst) argument
145 nst->st_sock_time = ktime_get();
148 static inline void o2net_set_nst_send_time(struct o2net_send_tracking *nst) argument
150 nst
153 o2net_set_nst_status_time(struct o2net_send_tracking *nst) argument
158 o2net_set_nst_sock_container(struct o2net_send_tracking *nst, struct o2net_sock_container *sc) argument
164 o2net_set_nst_msg_id(struct o2net_send_tracking *nst, u32 msg_id) argument
221 o2net_update_send_stats(struct o2net_send_tracking *nst, struct o2net_sock_container *sc) argument
1028 struct o2net_send_tracking nst; local
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dwa.c105 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) argument
110 b43_ofdmtab_write16(dev, B43_OFDMTAB_NOISESCALE, i, nst[i]);
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c1976 struct net_device_stats *nst = &ndev->stats; local
1983 nst->rx_packets = (unsigned long)st->rx_packets;
1984 nst->rx_bytes = (unsigned long)st->rx_bytes;
1985 nst->tx_packets = (unsigned long)st->tx_packets;
1986 nst->tx_bytes = (unsigned long)st->tx_bytes;
1987 nst->rx_dropped = (unsigned long)(est->rx_dropped_oom +
1991 nst->tx_dropped = (unsigned long)est->tx_dropped;
1993 nst->rx_errors = (unsigned long)est->rx_bd_errors;
1994 nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun +
1997 nst
[all...]

Completed in 138 milliseconds