Searched defs:txhdr_size (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/b43legacy/
H A Dpio.c57 size_t txhdr_size,
64 if (i < txhdr_size)
68 i -= txhdr_size;
188 size_t txhdr_size)
206 octets = skb->len + txhdr_size;
55 tx_get_next_word(const u8 *txhdr, const u8 *packet, size_t txhdr_size, unsigned int *pos) argument
185 pio_tx_write_fragment(struct b43legacy_pioqueue *queue, struct sk_buff *skb, struct b43legacy_pio_txpacket *packet, size_t txhdr_size) argument

Completed in 10 milliseconds