Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c703 emlxs_fcio_table_t emlxs_fcio_table[] = { variable
756 count = sizeof (emlxs_fcio_table) / sizeof (emlxs_fcio_table_t); in emlxs_fcio_xlate()
758 if (cmd == emlxs_fcio_table[i].code) { in emlxs_fcio_xlate()
759 return (emlxs_fcio_table[i].string); in emlxs_fcio_xlate()
776 count = sizeof (emlxs_fcio_table) / sizeof (emlxs_fcio_table_t); in emlxs_fcio_func()
778 if (fcio->fcio_cmd == emlxs_fcio_table[i].code) { in emlxs_fcio_func()
783 emlxs_fcio_table[i].string); in emlxs_fcio_func()
786 rval = emlxs_fcio_table[i].func(port, fcio, mode); in emlxs_fcio_func()