Home
last modified time | relevance | path

Searched defs:chanstat (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/unisys/visornic/
Dvisornic_main.c98 struct chanstat { struct
99 unsigned long got_rcv;
100 unsigned long got_enbdisack;
101 unsigned long got_xmit_done;
102 unsigned long xmit_fail;
103 unsigned long sent_enbdis;
104 unsigned long sent_promisc;
105 unsigned long sent_post;
106 unsigned long sent_post_failed;
107 unsigned long sent_xmit;
[all …]
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dxmit.c442 u16 chanstat; in b43legacy_rx() local