Lines Matching refs:iwm_softc
108 extern int iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd);
109 extern int iwm_send_cmd_pdu(struct iwm_softc *sc, uint32_t id,
112 extern int iwm_send_cmd_status(struct iwm_softc *sc,
114 extern int iwm_send_cmd_pdu_status(struct iwm_softc *sc, uint32_t id,
116 extern void iwm_free_resp(struct iwm_softc *sc, struct iwm_host_cmd *hcmd);
122 extern int iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq,
125 extern boolean_t iwm_rx_diversity_allowed(struct iwm_softc *sc);
128 extern int iwm_enable_txq(struct iwm_softc *sc, int sta_id, int qid, int fifo);
129 extern int iwm_flush_tx_path(struct iwm_softc *sc, uint32_t tfd_msk,
133 iwm_get_valid_tx_ant(struct iwm_softc *sc) in iwm_get_valid_tx_ant()
141 iwm_get_valid_rx_ant(struct iwm_softc *sc) in iwm_get_valid_rx_ant()
149 iwm_get_phy_config(struct iwm_softc *sc) in iwm_get_phy_config()