Lines Matching refs:word
606 u64 word; in nx_p3_sre_macaddr_change() local
611 word = NX_MAC_EVENT | ((u64)adapter->portnum << 16); in nx_p3_sre_macaddr_change()
612 req.req_hdr = cpu_to_le64(word); in nx_p3_sre_macaddr_change()
699 u64 word; in netxen_p3_nic_set_promisc() local
705 word = NX_NIC_H2C_OPCODE_PROXY_SET_VPORT_MISS_MODE | in netxen_p3_nic_set_promisc()
707 req.req_hdr = cpu_to_le64(word); in netxen_p3_nic_set_promisc()
744 u64 word[6]; in netxen_config_intr_coalesce() local
748 memset(word, 0, sizeof(word)); in netxen_config_intr_coalesce()
752 word[0] = NETXEN_CONFIG_INTR_COALESCE | ((u64)adapter->portnum << 16); in netxen_config_intr_coalesce()
753 req.req_hdr = cpu_to_le64(word[0]); in netxen_config_intr_coalesce()
755 memcpy(&word[0], &adapter->coal, sizeof(adapter->coal)); in netxen_config_intr_coalesce()
757 req.words[i] = cpu_to_le64(word[i]); in netxen_config_intr_coalesce()
771 u64 word; in netxen_config_hw_lro() local
781 word = NX_NIC_H2C_OPCODE_CONFIG_HW_LRO | ((u64)adapter->portnum << 16); in netxen_config_hw_lro()
782 req.req_hdr = cpu_to_le64(word); in netxen_config_hw_lro()
798 u64 word; in netxen_config_bridged_mode() local
808 word = NX_NIC_H2C_OPCODE_CONFIG_BRIDGING | in netxen_config_bridged_mode()
810 req.req_hdr = cpu_to_le64(word); in netxen_config_bridged_mode()
831 u64 word; in netxen_config_rss() local
844 word = NX_NIC_H2C_OPCODE_CONFIG_RSS | ((u64)adapter->portnum << 16); in netxen_config_rss()
845 req.req_hdr = cpu_to_le64(word); in netxen_config_rss()
857 word = ((u64)(RSS_HASHTYPE_IP_TCP & 0x3) << 4) | in netxen_config_rss()
861 req.words[0] = cpu_to_le64(word); in netxen_config_rss()
878 u64 word; in netxen_config_ipaddr() local
884 word = NX_NIC_H2C_OPCODE_CONFIG_IPADDR | ((u64)adapter->portnum << 16); in netxen_config_ipaddr()
885 req.req_hdr = cpu_to_le64(word); in netxen_config_ipaddr()
902 u64 word; in netxen_linkevent_request() local
908 word = NX_NIC_H2C_OPCODE_GET_LINKEVENT | ((u64)adapter->portnum << 16); in netxen_linkevent_request()
909 req.req_hdr = cpu_to_le64(word); in netxen_linkevent_request()
924 u64 word; in netxen_send_lro_cleanup() local
933 word = NX_NIC_H2C_OPCODE_LRO_REQUEST | in netxen_send_lro_cleanup()
937 req.req_hdr = cpu_to_le64(word); in netxen_send_lro_cleanup()