Lines Matching refs:head_padding
2472 int head_padding; in dhdsdio_txpkt_preprocess() local
2536 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2537 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2538 head_padding = 0; in dhdsdio_txpkt_preprocess()
2545 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2558 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2592 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2604 head_padding = 0; in dhdsdio_txpkt_preprocess()
2633 if (head_padding) in dhdsdio_txpkt_preprocess()
2634 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
2637 bzero(frame, head_padding + sdpcm_hdrlen); in dhdsdio_txpkt_preprocess()
2722 (((head_padding + sdpcm_hdrlen) << SDPCM_DOFFSET_SHIFT) & SDPCM_DOFFSET_MASK); in dhdsdio_txpkt_preprocess()