Home
last modified time | relevance | path

Searched refs:ch_flags (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/chxge/
H A Dosdep.h104 #define t1_rx_mode_promisc(rmp) (rmp->chp->ch_flags & PEPROMISC)
105 #define t1_rx_mode_allmulti(rmp) (rmp->chp->ch_flags & PEALLMULTI)
H A Dpe.c197 sa->ch_flags |= PEINITDONE; in pe_init()
647 sa->ch_flags &= ~(PEPROMISC|PEALLMULTI); in pe_set_promiscuous()
651 sa->ch_flags |= PEPROMISC; in pe_set_promiscuous()
655 sa->ch_flags |= PEALLMULTI; in pe_set_promiscuous()
H A Dch.h147 uint_t ch_flags; /* state flags */ member
H A Dglue.c399 if (adapter->ch_flags & PEINITDONE) { in t1_fatal_err()
H A Dch.c708 chp->ch_flags &= ~PESUSPENDED; in ch_attach()
853 chp->ch_flags |= PESUSPENDED; in ch_detach()
H A Dsge.c528 if (sge->obj->ch_flags & TSO_CAPABLE) in t1_sge_intr_enable()