Lines Matching refs:octets
79 unsigned int octets) in tx_data() argument
92 while (i < octets - 1) { in tx_data()
97 if (octets % 2) in tx_data()
98 tx_octet(queue, packet[octets - in tx_data()
192 unsigned int octets; in pio_tx_write_fragment() local
206 octets = skb->len + txhdr_size; in pio_tx_write_fragment()
208 octets--; in pio_tx_write_fragment()
209 tx_data(queue, txhdr, (u8 *)skb->data, octets); in pio_tx_write_fragment()
234 u16 octets; in pio_tx_packet() local
237 octets = (u16)skb->len + sizeof(struct b43legacy_txhdr_fw3); in pio_tx_packet()
238 if (queue->tx_devq_size < octets) { in pio_tx_packet()
254 if (queue->tx_devq_used + octets > queue->tx_devq_size) in pio_tx_packet()
270 queue->tx_devq_used += octets; in pio_tx_packet()