Lines Matching refs:phandle
187 static void fcip_statec_cb(opaque_t ulp_handle, opaque_t phandle,
190 static int fcip_els_cb(opaque_t ulp_handle, opaque_t phandle,
192 static int fcip_data_cb(opaque_t ulp_handle, opaque_t phandle,
219 static fcip_port_info_t *fcip_get_port(opaque_t phandle);
2195 fcip_statec_cb(opaque_t ulp_handle, opaque_t phandle, in fcip_statec_cb() argument
2207 fport = fcip_get_port(phandle); in fcip_statec_cb()
2424 fcip_get_port(opaque_t phandle) in fcip_get_port() argument
2428 ASSERT(phandle != NULL); in fcip_get_port()
2434 if (fport->fcipp_handle == phandle) { in fcip_get_port()
2452 fcip_els_cb(opaque_t ulp_handle, opaque_t phandle, in fcip_els_cb() argument
2464 fport = fcip_get_port(phandle); in fcip_els_cb()
2749 fcip_data_cb(opaque_t ulp_handle, opaque_t phandle, in fcip_data_cb() argument
2768 fport = fcip_get_port(phandle); in fcip_data_cb()
2901 fesb_argp->phandle = phandle; in fcip_data_cb()
2938 (void) fc_ulp_ubrelease(phandle, 1, &buf->ub_token); in fcip_data_cb()
3192 fport = fcip_get_port(fesb_argp->phandle); in fcip_ubfree()
3202 (void) fc_ulp_ubrelease(fesb_argp->phandle, 1, &ubuf->ub_token); in fcip_ubfree()
4778 opaque_t phandle = NULL; in fcip_softstate_free() local
4784 phandle = fport->fcipp_handle; in fcip_softstate_free()
4860 if (phandle) { in fcip_softstate_free()
4869 (void) fc_ulp_ubfree(phandle, in fcip_softstate_free()