| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 41 int blkaddr; in rvu_npc_set_pkind() local 71 int pkind, blkaddr; in npc_config_ts_kpuaction() local 132 int blkaddr, int index) in is_mcam_entry_enabled() 143 int blkaddr, int index, bool enable) in npc_enable_mcam_entry() 157 int blkaddr, int index) in npc_clear_mcam_entry() 261 int blkaddr, int index, u8 intf, in npc_config_mcam_entry() 321 int blkaddr, u16 src, u16 dest) in npc_copy_mcam_entry() 361 int blkaddr, int index) in npc_get_mcam_action() 377 int blkaddr, index, kwi; in rvu_npc_install_ucast_entry() local 434 int blkaddr, ucast_idx, index, kwi; in rvu_npc_install_promisc_entry() local [all …]
|
| H A D | rvu_nix.c | 74 int blkaddr; in is_nixlf_attached() local 85 int blkaddr; in rvu_get_nixlf_count() local 98 int blkaddr; in nix_get_nixlf() local 133 static inline struct nix_hw *get_nix_hw(struct rvu_hwinfo *hw, int blkaddr) in get_nix_hw() 141 static void nix_rx_sync(struct rvu *rvu, int blkaddr) in nix_rx_sync() 152 static bool is_valid_txschq(struct rvu *rvu, int blkaddr, in is_valid_txschq() 288 int blkaddr, pf, type; in rvu_mbox_handler_nix_bp_disable() local 312 int bpid, blkaddr, lmac_chan_cnt; in rvu_nix_get_bpid() local 372 int blkaddr, pf, type, chan_id = 0; in rvu_mbox_handler_nix_bp_enable() local 418 static void nix_setup_lso_tso_l3(struct rvu *rvu, int blkaddr, in nix_setup_lso_tso_l3() [all …]
|
| H A D | rvu_npa.c | 60 int blkaddr, npalf, rc = 0; in rvu_npa_aq_enq_inst() local 331 int blkaddr; in rvu_mbox_handler_npa_lf_alloc() local 433 int blkaddr; in rvu_mbox_handler_npa_lf_free() local 500 int blkaddr, err; in rvu_npa_init() local 518 int blkaddr; in rvu_npa_freemem() local
|
| H A D | rvu.c | 226 int devnum, blkaddr = -ENODEV; in rvu_get_blkaddr() local 410 bool is_block_implemented(struct rvu_hwinfo *hw, int blkaddr) in is_block_implemented() 463 static void rvu_block_reset(struct rvu *rvu, int blkaddr, u64 rst_reg) in rvu_block_reset() 1100 int blkaddr; in rvu_detach_block() local 1189 int blkaddr; in rvu_attach_block() local 1383 int blkaddr, int lf) in rvu_get_msix_offset() 1937 static void rvu_blklf_teardown(struct rvu *rvu, u16 pcifunc, u8 blkaddr) in rvu_blklf_teardown()
|
| H A D | rvu_debugfs.c | 320 int blkaddr; in rvu_dbg_is_valid_lf() local 1617 u16 pcifunc, int blkaddr) in rvu_print_npc_mcam_info() 1654 int pf, vf, numvfs, blkaddr; in rvu_dbg_npc_mcam_info_display() local 1723 int blkaddr; in rvu_dbg_npc_rx_miss_stats_display() local
|
| H A D | rvu_cgx.c | 671 int blkaddr; in rvu_cgx_nix_cuml_stats() local
|
| H A D | rvu.h | 144 #define MSIX_BLKLF(blkaddr, lf) (((blkaddr) << 8) | ((lf) & 0xFF)) argument
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | compress.c | 810 block_t blkaddr, bool in_task) in f2fs_end_read_compressed_page() 892 block_t blkaddr; in __f2fs_cluster_blocks() local 1239 block_t blkaddr; in f2fs_write_compressed_pages() local 1742 block_t blkaddr = data_blkaddr(dn->inode, dn->node_page, in f2fs_cluster_blocks_are_contiguous() local 1764 void f2fs_invalidate_compress_page(struct f2fs_sb_info *sbi, block_t blkaddr) in f2fs_invalidate_compress_page() 1772 nid_t ino, block_t blkaddr) in f2fs_cache_compressed_page() 1815 block_t blkaddr) in f2fs_load_compressed_page()
|
| H A D | recovery.c | 349 block_t blkaddr; in find_fsync_dnodes() local 443 block_t blkaddr, struct dnode_of_data *dn) in check_index_in_prev_nodes() 722 block_t blkaddr; in recover_data() local
|
| H A D | data.c | 234 block_t blkaddr = SECTOR_TO_BLOCK(ctx->bio->bi_iter.bi_sector); in f2fs_handle_step_decompress() local 390 int f2fs_target_device_index(struct f2fs_sb_info *sbi, block_t blkaddr) in f2fs_target_device_index() 1000 static struct bio *f2fs_grab_read_bio(struct inode *inode, block_t blkaddr, in f2fs_grab_read_bio() 1048 block_t blkaddr, int op_flags, bool for_write) in f2fs_submit_page_read() 1100 void f2fs_update_data_blkaddr(struct dnode_of_data *dn, block_t blkaddr) in f2fs_update_data_blkaddr() 1127 block_t blkaddr = f2fs_data_blkaddr(dn); in f2fs_reserve_new_blocks() local 1486 block_t blkaddr; in f2fs_map_blocks() local 2224 block_t blkaddr; in f2fs_read_multi_pages() local 2257 block_t blkaddr; in f2fs_read_multi_pages() local 3387 block_t blkaddr = NULL_ADDR; in f2fs_write_begin() local
|
| H A D | file.c | 406 static bool __found_offset(struct address_space *mapping, block_t blkaddr, in __found_offset() 475 block_t blkaddr; in f2fs_seek_block() local 586 block_t blkaddr = le32_to_cpu(*addr); in f2fs_truncate_data_blocks_range() local 1132 static int __read_out_blkaddrs(struct inode *inode, block_t *blkaddr, in __read_out_blkaddrs() 1187 static int __roll_back_blkaddrs(struct inode *inode, block_t *blkaddr, in __roll_back_blkaddrs() 1212 block_t *blkaddr, int *do_replace, in __clone_blkaddrs() 3501 block_t blkaddr; in release_compress_blocks() local 3663 block_t blkaddr; in reserve_compress_blocks() local 3937 block_t blkaddr = f2fs_data_blkaddr(&dn); in f2fs_sec_trim_file() local
|
| H A D | segment.c | 1317 struct discard_cmd *dc, block_t blkaddr) in __punch_discard_cmd() 1706 static void f2fs_wait_discard_bio(struct f2fs_sb_info *sbi, block_t blkaddr) in f2fs_wait_discard_bio() 2197 block_t blkaddr) in get_segment_mtime() 2206 static void update_segment_mtime(struct f2fs_sb_info *sbi, block_t blkaddr, in update_segment_mtime() 2229 static void update_sit_entry(struct f2fs_sb_info *sbi, block_t blkaddr, int del) in update_sit_entry() 2351 bool f2fs_is_checkpointed_data(struct f2fs_sb_info *sbi, block_t blkaddr) in f2fs_is_checkpointed_data() 3773 void f2fs_wait_on_block_writeback(struct inode *inode, block_t blkaddr) in f2fs_wait_on_block_writeback() 3791 void f2fs_wait_on_block_writeback_range(struct inode *inode, block_t blkaddr, in f2fs_wait_on_block_writeback_range() 3988 static void write_compacted_summaries(struct f2fs_sb_info *sbi, block_t blkaddr) in write_compacted_summaries() 4048 block_t blkaddr, int type) in write_normal_summaries()
|
| H A D | extent_cache.c | 833 pgoff_t fofs, block_t blkaddr, unsigned int llen, in f2fs_update_read_extent_tree_range_compressed() 894 block_t blkaddr) in __get_new_block_age() 1064 pgoff_t fofs, block_t blkaddr, unsigned int len) in f2fs_update_read_extent_cache_range()
|
| H A D | checkpoint.c | 138 static bool __is_bitmap_valid(struct f2fs_sb_info *sbi, block_t blkaddr, in __is_bitmap_valid() 170 block_t blkaddr, int type) in f2fs_is_valid_blkaddr()
|
| H A D | f2fs.h | 410 block_t blkaddr; /* block address locating the last fsync */ member 3394 block_t blkaddr, int type) in verify_blkaddr() 3403 static inline bool __is_valid_data_blkaddr(block_t blkaddr) in __is_valid_data_blkaddr() 3927 #define stat_inc_meta_count(sbi, blkaddr) \ argument 4026 #define stat_inc_meta_count(sbi, blkaddr) do { } while (0) argument 4265 bool failed, block_t blkaddr, bool in_task) in f2fs_end_read_compressed_page() 4281 block_t blkaddr) { } in f2fs_invalidate_compress_page() 4283 struct page *page, nid_t ino, block_t blkaddr) { } in f2fs_cache_compressed_page() 4285 struct page *page, block_t blkaddr) { return false; } in f2fs_load_compressed_page() 4291 pgoff_t fofs, block_t blkaddr, in f2fs_update_read_extent_tree_range_compressed() [all …]
|
| H A D | node.h | 302 static inline void fill_node_footer_blkaddr(struct page *page, block_t blkaddr) in fill_node_footer_blkaddr()
|
| H A D | node.c | 559 block_t blkaddr; in f2fs_get_node_info() local 857 block_t blkaddr; in f2fs_get_dnode_of_data() local
|
| H A D | gc.c | 999 struct node_info *dni, block_t blkaddr, unsigned int *nofs) in is_alive()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | xattr.c | 15 erofs_blk_t blkaddr; member 404 erofs_blk_t blkaddr = in shared_getxattr() local 626 erofs_blk_t blkaddr = in shared_listxattr() local
|
| H A D | inode.c | 24 erofs_blk_t blkaddr, nblks = 0; in erofs_read_inode() local
|
| H A D | data.c | 37 struct page *erofs_get_meta_page(struct super_block *sb, erofs_blk_t blkaddr) in erofs_get_meta_page()
|
| H A D | erofs_fs.h | 303 __le32 blkaddr; member
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_iso.c | 55 unsigned long newblkaddr,blkaddr,lastsect,bootaddr; in part_get_info_iso_verb() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A D | hermes_dld.c | 280 u32 blkaddr; in hermes_program() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.h | 322 u64 blkaddr; in otx2_get_regaddr() local
|