Home
last modified time | relevance | path

Searched refs:PRUETH_MAX_TX_TS_REQUESTS (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.h135 #define PRUETH_MAX_TX_TS_REQUESTS 50 /* Max simultaneous TX_TS requests */ macro
179 struct sk_buff *tx_ts_skb[PRUETH_MAX_TX_TS_REQUESTS];
H A Dicssg_common.c637 for (i = 0; i < PRUETH_MAX_TX_TS_REQUESTS; i++) { in prueth_tx_ts_cookie_get()
887 for (i = 0; i < PRUETH_MAX_TX_TS_REQUESTS; i++) { in prueth_cleanup_tx_ts()
H A Dicssg_prueth_sr1.c346 if (cookie >= PRUETH_MAX_TX_TS_REQUESTS) { in prueth_tx_ts_sr1()
H A Dicssg_prueth.c88 if (tsr.cookie >= PRUETH_MAX_TX_TS_REQUESTS || in tx_ts_work()