Home
last modified time | relevance | path

Searched refs:n_win (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/intel/iwlegacy/
Dcommon.h124 int n_win; /* safe queue win */ member
870 return q->n_win; /* must be power of 2 */ in il_get_cmd_idx()
873 return idx & (q->n_win - 1); in il_get_cmd_idx()
Dcommon.c2835 i = q->n_win; in il_cmd_queue_unmap()
2917 s += q->n_win; in il_queue_space()
2941 q->n_win = slots; in il_queue_init()
2948 q->low_mark = q->n_win / 4; in il_queue_init()
2952 q->high_mark = q->n_win / 8; in il_queue_init()