Lines Matching refs:head_padding
2282 int head_padding; in dhdsdio_txpkt_preprocess() local
2315 head_padding = (uintptr)frame % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2316 if (PKTHEADROOM(osh, pkt) < head_padding) { in dhdsdio_txpkt_preprocess()
2317 head_padding = 0; in dhdsdio_txpkt_preprocess()
2326 modulo = (pkt_len + head_padding) % DHD_SDALIGN; in dhdsdio_txpkt_preprocess()
2339 (head_padding + pkt_len + tail_padding); in dhdsdio_txpkt_preprocess()
2374 __FUNCTION__, pkt_len, head_padding, tail_padding, *pad_pkt_len)); in dhdsdio_txpkt_preprocess()
2386 head_padding = 0; in dhdsdio_txpkt_preprocess()
2415 if (head_padding) in dhdsdio_txpkt_preprocess()
2416 PKTPUSH(osh, pkt, head_padding); in dhdsdio_txpkt_preprocess()
2419 bzero(frame, head_padding + sdpcm_hdrlen); in dhdsdio_txpkt_preprocess()
2470 (((head_padding + sdpcm_hdrlen) << SDPCM_DOFFSET_SHIFT) & SDPCM_DOFFSET_MASK); in dhdsdio_txpkt_preprocess()