Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fcoe/
H A Dfcoeio.h137 } fcoe_port_instance_t; typedef
144 fcoe_port_instance_t ports[1];
/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe.c128 static int fcoe_get_port_list(fcoe_port_instance_t *ports, int count);
803 sizeof (fcoe_port_list_t))/sizeof (fcoe_port_instance_t); in fcoe_iocmd()
1281 fcoe_get_port_list(fcoe_port_instance_t *ports, int count) in fcoe_get_port_list()
/titanic_41/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c745 bufsize = sizeof (fcoe_port_instance_t) * (size - 1) + in FCOE_GetPortList()
792 fcoe_port_instance_t *pi = &inportlist->ports[i]; in FCOE_GetPortList()