Searched refs:atl1e_tpd_desc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 675 memset(tx_ring->desc, 0, sizeof(struct atl1e_tpd_desc) * in atl1e_clean_tx_ring() 709 sizeof(struct atl1e_tpd_desc) + 7 in atl1e_cal_ring_size() 837 offset += (sizeof(struct atl1e_tpd_desc) * tx_ring->count); in atl1e_setup_ring_resources() 1578 static struct atl1e_tpd_desc *atl1e_get_tpd(struct atl1e_adapter *adapter) in atl1e_get_tpd() 1587 memset(&tx_ring->desc[next_to_use], 0, sizeof(struct atl1e_tpd_desc)); in atl1e_get_tpd() 1592 atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd) in atl1e_get_tx_buffer() 1629 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tso_csum() 1704 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tx_map() 1706 struct atl1e_tpd_desc *use_tpd = NULL; in atl1e_tx_map() 1748 memcpy(use_tpd, tpd, sizeof(struct atl1e_tpd_desc)); in atl1e_tx_map() [all...] |
H A D | atl1e.h | 166 struct atl1e_tpd_desc { struct 397 struct atl1e_tpd_desc *desc; /* descriptor ring virtual address */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 675 memset(tx_ring->desc, 0, sizeof(struct atl1e_tpd_desc) * in atl1e_clean_tx_ring() 709 sizeof(struct atl1e_tpd_desc) + 7 in atl1e_cal_ring_size() 837 offset += (sizeof(struct atl1e_tpd_desc) * tx_ring->count); in atl1e_setup_ring_resources() 1578 static struct atl1e_tpd_desc *atl1e_get_tpd(struct atl1e_adapter *adapter) in atl1e_get_tpd() 1587 memset(&tx_ring->desc[next_to_use], 0, sizeof(struct atl1e_tpd_desc)); in atl1e_get_tpd() 1592 atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd) in atl1e_get_tx_buffer() 1628 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tso_csum() 1703 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tx_map() 1705 struct atl1e_tpd_desc *use_tpd = NULL; in atl1e_tx_map() 1748 memcpy(use_tpd, tpd, sizeof(struct atl1e_tpd_desc)); in atl1e_tx_map() [all...] |
H A D | atl1e.h | 166 struct atl1e_tpd_desc { struct 397 struct atl1e_tpd_desc *desc; /* descriptor ring virtual address */
|
Completed in 8 milliseconds