qword             254 arch/sparc/kernel/chmc.c 		int qword;
qword             262 arch/sparc/kernel/chmc.c 		qword = (paddr & L2_LINE_ADDR_MSK) / QW_BYTES;
qword             263 arch/sparc/kernel/chmc.c 		cache_line_offset = ((3 - qword) * QW_BITS) + qword_code;
qword             855 crypto/streebog_generic.c 	z->qword[0] = x->qword[0] ^ y->qword[0];
qword             856 crypto/streebog_generic.c 	z->qword[1] = x->qword[1] ^ y->qword[1];
qword             857 crypto/streebog_generic.c 	z->qword[2] = x->qword[2] ^ y->qword[2];
qword             858 crypto/streebog_generic.c 	z->qword[3] = x->qword[3] ^ y->qword[3];
qword             859 crypto/streebog_generic.c 	z->qword[4] = x->qword[4] ^ y->qword[4];
qword             860 crypto/streebog_generic.c 	z->qword[5] = x->qword[5] ^ y->qword[5];
qword             861 crypto/streebog_generic.c 	z->qword[6] = x->qword[6] ^ y->qword[6];
qword             862 crypto/streebog_generic.c 	z->qword[7] = x->qword[7] ^ y->qword[7];
qword             872 crypto/streebog_generic.c 	r0 = le64_to_cpu(x->qword[0] ^ y->qword[0]);
qword             873 crypto/streebog_generic.c 	r1 = le64_to_cpu(x->qword[1] ^ y->qword[1]);
qword             874 crypto/streebog_generic.c 	r2 = le64_to_cpu(x->qword[2] ^ y->qword[2]);
qword             875 crypto/streebog_generic.c 	r3 = le64_to_cpu(x->qword[3] ^ y->qword[3]);
qword             876 crypto/streebog_generic.c 	r4 = le64_to_cpu(x->qword[4] ^ y->qword[4]);
qword             877 crypto/streebog_generic.c 	r5 = le64_to_cpu(x->qword[5] ^ y->qword[5]);
qword             878 crypto/streebog_generic.c 	r6 = le64_to_cpu(x->qword[6] ^ y->qword[6]);
qword             879 crypto/streebog_generic.c 	r7 = le64_to_cpu(x->qword[7] ^ y->qword[7]);
qword             882 crypto/streebog_generic.c 		data->qword[i]  = cpu_to_le64(Ax[0][r0 & 0xFF]);
qword             883 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[1][r1 & 0xFF]);
qword             884 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[2][r2 & 0xFF]);
qword             885 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[3][r3 & 0xFF]);
qword             886 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[4][r4 & 0xFF]);
qword             887 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[5][r5 & 0xFF]);
qword             888 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[6][r6 & 0xFF]);
qword             889 crypto/streebog_generic.c 		data->qword[i] ^= cpu_to_le64(Ax[7][r7 & 0xFF]);
qword             917 crypto/streebog_generic.c 			ctx->h.qword[i] = cpu_to_le64(0x0101010101010101ULL);
qword             941 crypto/streebog_generic.c 		const u64 left = le64_to_cpu(x->qword[i]);
qword             944 crypto/streebog_generic.c 		sum = left + le64_to_cpu(y->qword[i]) + carry;
qword             947 crypto/streebog_generic.c 		r->qword[i] = cpu_to_le64(sum);
qword             991 crypto/streebog_generic.c 	buf.qword[0] = cpu_to_le64(ctx->fillsize << 3);
qword            1043 crypto/streebog_generic.c 		memcpy(digest, &ctx->hash.qword[4], STREEBOG256_DIGEST_SIZE);
qword            1045 crypto/streebog_generic.c 		memcpy(digest, &ctx->hash.qword[0], STREEBOG512_DIGEST_SIZE);
qword             680 drivers/dma/ppc4xx/adma.c 				struct ppc440spe_adma_chan *chan, u8 *qword)
qword             688 drivers/dma/ppc4xx/adma.c 		iowrite32(qword[0], &dma_hw_desc->sg3l);
qword             689 drivers/dma/ppc4xx/adma.c 		iowrite32(qword[4], &dma_hw_desc->sg3u);
qword             690 drivers/dma/ppc4xx/adma.c 		iowrite32(qword[8], &dma_hw_desc->sg2l);
qword             691 drivers/dma/ppc4xx/adma.c 		iowrite32(qword[12], &dma_hw_desc->sg2u);
qword            1640 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	u64 qword;
qword            1642 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword            1643 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	ptype = (qword & I40E_RXD_QW1_PTYPE_MASK) >> I40E_RXD_QW1_PTYPE_SHIFT;
qword            1644 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >>
qword            1646 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_status = (qword & I40E_RXD_QW1_STATUS_MASK) >>
qword            1780 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	u64 qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword            1781 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	u32 rx_status = (qword & I40E_RXD_QW1_STATUS_MASK) >>
qword            1786 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	u8 rx_ptype = (qword & I40E_RXD_QW1_PTYPE_MASK) >>
qword            1798 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	if (qword & BIT(I40E_RX_DESC_STATUS_L2TAG1P_SHIFT)) {
qword            2344 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		u64 qword;
qword            2360 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword            2369 drivers/net/ethernet/intel/i40e/i40e_txrx.c 							  qword);
qword            2376 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		size = (qword & I40E_RXD_QW1_LENGTH_PBUF_MASK) >>
qword             545 drivers/net/ethernet/intel/i40e/i40e_xsk.c 		u64 qword;
qword             555 drivers/net/ethernet/intel/i40e/i40e_xsk.c 		qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword             564 drivers/net/ethernet/intel/i40e/i40e_xsk.c 						   qword);
qword             571 drivers/net/ethernet/intel/i40e/i40e_xsk.c 		size = (qword & I40E_RXD_QW1_LENGTH_PBUF_MASK) >>
qword             951 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	u64 qword;
qword             953 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword             954 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	ptype = (qword & IAVF_RXD_QW1_PTYPE_MASK) >> IAVF_RXD_QW1_PTYPE_SHIFT;
qword             955 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_error = (qword & IAVF_RXD_QW1_ERROR_MASK) >>
qword             957 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_status = (qword & IAVF_RXD_QW1_STATUS_MASK) >>
qword            1491 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		u64 qword;
qword            1507 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword            1518 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		size = (qword & IAVF_RXD_QW1_LENGTH_PBUF_MASK) >>
qword            1565 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		qword = le64_to_cpu(rx_desc->wb.qword1.status_error_len);
qword            1566 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		rx_ptype = (qword & IAVF_RXD_QW1_PTYPE_MASK) >>
qword            1573 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		vlan_tag = (qword & BIT(IAVF_RX_DESC_STATUS_L2TAG1P_SHIFT)) ?
qword              88 drivers/net/ethernet/sfc/bitfield.h 	efx_qword_t qword[2];
qword              99 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_VAL(qword)				\
qword             100 drivers/net/ethernet/sfc/bitfield.h 	((unsigned int) le32_to_cpu((qword).u32[1])),	\
qword             101 drivers/net/ethernet/sfc/bitfield.h 	((unsigned int) le32_to_cpu((qword).u32[0]))
qword             148 drivers/net/ethernet/sfc/bitfield.h #define EFX_EXTRACT_QWORD64(qword, low, high)				\
qword             149 drivers/net/ethernet/sfc/bitfield.h 	(EFX_EXTRACT64((qword).u64[0], 0, 63, low, high) &		\
qword             159 drivers/net/ethernet/sfc/bitfield.h #define EFX_EXTRACT_QWORD32(qword, low, high)				\
qword             160 drivers/net/ethernet/sfc/bitfield.h 	((EFX_EXTRACT32((qword).u32[0], 0, 31, low, high) |		\
qword             161 drivers/net/ethernet/sfc/bitfield.h 	  EFX_EXTRACT32((qword).u32[1], 32, 63, low, high)) &		\
qword             172 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_FIELD64(qword, field)				\
qword             173 drivers/net/ethernet/sfc/bitfield.h 	EFX_EXTRACT_QWORD64(qword, EFX_LOW_BIT(field),		\
qword             180 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_FIELD32(qword, field)				\
qword             181 drivers/net/ethernet/sfc/bitfield.h 	EFX_EXTRACT_QWORD32(qword, EFX_LOW_BIT(field),		\
qword             191 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_IS_ZERO64(qword)					\
qword             192 drivers/net/ethernet/sfc/bitfield.h 	(((qword).u64[0]) == (__force __le64) 0)
qword             198 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_IS_ZERO32(qword)					\
qword             199 drivers/net/ethernet/sfc/bitfield.h 	(((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0)
qword             207 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_IS_ALL_ONES64(qword)					\
qword             208 drivers/net/ethernet/sfc/bitfield.h 	((qword).u64[0] == ~((__force __le64) 0))
qword             214 drivers/net/ethernet/sfc/bitfield.h #define EFX_QWORD_IS_ALL_ONES32(qword)					\
qword             215 drivers/net/ethernet/sfc/bitfield.h 	(((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0))
qword             308 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD64(qword, ...) do {				\
qword             309 drivers/net/ethernet/sfc/bitfield.h 	(qword).u64[0] = EFX_INSERT_FIELDS64(0, 63, __VA_ARGS__);	\
qword             319 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD32(qword, ...) do {				\
qword             320 drivers/net/ethernet/sfc/bitfield.h 	(qword).u32[0] = EFX_INSERT_FIELDS32(0, 31, __VA_ARGS__);	\
qword             321 drivers/net/ethernet/sfc/bitfield.h 	(qword).u32[1] = EFX_INSERT_FIELDS32(32, 63, __VA_ARGS__);	\
qword             367 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_9(qword, ...) \
qword             368 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_10(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             369 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_8(qword, ...) \
qword             370 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_9(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             371 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_7(qword, ...) \
qword             372 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_8(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             373 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_6(qword, ...) \
qword             374 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_7(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             375 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_5(qword, ...) \
qword             376 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_6(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             377 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_4(qword, ...) \
qword             378 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_5(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             379 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_3(qword, ...) \
qword             380 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_4(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             381 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_2(qword, ...) \
qword             382 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_3(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             383 drivers/net/ethernet/sfc/bitfield.h #define EFX_POPULATE_QWORD_1(qword, ...) \
qword             384 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_2(qword, EFX_DUMMY_FIELD, 0, __VA_ARGS__)
qword             385 drivers/net/ethernet/sfc/bitfield.h #define EFX_ZERO_QWORD(qword) \
qword             386 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_1(qword, EFX_DUMMY_FIELD, 0)
qword             387 drivers/net/ethernet/sfc/bitfield.h #define EFX_SET_QWORD(qword) \
qword             388 drivers/net/ethernet/sfc/bitfield.h 	EFX_POPULATE_QWORD_2(qword, \
qword             433 drivers/net/ethernet/sfc/bitfield.h #define EFX_AND_QWORD(qword, from, mask)			\
qword             434 drivers/net/ethernet/sfc/bitfield.h 		(qword).u64[0] = (from).u64[0] & (mask).u64[0]
qword             463 drivers/net/ethernet/sfc/bitfield.h #define EFX_SET_QWORD64(qword, low, high, value) do {			\
qword             464 drivers/net/ethernet/sfc/bitfield.h 	(qword).u64[0] = (((qword).u64[0]				\
qword             484 drivers/net/ethernet/sfc/bitfield.h #define EFX_SET_QWORD32(qword, low, high, value) do {			\
qword             485 drivers/net/ethernet/sfc/bitfield.h 	(qword).u32[0] = (((qword).u32[0]				\
qword             488 drivers/net/ethernet/sfc/bitfield.h 	(qword).u32[1] = (((qword).u32[1]				\
qword             503 drivers/net/ethernet/sfc/bitfield.h #define EFX_SET_QWORD_FIELD64(qword, field, value)			\
qword             504 drivers/net/ethernet/sfc/bitfield.h 	EFX_SET_QWORD64(qword, EFX_LOW_BIT(field),			\
qword             511 drivers/net/ethernet/sfc/bitfield.h #define EFX_SET_QWORD_FIELD32(qword, field, value)			\
qword             512 drivers/net/ethernet/sfc/bitfield.h 	EFX_SET_QWORD32(qword, EFX_LOW_BIT(field),			\
qword            2315 drivers/net/ethernet/sfc/ef10.c 	reg.qword[0] = *txd;
qword              88 drivers/net/ethernet/sfc/falcon/bitfield.h 	ef4_qword_t qword[2];
qword              99 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_VAL(qword)				\
qword             100 drivers/net/ethernet/sfc/falcon/bitfield.h 	((unsigned int) le32_to_cpu((qword).u32[1])),	\
qword             101 drivers/net/ethernet/sfc/falcon/bitfield.h 	((unsigned int) le32_to_cpu((qword).u32[0]))
qword             148 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_EXTRACT_QWORD64(qword, low, high)				\
qword             149 drivers/net/ethernet/sfc/falcon/bitfield.h 	(EF4_EXTRACT64((qword).u64[0], 0, 63, low, high) &		\
qword             159 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_EXTRACT_QWORD32(qword, low, high)				\
qword             160 drivers/net/ethernet/sfc/falcon/bitfield.h 	((EF4_EXTRACT32((qword).u32[0], 0, 31, low, high) |		\
qword             161 drivers/net/ethernet/sfc/falcon/bitfield.h 	  EF4_EXTRACT32((qword).u32[1], 32, 63, low, high)) &		\
qword             172 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_FIELD64(qword, field)				\
qword             173 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_EXTRACT_QWORD64(qword, EF4_LOW_BIT(field),		\
qword             180 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_FIELD32(qword, field)				\
qword             181 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_EXTRACT_QWORD32(qword, EF4_LOW_BIT(field),		\
qword             191 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_IS_ZERO64(qword)					\
qword             192 drivers/net/ethernet/sfc/falcon/bitfield.h 	(((qword).u64[0]) == (__force __le64) 0)
qword             198 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_IS_ZERO32(qword)					\
qword             199 drivers/net/ethernet/sfc/falcon/bitfield.h 	(((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0)
qword             207 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_IS_ALL_ONES64(qword)					\
qword             208 drivers/net/ethernet/sfc/falcon/bitfield.h 	((qword).u64[0] == ~((__force __le64) 0))
qword             214 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_QWORD_IS_ALL_ONES32(qword)					\
qword             215 drivers/net/ethernet/sfc/falcon/bitfield.h 	(((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0))
qword             308 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD64(qword, ...) do {				\
qword             309 drivers/net/ethernet/sfc/falcon/bitfield.h 	(qword).u64[0] = EF4_INSERT_FIELDS64(0, 63, __VA_ARGS__);	\
qword             319 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD32(qword, ...) do {				\
qword             320 drivers/net/ethernet/sfc/falcon/bitfield.h 	(qword).u32[0] = EF4_INSERT_FIELDS32(0, 31, __VA_ARGS__);	\
qword             321 drivers/net/ethernet/sfc/falcon/bitfield.h 	(qword).u32[1] = EF4_INSERT_FIELDS32(32, 63, __VA_ARGS__);	\
qword             367 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_9(qword, ...) \
qword             368 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_10(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             369 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_8(qword, ...) \
qword             370 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_9(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             371 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_7(qword, ...) \
qword             372 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_8(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             373 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_6(qword, ...) \
qword             374 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_7(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             375 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_5(qword, ...) \
qword             376 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_6(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             377 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_4(qword, ...) \
qword             378 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_5(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             379 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_3(qword, ...) \
qword             380 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_4(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             381 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_2(qword, ...) \
qword             382 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_3(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             383 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_POPULATE_QWORD_1(qword, ...) \
qword             384 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_2(qword, EF4_DUMMY_FIELD, 0, __VA_ARGS__)
qword             385 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_ZERO_QWORD(qword) \
qword             386 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_1(qword, EF4_DUMMY_FIELD, 0)
qword             387 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_SET_QWORD(qword) \
qword             388 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_POPULATE_QWORD_2(qword, \
qword             460 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_SET_QWORD64(qword, low, high, value) do {			\
qword             461 drivers/net/ethernet/sfc/falcon/bitfield.h 	(qword).u64[0] = (((qword).u64[0]				\
qword             481 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_SET_QWORD32(qword, low, high, value) do {			\
qword             482 drivers/net/ethernet/sfc/falcon/bitfield.h 	(qword).u32[0] = (((qword).u32[0]				\
qword             485 drivers/net/ethernet/sfc/falcon/bitfield.h 	(qword).u32[1] = (((qword).u32[1]				\
qword             500 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_SET_QWORD_FIELD64(qword, field, value)			\
qword             501 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_SET_QWORD64(qword, EF4_LOW_BIT(field),			\
qword             508 drivers/net/ethernet/sfc/falcon/bitfield.h #define EF4_SET_QWORD_FIELD32(qword, field, value)			\
qword             509 drivers/net/ethernet/sfc/falcon/bitfield.h 	EF4_SET_QWORD32(qword, EF4_LOW_BIT(field),			\
qword             296 drivers/net/ethernet/sfc/falcon/farch.c 	reg.qword[0] = *txd;
qword             305 drivers/net/ethernet/sfc/farch.c 	reg.qword[0] = *txd;
qword             350 drivers/net/vmxnet3/vmxnet3_defs.h 	__le64				qword[2];
qword              22 include/crypto/streebog.h 	__le64 qword[8];