Lines Matching defs:disabled
201 /* Context: netif_addr_lock held, BHs disabled. */
524 * is safe to call multiple times, so long as the NIC is not disabled.
642 * disabled.
724 /* Context: netif_tx_lock held, BHs disabled. */
739 * driver should be disabled. If ok is false, then the rx and tx
816 bool disabled;
851 disabled = rc ||
855 rc2 = efx_reset_up(efx, method, !disabled);
857 disabled = true;
862 if (disabled) {
864 netif_err(efx, drv, efx->net_dev, "has been disabled\n");
1204 * At this point MMIO and DMA may be disabled.
1229 /* If the interface is disabled we don't want to do anything