Lines Matching refs:fca_handle

202  *	fca_handle = fcoei soft state set in fcoei_bind_port
211 fcoei_unbind_port(void *fca_handle)
213 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;
225 * fca_handle = fcoei soft state set in fcoei_bind_port
237 fcoei_init_pkt(void *fca_handle, fc_packet_t *fpkt, int sleep)
239 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;
254 * fca_handle = fcoei soft state set in fcoei_bind_port
265 fcoei_un_init_pkt(void *fca_handle, fc_packet_t *fpkt)
267 ASSERT(fca_handle && fpkt);
276 * fca_handle = fcoei soft state set in fcoei_bind_port
289 fcoei_get_cap(void * fca_handle, char *cap, void *ptr)
291 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;
295 ASSERT(fca_handle);
324 * fca_handle = fcoei soft state set in fcoei_bind_port
335 fcoei_set_cap(void * fca_handle, char *cap, void *ptr)
337 FCOEI_LOG(__FUNCTION__, "cap: %s, %p, %p", cap, fca_handle, ptr);
346 * fca_handle = fcoei soft state set in fcoei_bind_port
356 fcoei_getmap(void * fca_handle, fc_lilpmap_t *mapbuf)
358 FCOEI_LOG(__FUNCTION__, "not: %p-%p", fca_handle, mapbuf);
367 * fca_handle = fcoei soft state set in fcoei_bind_port
380 fcoei_ub_alloc(void * fca_handle, uint64_t tokens[], uint32_t size,
383 FCOEI_LOG(__FUNCTION__, "not: %p-%p-%x-%p-%x", fca_handle, tokens,
393 * fca_handle = fcoei soft state set in fcoei_bind_port
404 fcoei_ub_free(void * fca_handle, uint32_t count, uint64_t tokens[])
406 FCOEI_EXT_LOG(__FUNCTION__, "not: %p-%x-%p", fca_handle, count, tokens);
415 * fca_handle = fcoei soft state set in fcoei_bind_port
427 fcoei_ub_release(void * fca_handle, uint32_t count, uint64_t tokens[])
432 FCOEI_LOG(__FUNCTION__, "count is not 1: %p", fca_handle);
448 * fca_handle - fcoei soft state set in fcoei_bind_port
475 fcoei_abort(void * fca_handle, fc_packet_t *fpkt, int flags)
477 FCOEI_LOG(__FUNCTION__, "not: %p-%p-%x", fca_handle, fpkt, flags);
486 * fca_handle = fcoei soft state set in fcoei_bind_port
497 fcoei_reset(void * fca_handle, uint32_t cmd)
500 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;
554 * fca_handle = fcoei soft state set in fcoei_bind_port
565 fcoei_port_manage(void * fca_handle, fc_fca_pm_t *pm)
568 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;
570 if (fca_handle == NULL || pm == NULL) {
574 FCOEI_LOG(__FUNCTION__, "code0x%x, %p", pm->pm_cmd_code, fca_handle);
616 * fca_handle = fcoei soft state set in fcoei_bind_port
626 fcoei_get_device(void *fca_handle, fc_portid_t d_id)
628 FCOEI_EXT_LOG(__FUNCTION__, "not supported: %p-%x", fca_handle, d_id);
637 * fca_handle = fcoei soft state set in fcoei_bind_port
648 fcoei_notify(void *fca_handle, uint32_t cmd)
650 FCOEI_LOG(__FUNCTION__, "not supported: %p-%x", fca_handle, cmd);
659 * fca_handle - fcoei soft state set in fcoei_bind_port
669 fcoei_transport(void *fca_handle, fc_packet_t *fpkt)
671 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;
708 * fca_handle - fcoei soft state set in fcoei_bind_port
718 fcoei_els_send(void *fca_handle, fc_packet_t *fpkt)
720 fcoei_soft_state_t *ss = (fcoei_soft_state_t *)fca_handle;