Lines Matching defs:attached
1458 ("%s: synthetic parts are not attached", if_name(sc->hn_ifp)));
1617 ("%s: synthetic parts are not attached", if_name(sc->hn_ifp)));
1867 if_printf(sc->hn_ifp, "%s was attached as VF\n",
2265 * Fixup TX/RX stuffs after synthetic parts are attached.
3805 * have been successfully attached.
4056 ("synthetic parts were not attached"));
4066 ("%s: VF is not attached", if_name(ifp)));
6196 ("RX ring %d already attached", idx));
6208 ("TX ring %d already attached", idx));
6258 ("RX ring %d is not attached", idx));
6265 ("TX ring %d is not attached attached", idx));
6312 if_printf(sc->hn_ifp, "%d sub-channels attached\n",
6349 ("%dth RX ring is still attached", i));
6354 ("%dth TX ring is still attached", i));
6462 uint32_t old_caps, attached = 0;
6465 ("synthetic parts were attached"));
6492 attached |= ATTACHED_NVS;
6495 * Attach RNDIS _after_ NVS is attached.
6499 attached |= ATTACHED_RNDIS;
6549 * are attached.
6618 if (attached & ATTACHED_RNDIS) {
6622 if (attached & ATTACHED_NVS)
6644 ("synthetic parts were not attached"));
6975 * Don't resume link status change if VF is attached/activated.