Home
last modified time | relevance | path

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

/linux-2.6.39/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()
183 mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE; in lpfc_dump_wakeup_param()
Dlpfc_init.c224 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()
Dlpfc_sli.c13389 mb->un.varDmp.word_cnt = 0; in lpfc_sli_read_link_ste()
13395 if (mb->un.varDmp.word_cnt == 0) in lpfc_sli_read_link_ste()
13397 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) in lpfc_sli_read_link_ste()
13398 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; in lpfc_sli_read_link_ste()
13402 mb->un.varDmp.word_cnt); in lpfc_sli_read_link_ste()
13403 offset += mb->un.varDmp.word_cnt; in lpfc_sli_read_link_ste()
13404 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); in lpfc_sli_read_link_ste()
Dlpfc_hbadisc.c3318 if (mb->un.varDmp.word_cnt > in lpfc_create_static_vport()
3320 mb->un.varDmp.word_cnt = in lpfc_create_static_vport()
3323 byte_count = mb->un.varDmp.word_cnt; in lpfc_create_static_vport()
Dlpfc_hw.h2552 uint32_t word_cnt; member