Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c283 I2400M_TX_PLD_SIZE = sizeof(struct i2400m_msg_hdr) enumerator
487 * (I2400M_PL_PAD for the payloads, I2400M_TX_PLD_SIZE for the
569 * accommodate the new message header I2400M_TX_PLD_SIZE, but in i2400m_tx_new()
576 tx_msg = i2400m_tx_fifo_push(i2400m, I2400M_TX_PLD_SIZE, in i2400m_tx_new()
586 memset(tx_msg, 0, I2400M_TX_PLD_SIZE); in i2400m_tx_new()
587 tx_msg->size = I2400M_TX_PLD_SIZE; in i2400m_tx_new()
645 tx_msg->offset = I2400M_TX_PLD_SIZE - hdr_size; in i2400m_tx_close()

Completed in 2 milliseconds