Searched refs:fcip_port_info_t (Results 1 – 3 of 3) sorted by relevance
51 wsp->walk_data = mdb_alloc(sizeof (fcip_port_info_t), UM_SLEEP); in fcip_walk_i()63 if (mdb_vread(wsp->walk_data, sizeof (fcip_port_info_t), in fcip_walk_s()73 (uintptr_t)(((fcip_port_info_t *)wsp->walk_data)->fcipp_next); in fcip_walk_s()92 fcip_port_info_t pinfo; in fcip()115 if (mdb_vread(&pinfo, sizeof (fcip_port_info_t), addr) == in fcip()116 sizeof (fcip_port_info_t)) { in fcip()
170 static int fcip_handle_suspend(fcip_port_info_t *fport, fc_detach_cmd_t cmd);171 static int fcip_handle_resume(fcip_port_info_t *fport,173 static fcip_port_info_t *fcip_softstate_free(fcip_port_info_t *fport);219 static fcip_port_info_t *fcip_get_port(opaque_t phandle);572 static fcip_port_info_t *fcip_port_head = NULL;760 fcip_port_info_t *fport = NULL; in fcip_port_attach()761 fcip_port_info_t *cur_fport; in fcip_port_attach()792 fport = kmem_zalloc(sizeof (fcip_port_info_t), in fcip_port_attach()829 fport = kmem_zalloc(sizeof (fcip_port_info_t), in fcip_port_attach()1046 fcip_port_info_t *fport = fptr->fcip_port_info; in fcip_port_attach_handler()[all …]
120 } fcip_port_info_t; typedef186 fcip_port_info_t *fcip_port_info; /* info about port */