Home
last modified time | relevance | path

Searched refs:word_cnt (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/isci/
Disci.h468 static inline void sci_swab32_cpy(void *_dest, void *_src, ssize_t word_cnt) in sci_swab32_cpy() argument
472 while (--word_cnt >= 0) in sci_swab32_cpy()
473 dest[word_cnt] = swab32(src[word_cnt]); in sci_swab32_cpy()
Drequest.c1020 ssize_t word_cnt = SSP_RESP_IU_MAX_SIZE / sizeof(u32); in request_started_state_tc_event() local
1024 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() local
1040 word_cnt); in request_started_state_tc_event()
1713 ssize_t word_cnt; in sci_io_request_frame_handler() local
1725 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() local
1736 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 …]
Dremote_device.c469 ssize_t word_cnt; in sci_remote_device_frame_handler() local
477 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()
/drivers/scsi/lpfc/
Dlpfc_mbox.c76 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()
Dlpfc_init.c232 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()
Dlpfc_hbadisc.c3681 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()
Dlpfc_sli.c16627 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()
Dlpfc_hw.h2771 uint32_t word_cnt; member