Searched refs:CHIP_REV_IS_SLOW (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.h283 ((CHIP_REV_IS_SLOW(dev) && (!(dev)->b_is_emul_full)) ? \
H A Decore_init_ops.c196 if ((CHIP_REV_IS_SLOW(p_hwfn->p_dev) && (size < 16)) ||
591 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.h836 #define CHIP_REV_IS_SLOW(_p_dev) \ macro
844 #define CHIP_REV_IS_ASIC(_p_dev) !CHIP_REV_IS_SLOW(_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_dev.c2704 CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
2790 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
4837 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
5025 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
5045 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev) &&
H A Decore_mcp.c2746 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev)) {
2960 if (CHIP_REV_IS_SLOW(p_hwfn->p_dev))
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.h1149 #define CHIP_REV_IS_SLOW(sc) \ macro
1152 (CHIP_REV_IS_SLOW(sc) && (CHIP_REV(sc) & 0x00001000))
1154 (CHIP_REV_IS_SLOW(sc) && !(CHIP_REV(sc) & 0x00001000))
1156 (!CHIP_REV_IS_SLOW(sc))
H A Dbxe.c1128 if (CHIP_REV_IS_SLOW(sc)) {
1164 if (CHIP_REV_IS_SLOW(sc)) {
1243 if (CHIP_REV_IS_SLOW(sc)) {
1359 if (CHIP_REV_IS_SLOW(sc)) {
1594 int timeout = CHIP_REV_IS_SLOW(sc) ? 400000 : 4000;
2155 uint8_t delay = CHIP_REV_IS_SLOW(sc) ? 100 : 10;
10137 if (CHIP_REV_IS_SLOW(sc)) {
10624 if (CHIP_REV_IS_SLOW(sc)) {
10844 if (CHIP_REV_IS_SLOW(sc)) {
11888 if (IS_PF(sc) && !CHIP_REV_IS_SLOW(s
[all...]
H A Decore_sp.c3722 uint8_t offset = (CHIP_REV_IS_SLOW(sc) ?
4120 if (CHIP_REV_IS_SLOW(sc))
4402 if (!CHIP_REV_IS_SLOW(sc))
4414 if (!CHIP_REV_IS_SLOW(sc))
4429 if (!CHIP_REV_IS_SLOW(sc))
H A Dbxe_stats.c190 if (CHIP_REV_IS_SLOW(sc)) {
H A Dbxe_elink.c2652 if (CHIP_REV_IS_SLOW(sc)) {
14020 !CHIP_REV_IS_SLOW(sc)) {
14129 if (reset_ext_phy && (!CHIP_REV_IS_SLOW(sc))) {
14152 if (!CHIP_REV_IS_SLOW(sc))

Completed in 401 milliseconds