Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
Dcntrl_SignalingInterface.h151 B_UINT32 u32SFID; member
391 B_UINT32 u32SFID; /**< SFID*/ member
406 B_UINT32 u32SFID; /**< SFID */ member
DCmHost.c450 …r, DBG_TYPE_OTHERS, CONN_MSG, DBG_LVL_ALL, "%s: SFID= %x ", __func__, ntohl(psfLocalSet->u32SFID)); in CopyToAdapter()
453 ulSFID = ntohl(psfLocalSet->u32SFID); in CopyToAdapter()
525 Adapter->PackInfo[uiSearchRuleIndex].ulSFID = ntohl(psfLocalSet->u32SFID); in CopyToAdapter()
849 …ERS, DUMP_CONTROL, DBG_LVL_ALL, "u32SFID: 0x%X", htonl(pstAddIndication->sfAuthorizedSet.u32SFID)); in DumpCmControlPacket()
1021 …_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u32SFID: 0x%X", pstAddIndication->sfAdmittedSet.u32SFID); in DumpCmControlPacket()
1175 …BG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u32SFID: 0x%X", pstAddIndication->sfActiveSet.u32SFID); in DumpCmControlPacket()
1378 ulSFID = ntohl(pstDeletionRequest->u32SFID); in StoreCmControlResponseMessage()
1772 memcpy((((PUCHAR)pvBuffer)+1), &psfLocalSet->u32SFID, 4); in CmControlResponseMessage()
1827 uiSearchRuleIndex = SearchSfid(Adapter, ntohl(pstChangeIndication->sfActiveSet.u32SFID)); in CmControlResponseMessage()
1869 *(PULONG)(((PUCHAR)pvBuffer)+1) = psfLocalSet->u32SFID; in CmControlResponseMessage()
[all …]
Dhostmibs.c108 t->wmanIfSfid = psfLocalSet->u32SFID; in CopyMIBSExtendedSFParameters()