Lines Matching defs:lq
6051 struct iwm_lq_cmd *lq = &in->in_lq;
6062 memset(lq, 0, sizeof(*lq));
6063 lq->sta_id = IWM_STATION_ID;
6066 lq->flags |= IWM_LQ_FLAG_USE_RTS_MSK;
6087 if (j >= __arraycount(lq->rs_table))
6123 lq->rs_table[j++] = htole32(tab);
6128 while (j < __arraycount(lq->rs_table))
6129 lq->rs_table[j++] = lq->rs_table[i];
6131 lq->single_stream_ant_msk = IWM_ANT_A;
6132 lq->dual_stream_ant_msk = IWM_ANT_AB;
6134 lq->agg_time_limit = htole16(4000); /* 4ms */
6135 lq->agg_disable_start_th = 3;
6137 lq->agg_frame_cnt_limit = 0x3f;
6139 lq->agg_frame_cnt_limit = 1; /* tx agg disabled */