Searched refs:CHIP_REV_IS_SLOW (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c188 if (CHIP_REV_IS_SLOW(sc)) {
H A Dbxe.h1176 #define CHIP_REV_IS_SLOW(sc) \ macro
1179 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))
1181 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))
1183 (!CHIP_REV_IS_SLOW(sc))
H A Dbxe.c1131 if (CHIP_REV_IS_SLOW(sc)) {
1167 if (CHIP_REV_IS_SLOW(sc)) {
1246 if (CHIP_REV_IS_SLOW(sc)) {
1362 if (CHIP_REV_IS_SLOW(sc)) {
1597 int timeout = CHIP_REV_IS_SLOW(sc) ? 400000 : 4000;
2158 uint8_t delay = CHIP_REV_IS_SLOW(sc) ? 100 : 10;
10173 if (CHIP_REV_IS_SLOW(sc)) {
10660 if (CHIP_REV_IS_SLOW(sc)) {
10880 if (CHIP_REV_IS_SLOW(sc)) {
11926 if (IS_PF(sc) && !CHIP_REV_IS_SLOW(s
[all...]
H A Dbxe_elink.c2650 if (CHIP_REV_IS_SLOW(sc)) {
14018 !CHIP_REV_IS_SLOW(sc)) {
14127 if (reset_ext_phy && (!CHIP_REV_IS_SLOW(sc))) {
14150 if (!CHIP_REV_IS_SLOW(sc))
H A Decore_sp.c3720 uint8_t offset = (CHIP_REV_IS_SLOW(sc) ?
4118 if (CHIP_REV_IS_SLOW(sc))
4400 if (!CHIP_REV_IS_SLOW(sc))
4412 if (!CHIP_REV_IS_SLOW(sc))
4427 if (!CHIP_REV_IS_SLOW(sc))
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c2747 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
2961 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
H A Decore_l2.c468 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
617 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
1412 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
H A Decore_int.h283 ((CHIP_REV_IS_SLOW(dev) && (!(dev)->b_is_emul_full)) ? \
H A Decore_init_ops.c197 if ((CHIP_REV_IS_SLOW(p_hwfn->p_dev) && (size < 16)) ||
593 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
H A Decore_hw.c269 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
292 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
316 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
H A Decore_dev.c2706 CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
2792 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
4839 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
5027 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
5047 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev) &&
H A Decore.h836 #define CHIP_REV_IS_SLOW(_p_dev) \ macro
844 #define CHIP_REV_IS_ASIC(_p_dev) !CHIP_REV_IS_SLOW(_p_dev)

Completed in 299 milliseconds