Lines Matching refs:octets
66 unsigned int octets) in tx_data() argument
79 while (i < octets - 1) { in tx_data()
84 if (octets % 2) in tx_data()
85 tx_octet(queue, packet[octets - in tx_data()
179 unsigned int octets; in pio_tx_write_fragment() local
193 octets = skb->len + txhdr_size; in pio_tx_write_fragment()
195 octets--; in pio_tx_write_fragment()
196 tx_data(queue, txhdr, (u8 *)skb->data, octets); in pio_tx_write_fragment()
221 u16 octets; in pio_tx_packet() local
224 octets = (u16)skb->len + sizeof(struct b43legacy_txhdr_fw3); in pio_tx_packet()
225 if (queue->tx_devq_size < octets) { in pio_tx_packet()
241 if (queue->tx_devq_used + octets > queue->tx_devq_size) in pio_tx_packet()
257 queue->tx_devq_used += octets; in pio_tx_packet()