Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2190 port->fct_els_only_bmap |= 1;
2194 if (port->fct_els_only_bmap & (1 << i))
2202 port->fct_els_only_bmap |= (1 << i);
2270 (port->fct_els_only_bmap & (1 << i))) {
2271 port->fct_els_only_bmap &= ~(1 << i);
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1110 uint8_t fct_els_only_bmap; member