Lines Matching refs:word
442 u64 word; in qlcnic_82xx_sre_macaddr_change() local
447 word = QLCNIC_MAC_EVENT | ((u64)adapter->portnum << 16); in qlcnic_82xx_sre_macaddr_change()
448 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_sre_macaddr_change()
599 u64 word; in qlcnic_82xx_nic_set_promisc() local
605 word = QLCNIC_H2C_OPCODE_SET_MAC_RECEIVE_MODE | in qlcnic_82xx_nic_set_promisc()
607 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_nic_set_promisc()
820 u64 word; in qlcnic_82xx_config_hw_lro() local
830 word = QLCNIC_H2C_OPCODE_CONFIG_HW_LRO | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_hw_lro()
831 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_hw_lro()
833 word = 0; in qlcnic_82xx_config_hw_lro()
835 word = QLCNIC_ENABLE_IPV4_LRO; in qlcnic_82xx_config_hw_lro()
838 word |= QLCNIC_ENABLE_IPV6_LRO; in qlcnic_82xx_config_hw_lro()
841 req.words[0] = cpu_to_le64(word); in qlcnic_82xx_config_hw_lro()
854 u64 word; in qlcnic_config_bridged_mode() local
864 word = QLCNIC_H2C_OPCODE_CONFIG_BRIDGING | in qlcnic_config_bridged_mode()
866 req.req_hdr = cpu_to_le64(word); in qlcnic_config_bridged_mode()
889 u64 word; in qlcnic_82xx_config_rss() local
901 word = QLCNIC_H2C_OPCODE_CONFIG_RSS | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_rss()
902 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_rss()
917 word = ((u64)(QLCNIC_RSS_HASHTYPE_IP_TCP & 0x3) << 4) | in qlcnic_82xx_config_rss()
924 req.words[0] = cpu_to_le64(word); in qlcnic_82xx_config_rss()
940 u64 word; in qlcnic_82xx_config_ipaddr() local
946 word = QLCNIC_H2C_OPCODE_CONFIG_IPADDR | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_ipaddr()
947 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_ipaddr()
963 u64 word; in qlcnic_82xx_linkevent_request() local
968 word = QLCNIC_H2C_OPCODE_GET_LINKEVENT | ((u64)adapter->portnum << 16); in qlcnic_82xx_linkevent_request()
969 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_linkevent_request()
982 u64 word; in qlcnic_send_lro_cleanup() local
991 word = QLCNIC_H2C_OPCODE_LRO_REQUEST | in qlcnic_send_lro_cleanup()
995 req.req_hdr = cpu_to_le64(word); in qlcnic_send_lro_cleanup()
1541 u64 word; in qlcnic_82xx_config_led() local
1546 word = QLCNIC_H2C_OPCODE_CONFIG_LED | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_led()
1547 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_led()