Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H A 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()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c255 mb->un.varDmp.word_cnt = 0; in lpfc_config_port_prep()
260 if (mb->un.varDmp.word_cnt == 0) in lpfc_config_port_prep()
263 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset) in lpfc_config_port_prep()
264 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset; in lpfc_config_port_prep()
267 mb->un.varDmp.word_cnt); in lpfc_config_port_prep()
268 offset += mb->un.varDmp.word_cnt; in lpfc_config_port_prep()
269 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE); in lpfc_config_port_prep()
H A Dlpfc_sli.c20710 mb->un.varDmp.word_cnt = 0; in lpfc_sli_get_config_region23()
20716 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_get_config_region23()
20719 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_get_config_region23()
20720 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_get_config_region23()
20724 mb->un.varDmp.word_cnt); in lpfc_sli_get_config_region23()
20725 offset += mb->un.varDmp.word_cnt; in lpfc_sli_get_config_region23()
20726 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_get_config_region23()