Searched refs:phy_db (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_phy_db.h112 extern void iwm_phy_db_free(struct iwm_phy_db *phy_db);
113 extern int iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
115 extern int iwm_send_phy_db_data(struct iwm_phy_db *phy_db);
H A Dif_iwm_phy_db.c227 struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db), local
230 if (!phy_db)
231 return phy_db;
233 phy_db->sc = sc;
235 phy_db->n_group_txp = -1;
236 phy_db->n_group_papd = -1;
239 return phy_db;
247 iwm_phy_db_get_section(struct iwm_phy_db *phy_db, argument
251 if (!phy_db || type >= IWM_PHY_DB_MAX)
256 return &phy_db
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
2878 if (iwm_phy_db_set_section(phy_db, pkt)) {
6056 device_printf(dev, "Cannot init phy_db\n");

Completed in 175 milliseconds