Lines Matching refs:ulong
45 ulong off;
295 *(ulong *)data = val; in wil_debugfs_ulong_set()
301 *val = *(ulong *)data; in wil_debugfs_ulong_get()
310 ulong *value) in wil_debugfs_create_ulong()
1151 static ulong rxf_old, txf_old; in wil_info_debugfs_show()
1152 ulong rxf = ndev->stats.rx_packets; in wil_info_debugfs_show()
1153 ulong txf = ndev->stats.tx_packets; in wil_info_debugfs_show()
1427 {"desc_index", S_IRUGO | S_IWUSR, (ulong)&dbg_txdesc_index, doff_u32},
1428 {"vring_index", S_IRUGO | S_IWUSR, (ulong)&dbg_vring_index, doff_u32},
1429 {"mem_addr", S_IRUGO | S_IWUSR, (ulong)&mem_addr, doff_u32},
1430 {"vring_idle_trsh", S_IRUGO | S_IWUSR, (ulong)&vring_idle_trsh,