Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2168 if (!hba->fc_iotag || hba->fc_iotag >= hba->max_iotag) { in emlxs_register_pkt()
2169 hba->fc_iotag = 1; in emlxs_register_pkt()
2171 iotag = hba->fc_iotag++; in emlxs_register_pkt()
H A Demlxs_sli3.c1058 hba->fc_iotag = 1; in emlxs_sli3_online()
H A Demlxs_sli4.c362 hba->fc_iotag = 1; in emlxs_sli4_online()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1949 uint16_t fc_iotag; /* used to identify I/Os */ member