Home
last modified time | relevance | path

Searched refs:BDC_FLAG_SUM_NEEDED (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/bcmdhd/include/
Dbcmcdc.h91 #define BDC_FLAG_SUM_NEEDED 0x08 /* Dongle needs to do TX checksums: host->device */ macro
/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_cdc.c67 #define BDC_FLAG_SUM_NEEDED 0x08 /* Dongle needs to do TX checksums */ macro
375 h->flags |= BDC_FLAG_SUM_NEEDED; in brcmf_proto_hdrpush()
/drivers/net/wireless/bcmdhd/
Ddhd_cdc.c373 h->flags |= BDC_FLAG_SUM_NEEDED; in dhd_prot_hdrpush()
Ddhd_wlfc.c528 h->flags |= BDC_FLAG_SUM_NEEDED; in _dhd_wlfc_pushheader()