Searched refs:word_cnt (Results 1 – 9 of 9) sorted by relevance
468 static inline void sci_swab32_cpy(void *_dest, void *_src, ssize_t word_cnt) in sci_swab32_cpy() argument472 while (--word_cnt >= 0) in sci_swab32_cpy()473 dest[word_cnt] = swab32(src[word_cnt]); in sci_swab32_cpy()
1020 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in request_started_state_tc_event() local1024 word_cnt); in request_started_state_tc_event()1036 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in request_started_state_tc_event() local1040 word_cnt); in request_started_state_tc_event()1713 ssize_t word_cnt; in sci_io_request_frame_handler() local1725 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32); in sci_io_request_frame_handler()1726 sci_swab32_cpy(&ssp_hdr, frame_header, word_cnt); in sci_io_request_frame_handler()1730 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in sci_io_request_frame_handler() local1736 sci_swab32_cpy(&ireq->ssp.rsp, resp_iu, word_cnt); in sci_io_request_frame_handler()1791 word_cnt = (sg->length/4)-1; in sci_io_request_frame_handler()[all …]
469 ssize_t word_cnt; in sci_remote_device_frame_handler() local477 word_cnt = sizeof(hdr) / sizeof(u32); in sci_remote_device_frame_handler()478 sci_swab32_cpy(&hdr, frame_header, word_cnt); in sci_remote_device_frame_handler()
675 u32 word_cnt; in qcom_geni_serial_handle_rx() local682 word_cnt = status & RX_FIFO_WC_MSK; in qcom_geni_serial_handle_rx()687 if (!word_cnt) in qcom_geni_serial_handle_rx()689 total_bytes = port->rx_bytes_pw * (word_cnt - 1); in qcom_geni_serial_handle_rx()
78 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t); in lpfc_dump_static_vport()151 mb->un.varDmp.word_cnt = (DMP_RSP_SIZE / sizeof (uint32_t)); in lpfc_dump_mem()186 mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE; in lpfc_dump_wakeup_param()
245 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()250 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()252 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()253 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()256 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()257 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()258 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
3723 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()3725 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()3728 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
18694 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()18700 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()18702 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()18703 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()18707 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()18708 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()18709 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
3016 uint32_t word_cnt; member