Searched refs:l2t_get_idx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c544 static inline void *l2t_get_idx(struct seq_file *seq, loff_t pos) function
553 return *pos ? l2t_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
558 v = l2t_get_idx(seq, *pos);

Completed in 67 milliseconds