Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c89 static const struct seq_operations seq_tab_ops = { variable
102 p = __seq_open_private(f, &seq_tab_ops, sizeof(*p) + rows * width); in seq_open_tab()