Searched refs:atl1c_tpd_desc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 1052 sizeof(struct atl1c_tpd_desc) * tpd_ring[i].count; in atl1c_setup_ring_resources() 2001 struct atl1c_tpd_desc *tpd_desc; in atl1c_get_tpd() 2008 memset(tpd_desc, 0, sizeof(struct atl1c_tpd_desc)); in atl1c_get_tpd() 2018 (struct atl1c_tpd_desc *)tpd_ring->desc]; in atl1c_get_tx_buffer() 2041 struct atl1c_tpd_desc **tpd, in atl1c_tso_csum() 2141 struct atl1c_tpd_desc *first_tpd, in atl1c_tx_rollback() 2146 struct atl1c_tpd_desc *tpd; in atl1c_tx_rollback() 2155 memset(tpd, 0, sizeof(struct atl1c_tpd_desc)); in atl1c_tx_rollback() 2163 struct sk_buff *skb, struct atl1c_tpd_desc *tpd, in atl1c_tx_map() 2166 struct atl1c_tpd_desc *use_tpd = NULL; in atl1c_tx_map() [all …]
|
H A D | atl1c.h | 92 #define ATL1C_TPD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_tpd_desc) 142 struct atl1c_tpd_desc { struct
|