Searched refs:board_config (Results 1 – 1 of 1) sorted by relevance
497 struct sc_gptwocfg_config *board_config, *last, *new; in sc_configure() local564 board_config = kmem_zalloc(sizeof (sc_gptwocfg_config_t), KM_SLEEP); in sc_configure()566 board_config->port_cookie = port_cookie; in sc_configure()567 board_config->board = board; in sc_configure()568 board_config->portid = agent_id; in sc_configure()569 board_config->link = NULL; in sc_configure()570 last = board_config; in sc_configure()573 board_config->next = sc_gptwo_config_list; in sc_configure()574 sc_gptwo_config_list = board_config; in sc_configure()595 return (board_config); in sc_configure()[all …]