Searched refs:ss_sol_oxid_hash (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h115 mod_hash_t *ss_sol_oxid_hash; member in struct:fcoei_soft_state
310 } while (mod_hash_find(xch->xch_ss->ss_sol_oxid_hash, \
315 (void) mod_hash_insert(xch->xch_ss->ss_sol_oxid_hash, \
H A Dfcoei.c494 ss->ss_sol_oxid_hash = mod_hash_create_idhash(
616 mod_hash_destroy_idhash(ss->ss_sol_oxid_hash);
655 FCOEI_LOG(__FUNCTION__, "sol_hash %p", ss->ss_sol_oxid_hash);
688 mod_hash_walk(ss->ss_sol_oxid_hash,
695 mod_hash_walk(ss->ss_sol_oxid_hash,
792 mod_hash_clear(ss->ss_sol_oxid_hash);
1109 (void) mod_hash_remove(xch->xch_ss->ss_sol_oxid_hash,
H A Dfcoei_eth.c225 if (mod_hash_find(FRM2SS(frm)->ss_sol_oxid_hash,
481 (void) mod_hash_find(FRM2SS(frm)->ss_sol_oxid_hash,
577 if (mod_hash_find(FRM2SS(frm)->ss_sol_oxid_hash,
599 (void) mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
677 if (mod_hash_find(FRM2SS(frm)->ss_sol_oxid_hash,
745 if (mod_hash_find(FRM2SS(frm)->ss_sol_oxid_hash,
1167 if (mod_hash_find(FRM2SS(frm)->ss_sol_oxid_hash,
H A Dfcoei_lv.c1988 mod_hash_walk(ss->ss_sol_oxid_hash, fcoei_xch_abort, ss);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h108 mod_hash_t *ss_sol_oxid_hash; member in struct:fcoet_soft_state
H A Dfcoet_eth.c498 (void) mod_hash_remove(xch->xch_ss->ss_sol_oxid_hash,
674 if (mod_hash_find_cb(FRM2SS(frm)->ss_sol_oxid_hash,
771 if (mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
775 * So far ABTS for FLOGI might be removed from ss_sol_oxid_hash
800 if (mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
804 * So far ABTS for FLOGI might be removed from ss_sol_oxid_hash
854 if (mod_hash_remove(FRM2SS(frm)->ss_sol_oxid_hash,
H A Dfcoet.c519 ss->ss_sol_oxid_hash = mod_hash_create_idhash(
520 "ss_sol_oxid_hash", FCOET_SOL_HASH_SIZE,
620 mod_hash_destroy_hash(ss->ss_sol_oxid_hash);
668 mod_hash_walk(ss->ss_sol_oxid_hash, fcoet_sol_oxid_hash_empty, ss);
703 mod_hash_destroy_hash(ss->ss_sol_oxid_hash);
H A Dfcoet_fc.c437 (void) mod_hash_insert(xch->xch_ss->ss_sol_oxid_hash,
672 (void) mod_hash_insert(FRM2SS(frm)->ss_sol_oxid_hash,
721 (void) mod_hash_insert(FRM2SS(frm)->ss_sol_oxid_hash,

Completed in 75 milliseconds