Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.h59 #define netxen_gb_tx_flowctl(config_word) \ argument
61 #define netxen_gb_rx_flowctl(config_word) \ argument
63 #define netxen_gb_tx_reset_pb(config_word) \ argument
65 #define netxen_gb_rx_reset_pb(config_word) \ argument
67 #define netxen_gb_tx_reset_mac(config_word) \ argument
69 #define netxen_gb_rx_reset_mac(config_word) \ argument
72 #define netxen_gb_unset_tx_flowctl(config_word) \ argument
74 #define netxen_gb_unset_rx_flowctl(config_word) \ argument
77 #define netxen_gb_get_tx_synced(config_word) \ argument
79 #define netxen_gb_get_rx_synced(config_word) \ argument
[all …]
Dnetxen_nic.h248 #define netxen_set_msg_peg_id(config_word, val) \ argument
250 #define netxen_set_msg_privid(config_word) \ argument
252 #define netxen_set_msg_count(config_word, val) \ argument
254 #define netxen_set_msg_ctxid(config_word, val) \ argument
256 #define netxen_set_msg_opcode(config_word, val) \ argument
/linux-3.3/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h899 #define qlcnic_gb_rx_flowctl(config_word) \ argument
901 #define qlcnic_gb_get_rx_flowctl(config_word) \ argument
903 #define qlcnic_gb_unset_rx_flowctl(config_word) \ argument
910 #define qlcnic_gb_set_gb0_mask(config_word) \ argument
912 #define qlcnic_gb_set_gb1_mask(config_word) \ argument
914 #define qlcnic_gb_set_gb2_mask(config_word) \ argument
916 #define qlcnic_gb_set_gb3_mask(config_word) \ argument
919 #define qlcnic_gb_get_gb0_mask(config_word) \ argument
921 #define qlcnic_gb_get_gb1_mask(config_word) \ argument
923 #define qlcnic_gb_get_gb2_mask(config_word) \ argument
[all …]
/linux-3.3/arch/arm/mach-ep93xx/
Dclock.c485 static unsigned long calc_pll_rate(u32 config_word) in calc_pll_rate()