Searched refs:new_gwi (Results 1 – 2 of 2) sorted by relevance
294 eibnx_gw_info_t *new_gwi; in eibnx_add_gw_to_gwlist() local304 new_gwi = kmem_zalloc(sizeof (eibnx_gw_info_t), KM_NOSLEEP); in eibnx_add_gw_to_gwlist()305 if (new_gwi == NULL) { in eibnx_add_gw_to_gwlist()323 kmem_free(new_gwi, sizeof (eibnx_gw_info_t)); in eibnx_add_gw_to_gwlist()330 new_gwi->gw_next = NULL; in eibnx_add_gw_to_gwlist()331 new_gwi->gw_swqe = wqe; in eibnx_add_gw_to_gwlist()332 new_gwi->gw_state = gwi->gw_state; in eibnx_add_gw_to_gwlist()339 mutex_init(&new_gwi->gw_adv_lock, NULL, MUTEX_DRIVER, NULL); in eibnx_add_gw_to_gwlist()340 new_gwi->gw_adv_flag = gwi->gw_adv_flag; in eibnx_add_gw_to_gwlist()341 new_gwi->gw_adv_last_lbolt = ddi_get_lbolt64(); in eibnx_add_gw_to_gwlist()[all …]
668 eibnx_gw_info_t *new_gwi; in eibnx_process_rx() local727 if ((new_gwi = eibnx_add_gw_to_gwlist(info, gwi, in eibnx_process_rx()729 eibnx_queue_for_creation(info, new_gwi); in eibnx_process_rx()