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()
1018 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in request_started_state_tc_event() local1022 word_cnt); in request_started_state_tc_event()1034 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in request_started_state_tc_event() local1038 word_cnt); in request_started_state_tc_event()1711 ssize_t word_cnt; in sci_io_request_frame_handler() local1723 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32); in sci_io_request_frame_handler()1724 sci_swab32_cpy(&ssp_hdr, frame_header, word_cnt); in sci_io_request_frame_handler()1728 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in sci_io_request_frame_handler() local1734 sci_swab32_cpy(&ireq->ssp.rsp, resp_iu, word_cnt); in sci_io_request_frame_handler()1789 word_cnt = (sg->length/4)-1; in sci_io_request_frame_handler()[all …]
314 ssize_t word_cnt; in sci_remote_device_frame_handler() local322 word_cnt = sizeof(hdr) / sizeof(u32); in sci_remote_device_frame_handler()323 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()183 mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE; in lpfc_dump_wakeup_param()
224 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()229 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()231 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()232 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()235 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()236 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()237 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
3545 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()3547 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()3550 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
15588 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()15594 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()15596 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()15597 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()15601 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()15602 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()15603 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()
2565 uint32_t word_cnt; member