Lines Matching defs:offs
3119 const struct qmp_pcie_offsets *offs = cfg->offsets;
3122 tx3 = qmp->port_b + offs->tx;
3123 rx3 = qmp->port_b + offs->rx;
3124 tx4 = qmp->port_b + offs->tx2;
3125 rx4 = qmp->port_b + offs->rx2;
3589 const struct qmp_pcie_offsets *offs = cfg->offsets;
3594 if (!offs)
3605 qmp->serdes = base + offs->serdes;
3606 qmp->pcs = base + offs->pcs;
3607 qmp->pcs_misc = base + offs->pcs_misc;
3608 qmp->tx = base + offs->tx;
3609 qmp->rx = base + offs->rx;
3612 qmp->tx2 = base + offs->tx2;
3613 qmp->rx2 = base + offs->rx2;
3623 qmp->ln_shrd = base + offs->ln_shrd;