mtw_txd
struct mtw_txd *txd;
txd = (struct mtw_txd *)(data->buf);
xferlen = len + sizeof(struct mtw_txd) + MTW_DMA_PAD;
struct mtw_txd *txd;
txd = (struct mtw_txd *)data->buf;
xferlen += sizeof(struct mtw_txd);
struct mtw_txd *txd;
txd = (struct mtw_txd *)buf;
memcpy(buf + sizeof(struct mtw_txd), fw + sent, xferlen);
memset(buf + sizeof(struct mtw_txd) + xferlen, 0, MTW_DMA_PAD);
xferlen + sizeof(struct mtw_txd) + MTW_DMA_PAD,
(sizeof (struct mtw_txd) + \