Searched refs:_qlcnic_crb_get_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hdr.h | 799 #define _qlcnic_crb_get_bit(var, bit) ((var >> bit) & 0x1) macro 820 _qlcnic_crb_get_bit((config_word), 5) 838 _qlcnic_crb_get_bit((config_word), 0) 840 _qlcnic_crb_get_bit((config_word), 2) 842 _qlcnic_crb_get_bit((config_word), 4) 844 _qlcnic_crb_get_bit((config_word), 6) 872 _qlcnic_crb_get_bit((config_word), 0) 874 _qlcnic_crb_get_bit((config_word), 3) 927 _qlcnic_crb_get_bit(config_word, 10) 929 _qlcnic_crb_get_bit(config_word, 13)
|