Searched refs:tx_msg (Results 1 - 8 of 8) 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.c84 * Open: it is marked as active (i2400m->tx_msg is valid) and we
529 * Assumes a TX message is active (i2400m->tx_msg).
536 struct i2400m_msg_hdr *msg_hdr = i2400m->tx_msg;
563 struct i2400m_msg_hdr *tx_msg; local
565 BUG_ON(i2400m->tx_msg != NULL);
575 tx_msg = i2400m_tx_fifo_push(i2400m, I2400M_TX_PLD_SIZE,
577 if (tx_msg == NULL)
579 else if (tx_msg == TAIL_FULL) {
585 memset(tx_msg, 0, I2400M_TX_PLD_SIZE);
586 tx_msg
615 struct i2400m_msg_hdr *tx_msg = i2400m->tx_msg; local
779 struct i2400m_msg_hdr *tx_msg = i2400m->tx_msg; local
842 struct i2400m_msg_hdr *tx_msg, *tx_msg_moved; local
[all...]
H A Dusb-tx.c87 int i2400mu_tx(struct i2400mu *i2400mu, struct i2400m_msg_hdr *tx_msg, argument
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,
184 struct i2400m_msg_hdr *tx_msg; local
197 tx_msg = NULL;
201 || (tx_msg = i2400m_tx_msg_get(i2400m, &tx_msg_size)))
205 WARN_ON(tx_msg == NULL); /* should not happen...*/
207 d_dump(5, dev, tx_msg, tx_msg_size);
209 i2400mu_tx(i2400mu, tx_msg, tx_msg_siz
[all...]
H A Dsdio-tx.c80 struct i2400m_msg_hdr *tx_msg; local
85 while (NULL != (tx_msg = i2400m_tx_msg_get(i2400m, &tx_msg_size))) {
87 d_dump(5, dev, tx_msg, tx_msg_size);
90 result = sdio_memcpy_toio(func, 0, tx_msg, tx_msg_size);
96 dev_err(dev, "TX: cannot submit TX; tx_msg @%zu %zu B:"
97 " %d\n", (void *) tx_msg - i2400m->tx_buf,
H A Di2400m.h395 * @tx_msg: current TX message that is active in the FIFO for
603 struct i2400m_msg_hdr *tx_msg; member in struct:i2400m
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-xiic.c57 * @tx_msg: Messages from above to be sent
60 * @nmsgs: Number of messages in tx_msg
69 struct i2c_msg *tx_msg; member in struct:xiic_i2c
170 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos)
309 u16 data = i2c->tx_msg->buf[i2c->tx_pos++];
323 i2c->tx_msg = NULL;
347 i2c->tx_msg, i2c->nmsgs);
373 if (i2c->tx_msg)
405 i2c->tx_msg++;
419 if (!i2c->tx_msg)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drayctl.h254 #define TX_BUF_SIZE (2048 - sizeof(struct tx_msg))
574 struct tx_msg { struct
H A Dray_cs.c90 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx,
92 static void ray_build_header(ray_dev_t *local, struct tx_msg __iomem *ptx,
913 struct tx_msg __iomem *ptx; /* Address of xmit buffer in PC space */
980 static int translate_frame(ray_dev_t *local, struct tx_msg __iomem *ptx,
1014 static void ray_build_header(ray_dev_t *local, struct tx_msg __iomem *ptx,
2705 struct tx_msg __iomem *ptx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/usb/
H A Desd_usb2.c135 struct tx_msg { struct
177 struct tx_msg tx;

Completed in 69 milliseconds