Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c1770 switch (pdu->rde_ptype) { in gld_rcc_receive()
1843 npdu->rde_ptype = RDE_RQR; in gld_send_rqr()
2009 npdu->rde_ptype = ptype; in gld_rde_pdu_req()
2191 if (pdu->rde_ptype == RDE_RQC) in gld_rde_pdu_ind()
2194 if (pdu->rde_ptype != RDE_RQR && pdu->rde_ptype != RDE_RS) { in gld_rde_pdu_ind()
2198 pdu->rde_ptype); in gld_rde_pdu_ind()
2208 pdu->rde_ptype); in gld_rde_pdu_ind()
2217 if (pdu->rde_ptype == RDE_RQR) { in gld_rde_pdu_ind()
2221 ASSERT(pdu->rde_ptype == RDE_RS); in gld_rde_pdu_ind()
2233 if (pdu->rde_ptype == RDE_RQR) { in gld_rde_pdu_ind()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h482 uchar_t rde_ptype; member