Home
last modified time | relevance | path

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

/include/linux/
Dphylink.h635 #define phylink_zero(bm) \ argument
636 bitmap_zero(bm, __ETHTOOL_LINK_MODE_MASK_NBITS)
637 #define __phylink_do_bit(op, bm, mode) \ argument
638 op(ETHTOOL_LINK_MODE_ ## mode ## _BIT, bm)
640 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument
641 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument
642 #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) argument
Dnfs_xdr.h39 __u32 bm; member