Home
last modified time | relevance | path

Searched refs:mpchain (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcn.c894 mblk_t *mpchain, **mpp, *mp; in pcn_receive() local
897 mpchain = NULL; in pcn_receive()
898 mpp = &mpchain; in pcn_receive()
957 return (mpchain); in pcn_receive()
/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.c2135 mblk_t *mpchain, **mpp, *mp; in afe_receive() local
2138 mpchain = NULL; in afe_receive()
2139 mpp = &mpchain; in afe_receive()
2239 return (mpchain); in afe_receive()
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.c2534 mblk_t *mpchain, **mpp, *mp; in mxfe_receive() local
2538 mpchain = NULL; in mxfe_receive()
2539 mpp = &mpchain; in mxfe_receive()
2648 *rxchain = mpchain; in mxfe_receive()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c299 iptun_m_tx(void *arg, mblk_t *mpchain) in iptun_m_tx() argument
305 iptun_drop_pkt(mpchain, &iptun->iptun_noxmtbuf); in iptun_m_tx()
309 for (mp = mpchain; mp != NULL; mp = nmp) { in iptun_m_tx()