Home
last modified time | relevance | path

Searched defs:config_word (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.h41 #define netxen_gb_tx_flowctl(config_word) \ argument
43 #define netxen_gb_rx_flowctl(config_word) \ argument
45 #define netxen_gb_tx_reset_pb(config_word) \ argument
47 #define netxen_gb_rx_reset_pb(config_word) \ argument
49 #define netxen_gb_tx_reset_mac(config_word) \ argument
51 #define netxen_gb_rx_reset_mac(config_word) \ argument
54 #define netxen_gb_unset_tx_flowctl(config_word) \ argument
56 #define netxen_gb_unset_rx_flowctl(config_word) \ argument
59 #define netxen_gb_get_tx_synced(config_word) \ argument
61 #define netxen_gb_get_rx_synced(config_word) \ argument
[all …]
Dnetxen_nic.h230 #define netxen_set_msg_peg_id(config_word, val) \ argument
232 #define netxen_set_msg_privid(config_word) \ argument
234 #define netxen_set_msg_count(config_word, val) \ argument
236 #define netxen_set_msg_ctxid(config_word, val) \ argument
238 #define netxen_set_msg_opcode(config_word, val) \ argument
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h818 #define qlcnic_gb_rx_flowctl(config_word) \ argument
820 #define qlcnic_gb_get_rx_flowctl(config_word) \ argument
822 #define qlcnic_gb_unset_rx_flowctl(config_word) \ argument
829 #define qlcnic_gb_set_gb0_mask(config_word) \ argument
831 #define qlcnic_gb_set_gb1_mask(config_word) \ argument
833 #define qlcnic_gb_set_gb2_mask(config_word) \ argument
835 #define qlcnic_gb_set_gb3_mask(config_word) \ argument
838 #define qlcnic_gb_get_gb0_mask(config_word) \ argument
840 #define qlcnic_gb_get_gb1_mask(config_word) \ argument
842 #define qlcnic_gb_get_gb2_mask(config_word) \ argument
[all …]
/Linux-v5.4/arch/arm/mach-ep93xx/
Dclock.c511 static unsigned long calc_pll_rate(u32 config_word) in calc_pll_rate()