Searched defs:axq_config (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c682 sc_gptwocfg_config_t *board_config, *axq_config, *prior_config; local
722 axq_config = board_config;
755 if (axq_config->link == NULL) {
761 axq_config->port_cookie =
762 sc_gptwocfg_unconfigure_axq(axq_config->port_cookie);
764 if (axq_config->port_cookie == NULL) {
771 if (sc_gptwo_config_list == axq_config) {
772 sc_gptwo_config_list = axq_config->next;
775 while (board_config->next != axq_config) {
778 board_config->next = axq_config
[all...]

Completed in 59 milliseconds