Home
last modified time | relevance | path

Searched refs:protocol_filters (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c3695 if (dhd_pub->protocol_filters[offset].profile_index == in dhd_doiovar()
3709 dhd_pub->protocol_filters->profile_index)); in dhd_doiovar()
3716 dhd_pub->protocol_filters[offset] = *protocol; in dhd_doiovar()
3741 if (dhd_pub->protocol_filters[offset].profile_index == int_val) { in dhd_doiovar()
3742 protocol = &(dhd_pub->protocol_filters[offset]); in dhd_doiovar()
11043 if (dhdp != NULL && dhdp->protocol_filters != NULL) { in dhd_tx_profile_detach()
11044 MFREE(dhdp->osh, dhdp->protocol_filters, DHD_MAX_PROFILES * in dhd_tx_profile_detach()
11045 sizeof(*(dhdp->protocol_filters))); in dhd_tx_profile_detach()
11046 dhdp->protocol_filters = NULL; in dhd_tx_profile_detach()
11060 dhdp->protocol_filters = (dhd_tx_profile_protocol_t*)MALLOCZ(dhdp->osh, in dhd_tx_profile_attach()
[all …]
H A Ddhd.h1899 dhd_tx_profile_protocol_t *protocol_filters; member
H A Ddhd_msgbuf.c8878 PKTLEN(dhd->osh, PKTBUF), &(dhd->protocol_filters[offset]),
8882 (((uint8)dhd->protocol_filters[offset].profile_index) &
H A Ddhd_linux.c4074 PKTLEN(dhdp->osh, pktbuf), dhdp->protocol_filters, in BCMFASTPATH()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c3695 if (dhd_pub->protocol_filters[offset].profile_index == in dhd_doiovar()
3709 dhd_pub->protocol_filters->profile_index)); in dhd_doiovar()
3716 dhd_pub->protocol_filters[offset] = *protocol; in dhd_doiovar()
3741 if (dhd_pub->protocol_filters[offset].profile_index == int_val) { in dhd_doiovar()
3742 protocol = &(dhd_pub->protocol_filters[offset]); in dhd_doiovar()
11048 if (dhdp != NULL && dhdp->protocol_filters != NULL) { in dhd_tx_profile_detach()
11049 MFREE(dhdp->osh, dhdp->protocol_filters, DHD_MAX_PROFILES * in dhd_tx_profile_detach()
11050 sizeof(*(dhdp->protocol_filters))); in dhd_tx_profile_detach()
11051 dhdp->protocol_filters = NULL; in dhd_tx_profile_detach()
11065 dhdp->protocol_filters = (dhd_tx_profile_protocol_t*)MALLOCZ(dhdp->osh, in dhd_tx_profile_attach()
[all …]
H A Ddhd.h1897 dhd_tx_profile_protocol_t *protocol_filters; member
H A Ddhd_msgbuf.c8882 PKTLEN(dhd->osh, PKTBUF), &(dhd->protocol_filters[offset]),
8886 (((uint8)dhd->protocol_filters[offset].profile_index) &
H A Ddhd_linux.c4065 PKTLEN(dhdp->osh, pktbuf), dhdp->protocol_filters, in BCMFASTPATH()