Home
last modified time | relevance | path

Searched refs:enc_bug35388_workaround (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/sfxge/common/
Dhunt_nic.c213 encp->enc_bug35388_workaround = B_TRUE; in hunt_board_cfg()
215 encp->enc_bug35388_workaround = B_FALSE; in hunt_board_cfg()
286 if (encp->enc_bug35388_workaround) { in hunt_board_cfg()
325 encp->enc_txq_max_ndescs = encp->enc_bug35388_workaround ? 2048 : 4096; in hunt_board_cfg()
Def10_ev.c589 if (enp->en_nic_cfg.enc_bug35388_workaround) { in ef10_ev_qprime()
719 if (encp->enc_bug35388_workaround) { in ef10_ev_qmoderate()
Defx.h1174 boolean_t enc_bug35388_workaround; member