Lines Matching refs:tx_msg
87 int i2400mu_tx(struct i2400mu *i2400mu, struct i2400m_msg_hdr *tx_msg,
108 tx_msg, tx_msg_size, &sent_size, 200);
155 "tx_msg @%zu %zu B [%d sent]: %d\n",
156 (void *) tx_msg - i2400m->tx_buf,
183 struct i2400m_msg_hdr *tx_msg;
196 tx_msg = NULL;
200 || (tx_msg = i2400m_tx_msg_get(i2400m, &tx_msg_size)))
204 WARN_ON(tx_msg == NULL); /* should not happen...*/
206 d_dump(5, dev, tx_msg, tx_msg_size);
208 i2400mu_tx(i2400mu, tx_msg, tx_msg_size);