Searched refs:fab (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | agheader_repair.c | 123 struct xrep_find_ag_btree *fab) in xrep_check_btree_root() argument 128 return xfs_verify_agbno(mp, agno, fab->root) && in xrep_check_btree_root() 129 fab->height <= XFS_BTREE_MAXLEVELS; in xrep_check_btree_root() 145 struct xrep_find_ag_btree *fab, in xrep_agf_find_btrees() argument 152 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp); in xrep_agf_find_btrees() 157 if (!xrep_check_btree_root(sc, &fab[XREP_AGF_BNOBT]) || in xrep_agf_find_btrees() 158 !xrep_check_btree_root(sc, &fab[XREP_AGF_CNTBT]) || in xrep_agf_find_btrees() 159 !xrep_check_btree_root(sc, &fab[XREP_AGF_RMAPBT])) in xrep_agf_find_btrees() 166 if (fab[XREP_AGF_RMAPBT].root != in xrep_agf_find_btrees() 172 !xrep_check_btree_root(sc, &fab[XREP_AGF_REFCOUNTBT])) in xrep_agf_find_btrees() [all …]
|
D | repair.c | 692 struct xrep_find_ag_btree *fab, in xrep_findroot_block() argument 731 if (be32_to_cpu(btblock->bb_magic) != fab->magic) in xrep_findroot_block() 736 bp->b_ops = fab->buf_ops; in xrep_findroot_block() 739 if (fab->root != NULLAGBLOCK && in xrep_findroot_block() 740 xfs_btree_get_level(btblock) < fab->height) in xrep_findroot_block() 747 fab->root = agbno; in xrep_findroot_block() 748 fab->height = xfs_btree_get_level(btblock) + 1; in xrep_findroot_block() 752 be32_to_cpu(btblock->bb_magic), fab->height - 1); in xrep_findroot_block() 769 struct xrep_find_ag_btree *fab; in xrep_findroot_rmap() local 781 for (fab = ri->btree_info; fab->buf_ops; fab++) { in xrep_findroot_rmap() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 6 * This file contains common DT entry for all fab version of Cardhu. 7 * There is multiple fab version of Cardhu starting from A01 to A07. 8 * Cardhu fab version A01 and A03 are not supported. Cardhu fab version 10 * Cardhu fab version A04. The Cardhu fab version A05, A06, A07 are 11 * compatible with fab version A04. Based on Cardhu fab version, the 12 * related dts file need to be chosen like for Cardhu fab version A02, 13 * use tegra30-cardhu-a02.dts, Cardhu fab version A04 and later, use 18 * number is the fab version like here it is 002 and hence fab version A02.
|
D | lpc32xx.dtsi | 306 fab {
|
/Linux-v4.19/Documentation/devicetree/bindings/fuse/ |
D | nvidia,tegra20-fuse.txt | 12 available in later generations such as fab code, lot code, wafer id,..
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_func_88xx.h | 99 u8 fab, u8 intf,
|
D | halmac_func_88xx.c | 39 u8 fab, u8 intf, 1240 u8 fab, u8 intf, in halmac_pwr_seq_parser_88xx() argument 1256 status = halmac_pwr_sub_seq_parer_88xx(halmac_adapter, cut, fab, in halmac_pwr_seq_parser_88xx() 1389 u8 fab, u8 intf, in halmac_pwr_sub_seq_parer_88xx() argument 1398 (sub_seq_cmd->fab_msk & fab) && in halmac_pwr_sub_seq_parer_88xx()
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 904 struct fip_fab_desc *fab; in fcoe_ctlr_parse_adv() local 971 fab = (struct fip_fab_desc *)desc; in fcoe_ctlr_parse_adv() 972 fcf->fabric_name = get_unaligned_be64(&fab->fd_wwn); in fcoe_ctlr_parse_adv() 973 fcf->vfid = ntohs(fab->fd_vfid); in fcoe_ctlr_parse_adv() 974 fcf->fc_map = ntoh24(fab->fd_map); in fcoe_ctlr_parse_adv()
|