Searched refs:atl1c_get_tpd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 1925 static struct atl1c_tpd_desc *atl1c_get_tpd(struct atl1c_adapter *adapter, in atl1c_get_tpd() function 2018 *tpd = atl1c_get_tpd(adapter, type); in atl1c_tso_csum() 2132 use_tpd = atl1c_get_tpd(adapter, type); in atl1c_tx_map() 2154 use_tpd = atl1c_get_tpd(adapter, type); in atl1c_tx_map() 2218 tpd = atl1c_get_tpd(adapter, type); in atl1c_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 1997 static struct atl1c_tpd_desc *atl1c_get_tpd(struct atl1c_adapter *adapter, in atl1c_get_tpd() function 2090 *tpd = atl1c_get_tpd(adapter, queue); in atl1c_tso_csum() 2205 use_tpd = atl1c_get_tpd(adapter, queue); in atl1c_tx_map() 2227 use_tpd = atl1c_get_tpd(adapter, queue); in atl1c_tx_map() 2291 tpd = atl1c_get_tpd(adapter, queue); in atl1c_xmit_frame()
|
Completed in 7 milliseconds