Searched refs:ATL1C_TPD_DESC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 92 #define ATL1C_TPD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_tpd_desc) macro
|
H A D | atl1c_main.c | 1935 tpd_desc = ATL1C_TPD_DESC(tpd_ring, next_to_use); in atl1c_get_tpd() 2080 tpd = ATL1C_TPD_DESC(tpd_ring, index); in atl1c_tx_rollback()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 92 #define ATL1C_TPD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_tpd_desc) macro
|
H A D | atl1c_main.c | 2007 tpd_desc = ATL1C_TPD_DESC(tpd_ring, next_to_use); in atl1c_get_tpd() 2152 tpd = ATL1C_TPD_DESC(tpd_ring, index); in atl1c_tx_rollback()
|
Completed in 11 milliseconds