Lines Matching defs:msg
124 * the TX engine has to shift those 32 bytes of msg header and 2
486 * the FIFO are padded to be a multiple of 16 -- the size of *msg
510 struct i2400m_msg_hdr *msg = i2400m->tx_buf + tx_in;
513 BUG_ON(tail_room < sizeof(*msg));
514 msg->size = tail_room | I2400M_TX_SKIP;
609 * TX message, as the "msg header and payload descriptors" will be
702 * Whenever we write to a message, we increase msg->size, so it
859 d_printf(2, dev, "TX: skip: msg @%zu (%zu b)\n",
869 "TX: FIFO empty: open msg w/o payloads @%zu\n",
875 "TX: skip msg w/o payloads @%zu (%zu b)\n",
882 if (tx_msg == i2400m->tx_msg) /* open msg? */
889 d_printf(2, dev, "TX: pid %d msg hdr at @%zu offset +@%zu "