Lines Matching refs:ulong
46 ulong off;
293 *(ulong *)data = val; in wil_debugfs_ulong_set()
299 *val = *(ulong *)data; in wil_debugfs_ulong_get()
308 ulong *value) in wil_debugfs_create_ulong()
1215 static ulong rxf_old, txf_old; in wil_info_debugfs_show()
1216 ulong rxf = ndev->stats.rx_packets; in wil_info_debugfs_show()
1217 ulong txf = ndev->stats.tx_packets; in wil_info_debugfs_show()
1508 {"desc_index", S_IRUGO | S_IWUSR, (ulong)&dbg_txdesc_index, doff_u32},
1509 {"vring_index", S_IRUGO | S_IWUSR, (ulong)&dbg_vring_index, doff_u32},
1510 {"mem_addr", S_IRUGO | S_IWUSR, (ulong)&mem_addr, doff_u32},
1511 {"vring_idle_trsh", S_IRUGO | S_IWUSR, (ulong)&vring_idle_trsh,