Searched refs:tfds_in_queue (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A D4965-mac.c1068 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed)
1069 il->stations[sta_id].tid[tid].tfds_in_queue -= freed;
1071 D_TX("free more than tfds_in_queue (%u:%d)\n",
1072 il->stations[sta_id].tid[tid].tfds_in_queue, freed);
1073 il->stations[sta_id].tid[tid].tfds_in_queue = 0;
1775 il->stations[sta_id].tid[tid].tfds_in_queue++;
2282 if (tid_data->tfds_in_queue == 0) {
2288 tid_data->tfds_in_queue);
2431 if (tid_data->tfds_in_queue == 0) {
H A Ddebug.c463 station->tid[j].tfds_in_queue,
H A Dcommon.h660 u16 tfds_in_queue; member in struct:il_tid_data

Completed in 86 milliseconds