HomeSort by: relevance | last modified time | path
    Searched refs:ifm_legacy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_media.c 135 if ((ifm->ifm_legacy & IFM_L_CPU_MASK) == ci) {
136 cnt = ifm->ifm_legacy & IFM_L_COUNT_MASK;
149 ifm->ifm_legacy = ci | cnt;
159 KASSERT((ifm->ifm_legacy & IFM_L_CPU_MASK) == ci);
160 cnt = ifm->ifm_legacy & IFM_L_COUNT_MASK;
163 ifm->ifm_legacy = IFM_L_OWNLOCK;
168 ifm->ifm_legacy = ci | cnt;
194 ifm->ifm_legacy = 0;
206 ifm->ifm_legacy = IFM_L_OWNLOCK;
228 if (ifm->ifm_legacy) {
    [all...]
if_media.h 954 uintptr_t ifm_legacy; /* m: legacy driver handling */ member in struct:ifmedia
962 #define ifmedia_islegacy(ifm) ((ifm)->ifm_legacy)

Completed in 11 milliseconds