Lines Matching refs:hdrlen
363 const u8 *hdr, unsigned int hdrlen) in pio_tx_frame_2byte_queue() argument
375 ctl = tx_write_2byte_queue(q, ctl, hdr, hdrlen); in pio_tx_frame_2byte_queue()
433 const u8 *hdr, unsigned int hdrlen) in pio_tx_frame_4byte_queue() argument
445 ctl = tx_write_4byte_queue(q, ctl, hdr, hdrlen); in pio_tx_frame_4byte_queue()
461 unsigned int hdrlen; in pio_tx_frame() local
470 hdrlen = b43_txhdr_size(dev); in pio_tx_frame()
472 B43_WARN_ON(sizeof(wl->pio_scratchspace) < hdrlen); in pio_tx_frame()
487 pio_tx_frame_4byte_queue(pack, (const u8 *)txhdr, hdrlen); in pio_tx_frame()
489 pio_tx_frame_2byte_queue(pack, (const u8 *)txhdr, hdrlen); in pio_tx_frame()
496 q->buffer_used += roundup(skb->len + hdrlen, 4); in pio_tx_frame()
506 unsigned int hdrlen, total_len; in b43_pio_tx() local
523 hdrlen = b43_txhdr_size(dev); in b43_pio_tx()
524 total_len = roundup(skb->len + hdrlen, 4); in b43_pio_tx()