Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c389 return (avl_find(&mcip->mci_v4_completed_txn, &tmp_txn, NULL)); in find_dhcpv4_completed_txn()
404 if (avl_find(&mcip->mci_v4_completed_txn, txn, &where) != NULL) in insert_dhcpv4_completed_txn()
407 if (avl_numnodes(&mcip->mci_v4_completed_txn) >= in insert_dhcpv4_completed_txn()
413 avl_insert(&mcip->mci_v4_completed_txn, txn, where); in insert_dhcpv4_completed_txn()
415 avl_remove(&mcip->mci_v4_completed_txn, txn); in insert_dhcpv4_completed_txn()
432 avl_remove(&mcip->mci_v4_completed_txn, txn); in remove_dhcpv4_completed_txn()
494 while ((txn = avl_destroy_nodes(&mcip->mci_v4_completed_txn, in flush_dhcpv4()
2290 avl_create(&mcip->mci_v4_completed_txn, compare_dhcpv4_cid, in mac_protect_init()
2312 avl_destroy(&mcip->mci_v4_completed_txn); in mac_protect_fini()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_client_impl.h188 avl_tree_t mci_v4_completed_txn; /* mci_protect_lock */ member