Searched defs:phy_db (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_phy_db.c227 struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db), local
247 iwm_phy_db_get_section(struct iwm_phy_db *phy_db, argument
274 iwm_phy_db_free_section(struct iwm_phy_db *phy_db, enum iwm_phy_db_section_type type, uint16_t chg_id) argument
289 iwm_phy_db_free(struct iwm_phy_db *phy_db) argument
313 iwm_phy_db_set_section(struct iwm_phy_db *phy_db, struct iwm_rx_packet *pkt) argument
421 channel_id_to_txp(struct iwm_phy_db *phy_db, uint16_t ch_id) argument
444 iwm_phy_db_get_section_data(struct iwm_phy_db *phy_db, uint32_t type, uint8_t **data, uint16_t *size, uint16_t ch_id) argument
475 iwm_send_phy_db_cmd(struct iwm_phy_db *phy_db, uint16_t type, uint16_t length, void *data) argument
504 iwm_phy_db_send_all_channel_groups(struct iwm_phy_db *phy_db, enum iwm_phy_db_section_type type, uint8_t max_ch_groups) argument
543 iwm_send_phy_db_data(struct iwm_phy_db *phy_db) argument
[all...]
H A Dif_iwm.c2868 struct iwm_phy_db *phy_db = data; local

Completed in 72 milliseconds