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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.
653 aligned_size = ALIGN(tx_msg_moved->size, i2400m->bus_tx_block_size);
768 i2400m->bus_tx_block_size, try_head);
995 BUG_ON(i2400m->bus_tx_block_size == 0);
H A Di2400m.h241 * @bus_tx_block_size: [fill] SDIO imposes a 256 block size, USB 16,
580 size_t bus_tx_block_size; member in struct:i2400m
H A Dsdio.c442 i2400m->bus_tx_block_size = I2400MS_BLK_SIZE;
H A Dusb.c471 i2400m->bus_tx_block_size = I2400MU_BLK_SIZE;

Completed in 79 milliseconds