Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c176 queue_t *next_q; in check_ip_above() local
180 next_q = q->q_next; in check_ip_above()
181 if (strcmp(next_q->q_qinfo->qi_minfo->mi_idname, "ip") != 0) in check_ip_above()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1019 queue_t *next_q; in check_mod_above() local
1023 next_q = q->q_next; in check_mod_above()
1024 if (strcmp(next_q->q_qinfo->qi_minfo->mi_idname, mod) != 0) in check_mod_above()