Searched refs:ch_flags (Results 1 – 6 of 6) sorted by relevance
104 #define t1_rx_mode_promisc(rmp) (rmp->chp->ch_flags & PEPROMISC)105 #define t1_rx_mode_allmulti(rmp) (rmp->chp->ch_flags & PEALLMULTI)
197 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()
147 uint_t ch_flags; /* state flags */ member
399 if (adapter->ch_flags & PEINITDONE) { in t1_fatal_err()
708 chp->ch_flags &= ~PESUSPENDED; in ch_attach()853 chp->ch_flags |= PESUSPENDED; in ch_detach()
528 if (sge->obj->ch_flags & TSO_CAPABLE) in t1_sge_intr_enable()