Searched refs:TS_EXT (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.h | 458 #define TS_EXT(a, port, idx) ((a) + (0x1000 * (port)) + \ macro
|
| H A D | ice_ptp_hw.c | 2767 lo_addr = TS_EXT(LOW_TX_MEMORY_BANK_START, lport, idx); in ice_read_phy_tstamp_e810() 2768 hi_addr = TS_EXT(HIGH_TX_MEMORY_BANK_START, lport, idx); in ice_read_phy_tstamp_e810() 2807 lo_addr = TS_EXT(LOW_TX_MEMORY_BANK_START, lport, idx); in ice_clear_phy_tstamp_e810() 2808 hi_addr = TS_EXT(HIGH_TX_MEMORY_BANK_START, lport, idx); in ice_clear_phy_tstamp_e810()
|