Searched defs:n_window (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-int.h161 * Note the difference between n_bd and n_window: the hardware
164 * queues, n_window, which is the size of the software queue data
165 * is also 256; however, for the command queue, n_window is only
183 int n_window; /* safe queue window */ member in struct:iwl_queue
487 return index & (q->n_window - 1);

Completed in 36 milliseconds