atl1e_tpd_desc
struct atl1e_tpd_desc *desc; /* descriptor ring virtual address */
static struct atl1e_tpd_desc *atl1e_get_tpd(struct atl1e_adapter *adapter)
memset(&tx_ring->desc[next_to_use], 0, sizeof(struct atl1e_tpd_desc));
atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd)
struct sk_buff *skb, struct atl1e_tpd_desc *tpd)
struct sk_buff *skb, struct atl1e_tpd_desc *tpd)
struct atl1e_tpd_desc *use_tpd = NULL;
memcpy(use_tpd, tpd, sizeof(struct atl1e_tpd_desc));
memcpy(use_tpd, tpd, sizeof(struct atl1e_tpd_desc));
struct atl1e_tpd_desc *tpd)
struct atl1e_tpd_desc *tpd;
memset(tx_ring->desc, 0, sizeof(struct atl1e_tpd_desc) *
sizeof(struct atl1e_tpd_desc) + 7
offset += (sizeof(struct atl1e_tpd_desc) * tx_ring->count);