Searched refs:nport_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c687 uint32_t nport_count = 0; local
694 nport_count++;
702 return (nport_count);
H A Demlxs_dfc.c1771 uint32_t nport_count = 0; local
1785 nport_count = emlxs_nport_count(port);
1788 *(uint32_t *)fcio->fcio_abuf = nport_count;
1790 if (nport_count == 0) {
1798 if (nport_count > max_count) {
1849 uint32_t nport_count = 0; local
1863 nport_count = emlxs_nport_count(port);
1866 *(uint32_t *)fcio->fcio_abuf = nport_count;
1868 if (nport_count == 0) {
1876 if (nport_count > max_coun
[all...]

Completed in 69 milliseconds