Lines Matching refs:dataOffset
650 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
666 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
668 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
671 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
672 dataOffset += fillers; in _dhd_wlfc_pushheader()
674 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
691 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
693 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
695 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
696 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
699 memset(&wlh[dataOffset - fillers], WLFC_CTL_TYPE_FILLER, fillers); in _dhd_wlfc_pushheader()
716 h->dataOffset = dataOffset >> 2; in _dhd_wlfc_pushheader()
741 if (PKTLEN(ctx->osh, pktbuf) < (uint)(h->dataOffset << 2)) { in _dhd_wlfc_pullheader()
743 PKTLEN(ctx->osh, pktbuf), (h->dataOffset << 2))); in _dhd_wlfc_pullheader()
748 PKTPULL(ctx->osh, pktbuf, (h->dataOffset << 2)); in _dhd_wlfc_pullheader()
4951 bdc_len = BDC_HEADER_LEN + (bdch->dataOffset << DHD_WORD_TO_LEN_SHIFT); in dhd_txpkt_log_and_dump()