Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/chelsio/
Dsubr.c392 static const struct board_info t1_board[] = { variable
545 return board_id < ARRAY_SIZE(t1_board) ? &t1_board[board_id] : NULL; in t1_get_board_info()