Searched refs:iwl_phy_db (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-phy-db.c | 92 struct iwl_phy_db { struct 136 struct iwl_phy_db *iwl_phy_db_init(struct iwl_trans *trans) in iwl_phy_db_init() 138 struct iwl_phy_db *phy_db = kzalloc(sizeof(struct iwl_phy_db), in iwl_phy_db_init() 156 iwl_phy_db_get_section(struct iwl_phy_db *phy_db, in iwl_phy_db_get_section() 182 static void iwl_phy_db_free_section(struct iwl_phy_db *phy_db, in iwl_phy_db_free_section() 196 void iwl_phy_db_free(struct iwl_phy_db *phy_db) in iwl_phy_db_free() 214 int iwl_phy_db_set_section(struct iwl_phy_db *phy_db, struct iwl_rx_packet *pkt, in iwl_phy_db_set_section() 291 static u16 channel_id_to_txp(struct iwl_phy_db *phy_db, u16 ch_id) in channel_id_to_txp() 313 int iwl_phy_db_get_section_data(struct iwl_phy_db *phy_db, in iwl_phy_db_get_section_data() 342 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd() [all …]
|
D | iwl-phy-db.h | 72 struct iwl_phy_db *iwl_phy_db_init(struct iwl_trans *trans); 74 void iwl_phy_db_free(struct iwl_phy_db *phy_db); 76 int iwl_phy_db_set_section(struct iwl_phy_db *phy_db, struct iwl_rx_packet *pkt, 80 int iwl_send_phy_db_data(struct iwl_phy_db *phy_db);
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | fw.c | 196 struct iwl_phy_db *phy_db = data; in iwl_wait_phy_db_entry()
|
D | mvm.h | 586 struct iwl_phy_db *phy_db;
|