Home
last modified time | relevance | path

Searched refs:tx_msg_moved (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/wimax/i2400m/
Dtx.c617 struct i2400m_msg_hdr *tx_msg_moved; in i2400m_tx_close() local
647 tx_msg_moved = (void *) tx_msg + tx_msg->offset; in i2400m_tx_close()
648 memmove(tx_msg_moved, tx_msg, hdr_size); in i2400m_tx_close()
649 tx_msg_moved->size -= tx_msg->offset; in i2400m_tx_close()
654 aligned_size = ALIGN(tx_msg_moved->size, i2400m->bus_tx_block_size); in i2400m_tx_close()
655 padding = aligned_size - tx_msg_moved->size; in i2400m_tx_close()
668 (unsigned long) tx_msg_moved->size, in i2400m_tx_close()
674 tx_msg_moved->padding = cpu_to_le16(padding); in i2400m_tx_close()
675 tx_msg_moved->size += padding; in i2400m_tx_close()
676 if (tx_msg != tx_msg_moved) in i2400m_tx_close()
[all …]