Lines Matching refs:dataOffset
530 uint8 dataOffset = 0; in _dhd_wlfc_pushheader() local
546 dataOffset = WLFC_CTL_VALUE_LEN_PKTTAG + TLV_HDR_LEN + tim_signal_len; in _dhd_wlfc_pushheader()
548 dataOffset += WLFC_CTL_VALUE_LEN_SEQ; in _dhd_wlfc_pushheader()
551 fillers = ROUNDUP(dataOffset, 4) - dataOffset; in _dhd_wlfc_pushheader()
552 dataOffset += fillers; in _dhd_wlfc_pushheader()
554 PKTPUSH(ctx->osh, p, dataOffset); in _dhd_wlfc_pushheader()
571 wlh[dataOffset - fillers - tim_signal_len ] = in _dhd_wlfc_pushheader()
573 wlh[dataOffset - fillers - tim_signal_len + 1] = in _dhd_wlfc_pushheader()
575 wlh[dataOffset - fillers - tim_signal_len + 2] = mac_handle; in _dhd_wlfc_pushheader()
576 wlh[dataOffset - fillers - tim_signal_len + 3] = tim_bmp; in _dhd_wlfc_pushheader()
579 memset(&wlh[dataOffset - fillers], WLFC_CTL_TYPE_FILLER, fillers); in _dhd_wlfc_pushheader()
590 h->dataOffset = dataOffset >> 2; in _dhd_wlfc_pushheader()
615 if (PKTLEN(ctx->osh, pktbuf) < (uint)(h->dataOffset << 2)) { in _dhd_wlfc_pullheader()
617 PKTLEN(ctx->osh, pktbuf), (h->dataOffset << 2))); in _dhd_wlfc_pullheader()
622 PKTPULL(ctx->osh, pktbuf, (h->dataOffset << 2)); in _dhd_wlfc_pullheader()