Searched refs:varDmp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c68 mb->un.varDmp.type = DMP_NV_PARAMS;
69 mb->un.varDmp.entry_index = offset;
70 mb->un.varDmp.region_id = DMP_REGION_VPORT;
75 mb->un.varDmp.cv = 1;
76 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
98 mb->un.varDmp.sli4_length = sizeof(struct static_vport_info);
145 mb->un.varDmp.cv = 1;
146 mb->un.varDmp.type = DMP_NV_PARAMS;
147 mb->un.varDmp.entry_index = offset;
148 mb->un.varDmp
[all...]
H A Dlpfc_init.c224 mb->un.varDmp.word_cnt = 0;
229 if (mb->un.varDmp.word_cnt == 0)
231 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset)
232 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset;
235 mb->un.varDmp.word_cnt);
236 offset += mb->un.varDmp.word_cnt;
237 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE);
H A Dlpfc_sli.c12702 mb->un.varDmp.word_cnt = 0;
12708 if (mb->un.varDmp.word_cnt == 0)
12710 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
12711 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
12715 mb->un.varDmp.word_cnt);
12716 offset += mb->un.varDmp.word_cnt;
12717 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
H A Dlpfc_hbadisc.c3067 if (mb->un.varDmp.word_cnt >
3069 mb->un.varDmp.word_cnt =
3072 byte_count = mb->un.varDmp.word_cnt;
H A Dlpfc_hw.h2976 DUMP_VAR varDmp; /* Warm Start DUMP mbx cmd */ member in union:__anon14672

Completed in 153 milliseconds