Searched refs:twt_cfg_ring (Results 1 – 4 of 4) sorted by relevance
505 config = (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in _twt_dump_twt_cfg_info()519 (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in _twt_operate_twt_config()1143 if (NULL == twt_cfg_i->twt_cfg_ring) { in phl_twt_init()1146 twt_cfg_i->twt_cfg_ring = _os_mem_alloc(drv, len); in phl_twt_init()1147 if (NULL == twt_cfg_i->twt_cfg_ring) { in phl_twt_init()1152 config = (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in phl_twt_init()1190 if (NULL == twt_cfg_i->twt_cfg_ring) in phl_twt_deinit()1192 config = (struct phl_twt_config *)(twt_cfg_i->twt_cfg_ring); in phl_twt_deinit()1203 _os_mem_free(drv, twt_cfg_i->twt_cfg_ring, len); in phl_twt_deinit()
83 void *twt_cfg_ring; /*struct phl_twt_config*/ member