Home
last modified time | relevance | path

Searched refs:bus_tx_block_size (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c79 * multiple of i2400m->bus_tx_block_size (as defined by the bus layer).
90 * length is aligned to i2400m->bus_tx_block_size (as set by the
135 * - The whole message has to be padded to i2400m->bus_tx_block_size;
651 * message so the size is a multiple of i2400m->bus_tx_block_size. in i2400m_tx_close()
653 aligned_size = ALIGN(tx_msg_moved->size, i2400m->bus_tx_block_size); in i2400m_tx_close()
767 i2400m->bus_tx_block_size, try_head); in i2400m_tx()
994 BUG_ON(i2400m->bus_tx_block_size == 0); in i2400m_tx_setup()
H A Di2400m.h241 * @bus_tx_block_size: [fill] USB imposes a 16 block size, but other
579 size_t bus_tx_block_size; member
H A Dusb.c443 i2400m->bus_tx_block_size = I2400MU_BLK_SIZE; in i2400mu_probe()

Completed in 5 milliseconds