Searched refs:page_table (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | sbp_targ.c | 224 struct unrestricted_page_table_fmt *page_table; member 623 if ( orbi->page_table != NULL ) { in sbp_targ_free_orbi() 625 printf("%s: free orbi->page_table %p\n", __func__, orbi->page_table); in sbp_targ_free_orbi() 626 free(orbi->page_table, M_SBP_TARG); in sbp_targ_free_orbi() 627 orbi->page_table = NULL; in sbp_targ_free_orbi() 848 if (orbi->page_table != NULL) { in sbp_targ_cam_done() 851 __func__, orbi->page_table); in sbp_targ_cam_done() 852 free(orbi->page_table, M_SBP_TARG); in sbp_targ_cam_done() 997 printf("%s: free orbi->page_table %p\n", __func__, orbi->page_table); in sbp_targ_pt_done() 1000 free(orbi->page_table, M_SBP_TARG); in sbp_targ_pt_done() [all …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | mac.c | 1265 pg_tbl = &chip->page_table[1]; in priority_queue_cfg() 1269 pg_tbl = &chip->page_table[2]; in init_h2c() 1271 pg_tbl = &chip->page_table[3]; in init_h2c() 1273 pg_tbl = &chip->page_table[4]; in init_h2c() 1278 pg_tbl = &chip->page_table[0]; in init_h2c()
|
H A D | main.h | 1223 const struct rtw_page_table *page_table; 1212 const struct rtw_page_table *page_table; global() member
|
H A D | rtw8821c.c | 2022 .page_table = page_table_8821c,
|
H A D | rtw8822b.c | 2562 .page_table = page_table_8822b,
|
H A D | rtw8723d.c | 2181 .page_table = page_table_8723d,
|
H A D | rtw8822c.c | 5394 .page_table = page_table_8822c,
|