Home
last modified time | relevance | path

Searched refs:status_msg_idx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1193 u32 status_msg_idx = dbg_status_msg_index; in wil_status_msg_debugfs_show() local
1208 if (status_msg_idx >= sring->size) { in wil_status_msg_debugfs_show()
1210 tx ? 'T' : 'R', status_msg_idx, sring->size); in wil_status_msg_debugfs_show()
1214 u = sring->va + (sring->elem_size * status_msg_idx); in wil_status_msg_debugfs_show()
1217 tx ? 'T' : 'R', sring_idx, status_msg_idx); in wil_status_msg_debugfs_show()