Lines Matching full:emergency
1267 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1276 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1300 bool emergency, in iwl_pcie_rx_handle_rb() argument
1437 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1443 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1506 bool emergency = false; in iwl_pcie_rx_handle() local
1537 !emergency)) { in iwl_pcie_rx_handle()
1539 emergency = true; in iwl_pcie_rx_handle()
1541 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1568 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
1583 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
1586 } else if (emergency) { in iwl_pcie_rx_handle()
1592 "RX path exited emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1594 emergency = false; in iwl_pcie_rx_handle()
1611 * handle a case where in emergency there are some unallocated RBDs. in iwl_pcie_rx_handle()
1614 * unallocated emergency RBDs must be allocated on exit, otherwise in iwl_pcie_rx_handle()
1615 * when called again the function may not be in emergency mode and in iwl_pcie_rx_handle()
1622 if (unlikely(emergency && count)) in iwl_pcie_rx_handle()