Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h471 } vsw_conn_evt_t; typedef
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1360 vsw_conn_evt_t *conn = NULL; in vsw_process_conn_evt()
1417 if ((conn = kmem_zalloc(sizeof (vsw_conn_evt_t), KM_NOSLEEP)) == NULL) { in vsw_process_conn_evt()
1431 kmem_free(conn, sizeof (vsw_conn_evt_t)); in vsw_process_conn_evt()
1454 vsw_conn_evt_t *conn = (vsw_conn_evt_t *)arg; in vsw_conn_task()
1469 kmem_free(conn, sizeof (vsw_conn_evt_t)); in vsw_conn_task()