Searched refs:mci_v4_pending_txn (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 364 return (avl_find(&mcip->mci_v4_pending_txn, &tmp_txn, NULL)); in find_dhcpv4_pending_txn() 373 if (avl_find(&mcip->mci_v4_pending_txn, txn, &where) != NULL) in insert_dhcpv4_pending_txn() 376 if (avl_numnodes(&mcip->mci_v4_pending_txn) >= dhcp_max_pending_txn) { in insert_dhcpv4_pending_txn() 380 avl_insert(&mcip->mci_v4_pending_txn, txn, where); in insert_dhcpv4_pending_txn() 388 avl_remove(&mcip->mci_v4_pending_txn, txn); in remove_dhcpv4_pending_txn() 511 while ((txn = avl_destroy_nodes(&mcip->mci_v4_pending_txn, in flush_dhcpv4() 529 for (txn = avl_first(&mcip->mci_v4_pending_txn); txn != NULL; in txn_cleanup_v4() 530 txn = avl_walk(&mcip->mci_v4_pending_txn, txn, AVL_AFTER)) { in txn_cleanup_v4() 546 avl_remove(&mcip->mci_v4_pending_txn, txn); in txn_cleanup_v4() 1570 if (!avl_is_empty(&mcip->mci_v4_pending_txn) || in txn_cleanup_timer() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_client_impl.h | 188 avl_tree_t mci_v4_pending_txn; /* mci_protect_lock */ member
|