Searched refs:cbentry (Results 1 – 1 of 1) sorted by relevance
3098 socal_unsol_cb_t *cbentry; in socal_add_ulp() local3101 for (cbentry = port_statep->sp_unsol_cb; cbentry; in socal_add_ulp()3102 cbentry = cbentry->next) { in socal_add_ulp()3103 if (cbentry->type == type) { in socal_add_ulp()3104 cbentry->statec_cb = ulp_statec_callback; in socal_add_ulp()3105 cbentry->els_cb = ulp_els_callback; in socal_add_ulp()3106 cbentry->data_cb = ulp_data_callback; in socal_add_ulp()3107 cbentry->arg = arg; in socal_add_ulp()3113 if ((cbentry = in socal_add_ulp()3119 cbentry->statec_cb = ulp_statec_callback; in socal_add_ulp()[all …]