Home | History | Annotate | Download | only in pci

Lines Matching refs:_sc

419 #define IAVF_LOG(_sc, _lvl, _fmt, _args...)				\
421 if (!(_sc)->sc_attached) { \
425 aprint_error_dev((_sc)->sc_dev, _fmt, ##_args); \
428 aprint_normal_dev((_sc)->sc_dev,_fmt, ##_args); \
432 aprint_debug_dev((_sc)->sc_dev, _fmt, ##_args); \
435 struct ifnet *_ifp = &(_sc)->sc_ec.ec_if; \
626 #define iavf_nqueues(_sc) (1 << ((_sc)->sc_nqueue_pairs - 1))
627 #define iavf_allqueues(_sc) ((1 << ((_sc)->sc_nqueue_pairs)) - 1)