Searched refs:nst (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/ocfs2/cluster/ |
D | netdebug.c | 64 void o2net_debug_add_nst(struct o2net_send_tracking *nst) in o2net_debug_add_nst() argument 67 list_add(&nst->st_net_debug_item, &send_tracking); in o2net_debug_add_nst() 71 void o2net_debug_del_nst(struct o2net_send_tracking *nst) in o2net_debug_del_nst() argument 74 if (!list_empty(&nst->st_net_debug_item)) in o2net_debug_del_nst() 75 list_del_init(&nst->st_net_debug_item); in o2net_debug_del_nst() 82 struct o2net_send_tracking *nst, *ret = NULL; in next_nst() local 86 list_for_each_entry(nst, &nst_start->st_net_debug_item, in next_nst() 89 if (&nst->st_net_debug_item == &send_tracking) in next_nst() 93 if (nst->st_task != NULL) { in next_nst() 94 ret = nst; in next_nst() [all …]
|
D | tcp.h | 126 void o2net_debug_add_nst(struct o2net_send_tracking *nst); 127 void o2net_debug_del_nst(struct o2net_send_tracking *nst); 138 static inline void o2net_debug_add_nst(struct o2net_send_tracking *nst) in o2net_debug_add_nst() argument 141 static inline void o2net_debug_del_nst(struct o2net_send_tracking *nst) in o2net_debug_del_nst() argument
|
D | tcp.c | 146 static void o2net_init_nst(struct o2net_send_tracking *nst, u32 msgtype, in o2net_init_nst() argument 149 INIT_LIST_HEAD(&nst->st_net_debug_item); in o2net_init_nst() 150 nst->st_task = task; in o2net_init_nst() 151 nst->st_msg_type = msgtype; in o2net_init_nst() 152 nst->st_msg_key = msgkey; in o2net_init_nst() 153 nst->st_node = node; in o2net_init_nst() 156 static inline void o2net_set_nst_sock_time(struct o2net_send_tracking *nst) in o2net_set_nst_sock_time() argument 158 nst->st_sock_time = ktime_get(); in o2net_set_nst_sock_time() 161 static inline void o2net_set_nst_send_time(struct o2net_send_tracking *nst) in o2net_set_nst_send_time() argument 163 nst->st_send_time = ktime_get(); in o2net_set_nst_send_time() [all …]
|
/linux-2.6.39/drivers/net/ibm_newemac/ |
D | core.c | 1875 struct net_device_stats *nst = &dev->nstats; in emac_stats() local 1882 nst->rx_packets = (unsigned long)st->rx_packets; in emac_stats() 1883 nst->rx_bytes = (unsigned long)st->rx_bytes; in emac_stats() 1884 nst->tx_packets = (unsigned long)st->tx_packets; in emac_stats() 1885 nst->tx_bytes = (unsigned long)st->tx_bytes; in emac_stats() 1886 nst->rx_dropped = (unsigned long)(est->rx_dropped_oom + in emac_stats() 1890 nst->tx_dropped = (unsigned long)est->tx_dropped; in emac_stats() 1892 nst->rx_errors = (unsigned long)est->rx_bd_errors; in emac_stats() 1893 nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun + in emac_stats() 1896 nst->rx_frame_errors = (unsigned long)(est->rx_bd_alignment_error + in emac_stats() [all …]
|
/linux-2.6.39/drivers/net/wireless/b43/ |
D | wa.c | 212 static void b43_write_nst(struct b43_wldev *dev, const u16 *nst) in b43_write_nst() argument 217 b43_ofdmtab_write16(dev, B43_OFDMTAB_NOISESCALE, i, nst[i]); in b43_write_nst()
|