Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DCmHost.c457 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport = 0; in CopyToAdapter()
465 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport = IPV4_CS; in CopyToAdapter()
470 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport = IPV6_CS; in CopyToAdapter()
482 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport = IPV4_CS; in CopyToAdapter()
489 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport = IPV6_CS; in CopyToAdapter()
496 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport = IPV4_CS; in CopyToAdapter()
504 Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport); in CopyToAdapter()
508 if (Adapter->PackInfo[uiSearchRuleIndex].bIPCSSupport == IPV6_CS) in CopyToAdapter()
DAdapter.h264 UCHAR bIPCSSupport; member
DQos.c587 if(Adapter->PackInfo[uiSfIndex].bIPCSSupport) in ClassifyPacket()