Lines Matching refs:_SB_MAKE64
44 #define S_MAC_TX_PAUSE _SB_MAKE64(6)
86 #define S_MAC_SPEED_SEL _SB_MAKE64(34)
106 #define S_MAC_BYPASS_CFG _SB_MAKE64(40)
127 #define S_MAC_BYPASS_IFG _SB_MAKE64(46)
142 #define S_MAC_FC_CMD _SB_MAKE64(55)
147 #define S_MAC_RX_CH_SEL _SB_MAKE64(57)
191 #define S_MAC_TXD_WEIGHT0 _SB_MAKE64(0)
196 #define S_MAC_TXD_WEIGHT1 _SB_MAKE64(4)
208 #define S_MAC_TX_WR_THRSH _SB_MAKE64(0)
219 #define S_MAC_TX_RD_THRSH _SB_MAKE64(8)
230 #define S_MAC_TX_RL_THRSH _SB_MAKE64(16)
235 #define S_MAC_RX_PL_THRSH _SB_MAKE64(24)
240 #define S_MAC_RX_RD_THRSH _SB_MAKE64(32)
245 #define S_MAC_RX_RL_THRSH _SB_MAKE64(40)
251 #define S_MAC_ENC_FC_THRSH _SB_MAKE64(56)
265 #define S_MAC_IFG_RX _SB_MAKE64(0)
271 #define S_MAC_PRE_LEN _SB_MAKE64(0)
277 #define S_MAC_IFG_TX _SB_MAKE64(6)
282 #define S_MAC_IFG_THRSH _SB_MAKE64(12)
287 #define S_MAC_BACKOFF_SEL _SB_MAKE64(18)
292 #define S_MAC_LFSR_SEED _SB_MAKE64(22)
297 #define S_MAC_SLOT_SIZE _SB_MAKE64(30)
302 #define S_MAC_MIN_FRAMESZ _SB_MAKE64(40)
307 #define S_MAC_MAX_FRAMESZ _SB_MAKE64(48)
317 #define K_MAC_IFG_RX_10 _SB_MAKE64(0) /* See table 176, not used */
318 #define K_MAC_IFG_RX_100 _SB_MAKE64(0)
319 #define K_MAC_IFG_RX_1000 _SB_MAKE64(0)
321 #define K_MAC_IFG_TX_10 _SB_MAKE64(20)
322 #define K_MAC_IFG_TX_100 _SB_MAKE64(20)
323 #define K_MAC_IFG_TX_1000 _SB_MAKE64(8)
325 #define K_MAC_IFG_THRSH_10 _SB_MAKE64(4)
326 #define K_MAC_IFG_THRSH_100 _SB_MAKE64(4)
327 #define K_MAC_IFG_THRSH_1000 _SB_MAKE64(0)
329 #define K_MAC_SLOT_SIZE_10 _SB_MAKE64(0)
330 #define K_MAC_SLOT_SIZE_100 _SB_MAKE64(0)
331 #define K_MAC_SLOT_SIZE_1000 _SB_MAKE64(0)
349 #define K_MAC_MIN_FRAMESZ_FIFO _SB_MAKE64(9)
350 #define K_MAC_MIN_FRAMESZ_DEFAULT _SB_MAKE64(64)
351 #define K_MAC_MAX_FRAMESZ_DEFAULT _SB_MAKE64(1518)
352 #define K_MAC_MAX_FRAMESZ_JUMBO _SB_MAKE64(9216)
366 #define S_MAC_VLAN_TAG _SB_MAKE64(0)
372 #define S_MAC_TX_PKT_OFFSET _SB_MAKE64(32)
377 #define S_MAC_TX_CRC_OFFSET _SB_MAKE64(40)
402 #define S_MAC_RX_CH0 _SB_MAKE64(0)
403 #define S_MAC_RX_CH1 _SB_MAKE64(8)
404 #define S_MAC_TX_CH0 _SB_MAKE64(16)
405 #define S_MAC_TX_CH1 _SB_MAKE64(24)
407 #define S_MAC_TXCHANNELS _SB_MAKE64(16) /* this is 1st TX chan */
408 #define S_MAC_CHANWIDTH _SB_MAKE64(8) /* bits between channels */
430 #define S_MAC_STATUS_CH_OFFSET(ch, txrx) _SB_MAKE64(((ch) + 2 * (txrx)) * S_MAC_CHANWIDTH)
456 #define S_MAC_COUNTER_ADDR _SB_MAKE64(47)
472 #define S_MAC_TX_WRPTR _SB_MAKE64(0)
477 #define S_MAC_TX_RDPTR _SB_MAKE64(8)
482 #define S_MAC_RX_WRPTR _SB_MAKE64(16)
487 #define S_MAC_RX_RDPTR _SB_MAKE64(24)
499 #define S_MAC_TX_EOP_COUNTER _SB_MAKE64(0)
504 #define S_MAC_RX_EOP_COUNTER _SB_MAKE64(8)
552 #define S_TYPECFG_TYPESIZE _SB_MAKE64(16)
554 #define S_TYPECFG_TYPE0 _SB_MAKE64(0)
559 #define S_TYPECFG_TYPE1 _SB_MAKE64(0)
564 #define S_TYPECFG_TYPE2 _SB_MAKE64(0)
569 #define S_TYPECFG_TYPE3 _SB_MAKE64(0)
592 #define S_MAC_IPHDR_OFFSET _SB_MAKE64(8)
598 #define S_MAC_RX_CRC_OFFSET _SB_MAKE64(16)
603 #define S_MAC_RX_PKT_OFFSET _SB_MAKE64(24)
611 #define S_MAC_RX_CH_MSN_SEL _SB_MAKE64(34)