Searched defs:num_failed_sgids (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c1919 int num_failed_sgids; local
1936 num_failed_sgids = 0;
1943 num_failed_sgids++;
1948 if (num_failed_sgids != 0) {
1950 (num_failed_sgids - 1) * sizeof (ib_gid_t), KM_SLEEP);
1951 ifail->smf_num_sgids = num_failed_sgids;
1968 if (num_failed_sgids != 0) {
1971 (num_failed_sgids - 1) * sizeof (ib_gid_t));

Completed in 61 milliseconds