Searched refs:word_cnt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dfc_sp.h135 u16 word_cnt; member in struct:dhchap_param_format_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c76 mb->un.varDmp.word_cnt = DMP_RSP_SIZE/sizeof(uint32_t);
149 mb->un.varDmp.word_cnt = (DMP_RSP_SIZE / sizeof (uint32_t));
183 mb->un.varDmp.word_cnt = WAKE_UP_PARMS_WORD_SIZE;
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.h2476 uint32_t word_cnt; member in struct:__anon14664

Completed in 198 milliseconds