Home
last modified time | relevance | path

Searched refs:fcip_port_info_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/fcip/
H A Dfcip.c51 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()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c176 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 …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h120 } fcip_port_info_t; typedef
186 fcip_port_info_t *fcip_port_info; /* info about port */