word_cnt          468 drivers/scsi/isci/isci.h static inline void sci_swab32_cpy(void *_dest, void *_src, ssize_t word_cnt)
word_cnt          472 drivers/scsi/isci/isci.h 	while (--word_cnt >= 0)
word_cnt          473 drivers/scsi/isci/isci.h 		dest[word_cnt] = swab32(src[word_cnt]);
word_cnt          469 drivers/scsi/isci/remote_device.c 		ssize_t word_cnt;
word_cnt          477 drivers/scsi/isci/remote_device.c 		word_cnt = sizeof(hdr) / sizeof(u32);
word_cnt          478 drivers/scsi/isci/remote_device.c 		sci_swab32_cpy(&hdr, frame_header, word_cnt);
word_cnt         1020 drivers/scsi/isci/request.c 		ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
word_cnt         1024 drivers/scsi/isci/request.c 			       word_cnt);
word_cnt         1036 drivers/scsi/isci/request.c 		ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
word_cnt         1040 drivers/scsi/isci/request.c 			       word_cnt);
word_cnt         1713 drivers/scsi/isci/request.c 	ssize_t word_cnt;
word_cnt         1725 drivers/scsi/isci/request.c 		word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32);
word_cnt         1726 drivers/scsi/isci/request.c 		sci_swab32_cpy(&ssp_hdr, frame_header, word_cnt);
word_cnt         1730 drivers/scsi/isci/request.c 			ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32);
word_cnt         1736 drivers/scsi/isci/request.c 			sci_swab32_cpy(&ireq->ssp.rsp, resp_iu, word_cnt);
word_cnt         1791 drivers/scsi/isci/request.c 			word_cnt = (sg->length/4)-1;
word_cnt         1792 drivers/scsi/isci/request.c 			if (word_cnt > 0)
word_cnt         1793 drivers/scsi/isci/request.c 				word_cnt = min_t(unsigned int, word_cnt,
word_cnt         1795 drivers/scsi/isci/request.c 			sci_swab32_cpy(rsp + 4, smp_resp, word_cnt);
word_cnt         3794 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (mb->un.varDmp.word_cnt >
word_cnt         3796 drivers/scsi/lpfc/lpfc_hbadisc.c 				mb->un.varDmp.word_cnt =
word_cnt         3799 drivers/scsi/lpfc/lpfc_hbadisc.c 			byte_count = mb->un.varDmp.word_cnt;
word_cnt         3023 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t word_cnt;
word_cnt          251 drivers/scsi/lpfc/lpfc_init.c 			mb->un.varDmp.word_cnt = 0;
word_cnt          256 drivers/scsi/lpfc/lpfc_init.c 		if (mb->un.varDmp.word_cnt == 0)
word_cnt          258 drivers/scsi/lpfc/lpfc_init.c 		if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset)
word_cnt          259 drivers/scsi/lpfc/lpfc_init.c 			mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset;
word_cnt          262 drivers/scsi/lpfc/lpfc_init.c 				      mb->un.varDmp.word_cnt);
word_cnt          263 drivers/scsi/lpfc/lpfc_init.c 		offset += mb->un.varDmp.word_cnt;
word_cnt          264 drivers/scsi/lpfc/lpfc_init.c 	} while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE);
word_cnt           78 drivers/scsi/lpfc/lpfc_mbox.c 		mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
word_cnt          151 drivers/scsi/lpfc/lpfc_mbox.c 	mb->un.varDmp.word_cnt = (DMP_RSP_SIZE / sizeof (uint32_t));
word_cnt          186 drivers/scsi/lpfc/lpfc_mbox.c 	mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE;
word_cnt         19178 drivers/scsi/lpfc/lpfc_sli.c 			mb->un.varDmp.word_cnt = 0;
word_cnt         19184 drivers/scsi/lpfc/lpfc_sli.c 		if (mb->un.varDmp.word_cnt == 0)
word_cnt         19186 drivers/scsi/lpfc/lpfc_sli.c 		if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
word_cnt         19187 drivers/scsi/lpfc/lpfc_sli.c 			mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
word_cnt         19191 drivers/scsi/lpfc/lpfc_sli.c 				       mb->un.varDmp.word_cnt);
word_cnt         19192 drivers/scsi/lpfc/lpfc_sli.c 		offset += mb->un.varDmp.word_cnt;
word_cnt         19193 drivers/scsi/lpfc/lpfc_sli.c 	} while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
word_cnt          655 drivers/tty/serial/qcom_geni_serial.c 	u32 word_cnt;
word_cnt          662 drivers/tty/serial/qcom_geni_serial.c 	word_cnt = status & RX_FIFO_WC_MSK;
word_cnt          667 drivers/tty/serial/qcom_geni_serial.c 	if (!word_cnt)
word_cnt          669 drivers/tty/serial/qcom_geni_serial.c 	total_bytes = port->rx_bytes_pw * (word_cnt - 1);