alx_txd
struct alx_txd *tpd;
static int alx_tx_csum(struct sk_buff *skb, struct alx_txd *first)
static int alx_tso(struct sk_buff *skb, struct alx_txd *first)
struct alx_txd *tpd, *first_tpd;
struct alx_txd *first;
memset(txq->tpd, 0, txq->count * sizeof(struct alx_txd));
offset += sizeof(struct alx_txd) * txq->count;
alx->descmem.size = sizeof(struct alx_txd) * alx->tx_ringsz *
BUILD_BUG_ON(sizeof(struct alx_txd) % 8);