Home
last modified time | relevance | path

Searched refs:iwm_lq_cmd (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_util.h122 extern int iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq,
H A Dif_iwm_util.c501 iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq, boolean_t init) in iwm_send_lq_cmd()
505 .len = { sizeof(struct iwm_lq_cmd), }, in iwm_send_lq_cmd()
H A Dif_iwmvar.h390 struct iwm_lq_cmd in_lq;
H A Dif_iwmreg.h4741 * struct iwm_lq_cmd - link quality command
4764 struct iwm_lq_cmd {
4760 struct iwm_lq_cmd { global() struct
4761 sta_idiwm_lq_cmd global() argument
4762 reserved1iwm_lq_cmd global() argument
4763 controliwm_lq_cmd global() argument
4765 flagsiwm_lq_cmd global() argument
4766 mimo_delimiwm_lq_cmd global() argument
4767 single_stream_ant_mskiwm_lq_cmd global() argument
4768 dual_stream_ant_mskiwm_lq_cmd global() argument
4769 initial_rate_indexiwm_lq_cmd global() argument
4771 agg_time_limitiwm_lq_cmd global() argument
4772 agg_disable_start_thiwm_lq_cmd global() argument
4773 agg_frame_cnt_limitiwm_lq_cmd global() argument
4774 reserved2iwm_lq_cmd global() argument
4775 rs_tableiwm_lq_cmd global() argument
4776 bf_paramsiwm_lq_cmd global() argument
H A Dif_iwm.c4276 struct iwm_lq_cmd *lq = &in->in_lq; in iwm_setrates()