Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1951 static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos) in mboxlog_get_idx() function
1961 return *pos ? mboxlog_get_idx(seq, *pos) : SEQ_START_TOKEN; in mboxlog_start()
1967 return mboxlog_get_idx(seq, *pos); in mboxlog_next()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1207 static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos) in mboxlog_get_idx() function
1217 return *pos ? mboxlog_get_idx(seq, *pos) : SEQ_START_TOKEN; in mboxlog_start()
1223 return mboxlog_get_idx(seq, *pos); in mboxlog_next()