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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c294 eibnx_gw_info_t *new_gwi; local
304 new_gwi = kmem_zalloc(sizeof (eibnx_gw_info_t), KM_NOSLEEP);
305 if (new_gwi == NULL) {
323 kmem_free(new_gwi, sizeof (eibnx_gw_info_t));
330 new_gwi->gw_next = NULL;
331 new_gwi->gw_swqe = wqe;
332 new_gwi->gw_state = gwi->gw_state;
339 mutex_init(&new_gwi->gw_adv_lock, NULL, MUTEX_DRIVER, NULL);
340 new_gwi->gw_adv_flag = gwi->gw_adv_flag;
341 new_gwi
405 eibnx_replace_gw_in_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *orig_gwi, eibnx_gw_info_t *new_gwi, ibt_wc_t *wc, uint8_t *recv_buf, boolean_t *gwi_changed) argument
[all...]
H A Denx_hdlrs.c668 eibnx_gw_info_t *new_gwi; local
727 if ((new_gwi = eibnx_add_gw_to_gwlist(info, gwi,
729 eibnx_queue_for_creation(info, new_gwi);

Completed in 45 milliseconds