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()
176 static int fcip_handle_suspend(fcip_port_info_t *fport, fc_detach_cmd_t cmd);177 static int fcip_handle_resume(fcip_port_info_t *fport,179 static fcip_port_info_t *fcip_softstate_free(fcip_port_info_t *fport);225 static fcip_port_info_t *fcip_get_port(opaque_t phandle);578 static fcip_port_info_t *fcip_port_head = NULL;773 fcip_port_info_t *fport = NULL; in fcip_port_attach()774 fcip_port_info_t *cur_fport; in fcip_port_attach()808 fport = kmem_zalloc(sizeof (fcip_port_info_t), in fcip_port_attach()845 fport = kmem_zalloc(sizeof (fcip_port_info_t), in fcip_port_attach()1065 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 */