Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
DBcmchar.c1749 FLASH2X_COPY_SECTION sCopySectStrut = {0}; in bcm_char_ioctl() local
1767 Status = copy_from_user(&sCopySectStrut, IoBuffer.InputBuffer, sizeof(FLASH2X_COPY_SECTION)); in bcm_char_ioctl()
1773 …T(Adapter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "Source SEction :%x", sCopySectStrut.SrcSection); in bcm_char_ioctl()
1774 …pter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "Destination SEction :%x", sCopySectStrut.DstSection); in bcm_char_ioctl()
1775 …BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "offset :%x", sCopySectStrut.offse… in bcm_char_ioctl()
1776 …BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "NOB :%x", sCopySectStrut.numOfByt… in bcm_char_ioctl()
1779 if(IsSectionExistInFlash(Adapter,sCopySectStrut.SrcSection) == FALSE) in bcm_char_ioctl()
1781 …er,DBG_TYPE_PRINTK, 0, 0,"Source Section<%x> does not exixt in Flash ", sCopySectStrut.SrcSection); in bcm_char_ioctl()
1785 if(IsSectionExistInFlash(Adapter,sCopySectStrut.DstSection) == FALSE) in bcm_char_ioctl()
1787 …BG_TYPE_PRINTK, 0, 0,"Destinatio Section<%x> does not exixt in Flash ", sCopySectStrut.DstSection); in bcm_char_ioctl()
[all …]
DPrototypes.h189 INT BcmCopyISO(PMINI_ADAPTER Adapter, FLASH2X_COPY_SECTION sCopySectStrut);
Dnvm.c3950 INT BcmCopyISO(PMINI_ADAPTER Adapter, FLASH2X_COPY_SECTION sCopySectStrut) in BcmCopyISO() argument
3964 if(ReadISOSignature(Adapter,sCopySectStrut.SrcSection) != ISO_IMAGE_MAGIC_NUMBER) in BcmCopyISO()
3972 sCopySectStrut.SrcSection, in BcmCopyISO()
3999 if(sCopySectStrut.SrcSection ==ISO_IMAGE1 && sCopySectStrut.DstSection ==ISO_IMAGE2) in BcmCopyISO()
4129 if(sCopySectStrut.SrcSection ==ISO_IMAGE2 && sCopySectStrut.DstSection ==ISO_IMAGE1) in BcmCopyISO()