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

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c2368 gld_sr_hash(struct srtab **sr_hash_tbl, uchar_t *addr, int addr_length) argument
2375 return (&sr_hash_tbl[hashval % SR_HASH_SIZE]);
2428 struct srtab **sr_hash_tbl = GLD_SR_HASH(macinfo); local
2437 for (srp = &sr_hash_tbl[i]; (sr = *srp) != NULL; ) {
2449 struct srtab **sr_hash_tbl; local
2452 sr_hash_tbl = GLD_SR_HASH(macinfo);
2453 if (sr_hash_tbl == NULL)
2464 for (sr = sr_hash_tbl[i]; sr; sr = sr->sr_next) {

Completed in 61 milliseconds