Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Dhunt_nic.c128 encp->enc_bug35388_workaround = B_TRUE; in hunt_board_cfg()
130 encp->enc_bug35388_workaround = B_FALSE; in hunt_board_cfg()
201 if (encp->enc_bug35388_workaround) { in hunt_board_cfg()
222 encp->enc_txq_max_ndescs = encp->enc_bug35388_workaround ? 2048 : 4096; in hunt_board_cfg()
H A Def10_ev.c586 if (enp->en_nic_cfg.enc_bug35388_workaround) { in ef10_ev_qprime()
716 if (encp->enc_bug35388_workaround) { in ef10_ev_qmoderate()
H A Defx.h1359 boolean_t enc_bug35388_workaround; member