Lines Matching full:emergency
1262 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1271 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1295 bool emergency, in iwl_pcie_rx_handle_rb() argument
1433 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1439 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1502 bool emergency = false; in iwl_pcie_rx_handle() local
1533 !emergency)) { in iwl_pcie_rx_handle()
1535 emergency = true; in iwl_pcie_rx_handle()
1537 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1564 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
1579 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
1582 } else if (emergency) { in iwl_pcie_rx_handle()
1588 "RX path exited emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1590 emergency = false; in iwl_pcie_rx_handle()
1607 * handle a case where in emergency there are some unallocated RBDs. in iwl_pcie_rx_handle()
1610 * unallocated emergency RBDs must be allocated on exit, otherwise in iwl_pcie_rx_handle()
1611 * when called again the function may not be in emergency mode and in iwl_pcie_rx_handle()
1618 if (unlikely(emergency && count)) in iwl_pcie_rx_handle()