Searched refs:total_empty (Results 1 – 3 of 3) sorted by relevance
493 int total_empty; in iwl_rx_handle() local505 total_empty = r - rxq->write_actual; in iwl_rx_handle()506 if (total_empty < 0) in iwl_rx_handle()507 total_empty += RX_QUEUE_SIZE; in iwl_rx_handle()509 if (total_empty > (RX_QUEUE_SIZE / 2)) in iwl_rx_handle()
1198 int total_empty = 0; in il3945_rx_handle() local1206 total_empty = r - rxq->write_actual; in il3945_rx_handle()1207 if (total_empty < 0) in il3945_rx_handle()1208 total_empty += RX_QUEUE_SIZE; in il3945_rx_handle()1210 if (total_empty > (RX_QUEUE_SIZE / 2)) in il3945_rx_handle()
4191 int total_empty; in il4965_rx_handle() local4203 total_empty = r - rxq->write_actual; in il4965_rx_handle()4204 if (total_empty < 0) in il4965_rx_handle()4205 total_empty += RX_QUEUE_SIZE; in il4965_rx_handle()4207 if (total_empty > (RX_QUEUE_SIZE / 2)) in il4965_rx_handle()