Searched refs:fab (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh11 # | fab-br0 |
30 ip link del fab-br0 >/dev/null 2>&1 || :
40 ip link add fab-br0 address 52:54:00:3B:7C:A6 mtu 1500 type bridge \
59 ip link set fbond master fab-br0
66 ip link set fab-br0 up
68 ip addr add dev fab-br0 10.0.0.3
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c137 struct xrep_find_ag_btree *fab)
139 return xfs_verify_agbno(sc->sa.pag, fab->root) &&
140 fab->height <= fab->maxlevels;
144 * Given the btree roots described by *fab, find the roots, check them for
145 * sanity, and pass the root data back out via *fab.
156 struct xrep_find_ag_btree *fab,
163 error = xrep_find_ag_btree_roots(sc, agf_bp, fab, agfl_bp);
168 if (!xrep_check_btree_root(sc, &fab[XREP_AGF_BNOBT]) ||
169 !xrep_check_btree_root(sc, &fab[XREP_AGF_CNTB
135 xrep_check_btree_root( struct xfs_scrub *sc, struct xrep_find_ag_btree *fab) argument
153 xrep_agf_find_btrees( struct xfs_scrub *sc, struct xfs_buf *agf_bp, struct xrep_find_ag_btree *fab, struct xfs_buf *agfl_bp) argument
221 xrep_agf_set_roots( struct xfs_scrub *sc, struct xfs_agf *agf, struct xrep_find_ag_btree *fab) argument
341 struct xrep_find_ag_btree fab[XREP_AGF_MAX] = { local
804 xrep_agi_find_btrees( struct xfs_scrub *sc, struct xrep_find_ag_btree *fab) argument
870 xrep_agi_set_roots( struct xfs_scrub *sc, struct xfs_agi *agi, struct xrep_find_ag_btree *fab) argument
961 struct xrep_find_ag_btree fab[XREP_AGI_MAX] = { local
[all...]
H A Drepair.c469 struct xrep_find_ag_btree *fab,
523 ASSERT(fab->buf_ops->magic[1] != 0);
524 if (btblock->bb_magic != fab->buf_ops->magic[1])
542 if (bp->b_ops != fab->buf_ops)
554 bp->b_ops = fab->buf_ops;
555 fab->buf_ops->verify_read(bp);
585 if (block_level + 1 == fab->height) {
586 fab->root = NULLAGBLOCK;
588 } else if (block_level < fab->height) {
597 fab
467 xrep_findroot_block( struct xrep_findroot *ri, struct xrep_find_ag_btree *fab, uint64_t owner, xfs_agblock_t agbno, bool *done_with_block) argument
628 struct xrep_find_ag_btree *fab; local
666 struct xrep_find_ag_btree *fab; local
[all...]
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c168 LIBFCOE_FIP_DBG(fip, "New FCF fab %16.16llx mac %pM\n",
839 "for fab %16.16llx count %lld\n",
895 struct fip_fab_desc *fab; local
962 fab = (struct fip_fab_desc *)desc;
963 fcf->fabric_name = get_unaligned_be64(&fab->fd_wwn);
964 fcf->vfid = ntohs(fab->fd_vfid);
965 fcf->fc_map = ntoh24(fab->fd_map);
1055 "for FCF, fab %16.16llx mac %pM\n",
1084 LIBFCOE_FIP_DBG(fip, "New FCF fab %16.16llx mac %pM\n",
1621 LIBFCOE_FIP_DBG(fip, "consider FCF fab
[all...]

Completed in 160 milliseconds