Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h817 #define qlcnic_gb_rx_flowctl(config_word) \ argument
819 #define qlcnic_gb_get_rx_flowctl(config_word) \ argument
821 #define qlcnic_gb_unset_rx_flowctl(config_word) \ argument
828 #define qlcnic_gb_set_gb0_mask(config_word) \ argument
830 #define qlcnic_gb_set_gb1_mask(config_word) \ argument
832 #define qlcnic_gb_set_gb2_mask(config_word) \ argument
834 #define qlcnic_gb_set_gb3_mask(config_word) \ argument
837 #define qlcnic_gb_get_gb0_mask(config_word) \ argument
839 #define qlcnic_gb_get_gb1_mask(config_word) \ argument
841 #define qlcnic_gb_get_gb2_mask(config_word) \ argument
[all …]
/linux-6.6.21/arch/arm/mach-ep93xx/
Dclock.c47 static unsigned long calc_pll_rate(unsigned long long rate, u32 config_word) in calc_pll_rate()