Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h1119 #define EFX_PCI_FUNCTION_IS_PF(_encp) ((_encp)->enc_vf == 0xffff) argument
1120 #define EFX_PCI_FUNCTION_IS_VF(_encp) ((_encp)->enc_vf != 0xffff) argument
1122 #define EFX_PCI_FUNCTION(_encp) \ argument
1123 (EFX_PCI_FUNCTION_IS_PF(_encp) ? (_encp)->enc_pf : (_encp)->enc_vf)
1125 #define EFX_PCI_VF_PARENT(_encp) ((_encp)->enc_pf) argument
1942 #define EFX_BUG35388_WORKAROUND(_encp) \ argument
1943 (((_encp) == NULL) ? 1 : ((_encp)->enc_bug35388_workaround != 0))
1945 #define EFX_TXQ_MAXNDESCS(_encp) \ argument
1946 ((EFX_BUG35388_WORKAROUND(_encp)) ? 2048 : 4096)