Lines Matching defs:disabled
198 /* Context: netif_addr_lock held, BHs disabled. */
521 * is safe to call multiple times, so long as the NIC is not disabled.
639 * disabled.
721 /* Context: netif_tx_lock held, BHs disabled. */
736 * driver should be disabled. If ok is false, then the rx and tx
811 bool disabled;
846 disabled = rc ||
850 rc2 = efx_reset_up(efx, method, !disabled);
852 disabled = true;
857 if (disabled) {
859 netif_err(efx, drv, efx->net_dev, "has been disabled\n");
1196 * At this point MMIO and DMA may be disabled.
1223 /* If the interface is disabled we don't want to do anything