Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1998 static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos) in mboxlog_get_idx() function
2008 return *pos ? mboxlog_get_idx(seq, *pos) : SEQ_START_TOKEN; in mboxlog_start()
2014 return mboxlog_get_idx(seq, *pos); in mboxlog_next()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1192 static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos) in mboxlog_get_idx() function
1202 return *pos ? mboxlog_get_idx(seq, *pos) : SEQ_START_TOKEN; in mboxlog_start()
1208 return mboxlog_get_idx(seq, *pos); in mboxlog_next()