Home
last modified time | relevance | path

Searched refs:iwm_phy_db (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_phy_db.c176 struct iwm_phy_db { struct
187 struct iwm_phy_db * argument
190 struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db), in iwm_phy_db_init()
210 iwm_phy_db_get_section(struct iwm_phy_db *phy_db, in iwm_phy_db_get_section()
237 iwm_phy_db_free_section(struct iwm_phy_db *phy_db, in iwm_phy_db_free_section()
252 iwm_phy_db_free(struct iwm_phy_db *phy_db) in iwm_phy_db_free()
276 iwm_phy_db_set_section(struct iwm_phy_db *phy_db, in iwm_phy_db_set_section()
384 channel_id_to_txp(struct iwm_phy_db *phy_db, uint16_t ch_id) in channel_id_to_txp()
407 iwm_phy_db_get_section_data(struct iwm_phy_db *phy_db, in iwm_phy_db_get_section_data()
438 iwm_send_phy_db_cmd(struct iwm_phy_db *phy_db, uint16_t type, in iwm_send_phy_db_cmd()
[all …]
H A Dif_iwm_phy_db.h110 extern struct iwm_phy_db *iwm_phy_db_init(struct iwm_softc *sc);
111 extern void iwm_phy_db_free(struct iwm_phy_db *phy_db);
112 extern int iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
114 extern int iwm_send_phy_db_data(struct iwm_phy_db *phy_db);
H A Dif_iwmvar.h486 struct iwm_phy_db *sc_phy_db;
H A Dif_iwm.c2800 struct iwm_phy_db *phy_db = data; in iwm_wait_phy_db_entry()