|
@@ -34,9 +34,10 @@ INT SearchSfid(struct bcm_mini_adapter *Adapter,UINT uiSfid);
|
|
|
USHORT ClassifyPacket(struct bcm_mini_adapter *Adapter,struct sk_buff* skb);
|
|
|
|
|
|
bool MatchSrcPort(struct bcm_classifier_rule *pstClassifierRule,USHORT ushSrcPort);
|
|
|
+
|
|
|
bool MatchDestPort(struct bcm_classifier_rule *pstClassifierRule,USHORT ushSrcPort);
|
|
|
-bool MatchProtocol(struct bcm_classifier_rule *pstClassifierRule,UCHAR ucProtocol);
|
|
|
|
|
|
+bool MatchProtocol(struct bcm_classifier_rule *pstClassifierRule,UCHAR ucProtocol);
|
|
|
|
|
|
INT SetupNextSend(struct bcm_mini_adapter *Adapter, /**<Logical Adapter*/
|
|
|
struct sk_buff *Packet, /**<data buffer*/
|
|
@@ -50,8 +51,8 @@ INT SendControlPacket(struct bcm_mini_adapter *Adapter, /**<Logical Adapter*/
|
|
|
char *pControlPacket/**<Control Packet*/
|
|
|
);
|
|
|
|
|
|
-
|
|
|
int register_networkdev(struct bcm_mini_adapter *Adapter);
|
|
|
+
|
|
|
void unregister_networkdev(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
INT AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
|
|
@@ -68,7 +69,6 @@ int run_card_proc(struct bcm_mini_adapter *Adapter );
|
|
|
|
|
|
int InitCardAndDownloadFirmware(struct bcm_mini_adapter *ps_adapter);
|
|
|
|
|
|
-
|
|
|
INT ReadMacAddressFromNVM(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
int register_control_device_interface(struct bcm_mini_adapter *ps_adapter);
|
|
@@ -87,9 +87,10 @@ int get_dsx_sf_data_to_application(struct bcm_mini_adapter *Adapter, UINT uiSFId
|
|
|
|
|
|
void SendIdleModeResponse(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
-
|
|
|
int ProcessGetHostMibs(struct bcm_mini_adapter *Adapter, struct bcm_host_stats_mibs *buf);
|
|
|
+
|
|
|
void GetDroppedAppCntrlPktMibs(struct bcm_host_stats_mibs *ioBuffer, struct bcm_tarang_data *pTarang);
|
|
|
+
|
|
|
void beceem_parse_target_struct(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
int bcm_ioctl_fw_download(struct bcm_mini_adapter *Adapter, struct bcm_firmware_info *psFwInfo);
|
|
@@ -113,26 +114,20 @@ void update_per_sf_desc_cnts( struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
void ClearTargetDSXBuffer(struct bcm_mini_adapter *Adapter,B_UINT16 TID,bool bFreeAll);
|
|
|
|
|
|
-
|
|
|
void flush_queue(struct bcm_mini_adapter *Adapter, UINT iQIndex);
|
|
|
|
|
|
-
|
|
|
INT flushAllAppQ(VOID);
|
|
|
|
|
|
-
|
|
|
INT BeceemEEPROMBulkRead(
|
|
|
struct bcm_mini_adapter *Adapter,
|
|
|
PUINT pBuffer,
|
|
|
UINT uiOffset,
|
|
|
UINT uiNumBytes);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
INT WriteBeceemEEPROM(struct bcm_mini_adapter *Adapter,UINT uiEEPROMOffset, UINT uiData);
|
|
|
|
|
|
INT PropagateCalParamsFromFlashToMemory(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
-
|
|
|
INT BeceemEEPROMBulkWrite(
|
|
|
struct bcm_mini_adapter *Adapter,
|
|
|
PUCHAR pBuffer,
|
|
@@ -140,10 +135,8 @@ INT BeceemEEPROMBulkWrite(
|
|
|
UINT uiNumBytes,
|
|
|
bool bVerify);
|
|
|
|
|
|
-
|
|
|
INT ReadBeceemEEPROM(struct bcm_mini_adapter *Adapter,UINT dwAddress, UINT *pdwData);
|
|
|
|
|
|
-
|
|
|
INT BeceemNVMRead(
|
|
|
struct bcm_mini_adapter *Adapter,
|
|
|
PUINT pBuffer,
|
|
@@ -157,10 +150,10 @@ INT BeceemNVMWrite(
|
|
|
UINT uiNumBytes,
|
|
|
bool bVerify);
|
|
|
|
|
|
-
|
|
|
INT BcmInitNVM(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
INT BcmUpdateSectorSize(struct bcm_mini_adapter *Adapter,UINT uiSectorSize);
|
|
|
+
|
|
|
bool IsSectionExistInFlash(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val section);
|
|
|
|
|
|
INT BcmGetFlash2xSectionalBitMap(struct bcm_mini_adapter *Adapter, struct bcm_flash2x_bitmap *psFlash2xBitMap);
|
|
@@ -183,40 +176,42 @@ INT BcmFlash2xBulkRead(
|
|
|
INT BcmGetSectionValStartOffset(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val eFlashSectionVal);
|
|
|
|
|
|
INT BcmSetActiveSection(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val eFlash2xSectVal);
|
|
|
+
|
|
|
INT BcmAllocFlashCSStructure(struct bcm_mini_adapter *psAdapter);
|
|
|
+
|
|
|
INT BcmDeAllocFlashCSStructure(struct bcm_mini_adapter *psAdapter);
|
|
|
|
|
|
INT BcmCopyISO(struct bcm_mini_adapter *Adapter, struct bcm_flash2x_copy_section sCopySectStrut);
|
|
|
+
|
|
|
INT BcmFlash2xCorruptSig(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val eFlash2xSectionVal);
|
|
|
+
|
|
|
INT BcmFlash2xWriteSig(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val eFlashSectionVal);
|
|
|
+
|
|
|
INT validateFlash2xReadWrite(struct bcm_mini_adapter *Adapter, struct bcm_flash2x_readwrite *psFlash2xReadWrite);
|
|
|
+
|
|
|
INT IsFlash2x(struct bcm_mini_adapter *Adapter);
|
|
|
+
|
|
|
INT BcmCopySection(struct bcm_mini_adapter *Adapter,
|
|
|
enum bcm_flash2x_section_val SrcSection,
|
|
|
enum bcm_flash2x_section_val DstSection,
|
|
|
UINT offset,
|
|
|
UINT numOfBytes);
|
|
|
|
|
|
-
|
|
|
bool IsNonCDLessDevice(struct bcm_mini_adapter *Adapter);
|
|
|
|
|
|
-
|
|
|
VOID OverrideServiceFlowParams(struct bcm_mini_adapter *Adapter,PUINT puiBuffer);
|
|
|
|
|
|
int wrmaltWithLock (struct bcm_mini_adapter *Adapter, UINT uiAddress, unsigned int *pucBuff, size_t sSize);
|
|
|
+
|
|
|
int rdmaltWithLock (struct bcm_mini_adapter *Adapter, UINT uiAddress, unsigned int *pucBuff, size_t sSize);
|
|
|
|
|
|
int wrmWithLock(struct bcm_mini_adapter *Adapter, UINT uiAddress, PCHAR pucBuff, size_t size);
|
|
|
+
|
|
|
INT buffDnldVerify(struct bcm_mini_adapter *Adapter, unsigned char *mappedbuffer, unsigned int u32FirmwareLength,
|
|
|
unsigned long u32StartingAddress);
|
|
|
|
|
|
-
|
|
|
VOID putUsbSuspend(struct work_struct *work);
|
|
|
-bool IsReqGpioIsLedInNVM(struct bcm_mini_adapter *Adapter, UINT gpios);
|
|
|
|
|
|
+bool IsReqGpioIsLedInNVM(struct bcm_mini_adapter *Adapter, UINT gpios);
|
|
|
|
|
|
#endif
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|