Lines Matching refs:word

639 	u64 word;  in nx_p3_sre_macaddr_change()  local
644 word = NX_MAC_EVENT | ((u64)adapter->portnum << 16); in nx_p3_sre_macaddr_change()
645 req.req_hdr = cpu_to_le64(word); in nx_p3_sre_macaddr_change()
732 u64 word; in netxen_p3_nic_set_promisc() local
738 word = NX_NIC_H2C_OPCODE_PROXY_SET_VPORT_MISS_MODE | in netxen_p3_nic_set_promisc()
740 req.req_hdr = cpu_to_le64(word); in netxen_p3_nic_set_promisc()
777 u64 word[6]; in netxen_config_intr_coalesce() local
781 memset(word, 0, sizeof(word)); in netxen_config_intr_coalesce()
785 word[0] = NETXEN_CONFIG_INTR_COALESCE | ((u64)adapter->portnum << 16); in netxen_config_intr_coalesce()
786 req.req_hdr = cpu_to_le64(word[0]); in netxen_config_intr_coalesce()
788 memcpy(&word[0], &adapter->coal, sizeof(adapter->coal)); in netxen_config_intr_coalesce()
790 req.words[i] = cpu_to_le64(word[i]); in netxen_config_intr_coalesce()
804 u64 word; in netxen_config_hw_lro() local
814 word = NX_NIC_H2C_OPCODE_CONFIG_HW_LRO | ((u64)adapter->portnum << 16); in netxen_config_hw_lro()
815 req.req_hdr = cpu_to_le64(word); in netxen_config_hw_lro()
831 u64 word; in netxen_config_bridged_mode() local
841 word = NX_NIC_H2C_OPCODE_CONFIG_BRIDGING | in netxen_config_bridged_mode()
843 req.req_hdr = cpu_to_le64(word); in netxen_config_bridged_mode()
864 u64 word; in netxen_config_rss() local
877 word = NX_NIC_H2C_OPCODE_CONFIG_RSS | ((u64)adapter->portnum << 16); in netxen_config_rss()
878 req.req_hdr = cpu_to_le64(word); in netxen_config_rss()
890 word = ((u64)(RSS_HASHTYPE_IP_TCP & 0x3) << 4) | in netxen_config_rss()
894 req.words[0] = cpu_to_le64(word); in netxen_config_rss()
911 u64 word; in netxen_config_ipaddr() local
917 word = NX_NIC_H2C_OPCODE_CONFIG_IPADDR | ((u64)adapter->portnum << 16); in netxen_config_ipaddr()
918 req.req_hdr = cpu_to_le64(word); in netxen_config_ipaddr()
935 u64 word; in netxen_linkevent_request() local
941 word = NX_NIC_H2C_OPCODE_GET_LINKEVENT | ((u64)adapter->portnum << 16); in netxen_linkevent_request()
942 req.req_hdr = cpu_to_le64(word); in netxen_linkevent_request()
957 u64 word; in netxen_send_lro_cleanup() local
966 word = NX_NIC_H2C_OPCODE_LRO_REQUEST | in netxen_send_lro_cleanup()
970 req.req_hdr = cpu_to_le64(word); in netxen_send_lro_cleanup()