Searched refs:dest_node (Results 1 – 2 of 2) sorted by relevance
91 struct mwifiex_sta_node *dest_node; in mwifiex_process_tx() local97 dest_node = mwifiex_get_sta_entry(priv, hdr->h_dest); in mwifiex_process_tx()98 if (dest_node) { in mwifiex_process_tx()99 dest_node->stats.tx_bytes += skb->len; in mwifiex_process_tx()100 dest_node->stats.tx_packets++; in mwifiex_process_tx()
196 u16 dest_node; member886 if (ptask->dest_node == IEEE1394_ALL_NODES) { in fwnet_transmit_packet_done()985 if (ptask->dest_node == IEEE1394_ALL_NODES) { in fwnet_send_packet()1034 TCODE_WRITE_BLOCK_REQUEST, ptask->dest_node, in fwnet_send_packet()1242 u16 dest_node; in fwnet_tx() local1298 ptask->dest_node = IEEE1394_ALL_NODES; in fwnet_tx()1310 dest_node = peer->node_id; in fwnet_tx()1316 ptask->dest_node = dest_node; in fwnet_tx()