Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_client.c1190 mac_client_impl_t **prev, *cclient; in mac_client_remove() local
1196 cclient = *prev; in mac_client_remove()
1197 while (cclient != NULL && cclient != mcip) { in mac_client_remove()
1198 prev = &cclient->mci_client_next; in mac_client_remove()
1199 cclient = *prev; in mac_client_remove()
1201 ASSERT(cclient != NULL); in mac_client_remove()
1202 *prev = cclient->mci_client_next; in mac_client_remove()
H A Dmac.c2507 mac_client_impl_t *cclient; in i_mac_tx_srs_notify() local
2529 for (cclient = mip->mi_clients_list; cclient != NULL; in i_mac_tx_srs_notify()
2530 cclient = cclient->mci_client_next) { in i_mac_tx_srs_notify()
2531 if ((mac_srs = MCIP_TX_SRS(cclient)) != NULL) { in i_mac_tx_srs_notify()
2541 if (cclient->mci_state_flags & MCIS_EXCLUSIVE) { in i_mac_tx_srs_notify()
2542 mac_tx_invoke_callbacks(cclient, in i_mac_tx_srs_notify()
2546 (void) mac_flow_walk(cclient->mci_subflow_tab, in i_mac_tx_srs_notify()