Searched refs:REG_CT_THRHLD (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326.c | 124 { REG_CT_THRHLD(0,0), 0x00000000 }, 125 { REG_CT_THRHLD(1,0), 0x00000000 }, 150 { REG_CT_THRHLD(0,1), 0x00000000 }, 151 { REG_CT_THRHLD(1,1), 0x00000000 }, 176 { REG_CT_THRHLD(0,2), 0x00000000 }, 177 { REG_CT_THRHLD(1,2), 0x00000000 }, 202 { REG_CT_THRHLD(0,3), 0x00000000 }, 203 { REG_CT_THRHLD(1,3), 0x00000000 },
|
D | vsc7326_reg.h | 76 #define REG_CT_THRHLD(ie,fn) CRA(0x2,ie&1,0x50+fn) /* Cut Through Threshold */ macro
|