Symbol: iwm_phy_db
sys/dev/netif/iwm/if_iwm.c
2821
struct iwm_phy_db *phy_db = data;
sys/dev/netif/iwm/if_iwm_phy_db.c
176
struct iwm_phy_db *
sys/dev/netif/iwm/if_iwm_phy_db.c
179
struct iwm_phy_db *phy_db = kmalloc(sizeof(struct iwm_phy_db),
sys/dev/netif/iwm/if_iwm_phy_db.c
199
iwm_phy_db_get_section(struct iwm_phy_db *phy_db,
sys/dev/netif/iwm/if_iwm_phy_db.c
226
iwm_phy_db_free_section(struct iwm_phy_db *phy_db,
sys/dev/netif/iwm/if_iwm_phy_db.c
241
iwm_phy_db_free(struct iwm_phy_db *phy_db)
sys/dev/netif/iwm/if_iwm_phy_db.c
265
iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
sys/dev/netif/iwm/if_iwm_phy_db.c
373
channel_id_to_txp(struct iwm_phy_db *phy_db, uint16_t ch_id)
sys/dev/netif/iwm/if_iwm_phy_db.c
396
iwm_phy_db_get_section_data(struct iwm_phy_db *phy_db,
sys/dev/netif/iwm/if_iwm_phy_db.c
427
iwm_send_phy_db_cmd(struct iwm_phy_db *phy_db, uint16_t type,
sys/dev/netif/iwm/if_iwm_phy_db.c
456
iwm_phy_db_send_all_channel_groups(struct iwm_phy_db *phy_db,
sys/dev/netif/iwm/if_iwm_phy_db.c
495
iwm_send_phy_db_data(struct iwm_phy_db *phy_db)
sys/dev/netif/iwm/if_iwm_phy_db.h
110
extern struct iwm_phy_db *iwm_phy_db_init(struct iwm_softc *sc);
sys/dev/netif/iwm/if_iwm_phy_db.h
111
extern void iwm_phy_db_free(struct iwm_phy_db *phy_db);
sys/dev/netif/iwm/if_iwm_phy_db.h
112
extern int iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
sys/dev/netif/iwm/if_iwm_phy_db.h
114
extern int iwm_send_phy_db_data(struct iwm_phy_db *phy_db);
sys/dev/netif/iwm/if_iwmvar.h
487
struct iwm_phy_db *sc_phy_db;