| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H A D | bnx2i_hwi.c | 793 u32 *ptbl; in bnx2i_570x_send_conn_ofld_req() local 818 ptbl = (u32 *) ep->qp.sq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req() 820 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req() 821 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req() 823 ptbl = (u32 *) ep->qp.cq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req() 824 ofld_req2.cq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req() 825 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req() 854 u32 *ptbl; in bnx2i_5771x_send_conn_ofld_req() local 879 ptbl = (u32 *)((u8 *)ep->qp.sq_pgtbl_virt + ISCSI_SQ_DB_SIZE); in bnx2i_5771x_send_conn_ofld_req() 880 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req() [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | genhd.c | 148 struct disk_part_tbl *ptbl = rcu_dereference(disk->part_tbl); in __disk_get_part() local 150 if (unlikely(partno < 0 || partno >= ptbl->len)) in __disk_get_part() 152 return rcu_dereference(ptbl->part[partno]); in __disk_get_part() 196 struct disk_part_tbl *ptbl; in disk_part_iter_init() local 199 ptbl = rcu_dereference(disk->part_tbl); in disk_part_iter_init() 205 piter->idx = ptbl->len - 1; in disk_part_iter_init() 228 struct disk_part_tbl *ptbl; in disk_part_iter_next() local 237 ptbl = rcu_dereference(piter->disk->part_tbl); in disk_part_iter_next() 249 end = ptbl->len; in disk_part_iter_next() 256 part = rcu_dereference(ptbl->part[piter->idx]); in disk_part_iter_next() [all …]
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | core.c | 307 struct disk_part_tbl *ptbl = in hd_struct_free() local 310 rcu_assign_pointer(ptbl->last_lookup, NULL); in hd_struct_free() 330 struct disk_part_tbl *ptbl = in delete_partition() local 339 rcu_assign_pointer(ptbl->part[part->partno], NULL); in delete_partition() 378 struct disk_part_tbl *ptbl; in add_partition() local 403 ptbl = rcu_dereference_protected(disk->part_tbl, 1); in add_partition() 405 if (ptbl->part[partno]) in add_partition() 480 rcu_assign_pointer(ptbl->part[partno], p); in add_partition()
|
| /OK3568_Linux_fs/u-boot/board/cirrus/edb93xx/ |
| H A D | edb93xx.c | 140 unsigned *ptbl = tbl; in dram_fill_bank_addr() local 145 *ptbl++ = j; in dram_fill_bank_addr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_11n.c | 3006 rx_reorder_tbl *ptbl = buf; in wlan_get_rxreorder_tbl() local 3022 ptbl->tid = (t_u16)rx_reorder_tbl_ptr->tid; in wlan_get_rxreorder_tbl() 3023 memcpy(priv->adapter, ptbl->ta, rx_reorder_tbl_ptr->ta, in wlan_get_rxreorder_tbl() 3025 ptbl->start_win = rx_reorder_tbl_ptr->start_win; in wlan_get_rxreorder_tbl() 3026 ptbl->win_size = rx_reorder_tbl_ptr->win_size; in wlan_get_rxreorder_tbl() 3027 ptbl->amsdu = rx_reorder_tbl_ptr->amsdu; in wlan_get_rxreorder_tbl() 3030 ptbl->buffer[i] = MTRUE; in wlan_get_rxreorder_tbl() 3032 ptbl->buffer[i] = MFALSE; in wlan_get_rxreorder_tbl() 3035 ptbl++; in wlan_get_rxreorder_tbl() 3055 tx_ba_stream_tbl *ptbl = buf; in wlan_get_txbastream_tbl() local [all …]
|
| H A D | mlan_decl.h | 1163 IN pmlan_bss_tbl ptbl);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11n.c | 3044 rx_reorder_tbl *ptbl = buf; in wlan_get_rxreorder_tbl() local 3063 ptbl->tid = (t_u16)rx_reorder_tbl_ptr->tid; in wlan_get_rxreorder_tbl() 3064 memcpy_ext(priv->adapter, ptbl->ta, rx_reorder_tbl_ptr->ta, in wlan_get_rxreorder_tbl() 3066 ptbl->start_win = rx_reorder_tbl_ptr->start_win; in wlan_get_rxreorder_tbl() 3067 ptbl->win_size = rx_reorder_tbl_ptr->win_size; in wlan_get_rxreorder_tbl() 3069 ptbl->amsdu = rx_reorder_tbl_ptr->amsdu; in wlan_get_rxreorder_tbl() 3072 ptbl->buffer[i] = MTRUE; in wlan_get_rxreorder_tbl() 3074 ptbl->buffer[i] = MFALSE; in wlan_get_rxreorder_tbl() 3077 ptbl++; in wlan_get_rxreorder_tbl() 3098 tx_ba_stream_tbl *ptbl = buf; in wlan_get_txbastream_tbl() local [all …]
|
| H A D | mlan_decl.h | 2061 pmlan_bss_tbl ptbl);
|
| /OK3568_Linux_fs/kernel/drivers/vfio/ |
| H A D | vfio_iommu_spapr_tce.c | 202 phys_addr_t ioba, struct iommu_table **ptbl) in tce_iommu_find_table() argument 215 *ptbl = tbl; in tce_iommu_find_table() 612 struct iommu_table **ptbl) in tce_iommu_create_table() argument 626 page_shift, window_size, levels, ptbl); in tce_iommu_create_table() 628 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table() 629 WARN_ON(!ret && ((*ptbl)->it_allocated_size > table_size)); in tce_iommu_create_table()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | npu-dma.c | 278 struct iommu_table **ptbl) in pnv_npu_peers_create_table_userspace() argument 290 window_size, levels, ptbl); in pnv_npu_peers_create_table_userspace()
|
| H A D | pci-ioda.c | 1848 bool alloc_userspace_copy, struct iommu_table **ptbl) in pnv_pci_ioda2_create_table() argument 1871 *ptbl = tbl; in pnv_pci_ioda2_create_table() 2017 struct iommu_table **ptbl) in pnv_pci_ioda2_create_table_userspace() argument 2020 num, page_shift, window_size, levels, true, ptbl); in pnv_pci_ioda2_create_table_userspace() 2023 (*ptbl)->it_allocated_size = pnv_pci_ioda2_get_table_size( in pnv_pci_ioda2_create_table_userspace()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_shim.h | 35 IN pmlan_bss_tbl ptbl);
|
| H A D | mlan_decl.h | 1163 IN pmlan_bss_tbl ptbl);
|
| H A D | moal_shim.c | 531 IN mlan_hw_info * phw, IN pmlan_bss_tbl ptbl) in moal_get_hw_spec_complete() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_shim.h | 35 mlan_hw_info *phw, pmlan_bss_tbl ptbl);
|
| H A D | moal_shim.c | 885 mlan_hw_info *phw, pmlan_bss_tbl ptbl) argument 930 memset(ptbl, 0, sizeof(mlan_bss_tbl)); 932 ptbl->bss_attr[i].bss_type = 934 ptbl->bss_attr[i].frame_type = 936 ptbl->bss_attr[i].active = 938 ptbl->bss_attr[i].bss_priority = 940 ptbl->bss_attr[i].bss_num = 942 ptbl->bss_attr[i].bss_virtual =
|
| H A D | mlan_decl.h | 2061 pmlan_bss_tbl ptbl);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | iommu.h | 172 struct iommu_table **ptbl);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 231 unsigned long size, ptbl, root; in kvmppc_mmu_radix_translate_table() local 243 ptbl = (table & PRTB_MASK) + (table_index * sizeof(entry)); in kvmppc_mmu_radix_translate_table() 245 ret = kvm_read_guest(kvm, ptbl, &entry, sizeof(entry)); in kvmppc_mmu_radix_translate_table()
|