Searched refs:word_cnt (Results 1 – 8 of 8) 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()
76 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t); in lpfc_dump_static_vport()149 mb->un.varDmp.word_cnt = (DMP_RSP_SIZE / sizeof (uint32_t)); in lpfc_dump_mem()184 mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE; in lpfc_dump_wakeup_param()
232 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()237 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()239 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()240 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()243 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()244 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()245 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
3681 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()3683 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()3686 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
16627 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()16633 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()16635 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()16636 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()16640 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()16641 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()16642 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
2771 uint32_t word_cnt; member