Lines Matching refs:word
450 u64 word; in qlcnic_82xx_sre_macaddr_change() local
455 word = QLCNIC_MAC_EVENT | ((u64)adapter->portnum << 16); in qlcnic_82xx_sre_macaddr_change()
456 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_sre_macaddr_change()
611 u64 word; in qlcnic_82xx_nic_set_promisc() local
617 word = QLCNIC_H2C_OPCODE_SET_MAC_RECEIVE_MODE | in qlcnic_82xx_nic_set_promisc()
619 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_nic_set_promisc()
832 u64 word; in qlcnic_82xx_config_hw_lro() local
842 word = QLCNIC_H2C_OPCODE_CONFIG_HW_LRO | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_hw_lro()
843 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_hw_lro()
845 word = 0; in qlcnic_82xx_config_hw_lro()
847 word = QLCNIC_ENABLE_IPV4_LRO; in qlcnic_82xx_config_hw_lro()
850 word |= QLCNIC_ENABLE_IPV6_LRO; in qlcnic_82xx_config_hw_lro()
853 req.words[0] = cpu_to_le64(word); in qlcnic_82xx_config_hw_lro()
866 u64 word; in qlcnic_config_bridged_mode() local
876 word = QLCNIC_H2C_OPCODE_CONFIG_BRIDGING | in qlcnic_config_bridged_mode()
878 req.req_hdr = cpu_to_le64(word); in qlcnic_config_bridged_mode()
901 u64 word; in qlcnic_82xx_config_rss() local
913 word = QLCNIC_H2C_OPCODE_CONFIG_RSS | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_rss()
914 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_rss()
929 word = ((u64)(QLCNIC_RSS_HASHTYPE_IP_TCP & 0x3) << 4) | in qlcnic_82xx_config_rss()
936 req.words[0] = cpu_to_le64(word); in qlcnic_82xx_config_rss()
952 u64 word; in qlcnic_82xx_config_ipaddr() local
958 word = QLCNIC_H2C_OPCODE_CONFIG_IPADDR | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_ipaddr()
959 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_ipaddr()
975 u64 word; in qlcnic_82xx_linkevent_request() local
980 word = QLCNIC_H2C_OPCODE_GET_LINKEVENT | ((u64)adapter->portnum << 16); in qlcnic_82xx_linkevent_request()
981 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_linkevent_request()
994 u64 word; in qlcnic_send_lro_cleanup() local
1003 word = QLCNIC_H2C_OPCODE_LRO_REQUEST | in qlcnic_send_lro_cleanup()
1007 req.req_hdr = cpu_to_le64(word); in qlcnic_send_lro_cleanup()
1559 u64 word; in qlcnic_82xx_config_led() local
1564 word = QLCNIC_H2C_OPCODE_CONFIG_LED | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_led()
1565 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_led()