FreeBSD kernel iwm device code
if_iwm_phy_db.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct iwm_phy_dbiwm_phy_db_init (struct iwm_softc *sc)
 
void iwm_phy_db_free (struct iwm_phy_db *phy_db)
 
int iwm_phy_db_set_section (struct iwm_phy_db *phy_db, struct iwm_rx_packet *pkt)
 
int iwm_send_phy_db_data (struct iwm_phy_db *phy_db)
 

Function Documentation

◆ iwm_phy_db_free()

void iwm_phy_db_free ( struct iwm_phy_db phy_db)

◆ iwm_phy_db_init()

struct iwm_phy_db * iwm_phy_db_init ( struct iwm_softc sc)

Definition at line 190 of file if_iwm_phy_db.c.

References iwm_phy_db::n_group_papd, iwm_phy_db::n_group_txp, and iwm_phy_db::sc.

Referenced by iwm_attach().

Here is the caller graph for this function:

◆ iwm_phy_db_set_section()

◆ iwm_send_phy_db_data()