Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h138 } fc_port_dev32_t; typedef
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c922 fc_port_dev32_t *port_dev; in emlxs_fcio_get_host_params()
926 fcio->fcio_olen != sizeof (fc_port_dev32_t)) { in emlxs_fcio_get_host_params()
931 port_dev = (fc_port_dev32_t *)fcio->fcio_obuf; in emlxs_fcio_get_host_params()
1766 fc_port_dev32_t *port_dev; in emlxs_fcio_get_dev_list()
1779 port_dev = (fc_port_dev32_t *)fcio->fcio_obuf; in emlxs_fcio_get_dev_list()
1780 max_count = fcio->fcio_olen / sizeof (fc_port_dev32_t); in emlxs_fcio_get_dev_list()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c7289 fc_port_dev32_t *val32; in fp_fciocmd()