FreeBSD kernel CXGB device code
cxgb_regs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SGE3_BASE_ADDR   0x0
 
#define A_SG_CONTROL   0x0
 
#define S_CONGMODE   29
 
#define V_CONGMODE(x)   ((x) << S_CONGMODE)
 
#define F_CONGMODE   V_CONGMODE(1U)
 
#define S_TNLFLMODE   28
 
#define V_TNLFLMODE(x)   ((x) << S_TNLFLMODE)
 
#define F_TNLFLMODE   V_TNLFLMODE(1U)
 
#define S_FATLPERREN   27
 
#define V_FATLPERREN(x)   ((x) << S_FATLPERREN)
 
#define F_FATLPERREN   V_FATLPERREN(1U)
 
#define S_URGTNL   26
 
#define V_URGTNL(x)   ((x) << S_URGTNL)
 
#define F_URGTNL   V_URGTNL(1U)
 
#define S_NEWNOTIFY   25
 
#define V_NEWNOTIFY(x)   ((x) << S_NEWNOTIFY)
 
#define F_NEWNOTIFY   V_NEWNOTIFY(1U)
 
#define S_AVOIDCQOVFL   24
 
#define V_AVOIDCQOVFL(x)   ((x) << S_AVOIDCQOVFL)
 
#define F_AVOIDCQOVFL   V_AVOIDCQOVFL(1U)
 
#define S_OPTONEINTMULTQ   23
 
#define V_OPTONEINTMULTQ(x)   ((x) << S_OPTONEINTMULTQ)
 
#define F_OPTONEINTMULTQ   V_OPTONEINTMULTQ(1U)
 
#define S_CQCRDTCTRL   22
 
#define V_CQCRDTCTRL(x)   ((x) << S_CQCRDTCTRL)
 
#define F_CQCRDTCTRL   V_CQCRDTCTRL(1U)
 
#define S_EGRENUPBP   21
 
#define V_EGRENUPBP(x)   ((x) << S_EGRENUPBP)
 
#define F_EGRENUPBP   V_EGRENUPBP(1U)
 
#define S_DROPPKT   20
 
#define V_DROPPKT(x)   ((x) << S_DROPPKT)
 
#define F_DROPPKT   V_DROPPKT(1U)
 
#define S_EGRGENCTRL   19
 
#define V_EGRGENCTRL(x)   ((x) << S_EGRGENCTRL)
 
#define F_EGRGENCTRL   V_EGRGENCTRL(1U)
 
#define S_USERSPACESIZE   14
 
#define M_USERSPACESIZE   0x1f
 
#define V_USERSPACESIZE(x)   ((x) << S_USERSPACESIZE)
 
#define G_USERSPACESIZE(x)   (((x) >> S_USERSPACESIZE) & M_USERSPACESIZE)
 
#define S_HOSTPAGESIZE   11
 
#define M_HOSTPAGESIZE   0x7
 
#define V_HOSTPAGESIZE(x)   ((x) << S_HOSTPAGESIZE)
 
#define G_HOSTPAGESIZE(x)   (((x) >> S_HOSTPAGESIZE) & M_HOSTPAGESIZE)
 
#define S_PCIRELAX   10
 
#define V_PCIRELAX(x)   ((x) << S_PCIRELAX)
 
#define F_PCIRELAX   V_PCIRELAX(1U)
 
#define S_FLMODE   9
 
#define V_FLMODE(x)   ((x) << S_FLMODE)
 
#define F_FLMODE   V_FLMODE(1U)
 
#define S_PKTSHIFT   6
 
#define M_PKTSHIFT   0x7
 
#define V_PKTSHIFT(x)   ((x) << S_PKTSHIFT)
 
#define G_PKTSHIFT(x)   (((x) >> S_PKTSHIFT) & M_PKTSHIFT)
 
#define S_ONEINTMULTQ   5
 
#define V_ONEINTMULTQ(x)   ((x) << S_ONEINTMULTQ)
 
#define F_ONEINTMULTQ   V_ONEINTMULTQ(1U)
 
#define S_FLPICKAVAIL   4
 
#define V_FLPICKAVAIL(x)   ((x) << S_FLPICKAVAIL)
 
#define F_FLPICKAVAIL   V_FLPICKAVAIL(1U)
 
#define S_BIGENDIANEGRESS   3
 
#define V_BIGENDIANEGRESS(x)   ((x) << S_BIGENDIANEGRESS)
 
#define F_BIGENDIANEGRESS   V_BIGENDIANEGRESS(1U)
 
#define S_BIGENDIANINGRESS   2
 
#define V_BIGENDIANINGRESS(x)   ((x) << S_BIGENDIANINGRESS)
 
#define F_BIGENDIANINGRESS   V_BIGENDIANINGRESS(1U)
 
#define S_ISCSICOALESCING   1
 
#define V_ISCSICOALESCING(x)   ((x) << S_ISCSICOALESCING)
 
#define F_ISCSICOALESCING   V_ISCSICOALESCING(1U)
 
#define S_GLOBALENABLE   0
 
#define V_GLOBALENABLE(x)   ((x) << S_GLOBALENABLE)
 
#define F_GLOBALENABLE   V_GLOBALENABLE(1U)
 
#define A_SG_KDOORBELL   0x4
 
#define S_SELEGRCNTX   31
 
#define V_SELEGRCNTX(x)   ((x) << S_SELEGRCNTX)
 
#define F_SELEGRCNTX   V_SELEGRCNTX(1U)
 
#define S_EGRCNTX   0
 
#define M_EGRCNTX   0xffff
 
#define V_EGRCNTX(x)   ((x) << S_EGRCNTX)
 
#define G_EGRCNTX(x)   (((x) >> S_EGRCNTX) & M_EGRCNTX)
 
#define A_SG_GTS   0x8
 
#define S_RSPQ   29
 
#define M_RSPQ   0x7
 
#define V_RSPQ(x)   ((x) << S_RSPQ)
 
#define G_RSPQ(x)   (((x) >> S_RSPQ) & M_RSPQ)
 
#define S_NEWTIMER   16
 
#define M_NEWTIMER   0x1fff
 
#define V_NEWTIMER(x)   ((x) << S_NEWTIMER)
 
#define G_NEWTIMER(x)   (((x) >> S_NEWTIMER) & M_NEWTIMER)
 
#define S_NEWINDEX   0
 
#define M_NEWINDEX   0xffff
 
#define V_NEWINDEX(x)   ((x) << S_NEWINDEX)
 
#define G_NEWINDEX(x)   (((x) >> S_NEWINDEX) & M_NEWINDEX)
 
#define A_SG_CONTEXT_CMD   0xc
 
#define S_CONTEXT_CMD_OPCODE   28
 
#define M_CONTEXT_CMD_OPCODE   0xf
 
#define V_CONTEXT_CMD_OPCODE(x)   ((x) << S_CONTEXT_CMD_OPCODE)
 
#define G_CONTEXT_CMD_OPCODE(x)   (((x) >> S_CONTEXT_CMD_OPCODE) & M_CONTEXT_CMD_OPCODE)
 
#define S_CONTEXT_CMD_BUSY   27
 
#define V_CONTEXT_CMD_BUSY(x)   ((x) << S_CONTEXT_CMD_BUSY)
 
#define F_CONTEXT_CMD_BUSY   V_CONTEXT_CMD_BUSY(1U)
 
#define S_CQ_CREDIT   20
 
#define M_CQ_CREDIT   0x7f
 
#define V_CQ_CREDIT(x)   ((x) << S_CQ_CREDIT)
 
#define G_CQ_CREDIT(x)   (((x) >> S_CQ_CREDIT) & M_CQ_CREDIT)
 
#define S_CQ   19
 
#define V_CQ(x)   ((x) << S_CQ)
 
#define F_CQ   V_CQ(1U)
 
#define S_RESPONSEQ   18
 
#define V_RESPONSEQ(x)   ((x) << S_RESPONSEQ)
 
#define F_RESPONSEQ   V_RESPONSEQ(1U)
 
#define S_EGRESS   17
 
#define V_EGRESS(x)   ((x) << S_EGRESS)
 
#define F_EGRESS   V_EGRESS(1U)
 
#define S_FREELIST   16
 
#define V_FREELIST(x)   ((x) << S_FREELIST)
 
#define F_FREELIST   V_FREELIST(1U)
 
#define S_CONTEXT   0
 
#define M_CONTEXT   0xffff
 
#define V_CONTEXT(x)   ((x) << S_CONTEXT)
 
#define G_CONTEXT(x)   (((x) >> S_CONTEXT) & M_CONTEXT)
 
#define A_SG_CONTEXT_DATA0   0x10
 
#define A_SG_CONTEXT_DATA1   0x14
 
#define A_SG_CONTEXT_DATA2   0x18
 
#define A_SG_CONTEXT_DATA3   0x1c
 
#define A_SG_CONTEXT_MASK0   0x20
 
#define A_SG_CONTEXT_MASK1   0x24
 
#define A_SG_CONTEXT_MASK2   0x28
 
#define A_SG_CONTEXT_MASK3   0x2c
 
#define A_SG_RSPQ_CREDIT_RETURN   0x30
 
#define S_CREDITS   0
 
#define M_CREDITS   0xffff
 
#define V_CREDITS(x)   ((x) << S_CREDITS)
 
#define G_CREDITS(x)   (((x) >> S_CREDITS) & M_CREDITS)
 
#define A_SG_DATA_INTR   0x34
 
#define S_ERRINTR   31
 
#define V_ERRINTR(x)   ((x) << S_ERRINTR)
 
#define F_ERRINTR   V_ERRINTR(1U)
 
#define S_DATAINTR   0
 
#define M_DATAINTR   0xff
 
#define V_DATAINTR(x)   ((x) << S_DATAINTR)
 
#define G_DATAINTR(x)   (((x) >> S_DATAINTR) & M_DATAINTR)
 
#define A_SG_HI_DRB_HI_THRSH   0x38
 
#define S_HIDRBHITHRSH   0
 
#define M_HIDRBHITHRSH   0x3ff
 
#define V_HIDRBHITHRSH(x)   ((x) << S_HIDRBHITHRSH)
 
#define G_HIDRBHITHRSH(x)   (((x) >> S_HIDRBHITHRSH) & M_HIDRBHITHRSH)
 
#define A_SG_HI_DRB_LO_THRSH   0x3c
 
#define S_HIDRBLOTHRSH   0
 
#define M_HIDRBLOTHRSH   0x3ff
 
#define V_HIDRBLOTHRSH(x)   ((x) << S_HIDRBLOTHRSH)
 
#define G_HIDRBLOTHRSH(x)   (((x) >> S_HIDRBLOTHRSH) & M_HIDRBLOTHRSH)
 
#define A_SG_LO_DRB_HI_THRSH   0x40
 
#define S_LODRBHITHRSH   0
 
#define M_LODRBHITHRSH   0x3ff
 
#define V_LODRBHITHRSH(x)   ((x) << S_LODRBHITHRSH)
 
#define G_LODRBHITHRSH(x)   (((x) >> S_LODRBHITHRSH) & M_LODRBHITHRSH)
 
#define A_SG_LO_DRB_LO_THRSH   0x44
 
#define S_LODRBLOTHRSH   0
 
#define M_LODRBLOTHRSH   0x3ff
 
#define V_LODRBLOTHRSH(x)   ((x) << S_LODRBLOTHRSH)
 
#define G_LODRBLOTHRSH(x)   (((x) >> S_LODRBLOTHRSH) & M_LODRBLOTHRSH)
 
#define A_SG_ONE_INT_MULT_Q_COALESCING_TIMER   0x48
 
#define A_SG_RSPQ_FL_STATUS   0x4c
 
#define S_RSPQ0STARVED   0
 
#define V_RSPQ0STARVED(x)   ((x) << S_RSPQ0STARVED)
 
#define F_RSPQ0STARVED   V_RSPQ0STARVED(1U)
 
#define S_RSPQ1STARVED   1
 
#define V_RSPQ1STARVED(x)   ((x) << S_RSPQ1STARVED)
 
#define F_RSPQ1STARVED   V_RSPQ1STARVED(1U)
 
#define S_RSPQ2STARVED   2
 
#define V_RSPQ2STARVED(x)   ((x) << S_RSPQ2STARVED)
 
#define F_RSPQ2STARVED   V_RSPQ2STARVED(1U)
 
#define S_RSPQ3STARVED   3
 
#define V_RSPQ3STARVED(x)   ((x) << S_RSPQ3STARVED)
 
#define F_RSPQ3STARVED   V_RSPQ3STARVED(1U)
 
#define S_RSPQ4STARVED   4
 
#define V_RSPQ4STARVED(x)   ((x) << S_RSPQ4STARVED)
 
#define F_RSPQ4STARVED   V_RSPQ4STARVED(1U)
 
#define S_RSPQ5STARVED   5
 
#define V_RSPQ5STARVED(x)   ((x) << S_RSPQ5STARVED)
 
#define F_RSPQ5STARVED   V_RSPQ5STARVED(1U)
 
#define S_RSPQ6STARVED   6
 
#define V_RSPQ6STARVED(x)   ((x) << S_RSPQ6STARVED)
 
#define F_RSPQ6STARVED   V_RSPQ6STARVED(1U)
 
#define S_RSPQ7STARVED   7
 
#define V_RSPQ7STARVED(x)   ((x) << S_RSPQ7STARVED)
 
#define F_RSPQ7STARVED   V_RSPQ7STARVED(1U)
 
#define S_RSPQXSTARVED   0
 
#define M_RSPQXSTARVED   0xff
 
#define V_RSPQXSTARVED(x)   ((x) << S_RSPQXSTARVED)
 
#define G_RSPQXSTARVED(x)   (((x) >> S_RSPQXSTARVED) & M_RSPQXSTARVED)
 
#define S_RSPQ0DISABLED   8
 
#define V_RSPQ0DISABLED(x)   ((x) << S_RSPQ0DISABLED)
 
#define F_RSPQ0DISABLED   V_RSPQ0DISABLED(1U)
 
#define S_RSPQ1DISABLED   9
 
#define V_RSPQ1DISABLED(x)   ((x) << S_RSPQ1DISABLED)
 
#define F_RSPQ1DISABLED   V_RSPQ1DISABLED(1U)
 
#define S_RSPQ2DISABLED   10
 
#define V_RSPQ2DISABLED(x)   ((x) << S_RSPQ2DISABLED)
 
#define F_RSPQ2DISABLED   V_RSPQ2DISABLED(1U)
 
#define S_RSPQ3DISABLED   11
 
#define V_RSPQ3DISABLED(x)   ((x) << S_RSPQ3DISABLED)
 
#define F_RSPQ3DISABLED   V_RSPQ3DISABLED(1U)
 
#define S_RSPQ4DISABLED   12
 
#define V_RSPQ4DISABLED(x)   ((x) << S_RSPQ4DISABLED)
 
#define F_RSPQ4DISABLED   V_RSPQ4DISABLED(1U)
 
#define S_RSPQ5DISABLED   13
 
#define V_RSPQ5DISABLED(x)   ((x) << S_RSPQ5DISABLED)
 
#define F_RSPQ5DISABLED   V_RSPQ5DISABLED(1U)
 
#define S_RSPQ6DISABLED   14
 
#define V_RSPQ6DISABLED(x)   ((x) << S_RSPQ6DISABLED)
 
#define F_RSPQ6DISABLED   V_RSPQ6DISABLED(1U)
 
#define S_RSPQ7DISABLED   15
 
#define V_RSPQ7DISABLED(x)   ((x) << S_RSPQ7DISABLED)
 
#define F_RSPQ7DISABLED   V_RSPQ7DISABLED(1U)
 
#define S_FL0EMPTY   16
 
#define V_FL0EMPTY(x)   ((x) << S_FL0EMPTY)
 
#define F_FL0EMPTY   V_FL0EMPTY(1U)
 
#define S_FL1EMPTY   17
 
#define V_FL1EMPTY(x)   ((x) << S_FL1EMPTY)
 
#define F_FL1EMPTY   V_FL1EMPTY(1U)
 
#define S_FL2EMPTY   18
 
#define V_FL2EMPTY(x)   ((x) << S_FL2EMPTY)
 
#define F_FL2EMPTY   V_FL2EMPTY(1U)
 
#define S_FL3EMPTY   19
 
#define V_FL3EMPTY(x)   ((x) << S_FL3EMPTY)
 
#define F_FL3EMPTY   V_FL3EMPTY(1U)
 
#define S_FL4EMPTY   20
 
#define V_FL4EMPTY(x)   ((x) << S_FL4EMPTY)
 
#define F_FL4EMPTY   V_FL4EMPTY(1U)
 
#define S_FL5EMPTY   21
 
#define V_FL5EMPTY(x)   ((x) << S_FL5EMPTY)
 
#define F_FL5EMPTY   V_FL5EMPTY(1U)
 
#define S_FL6EMPTY   22
 
#define V_FL6EMPTY(x)   ((x) << S_FL6EMPTY)
 
#define F_FL6EMPTY   V_FL6EMPTY(1U)
 
#define S_FL7EMPTY   23
 
#define V_FL7EMPTY(x)   ((x) << S_FL7EMPTY)
 
#define F_FL7EMPTY   V_FL7EMPTY(1U)
 
#define S_FL8EMPTY   24
 
#define V_FL8EMPTY(x)   ((x) << S_FL8EMPTY)
 
#define F_FL8EMPTY   V_FL8EMPTY(1U)
 
#define S_FL9EMPTY   25
 
#define V_FL9EMPTY(x)   ((x) << S_FL9EMPTY)
 
#define F_FL9EMPTY   V_FL9EMPTY(1U)
 
#define S_FL10EMPTY   26
 
#define V_FL10EMPTY(x)   ((x) << S_FL10EMPTY)
 
#define F_FL10EMPTY   V_FL10EMPTY(1U)
 
#define S_FL11EMPTY   27
 
#define V_FL11EMPTY(x)   ((x) << S_FL11EMPTY)
 
#define F_FL11EMPTY   V_FL11EMPTY(1U)
 
#define S_FL12EMPTY   28
 
#define V_FL12EMPTY(x)   ((x) << S_FL12EMPTY)
 
#define F_FL12EMPTY   V_FL12EMPTY(1U)
 
#define S_FL13EMPTY   29
 
#define V_FL13EMPTY(x)   ((x) << S_FL13EMPTY)
 
#define F_FL13EMPTY   V_FL13EMPTY(1U)
 
#define S_FL14EMPTY   30
 
#define V_FL14EMPTY(x)   ((x) << S_FL14EMPTY)
 
#define F_FL14EMPTY   V_FL14EMPTY(1U)
 
#define S_FL15EMPTY   31
 
#define V_FL15EMPTY(x)   ((x) << S_FL15EMPTY)
 
#define F_FL15EMPTY   V_FL15EMPTY(1U)
 
#define S_FLXEMPTY   16
 
#define M_FLXEMPTY   0xffff
 
#define V_FLXEMPTY(x)   ((x) << S_FLXEMPTY)
 
#define G_FLXEMPTY(x)   (((x) >> S_FLXEMPTY) & M_FLXEMPTY)
 
#define A_SG_EGR_PRI_CNT   0x50
 
#define S_EGRERROPCODE   24
 
#define M_EGRERROPCODE   0xff
 
#define V_EGRERROPCODE(x)   ((x) << S_EGRERROPCODE)
 
#define G_EGRERROPCODE(x)   (((x) >> S_EGRERROPCODE) & M_EGRERROPCODE)
 
#define S_EGRHIOPCODE   16
 
#define M_EGRHIOPCODE   0xff
 
#define V_EGRHIOPCODE(x)   ((x) << S_EGRHIOPCODE)
 
#define G_EGRHIOPCODE(x)   (((x) >> S_EGRHIOPCODE) & M_EGRHIOPCODE)
 
#define S_EGRLOOPCODE   8
 
#define M_EGRLOOPCODE   0xff
 
#define V_EGRLOOPCODE(x)   ((x) << S_EGRLOOPCODE)
 
#define G_EGRLOOPCODE(x)   (((x) >> S_EGRLOOPCODE) & M_EGRLOOPCODE)
 
#define S_EGRPRICNT   0
 
#define M_EGRPRICNT   0x1f
 
#define V_EGRPRICNT(x)   ((x) << S_EGRPRICNT)
 
#define G_EGRPRICNT(x)   (((x) >> S_EGRPRICNT) & M_EGRPRICNT)
 
#define A_SG_EGR_RCQ_DRB_THRSH   0x54
 
#define S_HIRCQDRBTHRSH   16
 
#define M_HIRCQDRBTHRSH   0x7ff
 
#define V_HIRCQDRBTHRSH(x)   ((x) << S_HIRCQDRBTHRSH)
 
#define G_HIRCQDRBTHRSH(x)   (((x) >> S_HIRCQDRBTHRSH) & M_HIRCQDRBTHRSH)
 
#define S_LORCQDRBTHRSH   0
 
#define M_LORCQDRBTHRSH   0x7ff
 
#define V_LORCQDRBTHRSH(x)   ((x) << S_LORCQDRBTHRSH)
 
#define G_LORCQDRBTHRSH(x)   (((x) >> S_LORCQDRBTHRSH) & M_LORCQDRBTHRSH)
 
#define A_SG_EGR_CNTX_BADDR   0x58
 
#define S_EGRCNTXBADDR   5
 
#define M_EGRCNTXBADDR   0x7ffffff
 
#define V_EGRCNTXBADDR(x)   ((x) << S_EGRCNTXBADDR)
 
#define G_EGRCNTXBADDR(x)   (((x) >> S_EGRCNTXBADDR) & M_EGRCNTXBADDR)
 
#define A_SG_INT_CAUSE   0x5c
 
#define S_HIRCQPARITYERROR   31
 
#define V_HIRCQPARITYERROR(x)   ((x) << S_HIRCQPARITYERROR)
 
#define F_HIRCQPARITYERROR   V_HIRCQPARITYERROR(1U)
 
#define S_LORCQPARITYERROR   30
 
#define V_LORCQPARITYERROR(x)   ((x) << S_LORCQPARITYERROR)
 
#define F_LORCQPARITYERROR   V_LORCQPARITYERROR(1U)
 
#define S_HIDRBPARITYERROR   29
 
#define V_HIDRBPARITYERROR(x)   ((x) << S_HIDRBPARITYERROR)
 
#define F_HIDRBPARITYERROR   V_HIDRBPARITYERROR(1U)
 
#define S_LODRBPARITYERROR   28
 
#define V_LODRBPARITYERROR(x)   ((x) << S_LODRBPARITYERROR)
 
#define F_LODRBPARITYERROR   V_LODRBPARITYERROR(1U)
 
#define S_FLPARITYERROR   22
 
#define M_FLPARITYERROR   0x3f
 
#define V_FLPARITYERROR(x)   ((x) << S_FLPARITYERROR)
 
#define G_FLPARITYERROR(x)   (((x) >> S_FLPARITYERROR) & M_FLPARITYERROR)
 
#define S_ITPARITYERROR   20
 
#define M_ITPARITYERROR   0x3
 
#define V_ITPARITYERROR(x)   ((x) << S_ITPARITYERROR)
 
#define G_ITPARITYERROR(x)   (((x) >> S_ITPARITYERROR) & M_ITPARITYERROR)
 
#define S_IRPARITYERROR   19
 
#define V_IRPARITYERROR(x)   ((x) << S_IRPARITYERROR)
 
#define F_IRPARITYERROR   V_IRPARITYERROR(1U)
 
#define S_RCPARITYERROR   18
 
#define V_RCPARITYERROR(x)   ((x) << S_RCPARITYERROR)
 
#define F_RCPARITYERROR   V_RCPARITYERROR(1U)
 
#define S_OCPARITYERROR   17
 
#define V_OCPARITYERROR(x)   ((x) << S_OCPARITYERROR)
 
#define F_OCPARITYERROR   V_OCPARITYERROR(1U)
 
#define S_CPPARITYERROR   16
 
#define V_CPPARITYERROR(x)   ((x) << S_CPPARITYERROR)
 
#define F_CPPARITYERROR   V_CPPARITYERROR(1U)
 
#define S_R_REQ_FRAMINGERROR   15
 
#define V_R_REQ_FRAMINGERROR(x)   ((x) << S_R_REQ_FRAMINGERROR)
 
#define F_R_REQ_FRAMINGERROR   V_R_REQ_FRAMINGERROR(1U)
 
#define S_UC_REQ_FRAMINGERROR   14
 
#define V_UC_REQ_FRAMINGERROR(x)   ((x) << S_UC_REQ_FRAMINGERROR)
 
#define F_UC_REQ_FRAMINGERROR   V_UC_REQ_FRAMINGERROR(1U)
 
#define S_HICTLDRBDROPERR   13
 
#define V_HICTLDRBDROPERR(x)   ((x) << S_HICTLDRBDROPERR)
 
#define F_HICTLDRBDROPERR   V_HICTLDRBDROPERR(1U)
 
#define S_LOCTLDRBDROPERR   12
 
#define V_LOCTLDRBDROPERR(x)   ((x) << S_LOCTLDRBDROPERR)
 
#define F_LOCTLDRBDROPERR   V_LOCTLDRBDROPERR(1U)
 
#define S_HIPIODRBDROPERR   11
 
#define V_HIPIODRBDROPERR(x)   ((x) << S_HIPIODRBDROPERR)
 
#define F_HIPIODRBDROPERR   V_HIPIODRBDROPERR(1U)
 
#define S_LOPIODRBDROPERR   10
 
#define V_LOPIODRBDROPERR(x)   ((x) << S_LOPIODRBDROPERR)
 
#define F_LOPIODRBDROPERR   V_LOPIODRBDROPERR(1U)
 
#define S_HICRDTUNDFLOWERR   9
 
#define V_HICRDTUNDFLOWERR(x)   ((x) << S_HICRDTUNDFLOWERR)
 
#define F_HICRDTUNDFLOWERR   V_HICRDTUNDFLOWERR(1U)
 
#define S_LOCRDTUNDFLOWERR   8
 
#define V_LOCRDTUNDFLOWERR(x)   ((x) << S_LOCRDTUNDFLOWERR)
 
#define F_LOCRDTUNDFLOWERR   V_LOCRDTUNDFLOWERR(1U)
 
#define S_HIPRIORITYDBFULL   7
 
#define V_HIPRIORITYDBFULL(x)   ((x) << S_HIPRIORITYDBFULL)
 
#define F_HIPRIORITYDBFULL   V_HIPRIORITYDBFULL(1U)
 
#define S_HIPRIORITYDBEMPTY   6
 
#define V_HIPRIORITYDBEMPTY(x)   ((x) << S_HIPRIORITYDBEMPTY)
 
#define F_HIPRIORITYDBEMPTY   V_HIPRIORITYDBEMPTY(1U)
 
#define S_LOPRIORITYDBFULL   5
 
#define V_LOPRIORITYDBFULL(x)   ((x) << S_LOPRIORITYDBFULL)
 
#define F_LOPRIORITYDBFULL   V_LOPRIORITYDBFULL(1U)
 
#define S_LOPRIORITYDBEMPTY   4
 
#define V_LOPRIORITYDBEMPTY(x)   ((x) << S_LOPRIORITYDBEMPTY)
 
#define F_LOPRIORITYDBEMPTY   V_LOPRIORITYDBEMPTY(1U)
 
#define S_RSPQDISABLED   3
 
#define V_RSPQDISABLED(x)   ((x) << S_RSPQDISABLED)
 
#define F_RSPQDISABLED   V_RSPQDISABLED(1U)
 
#define S_RSPQCREDITOVERFOW   2
 
#define V_RSPQCREDITOVERFOW(x)   ((x) << S_RSPQCREDITOVERFOW)
 
#define F_RSPQCREDITOVERFOW   V_RSPQCREDITOVERFOW(1U)
 
#define S_FLEMPTY   1
 
#define V_FLEMPTY(x)   ((x) << S_FLEMPTY)
 
#define F_FLEMPTY   V_FLEMPTY(1U)
 
#define S_RSPQSTARVE   0
 
#define V_RSPQSTARVE(x)   ((x) << S_RSPQSTARVE)
 
#define F_RSPQSTARVE   V_RSPQSTARVE(1U)
 
#define A_SG_INT_ENABLE   0x60
 
#define A_SG_CMDQ_CREDIT_TH   0x64
 
#define S_TIMEOUT   8
 
#define M_TIMEOUT   0xffffff
 
#define V_TIMEOUT(x)   ((x) << S_TIMEOUT)
 
#define G_TIMEOUT(x)   (((x) >> S_TIMEOUT) & M_TIMEOUT)
 
#define S_THRESHOLD   0
 
#define M_THRESHOLD   0xff
 
#define V_THRESHOLD(x)   ((x) << S_THRESHOLD)
 
#define G_THRESHOLD(x)   (((x) >> S_THRESHOLD) & M_THRESHOLD)
 
#define A_SG_TIMER_TICK   0x68
 
#define A_SG_CQ_CONTEXT_BADDR   0x6c
 
#define S_BASEADDR   5
 
#define M_BASEADDR   0x7ffffff
 
#define V_BASEADDR(x)   ((x) << S_BASEADDR)
 
#define G_BASEADDR(x)   (((x) >> S_BASEADDR) & M_BASEADDR)
 
#define A_SG_OCO_BASE   0x70
 
#define S_BASE1   16
 
#define M_BASE1   0xffff
 
#define V_BASE1(x)   ((x) << S_BASE1)
 
#define G_BASE1(x)   (((x) >> S_BASE1) & M_BASE1)
 
#define S_BASE0   0
 
#define M_BASE0   0xffff
 
#define V_BASE0(x)   ((x) << S_BASE0)
 
#define G_BASE0(x)   (((x) >> S_BASE0) & M_BASE0)
 
#define A_SG_DRB_PRI_THRESH   0x74
 
#define S_DRBPRITHRSH   0
 
#define M_DRBPRITHRSH   0xffff
 
#define V_DRBPRITHRSH(x)   ((x) << S_DRBPRITHRSH)
 
#define G_DRBPRITHRSH(x)   (((x) >> S_DRBPRITHRSH) & M_DRBPRITHRSH)
 
#define A_SG_DEBUG_INDEX   0x78
 
#define A_SG_DEBUG_DATA   0x7c
 
#define PCIX1_BASE_ADDR   0x80
 
#define A_PCIX_INT_ENABLE   0x80
 
#define S_MSIXPARERR   22
 
#define M_MSIXPARERR   0x7
 
#define V_MSIXPARERR(x)   ((x) << S_MSIXPARERR)
 
#define G_MSIXPARERR(x)   (((x) >> S_MSIXPARERR) & M_MSIXPARERR)
 
#define S_CFPARERR   18
 
#define M_CFPARERR   0xf
 
#define V_CFPARERR(x)   ((x) << S_CFPARERR)
 
#define G_CFPARERR(x)   (((x) >> S_CFPARERR) & M_CFPARERR)
 
#define S_RFPARERR   14
 
#define M_RFPARERR   0xf
 
#define V_RFPARERR(x)   ((x) << S_RFPARERR)
 
#define G_RFPARERR(x)   (((x) >> S_RFPARERR) & M_RFPARERR)
 
#define S_WFPARERR   12
 
#define M_WFPARERR   0x3
 
#define V_WFPARERR(x)   ((x) << S_WFPARERR)
 
#define G_WFPARERR(x)   (((x) >> S_WFPARERR) & M_WFPARERR)
 
#define S_PIOPARERR   11
 
#define V_PIOPARERR(x)   ((x) << S_PIOPARERR)
 
#define F_PIOPARERR   V_PIOPARERR(1U)
 
#define S_DETUNCECCERR   10
 
#define V_DETUNCECCERR(x)   ((x) << S_DETUNCECCERR)
 
#define F_DETUNCECCERR   V_DETUNCECCERR(1U)
 
#define S_DETCORECCERR   9
 
#define V_DETCORECCERR(x)   ((x) << S_DETCORECCERR)
 
#define F_DETCORECCERR   V_DETCORECCERR(1U)
 
#define S_RCVSPLCMPERR   8
 
#define V_RCVSPLCMPERR(x)   ((x) << S_RCVSPLCMPERR)
 
#define F_RCVSPLCMPERR   V_RCVSPLCMPERR(1U)
 
#define S_UNXSPLCMP   7
 
#define V_UNXSPLCMP(x)   ((x) << S_UNXSPLCMP)
 
#define F_UNXSPLCMP   V_UNXSPLCMP(1U)
 
#define S_SPLCMPDIS   6
 
#define V_SPLCMPDIS(x)   ((x) << S_SPLCMPDIS)
 
#define F_SPLCMPDIS   V_SPLCMPDIS(1U)
 
#define S_DETPARERR   5
 
#define V_DETPARERR(x)   ((x) << S_DETPARERR)
 
#define F_DETPARERR   V_DETPARERR(1U)
 
#define S_SIGSYSERR   4
 
#define V_SIGSYSERR(x)   ((x) << S_SIGSYSERR)
 
#define F_SIGSYSERR   V_SIGSYSERR(1U)
 
#define S_RCVMSTABT   3
 
#define V_RCVMSTABT(x)   ((x) << S_RCVMSTABT)
 
#define F_RCVMSTABT   V_RCVMSTABT(1U)
 
#define S_RCVTARABT   2
 
#define V_RCVTARABT(x)   ((x) << S_RCVTARABT)
 
#define F_RCVTARABT   V_RCVTARABT(1U)
 
#define S_SIGTARABT   1
 
#define V_SIGTARABT(x)   ((x) << S_SIGTARABT)
 
#define F_SIGTARABT   V_SIGTARABT(1U)
 
#define S_MSTDETPARERR   0
 
#define V_MSTDETPARERR(x)   ((x) << S_MSTDETPARERR)
 
#define F_MSTDETPARERR   V_MSTDETPARERR(1U)
 
#define A_PCIX_INT_CAUSE   0x84
 
#define A_PCIX_CFG   0x88
 
#define S_DMASTOPEN   19
 
#define V_DMASTOPEN(x)   ((x) << S_DMASTOPEN)
 
#define F_DMASTOPEN   V_DMASTOPEN(1U)
 
#define S_CLIDECEN   18
 
#define V_CLIDECEN(x)   ((x) << S_CLIDECEN)
 
#define F_CLIDECEN   V_CLIDECEN(1U)
 
#define S_LATTMRDIS   17
 
#define V_LATTMRDIS(x)   ((x) << S_LATTMRDIS)
 
#define F_LATTMRDIS   V_LATTMRDIS(1U)
 
#define S_LOWPWREN   16
 
#define V_LOWPWREN(x)   ((x) << S_LOWPWREN)
 
#define F_LOWPWREN   V_LOWPWREN(1U)
 
#define S_ASYNCINTVEC   11
 
#define M_ASYNCINTVEC   0x1f
 
#define V_ASYNCINTVEC(x)   ((x) << S_ASYNCINTVEC)
 
#define G_ASYNCINTVEC(x)   (((x) >> S_ASYNCINTVEC) & M_ASYNCINTVEC)
 
#define S_MAXSPLTRNC   8
 
#define M_MAXSPLTRNC   0x7
 
#define V_MAXSPLTRNC(x)   ((x) << S_MAXSPLTRNC)
 
#define G_MAXSPLTRNC(x)   (((x) >> S_MAXSPLTRNC) & M_MAXSPLTRNC)
 
#define S_MAXSPLTRNR   5
 
#define M_MAXSPLTRNR   0x7
 
#define V_MAXSPLTRNR(x)   ((x) << S_MAXSPLTRNR)
 
#define G_MAXSPLTRNR(x)   (((x) >> S_MAXSPLTRNR) & M_MAXSPLTRNR)
 
#define S_MAXWRBYTECNT   3
 
#define M_MAXWRBYTECNT   0x3
 
#define V_MAXWRBYTECNT(x)   ((x) << S_MAXWRBYTECNT)
 
#define G_MAXWRBYTECNT(x)   (((x) >> S_MAXWRBYTECNT) & M_MAXWRBYTECNT)
 
#define S_WRREQATOMICEN   2
 
#define V_WRREQATOMICEN(x)   ((x) << S_WRREQATOMICEN)
 
#define F_WRREQATOMICEN   V_WRREQATOMICEN(1U)
 
#define S_RSTWRMMODE   1
 
#define V_RSTWRMMODE(x)   ((x) << S_RSTWRMMODE)
 
#define F_RSTWRMMODE   V_RSTWRMMODE(1U)
 
#define S_PIOACK64EN   0
 
#define V_PIOACK64EN(x)   ((x) << S_PIOACK64EN)
 
#define F_PIOACK64EN   V_PIOACK64EN(1U)
 
#define A_PCIX_MODE   0x8c
 
#define S_PCLKRANGE   6
 
#define M_PCLKRANGE   0x3
 
#define V_PCLKRANGE(x)   ((x) << S_PCLKRANGE)
 
#define G_PCLKRANGE(x)   (((x) >> S_PCLKRANGE) & M_PCLKRANGE)
 
#define S_PCIXINITPAT   2
 
#define M_PCIXINITPAT   0xf
 
#define V_PCIXINITPAT(x)   ((x) << S_PCIXINITPAT)
 
#define G_PCIXINITPAT(x)   (((x) >> S_PCIXINITPAT) & M_PCIXINITPAT)
 
#define S_66MHZ   1
 
#define V_66MHZ(x)   ((x) << S_66MHZ)
 
#define F_66MHZ   V_66MHZ(1U)
 
#define S_64BIT   0
 
#define V_64BIT(x)   ((x) << S_64BIT)
 
#define F_64BIT   V_64BIT(1U)
 
#define A_PCIX_CAL   0x90
 
#define S_BUSY   31
 
#define V_BUSY(x)   ((x) << S_BUSY)
 
#define F_BUSY   V_BUSY(1U)
 
#define S_PERCALDIV   22
 
#define M_PERCALDIV   0xff
 
#define V_PERCALDIV(x)   ((x) << S_PERCALDIV)
 
#define G_PERCALDIV(x)   (((x) >> S_PERCALDIV) & M_PERCALDIV)
 
#define S_PERCALEN   21
 
#define V_PERCALEN(x)   ((x) << S_PERCALEN)
 
#define F_PERCALEN   V_PERCALEN(1U)
 
#define S_SGLCALEN   20
 
#define V_SGLCALEN(x)   ((x) << S_SGLCALEN)
 
#define F_SGLCALEN   V_SGLCALEN(1U)
 
#define S_ZINUPDMODE   19
 
#define V_ZINUPDMODE(x)   ((x) << S_ZINUPDMODE)
 
#define F_ZINUPDMODE   V_ZINUPDMODE(1U)
 
#define S_ZINSEL   18
 
#define V_ZINSEL(x)   ((x) << S_ZINSEL)
 
#define F_ZINSEL   V_ZINSEL(1U)
 
#define S_ZPDMAN   15
 
#define M_ZPDMAN   0x7
 
#define V_ZPDMAN(x)   ((x) << S_ZPDMAN)
 
#define G_ZPDMAN(x)   (((x) >> S_ZPDMAN) & M_ZPDMAN)
 
#define S_ZPUMAN   12
 
#define M_ZPUMAN   0x7
 
#define V_ZPUMAN(x)   ((x) << S_ZPUMAN)
 
#define G_ZPUMAN(x)   (((x) >> S_ZPUMAN) & M_ZPUMAN)
 
#define S_ZPDOUT   9
 
#define M_ZPDOUT   0x7
 
#define V_ZPDOUT(x)   ((x) << S_ZPDOUT)
 
#define G_ZPDOUT(x)   (((x) >> S_ZPDOUT) & M_ZPDOUT)
 
#define S_ZPUOUT   6
 
#define M_ZPUOUT   0x7
 
#define V_ZPUOUT(x)   ((x) << S_ZPUOUT)
 
#define G_ZPUOUT(x)   (((x) >> S_ZPUOUT) & M_ZPUOUT)
 
#define S_ZPDIN   3
 
#define M_ZPDIN   0x7
 
#define V_ZPDIN(x)   ((x) << S_ZPDIN)
 
#define G_ZPDIN(x)   (((x) >> S_ZPDIN) & M_ZPDIN)
 
#define S_ZPUIN   0
 
#define M_ZPUIN   0x7
 
#define V_ZPUIN(x)   ((x) << S_ZPUIN)
 
#define G_ZPUIN(x)   (((x) >> S_ZPUIN) & M_ZPUIN)
 
#define A_PCIX_WOL   0x94
 
#define S_WAKEUP1   3
 
#define V_WAKEUP1(x)   ((x) << S_WAKEUP1)
 
#define F_WAKEUP1   V_WAKEUP1(1U)
 
#define S_WAKEUP0   2
 
#define V_WAKEUP0(x)   ((x) << S_WAKEUP0)
 
#define F_WAKEUP0   V_WAKEUP0(1U)
 
#define S_SLEEPMODE1   1
 
#define V_SLEEPMODE1(x)   ((x) << S_SLEEPMODE1)
 
#define F_SLEEPMODE1   V_SLEEPMODE1(1U)
 
#define S_SLEEPMODE0   0
 
#define V_SLEEPMODE0(x)   ((x) << S_SLEEPMODE0)
 
#define F_SLEEPMODE0   V_SLEEPMODE0(1U)
 
#define A_PCIX_STAT0   0x98
 
#define S_PIOREQFIFOLEVEL   26
 
#define M_PIOREQFIFOLEVEL   0x3f
 
#define V_PIOREQFIFOLEVEL(x)   ((x) << S_PIOREQFIFOLEVEL)
 
#define G_PIOREQFIFOLEVEL(x)   (((x) >> S_PIOREQFIFOLEVEL) & M_PIOREQFIFOLEVEL)
 
#define S_RFINIST   24
 
#define M_RFINIST   0x3
 
#define V_RFINIST(x)   ((x) << S_RFINIST)
 
#define G_RFINIST(x)   (((x) >> S_RFINIST) & M_RFINIST)
 
#define S_RFRESPRDST   22
 
#define M_RFRESPRDST   0x3
 
#define V_RFRESPRDST(x)   ((x) << S_RFRESPRDST)
 
#define G_RFRESPRDST(x)   (((x) >> S_RFRESPRDST) & M_RFRESPRDST)
 
#define S_TARCST   19
 
#define M_TARCST   0x7
 
#define V_TARCST(x)   ((x) << S_TARCST)
 
#define G_TARCST(x)   (((x) >> S_TARCST) & M_TARCST)
 
#define S_TARXST   16
 
#define M_TARXST   0x7
 
#define V_TARXST(x)   ((x) << S_TARXST)
 
#define G_TARXST(x)   (((x) >> S_TARXST) & M_TARXST)
 
#define S_WFREQWRST   13
 
#define M_WFREQWRST   0x7
 
#define V_WFREQWRST(x)   ((x) << S_WFREQWRST)
 
#define G_WFREQWRST(x)   (((x) >> S_WFREQWRST) & M_WFREQWRST)
 
#define S_WFRESPFIFOEMPTY   12
 
#define V_WFRESPFIFOEMPTY(x)   ((x) << S_WFRESPFIFOEMPTY)
 
#define F_WFRESPFIFOEMPTY   V_WFRESPFIFOEMPTY(1U)
 
#define S_WFREQFIFOEMPTY   11
 
#define V_WFREQFIFOEMPTY(x)   ((x) << S_WFREQFIFOEMPTY)
 
#define F_WFREQFIFOEMPTY   V_WFREQFIFOEMPTY(1U)
 
#define S_RFRESPFIFOEMPTY   10
 
#define V_RFRESPFIFOEMPTY(x)   ((x) << S_RFRESPFIFOEMPTY)
 
#define F_RFRESPFIFOEMPTY   V_RFRESPFIFOEMPTY(1U)
 
#define S_RFREQFIFOEMPTY   9
 
#define V_RFREQFIFOEMPTY(x)   ((x) << S_RFREQFIFOEMPTY)
 
#define F_RFREQFIFOEMPTY   V_RFREQFIFOEMPTY(1U)
 
#define S_PIORESPFIFOLEVEL   7
 
#define M_PIORESPFIFOLEVEL   0x3
 
#define V_PIORESPFIFOLEVEL(x)   ((x) << S_PIORESPFIFOLEVEL)
 
#define G_PIORESPFIFOLEVEL(x)   (((x) >> S_PIORESPFIFOLEVEL) & M_PIORESPFIFOLEVEL)
 
#define S_CFRESPFIFOEMPTY   6
 
#define V_CFRESPFIFOEMPTY(x)   ((x) << S_CFRESPFIFOEMPTY)
 
#define F_CFRESPFIFOEMPTY   V_CFRESPFIFOEMPTY(1U)
 
#define S_CFREQFIFOEMPTY   5
 
#define V_CFREQFIFOEMPTY(x)   ((x) << S_CFREQFIFOEMPTY)
 
#define F_CFREQFIFOEMPTY   V_CFREQFIFOEMPTY(1U)
 
#define S_VPDRESPFIFOEMPTY   4
 
#define V_VPDRESPFIFOEMPTY(x)   ((x) << S_VPDRESPFIFOEMPTY)
 
#define F_VPDRESPFIFOEMPTY   V_VPDRESPFIFOEMPTY(1U)
 
#define S_VPDREQFIFOEMPTY   3
 
#define V_VPDREQFIFOEMPTY(x)   ((x) << S_VPDREQFIFOEMPTY)
 
#define F_VPDREQFIFOEMPTY   V_VPDREQFIFOEMPTY(1U)
 
#define S_PIO_RSPPND   2
 
#define V_PIO_RSPPND(x)   ((x) << S_PIO_RSPPND)
 
#define F_PIO_RSPPND   V_PIO_RSPPND(1U)
 
#define S_DLYTRNPND   1
 
#define V_DLYTRNPND(x)   ((x) << S_DLYTRNPND)
 
#define F_DLYTRNPND   V_DLYTRNPND(1U)
 
#define S_SPLTRNPND   0
 
#define V_SPLTRNPND(x)   ((x) << S_SPLTRNPND)
 
#define F_SPLTRNPND   V_SPLTRNPND(1U)
 
#define A_PCIX_STAT1   0x9c
 
#define S_WFINIST   26
 
#define M_WFINIST   0xf
 
#define V_WFINIST(x)   ((x) << S_WFINIST)
 
#define G_WFINIST(x)   (((x) >> S_WFINIST) & M_WFINIST)
 
#define S_ARBST   23
 
#define M_ARBST   0x7
 
#define V_ARBST(x)   ((x) << S_ARBST)
 
#define G_ARBST(x)   (((x) >> S_ARBST) & M_ARBST)
 
#define S_PMIST   21
 
#define M_PMIST   0x3
 
#define V_PMIST(x)   ((x) << S_PMIST)
 
#define G_PMIST(x)   (((x) >> S_PMIST) & M_PMIST)
 
#define S_CALST   19
 
#define M_CALST   0x3
 
#define V_CALST(x)   ((x) << S_CALST)
 
#define G_CALST(x)   (((x) >> S_CALST) & M_CALST)
 
#define S_CFREQRDST   17
 
#define M_CFREQRDST   0x3
 
#define V_CFREQRDST(x)   ((x) << S_CFREQRDST)
 
#define G_CFREQRDST(x)   (((x) >> S_CFREQRDST) & M_CFREQRDST)
 
#define S_CFINIST   15
 
#define M_CFINIST   0x3
 
#define V_CFINIST(x)   ((x) << S_CFINIST)
 
#define G_CFINIST(x)   (((x) >> S_CFINIST) & M_CFINIST)
 
#define S_CFRESPRDST   13
 
#define M_CFRESPRDST   0x3
 
#define V_CFRESPRDST(x)   ((x) << S_CFRESPRDST)
 
#define G_CFRESPRDST(x)   (((x) >> S_CFRESPRDST) & M_CFRESPRDST)
 
#define S_INICST   10
 
#define M_INICST   0x7
 
#define V_INICST(x)   ((x) << S_INICST)
 
#define G_INICST(x)   (((x) >> S_INICST) & M_INICST)
 
#define S_INIXST   7
 
#define M_INIXST   0x7
 
#define V_INIXST(x)   ((x) << S_INIXST)
 
#define G_INIXST(x)   (((x) >> S_INIXST) & M_INIXST)
 
#define S_INTST   4
 
#define M_INTST   0x7
 
#define V_INTST(x)   ((x) << S_INTST)
 
#define G_INTST(x)   (((x) >> S_INTST) & M_INTST)
 
#define S_PIOST   2
 
#define M_PIOST   0x3
 
#define V_PIOST(x)   ((x) << S_PIOST)
 
#define G_PIOST(x)   (((x) >> S_PIOST) & M_PIOST)
 
#define S_RFREQRDST   0
 
#define M_RFREQRDST   0x3
 
#define V_RFREQRDST(x)   ((x) << S_RFREQRDST)
 
#define G_RFREQRDST(x)   (((x) >> S_RFREQRDST) & M_RFREQRDST)
 
#define PCIE0_BASE_ADDR   0x80
 
#define A_PCIE_INT_ENABLE   0x80
 
#define S_BISTERR   19
 
#define M_BISTERR   0xff
 
#define V_BISTERR(x)   ((x) << S_BISTERR)
 
#define G_BISTERR(x)   (((x) >> S_BISTERR) & M_BISTERR)
 
#define S_TXPARERR   18
 
#define V_TXPARERR(x)   ((x) << S_TXPARERR)
 
#define F_TXPARERR   V_TXPARERR(1U)
 
#define S_RXPARERR   17
 
#define V_RXPARERR(x)   ((x) << S_RXPARERR)
 
#define F_RXPARERR   V_RXPARERR(1U)
 
#define S_RETRYLUTPARERR   16
 
#define V_RETRYLUTPARERR(x)   ((x) << S_RETRYLUTPARERR)
 
#define F_RETRYLUTPARERR   V_RETRYLUTPARERR(1U)
 
#define S_RETRYBUFPARERR   15
 
#define V_RETRYBUFPARERR(x)   ((x) << S_RETRYBUFPARERR)
 
#define F_RETRYBUFPARERR   V_RETRYBUFPARERR(1U)
 
#define S_PCIE_MSIXPARERR   12
 
#define M_PCIE_MSIXPARERR   0x7
 
#define V_PCIE_MSIXPARERR(x)   ((x) << S_PCIE_MSIXPARERR)
 
#define G_PCIE_MSIXPARERR(x)   (((x) >> S_PCIE_MSIXPARERR) & M_PCIE_MSIXPARERR)
 
#define S_PCIE_CFPARERR   11
 
#define V_PCIE_CFPARERR(x)   ((x) << S_PCIE_CFPARERR)
 
#define F_PCIE_CFPARERR   V_PCIE_CFPARERR(1U)
 
#define S_PCIE_RFPARERR   10
 
#define V_PCIE_RFPARERR(x)   ((x) << S_PCIE_RFPARERR)
 
#define F_PCIE_RFPARERR   V_PCIE_RFPARERR(1U)
 
#define S_PCIE_WFPARERR   9
 
#define V_PCIE_WFPARERR(x)   ((x) << S_PCIE_WFPARERR)
 
#define F_PCIE_WFPARERR   V_PCIE_WFPARERR(1U)
 
#define S_PCIE_PIOPARERR   8
 
#define V_PCIE_PIOPARERR(x)   ((x) << S_PCIE_PIOPARERR)
 
#define F_PCIE_PIOPARERR   V_PCIE_PIOPARERR(1U)
 
#define S_UNXSPLCPLERRC   7
 
#define V_UNXSPLCPLERRC(x)   ((x) << S_UNXSPLCPLERRC)
 
#define F_UNXSPLCPLERRC   V_UNXSPLCPLERRC(1U)
 
#define S_UNXSPLCPLERRR   6
 
#define V_UNXSPLCPLERRR(x)   ((x) << S_UNXSPLCPLERRR)
 
#define F_UNXSPLCPLERRR   V_UNXSPLCPLERRR(1U)
 
#define S_VPDADDRCHNG   5
 
#define V_VPDADDRCHNG(x)   ((x) << S_VPDADDRCHNG)
 
#define F_VPDADDRCHNG   V_VPDADDRCHNG(1U)
 
#define S_BUSMSTREN   4
 
#define V_BUSMSTREN(x)   ((x) << S_BUSMSTREN)
 
#define F_BUSMSTREN   V_BUSMSTREN(1U)
 
#define S_PMSTCHNG   3
 
#define V_PMSTCHNG(x)   ((x) << S_PMSTCHNG)
 
#define F_PMSTCHNG   V_PMSTCHNG(1U)
 
#define S_PEXMSG   2
 
#define V_PEXMSG(x)   ((x) << S_PEXMSG)
 
#define F_PEXMSG   V_PEXMSG(1U)
 
#define S_ZEROLENRD   1
 
#define V_ZEROLENRD(x)   ((x) << S_ZEROLENRD)
 
#define F_ZEROLENRD   V_ZEROLENRD(1U)
 
#define S_PEXERR   0
 
#define V_PEXERR(x)   ((x) << S_PEXERR)
 
#define F_PEXERR   V_PEXERR(1U)
 
#define A_PCIE_INT_CAUSE   0x84
 
#define A_PCIE_CFG   0x88
 
#define S_PCIE_DMASTOPEN   24
 
#define V_PCIE_DMASTOPEN(x)   ((x) << S_PCIE_DMASTOPEN)
 
#define F_PCIE_DMASTOPEN   V_PCIE_DMASTOPEN(1U)
 
#define S_PRIORITYINTA   23
 
#define V_PRIORITYINTA(x)   ((x) << S_PRIORITYINTA)
 
#define F_PRIORITYINTA   V_PRIORITYINTA(1U)
 
#define S_INIFULLPKT   22
 
#define V_INIFULLPKT(x)   ((x) << S_INIFULLPKT)
 
#define F_INIFULLPKT   V_INIFULLPKT(1U)
 
#define S_ENABLELINKDWNDRST   21
 
#define V_ENABLELINKDWNDRST(x)   ((x) << S_ENABLELINKDWNDRST)
 
#define F_ENABLELINKDWNDRST   V_ENABLELINKDWNDRST(1U)
 
#define S_ENABLELINKDOWNRST   20
 
#define V_ENABLELINKDOWNRST(x)   ((x) << S_ENABLELINKDOWNRST)
 
#define F_ENABLELINKDOWNRST   V_ENABLELINKDOWNRST(1U)
 
#define S_ENABLEHOTRST   19
 
#define V_ENABLEHOTRST(x)   ((x) << S_ENABLEHOTRST)
 
#define F_ENABLEHOTRST   V_ENABLEHOTRST(1U)
 
#define S_INIWAITFORGNT   18
 
#define V_INIWAITFORGNT(x)   ((x) << S_INIWAITFORGNT)
 
#define F_INIWAITFORGNT   V_INIWAITFORGNT(1U)
 
#define S_INIBEDIS   17
 
#define V_INIBEDIS(x)   ((x) << S_INIBEDIS)
 
#define F_INIBEDIS   V_INIBEDIS(1U)
 
#define S_PCIE_CLIDECEN   16
 
#define V_PCIE_CLIDECEN(x)   ((x) << S_PCIE_CLIDECEN)
 
#define F_PCIE_CLIDECEN   V_PCIE_CLIDECEN(1U)
 
#define S_PCIE_MAXSPLTRNC   7
 
#define M_PCIE_MAXSPLTRNC   0xf
 
#define V_PCIE_MAXSPLTRNC(x)   ((x) << S_PCIE_MAXSPLTRNC)
 
#define G_PCIE_MAXSPLTRNC(x)   (((x) >> S_PCIE_MAXSPLTRNC) & M_PCIE_MAXSPLTRNC)
 
#define S_PCIE_MAXSPLTRNR   1
 
#define M_PCIE_MAXSPLTRNR   0x3f
 
#define V_PCIE_MAXSPLTRNR(x)   ((x) << S_PCIE_MAXSPLTRNR)
 
#define G_PCIE_MAXSPLTRNR(x)   (((x) >> S_PCIE_MAXSPLTRNR) & M_PCIE_MAXSPLTRNR)
 
#define S_CRSTWRMMODE   0
 
#define V_CRSTWRMMODE(x)   ((x) << S_CRSTWRMMODE)
 
#define F_CRSTWRMMODE   V_CRSTWRMMODE(1U)
 
#define A_PCIE_MODE   0x8c
 
#define S_TAR_STATE   29
 
#define M_TAR_STATE   0x7
 
#define V_TAR_STATE(x)   ((x) << S_TAR_STATE)
 
#define G_TAR_STATE(x)   (((x) >> S_TAR_STATE) & M_TAR_STATE)
 
#define S_RF_STATEINI   26
 
#define M_RF_STATEINI   0x7
 
#define V_RF_STATEINI(x)   ((x) << S_RF_STATEINI)
 
#define G_RF_STATEINI(x)   (((x) >> S_RF_STATEINI) & M_RF_STATEINI)
 
#define S_CF_STATEINI   23
 
#define M_CF_STATEINI   0x7
 
#define V_CF_STATEINI(x)   ((x) << S_CF_STATEINI)
 
#define G_CF_STATEINI(x)   (((x) >> S_CF_STATEINI) & M_CF_STATEINI)
 
#define S_PIO_STATEPL   20
 
#define M_PIO_STATEPL   0x7
 
#define V_PIO_STATEPL(x)   ((x) << S_PIO_STATEPL)
 
#define G_PIO_STATEPL(x)   (((x) >> S_PIO_STATEPL) & M_PIO_STATEPL)
 
#define S_PIO_STATEISC   18
 
#define M_PIO_STATEISC   0x3
 
#define V_PIO_STATEISC(x)   ((x) << S_PIO_STATEISC)
 
#define G_PIO_STATEISC(x)   (((x) >> S_PIO_STATEISC) & M_PIO_STATEISC)
 
#define S_NUMFSTTRNSEQRX   10
 
#define M_NUMFSTTRNSEQRX   0xff
 
#define V_NUMFSTTRNSEQRX(x)   ((x) << S_NUMFSTTRNSEQRX)
 
#define G_NUMFSTTRNSEQRX(x)   (((x) >> S_NUMFSTTRNSEQRX) & M_NUMFSTTRNSEQRX)
 
#define S_LNKCNTLSTATE   2
 
#define M_LNKCNTLSTATE   0xff
 
#define V_LNKCNTLSTATE(x)   ((x) << S_LNKCNTLSTATE)
 
#define G_LNKCNTLSTATE(x)   (((x) >> S_LNKCNTLSTATE) & M_LNKCNTLSTATE)
 
#define S_VC0UP   1
 
#define V_VC0UP(x)   ((x) << S_VC0UP)
 
#define F_VC0UP   V_VC0UP(1U)
 
#define S_LNKINITIAL   0
 
#define V_LNKINITIAL(x)   ((x) << S_LNKINITIAL)
 
#define F_LNKINITIAL   V_LNKINITIAL(1U)
 
#define A_PCIE_STAT   0x90
 
#define S_INI_STATE   28
 
#define M_INI_STATE   0xf
 
#define V_INI_STATE(x)   ((x) << S_INI_STATE)
 
#define G_INI_STATE(x)   (((x) >> S_INI_STATE) & M_INI_STATE)
 
#define S_WF_STATEINI   24
 
#define M_WF_STATEINI   0xf
 
#define V_WF_STATEINI(x)   ((x) << S_WF_STATEINI)
 
#define G_WF_STATEINI(x)   (((x) >> S_WF_STATEINI) & M_WF_STATEINI)
 
#define S_PLM_REQFIFOCNT   22
 
#define M_PLM_REQFIFOCNT   0x3
 
#define V_PLM_REQFIFOCNT(x)   ((x) << S_PLM_REQFIFOCNT)
 
#define G_PLM_REQFIFOCNT(x)   (((x) >> S_PLM_REQFIFOCNT) & M_PLM_REQFIFOCNT)
 
#define S_ER_REQFIFOEMPTY   21
 
#define V_ER_REQFIFOEMPTY(x)   ((x) << S_ER_REQFIFOEMPTY)
 
#define F_ER_REQFIFOEMPTY   V_ER_REQFIFOEMPTY(1U)
 
#define S_WF_RSPFIFOEMPTY   20
 
#define V_WF_RSPFIFOEMPTY(x)   ((x) << S_WF_RSPFIFOEMPTY)
 
#define F_WF_RSPFIFOEMPTY   V_WF_RSPFIFOEMPTY(1U)
 
#define S_WF_REQFIFOEMPTY   19
 
#define V_WF_REQFIFOEMPTY(x)   ((x) << S_WF_REQFIFOEMPTY)
 
#define F_WF_REQFIFOEMPTY   V_WF_REQFIFOEMPTY(1U)
 
#define S_RF_RSPFIFOEMPTY   18
 
#define V_RF_RSPFIFOEMPTY(x)   ((x) << S_RF_RSPFIFOEMPTY)
 
#define F_RF_RSPFIFOEMPTY   V_RF_RSPFIFOEMPTY(1U)
 
#define S_RF_REQFIFOEMPTY   17
 
#define V_RF_REQFIFOEMPTY(x)   ((x) << S_RF_REQFIFOEMPTY)
 
#define F_RF_REQFIFOEMPTY   V_RF_REQFIFOEMPTY(1U)
 
#define S_RF_ACTEMPTY   16
 
#define V_RF_ACTEMPTY(x)   ((x) << S_RF_ACTEMPTY)
 
#define F_RF_ACTEMPTY   V_RF_ACTEMPTY(1U)
 
#define S_PIO_RSPFIFOCNT   11
 
#define M_PIO_RSPFIFOCNT   0x1f
 
#define V_PIO_RSPFIFOCNT(x)   ((x) << S_PIO_RSPFIFOCNT)
 
#define G_PIO_RSPFIFOCNT(x)   (((x) >> S_PIO_RSPFIFOCNT) & M_PIO_RSPFIFOCNT)
 
#define S_PIO_REQFIFOCNT   5
 
#define M_PIO_REQFIFOCNT   0x3f
 
#define V_PIO_REQFIFOCNT(x)   ((x) << S_PIO_REQFIFOCNT)
 
#define G_PIO_REQFIFOCNT(x)   (((x) >> S_PIO_REQFIFOCNT) & M_PIO_REQFIFOCNT)
 
#define S_CF_RSPFIFOEMPTY   4
 
#define V_CF_RSPFIFOEMPTY(x)   ((x) << S_CF_RSPFIFOEMPTY)
 
#define F_CF_RSPFIFOEMPTY   V_CF_RSPFIFOEMPTY(1U)
 
#define S_CF_REQFIFOEMPTY   3
 
#define V_CF_REQFIFOEMPTY(x)   ((x) << S_CF_REQFIFOEMPTY)
 
#define F_CF_REQFIFOEMPTY   V_CF_REQFIFOEMPTY(1U)
 
#define S_CF_ACTEMPTY   2
 
#define V_CF_ACTEMPTY(x)   ((x) << S_CF_ACTEMPTY)
 
#define F_CF_ACTEMPTY   V_CF_ACTEMPTY(1U)
 
#define S_VPD_RSPFIFOEMPTY   1
 
#define V_VPD_RSPFIFOEMPTY(x)   ((x) << S_VPD_RSPFIFOEMPTY)
 
#define F_VPD_RSPFIFOEMPTY   V_VPD_RSPFIFOEMPTY(1U)
 
#define S_VPD_REQFIFOEMPTY   0
 
#define V_VPD_REQFIFOEMPTY(x)   ((x) << S_VPD_REQFIFOEMPTY)
 
#define F_VPD_REQFIFOEMPTY   V_VPD_REQFIFOEMPTY(1U)
 
#define A_PCIE_CAL   0x90
 
#define S_CALBUSY   31
 
#define V_CALBUSY(x)   ((x) << S_CALBUSY)
 
#define F_CALBUSY   V_CALBUSY(1U)
 
#define S_CALFAULT   30
 
#define V_CALFAULT(x)   ((x) << S_CALFAULT)
 
#define F_CALFAULT   V_CALFAULT(1U)
 
#define S_PCIE_ZINSEL   11
 
#define V_PCIE_ZINSEL(x)   ((x) << S_PCIE_ZINSEL)
 
#define F_PCIE_ZINSEL   V_PCIE_ZINSEL(1U)
 
#define S_ZMAN   8
 
#define M_ZMAN   0x7
 
#define V_ZMAN(x)   ((x) << S_ZMAN)
 
#define G_ZMAN(x)   (((x) >> S_ZMAN) & M_ZMAN)
 
#define S_ZOUT   3
 
#define M_ZOUT   0x1f
 
#define V_ZOUT(x)   ((x) << S_ZOUT)
 
#define G_ZOUT(x)   (((x) >> S_ZOUT) & M_ZOUT)
 
#define S_ZIN   0
 
#define M_ZIN   0x7
 
#define V_ZIN(x)   ((x) << S_ZIN)
 
#define G_ZIN(x)   (((x) >> S_ZIN) & M_ZIN)
 
#define A_PCIE_WOL   0x94
 
#define S_CF_RSPSTATE   12
 
#define M_CF_RSPSTATE   0x3
 
#define V_CF_RSPSTATE(x)   ((x) << S_CF_RSPSTATE)
 
#define G_CF_RSPSTATE(x)   (((x) >> S_CF_RSPSTATE) & M_CF_RSPSTATE)
 
#define S_RF_RSPSTATE   10
 
#define M_RF_RSPSTATE   0x3
 
#define V_RF_RSPSTATE(x)   ((x) << S_RF_RSPSTATE)
 
#define G_RF_RSPSTATE(x)   (((x) >> S_RF_RSPSTATE) & M_RF_RSPSTATE)
 
#define S_PME_STATE   7
 
#define M_PME_STATE   0x7
 
#define V_PME_STATE(x)   ((x) << S_PME_STATE)
 
#define G_PME_STATE(x)   (((x) >> S_PME_STATE) & M_PME_STATE)
 
#define S_INT_STATE   4
 
#define M_INT_STATE   0x7
 
#define V_INT_STATE(x)   ((x) << S_INT_STATE)
 
#define G_INT_STATE(x)   (((x) >> S_INT_STATE) & M_INT_STATE)
 
#define A_PCIE_PEX_CTRL0   0x98
 
#define S_CPLTIMEOUTRETRY   31
 
#define V_CPLTIMEOUTRETRY(x)   ((x) << S_CPLTIMEOUTRETRY)
 
#define F_CPLTIMEOUTRETRY   V_CPLTIMEOUTRETRY(1U)
 
#define S_STRICTTSMN   30
 
#define V_STRICTTSMN(x)   ((x) << S_STRICTTSMN)
 
#define F_STRICTTSMN   V_STRICTTSMN(1U)
 
#define S_NUMFSTTRNSEQ   22
 
#define M_NUMFSTTRNSEQ   0xff
 
#define V_NUMFSTTRNSEQ(x)   ((x) << S_NUMFSTTRNSEQ)
 
#define G_NUMFSTTRNSEQ(x)   (((x) >> S_NUMFSTTRNSEQ) & M_NUMFSTTRNSEQ)
 
#define S_REPLAYLMT   2
 
#define M_REPLAYLMT   0xfffff
 
#define V_REPLAYLMT(x)   ((x) << S_REPLAYLMT)
 
#define G_REPLAYLMT(x)   (((x) >> S_REPLAYLMT) & M_REPLAYLMT)
 
#define S_TXPNDCHKEN   1
 
#define V_TXPNDCHKEN(x)   ((x) << S_TXPNDCHKEN)
 
#define F_TXPNDCHKEN   V_TXPNDCHKEN(1U)
 
#define S_CPLPNDCHKEN   0
 
#define V_CPLPNDCHKEN(x)   ((x) << S_CPLPNDCHKEN)
 
#define F_CPLPNDCHKEN   V_CPLPNDCHKEN(1U)
 
#define A_PCIE_PEX_CTRL1   0x9c
 
#define S_RXPHYERREN   31
 
#define V_RXPHYERREN(x)   ((x) << S_RXPHYERREN)
 
#define F_RXPHYERREN   V_RXPHYERREN(1U)
 
#define S_DLLPTIMEOUTLMT   13
 
#define M_DLLPTIMEOUTLMT   0x3ffff
 
#define V_DLLPTIMEOUTLMT(x)   ((x) << S_DLLPTIMEOUTLMT)
 
#define G_DLLPTIMEOUTLMT(x)   (((x) >> S_DLLPTIMEOUTLMT) & M_DLLPTIMEOUTLMT)
 
#define S_ACKLAT   0
 
#define M_ACKLAT   0x1fff
 
#define V_ACKLAT(x)   ((x) << S_ACKLAT)
 
#define G_ACKLAT(x)   (((x) >> S_ACKLAT) & M_ACKLAT)
 
#define S_T3A_DLLPTIMEOUTLMT   11
 
#define M_T3A_DLLPTIMEOUTLMT   0xfffff
 
#define V_T3A_DLLPTIMEOUTLMT(x)   ((x) << S_T3A_DLLPTIMEOUTLMT)
 
#define G_T3A_DLLPTIMEOUTLMT(x)   (((x) >> S_T3A_DLLPTIMEOUTLMT) & M_T3A_DLLPTIMEOUTLMT)
 
#define S_T3A_ACKLAT   0
 
#define M_T3A_ACKLAT   0x7ff
 
#define V_T3A_ACKLAT(x)   ((x) << S_T3A_ACKLAT)
 
#define G_T3A_ACKLAT(x)   (((x) >> S_T3A_ACKLAT) & M_T3A_ACKLAT)
 
#define A_PCIE_PEX_CTRL2   0xa0
 
#define S_LNKCNTLDETDIR   30
 
#define V_LNKCNTLDETDIR(x)   ((x) << S_LNKCNTLDETDIR)
 
#define F_LNKCNTLDETDIR   V_LNKCNTLDETDIR(1U)
 
#define S_ENTERL1REN   29
 
#define V_ENTERL1REN(x)   ((x) << S_ENTERL1REN)
 
#define F_ENTERL1REN   V_ENTERL1REN(1U)
 
#define S_PMEXITL1REQ   28
 
#define V_PMEXITL1REQ(x)   ((x) << S_PMEXITL1REQ)
 
#define F_PMEXITL1REQ   V_PMEXITL1REQ(1U)
 
#define S_PMTXIDLE   27
 
#define V_PMTXIDLE(x)   ((x) << S_PMTXIDLE)
 
#define F_PMTXIDLE   V_PMTXIDLE(1U)
 
#define S_PCIMODELOOP   26
 
#define V_PCIMODELOOP(x)   ((x) << S_PCIMODELOOP)
 
#define F_PCIMODELOOP   V_PCIMODELOOP(1U)
 
#define S_L1ASPMTXRXL0STIME   14
 
#define M_L1ASPMTXRXL0STIME   0xfff
 
#define V_L1ASPMTXRXL0STIME(x)   ((x) << S_L1ASPMTXRXL0STIME)
 
#define G_L1ASPMTXRXL0STIME(x)   (((x) >> S_L1ASPMTXRXL0STIME) & M_L1ASPMTXRXL0STIME)
 
#define S_L0SIDLETIME   3
 
#define M_L0SIDLETIME   0x7ff
 
#define V_L0SIDLETIME(x)   ((x) << S_L0SIDLETIME)
 
#define G_L0SIDLETIME(x)   (((x) >> S_L0SIDLETIME) & M_L0SIDLETIME)
 
#define S_ENTERL1ASPMEN   2
 
#define V_ENTERL1ASPMEN(x)   ((x) << S_ENTERL1ASPMEN)
 
#define F_ENTERL1ASPMEN   V_ENTERL1ASPMEN(1U)
 
#define S_ENTERL1EN   1
 
#define V_ENTERL1EN(x)   ((x) << S_ENTERL1EN)
 
#define F_ENTERL1EN   V_ENTERL1EN(1U)
 
#define S_ENTERL0SEN   0
 
#define V_ENTERL0SEN(x)   ((x) << S_ENTERL0SEN)
 
#define F_ENTERL0SEN   V_ENTERL0SEN(1U)
 
#define S_ENTERL23   3
 
#define V_ENTERL23(x)   ((x) << S_ENTERL23)
 
#define F_ENTERL23   V_ENTERL23(1U)
 
#define A_PCIE_PEX_ERR   0xa4
 
#define S_CPLTIMEOUTID   18
 
#define M_CPLTIMEOUTID   0x7f
 
#define V_CPLTIMEOUTID(x)   ((x) << S_CPLTIMEOUTID)
 
#define G_CPLTIMEOUTID(x)   (((x) >> S_CPLTIMEOUTID) & M_CPLTIMEOUTID)
 
#define S_FLOWCTLOFLOWERR   17
 
#define V_FLOWCTLOFLOWERR(x)   ((x) << S_FLOWCTLOFLOWERR)
 
#define F_FLOWCTLOFLOWERR   V_FLOWCTLOFLOWERR(1U)
 
#define S_REPLAYTIMEOUT   16
 
#define V_REPLAYTIMEOUT(x)   ((x) << S_REPLAYTIMEOUT)
 
#define F_REPLAYTIMEOUT   V_REPLAYTIMEOUT(1U)
 
#define S_REPLAYROLLOVER   15
 
#define V_REPLAYROLLOVER(x)   ((x) << S_REPLAYROLLOVER)
 
#define F_REPLAYROLLOVER   V_REPLAYROLLOVER(1U)
 
#define S_BADDLLP   14
 
#define V_BADDLLP(x)   ((x) << S_BADDLLP)
 
#define F_BADDLLP   V_BADDLLP(1U)
 
#define S_DLLPERR   13
 
#define V_DLLPERR(x)   ((x) << S_DLLPERR)
 
#define F_DLLPERR   V_DLLPERR(1U)
 
#define S_FLOWCTLPROTERR   12
 
#define V_FLOWCTLPROTERR(x)   ((x) << S_FLOWCTLPROTERR)
 
#define F_FLOWCTLPROTERR   V_FLOWCTLPROTERR(1U)
 
#define S_CPLTIMEOUT   11
 
#define V_CPLTIMEOUT(x)   ((x) << S_CPLTIMEOUT)
 
#define F_CPLTIMEOUT   V_CPLTIMEOUT(1U)
 
#define S_PHYRCVERR   10
 
#define V_PHYRCVERR(x)   ((x) << S_PHYRCVERR)
 
#define F_PHYRCVERR   V_PHYRCVERR(1U)
 
#define S_DISTLP   9
 
#define V_DISTLP(x)   ((x) << S_DISTLP)
 
#define F_DISTLP   V_DISTLP(1U)
 
#define S_BADECRC   8
 
#define V_BADECRC(x)   ((x) << S_BADECRC)
 
#define F_BADECRC   V_BADECRC(1U)
 
#define S_BADTLP   7
 
#define V_BADTLP(x)   ((x) << S_BADTLP)
 
#define F_BADTLP   V_BADTLP(1U)
 
#define S_MALTLP   6
 
#define V_MALTLP(x)   ((x) << S_MALTLP)
 
#define F_MALTLP   V_MALTLP(1U)
 
#define S_UNXCPL   5
 
#define V_UNXCPL(x)   ((x) << S_UNXCPL)
 
#define F_UNXCPL   V_UNXCPL(1U)
 
#define S_UNSREQ   4
 
#define V_UNSREQ(x)   ((x) << S_UNSREQ)
 
#define F_UNSREQ   V_UNSREQ(1U)
 
#define S_PSNREQ   3
 
#define V_PSNREQ(x)   ((x) << S_PSNREQ)
 
#define F_PSNREQ   V_PSNREQ(1U)
 
#define S_UNSCPL   2
 
#define V_UNSCPL(x)   ((x) << S_UNSCPL)
 
#define F_UNSCPL   V_UNSCPL(1U)
 
#define S_CPLABT   1
 
#define V_CPLABT(x)   ((x) << S_CPLABT)
 
#define F_CPLABT   V_CPLABT(1U)
 
#define S_PSNCPL   0
 
#define V_PSNCPL(x)   ((x) << S_PSNCPL)
 
#define F_PSNCPL   V_PSNCPL(1U)
 
#define A_PCIE_SERDES_CTRL   0xa8
 
#define S_PMASEL   3
 
#define V_PMASEL(x)   ((x) << S_PMASEL)
 
#define F_PMASEL   V_PMASEL(1U)
 
#define S_LANE   0
 
#define M_LANE   0x7
 
#define V_LANE(x)   ((x) << S_LANE)
 
#define G_LANE(x)   (((x) >> S_LANE) & M_LANE)
 
#define A_PCIE_PIPE_CTRL   0xa8
 
#define S_RECDETUSEC   19
 
#define M_RECDETUSEC   0x7
 
#define V_RECDETUSEC(x)   ((x) << S_RECDETUSEC)
 
#define G_RECDETUSEC(x)   (((x) >> S_RECDETUSEC) & M_RECDETUSEC)
 
#define S_PLLLCKCYC   6
 
#define M_PLLLCKCYC   0x1fff
 
#define V_PLLLCKCYC(x)   ((x) << S_PLLLCKCYC)
 
#define G_PLLLCKCYC(x)   (((x) >> S_PLLLCKCYC) & M_PLLLCKCYC)
 
#define S_ELECIDLEDETCYC   3
 
#define M_ELECIDLEDETCYC   0x7
 
#define V_ELECIDLEDETCYC(x)   ((x) << S_ELECIDLEDETCYC)
 
#define G_ELECIDLEDETCYC(x)   (((x) >> S_ELECIDLEDETCYC) & M_ELECIDLEDETCYC)
 
#define S_USECDRLOS   2
 
#define V_USECDRLOS(x)   ((x) << S_USECDRLOS)
 
#define F_USECDRLOS   V_USECDRLOS(1U)
 
#define S_PCLKREQINP1   1
 
#define V_PCLKREQINP1(x)   ((x) << S_PCLKREQINP1)
 
#define F_PCLKREQINP1   V_PCLKREQINP1(1U)
 
#define S_PCLKOFFINP1   0
 
#define V_PCLKOFFINP1(x)   ((x) << S_PCLKOFFINP1)
 
#define F_PCLKOFFINP1   V_PCLKOFFINP1(1U)
 
#define A_PCIE_SERDES_QUAD_CTRL0   0xac
 
#define S_TESTSIG   10
 
#define M_TESTSIG   0x7ffff
 
#define V_TESTSIG(x)   ((x) << S_TESTSIG)
 
#define G_TESTSIG(x)   (((x) >> S_TESTSIG) & M_TESTSIG)
 
#define S_OFFSET   2
 
#define M_OFFSET   0xff
 
#define V_OFFSET(x)   ((x) << S_OFFSET)
 
#define G_OFFSET(x)   (((x) >> S_OFFSET) & M_OFFSET)
 
#define S_OFFSETEN   1
 
#define V_OFFSETEN(x)   ((x) << S_OFFSETEN)
 
#define F_OFFSETEN   V_OFFSETEN(1U)
 
#define S_IDDQB   0
 
#define V_IDDQB(x)   ((x) << S_IDDQB)
 
#define F_IDDQB   V_IDDQB(1U)
 
#define S_MANMODE   31
 
#define V_MANMODE(x)   ((x) << S_MANMODE)
 
#define F_MANMODE   V_MANMODE(1U)
 
#define S_MANLPBKEN   29
 
#define M_MANLPBKEN   0x3
 
#define V_MANLPBKEN(x)   ((x) << S_MANLPBKEN)
 
#define G_MANLPBKEN(x)   (((x) >> S_MANLPBKEN) & M_MANLPBKEN)
 
#define S_MANTXRECDETEN   28
 
#define V_MANTXRECDETEN(x)   ((x) << S_MANTXRECDETEN)
 
#define F_MANTXRECDETEN   V_MANTXRECDETEN(1U)
 
#define S_MANTXBEACON   27
 
#define V_MANTXBEACON(x)   ((x) << S_MANTXBEACON)
 
#define F_MANTXBEACON   V_MANTXBEACON(1U)
 
#define S_MANTXEI   26
 
#define V_MANTXEI(x)   ((x) << S_MANTXEI)
 
#define F_MANTXEI   V_MANTXEI(1U)
 
#define S_MANRXPOLARITY   25
 
#define V_MANRXPOLARITY(x)   ((x) << S_MANRXPOLARITY)
 
#define F_MANRXPOLARITY   V_MANRXPOLARITY(1U)
 
#define S_MANTXRST   24
 
#define V_MANTXRST(x)   ((x) << S_MANTXRST)
 
#define F_MANTXRST   V_MANTXRST(1U)
 
#define S_MANRXRST   23
 
#define V_MANRXRST(x)   ((x) << S_MANRXRST)
 
#define F_MANRXRST   V_MANRXRST(1U)
 
#define S_MANTXEN   22
 
#define V_MANTXEN(x)   ((x) << S_MANTXEN)
 
#define F_MANTXEN   V_MANTXEN(1U)
 
#define S_MANRXEN   21
 
#define V_MANRXEN(x)   ((x) << S_MANRXEN)
 
#define F_MANRXEN   V_MANRXEN(1U)
 
#define S_MANEN   20
 
#define V_MANEN(x)   ((x) << S_MANEN)
 
#define F_MANEN   V_MANEN(1U)
 
#define S_PCIE_CMURANGE   17
 
#define M_PCIE_CMURANGE   0x7
 
#define V_PCIE_CMURANGE(x)   ((x) << S_PCIE_CMURANGE)
 
#define G_PCIE_CMURANGE(x)   (((x) >> S_PCIE_CMURANGE) & M_PCIE_CMURANGE)
 
#define S_PCIE_BGENB   16
 
#define V_PCIE_BGENB(x)   ((x) << S_PCIE_BGENB)
 
#define F_PCIE_BGENB   V_PCIE_BGENB(1U)
 
#define S_PCIE_ENSKPDROP   15
 
#define V_PCIE_ENSKPDROP(x)   ((x) << S_PCIE_ENSKPDROP)
 
#define F_PCIE_ENSKPDROP   V_PCIE_ENSKPDROP(1U)
 
#define S_PCIE_ENCOMMA   14
 
#define V_PCIE_ENCOMMA(x)   ((x) << S_PCIE_ENCOMMA)
 
#define F_PCIE_ENCOMMA   V_PCIE_ENCOMMA(1U)
 
#define S_PCIE_EN8B10B   13
 
#define V_PCIE_EN8B10B(x)   ((x) << S_PCIE_EN8B10B)
 
#define F_PCIE_EN8B10B   V_PCIE_EN8B10B(1U)
 
#define S_PCIE_ENELBUF   12
 
#define V_PCIE_ENELBUF(x)   ((x) << S_PCIE_ENELBUF)
 
#define F_PCIE_ENELBUF   V_PCIE_ENELBUF(1U)
 
#define S_PCIE_GAIN   7
 
#define M_PCIE_GAIN   0x1f
 
#define V_PCIE_GAIN(x)   ((x) << S_PCIE_GAIN)
 
#define G_PCIE_GAIN(x)   (((x) >> S_PCIE_GAIN) & M_PCIE_GAIN)
 
#define S_PCIE_BANDGAP   3
 
#define M_PCIE_BANDGAP   0xf
 
#define V_PCIE_BANDGAP(x)   ((x) << S_PCIE_BANDGAP)
 
#define G_PCIE_BANDGAP(x)   (((x) >> S_PCIE_BANDGAP) & M_PCIE_BANDGAP)
 
#define S_RXCOMADJ   2
 
#define V_RXCOMADJ(x)   ((x) << S_RXCOMADJ)
 
#define F_RXCOMADJ   V_RXCOMADJ(1U)
 
#define S_PREEMPH   0
 
#define M_PREEMPH   0x3
 
#define V_PREEMPH(x)   ((x) << S_PREEMPH)
 
#define G_PREEMPH(x)   (((x) >> S_PREEMPH) & M_PREEMPH)
 
#define A_PCIE_SERDES_QUAD_CTRL1   0xb0
 
#define S_FASTINIT   28
 
#define V_FASTINIT(x)   ((x) << S_FASTINIT)
 
#define F_FASTINIT   V_FASTINIT(1U)
 
#define S_CTCDISABLE   27
 
#define V_CTCDISABLE(x)   ((x) << S_CTCDISABLE)
 
#define F_CTCDISABLE   V_CTCDISABLE(1U)
 
#define S_MANRESETPLL   26
 
#define V_MANRESETPLL(x)   ((x) << S_MANRESETPLL)
 
#define F_MANRESETPLL   V_MANRESETPLL(1U)
 
#define S_MANL2PWRDN   25
 
#define V_MANL2PWRDN(x)   ((x) << S_MANL2PWRDN)
 
#define F_MANL2PWRDN   V_MANL2PWRDN(1U)
 
#define S_MANQUADEN   24
 
#define V_MANQUADEN(x)   ((x) << S_MANQUADEN)
 
#define F_MANQUADEN   V_MANQUADEN(1U)
 
#define S_RXEQCTL   22
 
#define M_RXEQCTL   0x3
 
#define V_RXEQCTL(x)   ((x) << S_RXEQCTL)
 
#define G_RXEQCTL(x)   (((x) >> S_RXEQCTL) & M_RXEQCTL)
 
#define S_HIVMODE   21
 
#define V_HIVMODE(x)   ((x) << S_HIVMODE)
 
#define F_HIVMODE   V_HIVMODE(1U)
 
#define S_REFSEL   19
 
#define M_REFSEL   0x3
 
#define V_REFSEL(x)   ((x) << S_REFSEL)
 
#define G_REFSEL(x)   (((x) >> S_REFSEL) & M_REFSEL)
 
#define S_RXTERMADJ   17
 
#define M_RXTERMADJ   0x3
 
#define V_RXTERMADJ(x)   ((x) << S_RXTERMADJ)
 
#define G_RXTERMADJ(x)   (((x) >> S_RXTERMADJ) & M_RXTERMADJ)
 
#define S_TXTERMADJ   15
 
#define M_TXTERMADJ   0x3
 
#define V_TXTERMADJ(x)   ((x) << S_TXTERMADJ)
 
#define G_TXTERMADJ(x)   (((x) >> S_TXTERMADJ) & M_TXTERMADJ)
 
#define S_DEQ   11
 
#define M_DEQ   0xf
 
#define V_DEQ(x)   ((x) << S_DEQ)
 
#define G_DEQ(x)   (((x) >> S_DEQ) & M_DEQ)
 
#define S_DTX   7
 
#define M_DTX   0xf
 
#define V_DTX(x)   ((x) << S_DTX)
 
#define G_DTX(x)   (((x) >> S_DTX) & M_DTX)
 
#define S_LODRV   6
 
#define V_LODRV(x)   ((x) << S_LODRV)
 
#define F_LODRV   V_LODRV(1U)
 
#define S_HIDRV   5
 
#define V_HIDRV(x)   ((x) << S_HIDRV)
 
#define F_HIDRV   V_HIDRV(1U)
 
#define S_INTPARRESET   4
 
#define V_INTPARRESET(x)   ((x) << S_INTPARRESET)
 
#define F_INTPARRESET   V_INTPARRESET(1U)
 
#define S_INTPARLPBK   3
 
#define V_INTPARLPBK(x)   ((x) << S_INTPARLPBK)
 
#define F_INTPARLPBK   V_INTPARLPBK(1U)
 
#define S_INTSERLPBKWDRV   2
 
#define V_INTSERLPBKWDRV(x)   ((x) << S_INTSERLPBKWDRV)
 
#define F_INTSERLPBKWDRV   V_INTSERLPBKWDRV(1U)
 
#define S_PW   1
 
#define V_PW(x)   ((x) << S_PW)
 
#define F_PW   V_PW(1U)
 
#define S_PCLKDETECT   0
 
#define V_PCLKDETECT(x)   ((x) << S_PCLKDETECT)
 
#define F_PCLKDETECT   V_PCLKDETECT(1U)
 
#define A_PCIE_SERDES_STATUS0   0xb0
 
#define S_RXERRLANE7   21
 
#define M_RXERRLANE7   0x7
 
#define V_RXERRLANE7(x)   ((x) << S_RXERRLANE7)
 
#define G_RXERRLANE7(x)   (((x) >> S_RXERRLANE7) & M_RXERRLANE7)
 
#define S_RXERRLANE6   18
 
#define M_RXERRLANE6   0x7
 
#define V_RXERRLANE6(x)   ((x) << S_RXERRLANE6)
 
#define G_RXERRLANE6(x)   (((x) >> S_RXERRLANE6) & M_RXERRLANE6)
 
#define S_RXERRLANE5   15
 
#define M_RXERRLANE5   0x7
 
#define V_RXERRLANE5(x)   ((x) << S_RXERRLANE5)
 
#define G_RXERRLANE5(x)   (((x) >> S_RXERRLANE5) & M_RXERRLANE5)
 
#define S_RXERRLANE4   12
 
#define M_RXERRLANE4   0x7
 
#define V_RXERRLANE4(x)   ((x) << S_RXERRLANE4)
 
#define G_RXERRLANE4(x)   (((x) >> S_RXERRLANE4) & M_RXERRLANE4)
 
#define S_PCIE_RXERRLANE3   9
 
#define M_PCIE_RXERRLANE3   0x7
 
#define V_PCIE_RXERRLANE3(x)   ((x) << S_PCIE_RXERRLANE3)
 
#define G_PCIE_RXERRLANE3(x)   (((x) >> S_PCIE_RXERRLANE3) & M_PCIE_RXERRLANE3)
 
#define S_PCIE_RXERRLANE2   6
 
#define M_PCIE_RXERRLANE2   0x7
 
#define V_PCIE_RXERRLANE2(x)   ((x) << S_PCIE_RXERRLANE2)
 
#define G_PCIE_RXERRLANE2(x)   (((x) >> S_PCIE_RXERRLANE2) & M_PCIE_RXERRLANE2)
 
#define S_PCIE_RXERRLANE1   3
 
#define M_PCIE_RXERRLANE1   0x7
 
#define V_PCIE_RXERRLANE1(x)   ((x) << S_PCIE_RXERRLANE1)
 
#define G_PCIE_RXERRLANE1(x)   (((x) >> S_PCIE_RXERRLANE1) & M_PCIE_RXERRLANE1)
 
#define S_PCIE_RXERRLANE0   0
 
#define M_PCIE_RXERRLANE0   0x7
 
#define V_PCIE_RXERRLANE0(x)   ((x) << S_PCIE_RXERRLANE0)
 
#define G_PCIE_RXERRLANE0(x)   (((x) >> S_PCIE_RXERRLANE0) & M_PCIE_RXERRLANE0)
 
#define A_PCIE_SERDES_LANE_CTRL   0xb4
 
#define S_EXTBISTCHKERRCLR   22
 
#define V_EXTBISTCHKERRCLR(x)   ((x) << S_EXTBISTCHKERRCLR)
 
#define F_EXTBISTCHKERRCLR   V_EXTBISTCHKERRCLR(1U)
 
#define S_EXTBISTCHKEN   21
 
#define V_EXTBISTCHKEN(x)   ((x) << S_EXTBISTCHKEN)
 
#define F_EXTBISTCHKEN   V_EXTBISTCHKEN(1U)
 
#define S_EXTBISTGENEN   20
 
#define V_EXTBISTGENEN(x)   ((x) << S_EXTBISTGENEN)
 
#define F_EXTBISTGENEN   V_EXTBISTGENEN(1U)
 
#define S_EXTBISTPAT   17
 
#define M_EXTBISTPAT   0x7
 
#define V_EXTBISTPAT(x)   ((x) << S_EXTBISTPAT)
 
#define G_EXTBISTPAT(x)   (((x) >> S_EXTBISTPAT) & M_EXTBISTPAT)
 
#define S_EXTPARRESET   16
 
#define V_EXTPARRESET(x)   ((x) << S_EXTPARRESET)
 
#define F_EXTPARRESET   V_EXTPARRESET(1U)
 
#define S_EXTPARLPBK   15
 
#define V_EXTPARLPBK(x)   ((x) << S_EXTPARLPBK)
 
#define F_EXTPARLPBK   V_EXTPARLPBK(1U)
 
#define S_MANRXTERMEN   14
 
#define V_MANRXTERMEN(x)   ((x) << S_MANRXTERMEN)
 
#define F_MANRXTERMEN   V_MANRXTERMEN(1U)
 
#define S_MANBEACONTXEN   13
 
#define V_MANBEACONTXEN(x)   ((x) << S_MANBEACONTXEN)
 
#define F_MANBEACONTXEN   V_MANBEACONTXEN(1U)
 
#define S_MANRXDETECTEN   12
 
#define V_MANRXDETECTEN(x)   ((x) << S_MANRXDETECTEN)
 
#define F_MANRXDETECTEN   V_MANRXDETECTEN(1U)
 
#define S_MANTXIDLEEN   11
 
#define V_MANTXIDLEEN(x)   ((x) << S_MANTXIDLEEN)
 
#define F_MANTXIDLEEN   V_MANTXIDLEEN(1U)
 
#define S_MANRXIDLEEN   10
 
#define V_MANRXIDLEEN(x)   ((x) << S_MANRXIDLEEN)
 
#define F_MANRXIDLEEN   V_MANRXIDLEEN(1U)
 
#define S_MANL1PWRDN   9
 
#define V_MANL1PWRDN(x)   ((x) << S_MANL1PWRDN)
 
#define F_MANL1PWRDN   V_MANL1PWRDN(1U)
 
#define S_MANRESET   8
 
#define V_MANRESET(x)   ((x) << S_MANRESET)
 
#define F_MANRESET   V_MANRESET(1U)
 
#define S_MANFMOFFSET   3
 
#define M_MANFMOFFSET   0x1f
 
#define V_MANFMOFFSET(x)   ((x) << S_MANFMOFFSET)
 
#define G_MANFMOFFSET(x)   (((x) >> S_MANFMOFFSET) & M_MANFMOFFSET)
 
#define S_MANFMOFFSETEN   2
 
#define V_MANFMOFFSETEN(x)   ((x) << S_MANFMOFFSETEN)
 
#define F_MANFMOFFSETEN   V_MANFMOFFSETEN(1U)
 
#define S_MANLANEEN   1
 
#define V_MANLANEEN(x)   ((x) << S_MANLANEEN)
 
#define F_MANLANEEN   V_MANLANEEN(1U)
 
#define S_INTSERLPBK   0
 
#define V_INTSERLPBK(x)   ((x) << S_INTSERLPBK)
 
#define F_INTSERLPBK   V_INTSERLPBK(1U)
 
#define A_PCIE_SERDES_STATUS1   0xb4
 
#define S_CMULOCK   31
 
#define V_CMULOCK(x)   ((x) << S_CMULOCK)
 
#define F_CMULOCK   V_CMULOCK(1U)
 
#define S_RXKLOCKLANE7   23
 
#define V_RXKLOCKLANE7(x)   ((x) << S_RXKLOCKLANE7)
 
#define F_RXKLOCKLANE7   V_RXKLOCKLANE7(1U)
 
#define S_RXKLOCKLANE6   22
 
#define V_RXKLOCKLANE6(x)   ((x) << S_RXKLOCKLANE6)
 
#define F_RXKLOCKLANE6   V_RXKLOCKLANE6(1U)
 
#define S_RXKLOCKLANE5   21
 
#define V_RXKLOCKLANE5(x)   ((x) << S_RXKLOCKLANE5)
 
#define F_RXKLOCKLANE5   V_RXKLOCKLANE5(1U)
 
#define S_RXKLOCKLANE4   20
 
#define V_RXKLOCKLANE4(x)   ((x) << S_RXKLOCKLANE4)
 
#define F_RXKLOCKLANE4   V_RXKLOCKLANE4(1U)
 
#define S_PCIE_RXKLOCKLANE3   19
 
#define V_PCIE_RXKLOCKLANE3(x)   ((x) << S_PCIE_RXKLOCKLANE3)
 
#define F_PCIE_RXKLOCKLANE3   V_PCIE_RXKLOCKLANE3(1U)
 
#define S_PCIE_RXKLOCKLANE2   18
 
#define V_PCIE_RXKLOCKLANE2(x)   ((x) << S_PCIE_RXKLOCKLANE2)
 
#define F_PCIE_RXKLOCKLANE2   V_PCIE_RXKLOCKLANE2(1U)
 
#define S_PCIE_RXKLOCKLANE1   17
 
#define V_PCIE_RXKLOCKLANE1(x)   ((x) << S_PCIE_RXKLOCKLANE1)
 
#define F_PCIE_RXKLOCKLANE1   V_PCIE_RXKLOCKLANE1(1U)
 
#define S_PCIE_RXKLOCKLANE0   16
 
#define V_PCIE_RXKLOCKLANE0(x)   ((x) << S_PCIE_RXKLOCKLANE0)
 
#define F_PCIE_RXKLOCKLANE0   V_PCIE_RXKLOCKLANE0(1U)
 
#define S_RXUFLOWLANE7   15
 
#define V_RXUFLOWLANE7(x)   ((x) << S_RXUFLOWLANE7)
 
#define F_RXUFLOWLANE7   V_RXUFLOWLANE7(1U)
 
#define S_RXUFLOWLANE6   14
 
#define V_RXUFLOWLANE6(x)   ((x) << S_RXUFLOWLANE6)
 
#define F_RXUFLOWLANE6   V_RXUFLOWLANE6(1U)
 
#define S_RXUFLOWLANE5   13
 
#define V_RXUFLOWLANE5(x)   ((x) << S_RXUFLOWLANE5)
 
#define F_RXUFLOWLANE5   V_RXUFLOWLANE5(1U)
 
#define S_RXUFLOWLANE4   12
 
#define V_RXUFLOWLANE4(x)   ((x) << S_RXUFLOWLANE4)
 
#define F_RXUFLOWLANE4   V_RXUFLOWLANE4(1U)
 
#define S_PCIE_RXUFLOWLANE3   11
 
#define V_PCIE_RXUFLOWLANE3(x)   ((x) << S_PCIE_RXUFLOWLANE3)
 
#define F_PCIE_RXUFLOWLANE3   V_PCIE_RXUFLOWLANE3(1U)
 
#define S_PCIE_RXUFLOWLANE2   10
 
#define V_PCIE_RXUFLOWLANE2(x)   ((x) << S_PCIE_RXUFLOWLANE2)
 
#define F_PCIE_RXUFLOWLANE2   V_PCIE_RXUFLOWLANE2(1U)
 
#define S_PCIE_RXUFLOWLANE1   9
 
#define V_PCIE_RXUFLOWLANE1(x)   ((x) << S_PCIE_RXUFLOWLANE1)
 
#define F_PCIE_RXUFLOWLANE1   V_PCIE_RXUFLOWLANE1(1U)
 
#define S_PCIE_RXUFLOWLANE0   8
 
#define V_PCIE_RXUFLOWLANE0(x)   ((x) << S_PCIE_RXUFLOWLANE0)
 
#define F_PCIE_RXUFLOWLANE0   V_PCIE_RXUFLOWLANE0(1U)
 
#define S_RXOFLOWLANE7   7
 
#define V_RXOFLOWLANE7(x)   ((x) << S_RXOFLOWLANE7)
 
#define F_RXOFLOWLANE7   V_RXOFLOWLANE7(1U)
 
#define S_RXOFLOWLANE6   6
 
#define V_RXOFLOWLANE6(x)   ((x) << S_RXOFLOWLANE6)
 
#define F_RXOFLOWLANE6   V_RXOFLOWLANE6(1U)
 
#define S_RXOFLOWLANE5   5
 
#define V_RXOFLOWLANE5(x)   ((x) << S_RXOFLOWLANE5)
 
#define F_RXOFLOWLANE5   V_RXOFLOWLANE5(1U)
 
#define S_RXOFLOWLANE4   4
 
#define V_RXOFLOWLANE4(x)   ((x) << S_RXOFLOWLANE4)
 
#define F_RXOFLOWLANE4   V_RXOFLOWLANE4(1U)
 
#define S_PCIE_RXOFLOWLANE3   3
 
#define V_PCIE_RXOFLOWLANE3(x)   ((x) << S_PCIE_RXOFLOWLANE3)
 
#define F_PCIE_RXOFLOWLANE3   V_PCIE_RXOFLOWLANE3(1U)
 
#define S_PCIE_RXOFLOWLANE2   2
 
#define V_PCIE_RXOFLOWLANE2(x)   ((x) << S_PCIE_RXOFLOWLANE2)
 
#define F_PCIE_RXOFLOWLANE2   V_PCIE_RXOFLOWLANE2(1U)
 
#define S_PCIE_RXOFLOWLANE1   1
 
#define V_PCIE_RXOFLOWLANE1(x)   ((x) << S_PCIE_RXOFLOWLANE1)
 
#define F_PCIE_RXOFLOWLANE1   V_PCIE_RXOFLOWLANE1(1U)
 
#define S_PCIE_RXOFLOWLANE0   0
 
#define V_PCIE_RXOFLOWLANE0(x)   ((x) << S_PCIE_RXOFLOWLANE0)
 
#define F_PCIE_RXOFLOWLANE0   V_PCIE_RXOFLOWLANE0(1U)
 
#define A_PCIE_SERDES_LANE_STAT   0xb8
 
#define S_EXTBISTCHKERRCNT   8
 
#define M_EXTBISTCHKERRCNT   0xffffff
 
#define V_EXTBISTCHKERRCNT(x)   ((x) << S_EXTBISTCHKERRCNT)
 
#define G_EXTBISTCHKERRCNT(x)   (((x) >> S_EXTBISTCHKERRCNT) & M_EXTBISTCHKERRCNT)
 
#define S_EXTBISTCHKFMD   7
 
#define V_EXTBISTCHKFMD(x)   ((x) << S_EXTBISTCHKFMD)
 
#define F_EXTBISTCHKFMD   V_EXTBISTCHKFMD(1U)
 
#define S_BEACONDETECTCHG   6
 
#define V_BEACONDETECTCHG(x)   ((x) << S_BEACONDETECTCHG)
 
#define F_BEACONDETECTCHG   V_BEACONDETECTCHG(1U)
 
#define S_RXDETECTCHG   5
 
#define V_RXDETECTCHG(x)   ((x) << S_RXDETECTCHG)
 
#define F_RXDETECTCHG   V_RXDETECTCHG(1U)
 
#define S_TXIDLEDETECTCHG   4
 
#define V_TXIDLEDETECTCHG(x)   ((x) << S_TXIDLEDETECTCHG)
 
#define F_TXIDLEDETECTCHG   V_TXIDLEDETECTCHG(1U)
 
#define S_BEACONDETECT   2
 
#define V_BEACONDETECT(x)   ((x) << S_BEACONDETECT)
 
#define F_BEACONDETECT   V_BEACONDETECT(1U)
 
#define S_RXDETECT   1
 
#define V_RXDETECT(x)   ((x) << S_RXDETECT)
 
#define F_RXDETECT   V_RXDETECT(1U)
 
#define S_TXIDLEDETECT   0
 
#define V_TXIDLEDETECT(x)   ((x) << S_TXIDLEDETECT)
 
#define F_TXIDLEDETECT   V_TXIDLEDETECT(1U)
 
#define A_PCIE_SERDES_STATUS2   0xb8
 
#define S_TXRECDETLANE7   31
 
#define V_TXRECDETLANE7(x)   ((x) << S_TXRECDETLANE7)
 
#define F_TXRECDETLANE7   V_TXRECDETLANE7(1U)
 
#define S_TXRECDETLANE6   30
 
#define V_TXRECDETLANE6(x)   ((x) << S_TXRECDETLANE6)
 
#define F_TXRECDETLANE6   V_TXRECDETLANE6(1U)
 
#define S_TXRECDETLANE5   29
 
#define V_TXRECDETLANE5(x)   ((x) << S_TXRECDETLANE5)
 
#define F_TXRECDETLANE5   V_TXRECDETLANE5(1U)
 
#define S_TXRECDETLANE4   28
 
#define V_TXRECDETLANE4(x)   ((x) << S_TXRECDETLANE4)
 
#define F_TXRECDETLANE4   V_TXRECDETLANE4(1U)
 
#define S_TXRECDETLANE3   27
 
#define V_TXRECDETLANE3(x)   ((x) << S_TXRECDETLANE3)
 
#define F_TXRECDETLANE3   V_TXRECDETLANE3(1U)
 
#define S_TXRECDETLANE2   26
 
#define V_TXRECDETLANE2(x)   ((x) << S_TXRECDETLANE2)
 
#define F_TXRECDETLANE2   V_TXRECDETLANE2(1U)
 
#define S_TXRECDETLANE1   25
 
#define V_TXRECDETLANE1(x)   ((x) << S_TXRECDETLANE1)
 
#define F_TXRECDETLANE1   V_TXRECDETLANE1(1U)
 
#define S_TXRECDETLANE0   24
 
#define V_TXRECDETLANE0(x)   ((x) << S_TXRECDETLANE0)
 
#define F_TXRECDETLANE0   V_TXRECDETLANE0(1U)
 
#define S_RXEIDLANE7   23
 
#define V_RXEIDLANE7(x)   ((x) << S_RXEIDLANE7)
 
#define F_RXEIDLANE7   V_RXEIDLANE7(1U)
 
#define S_RXEIDLANE6   22
 
#define V_RXEIDLANE6(x)   ((x) << S_RXEIDLANE6)
 
#define F_RXEIDLANE6   V_RXEIDLANE6(1U)
 
#define S_RXEIDLANE5   21
 
#define V_RXEIDLANE5(x)   ((x) << S_RXEIDLANE5)
 
#define F_RXEIDLANE5   V_RXEIDLANE5(1U)
 
#define S_RXEIDLANE4   20
 
#define V_RXEIDLANE4(x)   ((x) << S_RXEIDLANE4)
 
#define F_RXEIDLANE4   V_RXEIDLANE4(1U)
 
#define S_RXEIDLANE3   19
 
#define V_RXEIDLANE3(x)   ((x) << S_RXEIDLANE3)
 
#define F_RXEIDLANE3   V_RXEIDLANE3(1U)
 
#define S_RXEIDLANE2   18
 
#define V_RXEIDLANE2(x)   ((x) << S_RXEIDLANE2)
 
#define F_RXEIDLANE2   V_RXEIDLANE2(1U)
 
#define S_RXEIDLANE1   17
 
#define V_RXEIDLANE1(x)   ((x) << S_RXEIDLANE1)
 
#define F_RXEIDLANE1   V_RXEIDLANE1(1U)
 
#define S_RXEIDLANE0   16
 
#define V_RXEIDLANE0(x)   ((x) << S_RXEIDLANE0)
 
#define F_RXEIDLANE0   V_RXEIDLANE0(1U)
 
#define S_RXREMSKIPLANE7   15
 
#define V_RXREMSKIPLANE7(x)   ((x) << S_RXREMSKIPLANE7)
 
#define F_RXREMSKIPLANE7   V_RXREMSKIPLANE7(1U)
 
#define S_RXREMSKIPLANE6   14
 
#define V_RXREMSKIPLANE6(x)   ((x) << S_RXREMSKIPLANE6)
 
#define F_RXREMSKIPLANE6   V_RXREMSKIPLANE6(1U)
 
#define S_RXREMSKIPLANE5   13
 
#define V_RXREMSKIPLANE5(x)   ((x) << S_RXREMSKIPLANE5)
 
#define F_RXREMSKIPLANE5   V_RXREMSKIPLANE5(1U)
 
#define S_RXREMSKIPLANE4   12
 
#define V_RXREMSKIPLANE4(x)   ((x) << S_RXREMSKIPLANE4)
 
#define F_RXREMSKIPLANE4   V_RXREMSKIPLANE4(1U)
 
#define S_PCIE_RXREMSKIPLANE3   11
 
#define V_PCIE_RXREMSKIPLANE3(x)   ((x) << S_PCIE_RXREMSKIPLANE3)
 
#define F_PCIE_RXREMSKIPLANE3   V_PCIE_RXREMSKIPLANE3(1U)
 
#define S_PCIE_RXREMSKIPLANE2   10
 
#define V_PCIE_RXREMSKIPLANE2(x)   ((x) << S_PCIE_RXREMSKIPLANE2)
 
#define F_PCIE_RXREMSKIPLANE2   V_PCIE_RXREMSKIPLANE2(1U)
 
#define S_PCIE_RXREMSKIPLANE1   9
 
#define V_PCIE_RXREMSKIPLANE1(x)   ((x) << S_PCIE_RXREMSKIPLANE1)
 
#define F_PCIE_RXREMSKIPLANE1   V_PCIE_RXREMSKIPLANE1(1U)
 
#define S_PCIE_RXREMSKIPLANE0   8
 
#define V_PCIE_RXREMSKIPLANE0(x)   ((x) << S_PCIE_RXREMSKIPLANE0)
 
#define F_PCIE_RXREMSKIPLANE0   V_PCIE_RXREMSKIPLANE0(1U)
 
#define S_RXADDSKIPLANE7   7
 
#define V_RXADDSKIPLANE7(x)   ((x) << S_RXADDSKIPLANE7)
 
#define F_RXADDSKIPLANE7   V_RXADDSKIPLANE7(1U)
 
#define S_RXADDSKIPLANE6   6
 
#define V_RXADDSKIPLANE6(x)   ((x) << S_RXADDSKIPLANE6)
 
#define F_RXADDSKIPLANE6   V_RXADDSKIPLANE6(1U)
 
#define S_RXADDSKIPLANE5   5
 
#define V_RXADDSKIPLANE5(x)   ((x) << S_RXADDSKIPLANE5)
 
#define F_RXADDSKIPLANE5   V_RXADDSKIPLANE5(1U)
 
#define S_RXADDSKIPLANE4   4
 
#define V_RXADDSKIPLANE4(x)   ((x) << S_RXADDSKIPLANE4)
 
#define F_RXADDSKIPLANE4   V_RXADDSKIPLANE4(1U)
 
#define S_PCIE_RXADDSKIPLANE3   3
 
#define V_PCIE_RXADDSKIPLANE3(x)   ((x) << S_PCIE_RXADDSKIPLANE3)
 
#define F_PCIE_RXADDSKIPLANE3   V_PCIE_RXADDSKIPLANE3(1U)
 
#define S_PCIE_RXADDSKIPLANE2   2
 
#define V_PCIE_RXADDSKIPLANE2(x)   ((x) << S_PCIE_RXADDSKIPLANE2)
 
#define F_PCIE_RXADDSKIPLANE2   V_PCIE_RXADDSKIPLANE2(1U)
 
#define S_PCIE_RXADDSKIPLANE1   1
 
#define V_PCIE_RXADDSKIPLANE1(x)   ((x) << S_PCIE_RXADDSKIPLANE1)
 
#define F_PCIE_RXADDSKIPLANE1   V_PCIE_RXADDSKIPLANE1(1U)
 
#define S_PCIE_RXADDSKIPLANE0   0
 
#define V_PCIE_RXADDSKIPLANE0(x)   ((x) << S_PCIE_RXADDSKIPLANE0)
 
#define F_PCIE_RXADDSKIPLANE0   V_PCIE_RXADDSKIPLANE0(1U)
 
#define A_PCIE_PEX_WMARK   0xbc
 
#define S_P_WMARK   18
 
#define M_P_WMARK   0x7ff
 
#define V_P_WMARK(x)   ((x) << S_P_WMARK)
 
#define G_P_WMARK(x)   (((x) >> S_P_WMARK) & M_P_WMARK)
 
#define S_NP_WMARK   11
 
#define M_NP_WMARK   0x7f
 
#define V_NP_WMARK(x)   ((x) << S_NP_WMARK)
 
#define G_NP_WMARK(x)   (((x) >> S_NP_WMARK) & M_NP_WMARK)
 
#define S_CPL_WMARK   0
 
#define M_CPL_WMARK   0x7ff
 
#define V_CPL_WMARK(x)   ((x) << S_CPL_WMARK)
 
#define G_CPL_WMARK(x)   (((x) >> S_CPL_WMARK) & M_CPL_WMARK)
 
#define A_PCIE_SERDES_BIST   0xbc
 
#define S_PCIE_BISTDONE   24
 
#define M_PCIE_BISTDONE   0xff
 
#define V_PCIE_BISTDONE(x)   ((x) << S_PCIE_BISTDONE)
 
#define G_PCIE_BISTDONE(x)   (((x) >> S_PCIE_BISTDONE) & M_PCIE_BISTDONE)
 
#define S_PCIE_BISTCYCLETHRESH   3
 
#define M_PCIE_BISTCYCLETHRESH   0xffff
 
#define V_PCIE_BISTCYCLETHRESH(x)   ((x) << S_PCIE_BISTCYCLETHRESH)
 
#define G_PCIE_BISTCYCLETHRESH(x)   (((x) >> S_PCIE_BISTCYCLETHRESH) & M_PCIE_BISTCYCLETHRESH)
 
#define S_BISTMODE   0
 
#define M_BISTMODE   0x7
 
#define V_BISTMODE(x)   ((x) << S_BISTMODE)
 
#define G_BISTMODE(x)   (((x) >> S_BISTMODE) & M_BISTMODE)
 
#define T3DBG_BASE_ADDR   0xc0
 
#define A_T3DBG_DBG0_CFG   0xc0
 
#define S_REGSELECT   9
 
#define M_REGSELECT   0xff
 
#define V_REGSELECT(x)   ((x) << S_REGSELECT)
 
#define G_REGSELECT(x)   (((x) >> S_REGSELECT) & M_REGSELECT)
 
#define S_MODULESELECT   4
 
#define M_MODULESELECT   0x1f
 
#define V_MODULESELECT(x)   ((x) << S_MODULESELECT)
 
#define G_MODULESELECT(x)   (((x) >> S_MODULESELECT) & M_MODULESELECT)
 
#define S_CLKSELECT   0
 
#define M_CLKSELECT   0xf
 
#define V_CLKSELECT(x)   ((x) << S_CLKSELECT)
 
#define G_CLKSELECT(x)   (((x) >> S_CLKSELECT) & M_CLKSELECT)
 
#define A_T3DBG_DBG0_EN   0xc4
 
#define S_SDRBYTE0   8
 
#define V_SDRBYTE0(x)   ((x) << S_SDRBYTE0)
 
#define F_SDRBYTE0   V_SDRBYTE0(1U)
 
#define S_DDREN   4
 
#define V_DDREN(x)   ((x) << S_DDREN)
 
#define F_DDREN   V_DDREN(1U)
 
#define S_PORTEN   0
 
#define V_PORTEN(x)   ((x) << S_PORTEN)
 
#define F_PORTEN   V_PORTEN(1U)
 
#define A_T3DBG_DBG1_CFG   0xc8
 
#define A_T3DBG_DBG1_EN   0xcc
 
#define A_T3DBG_GPIO_EN   0xd0
 
#define S_GPIO11_OEN   27
 
#define V_GPIO11_OEN(x)   ((x) << S_GPIO11_OEN)
 
#define F_GPIO11_OEN   V_GPIO11_OEN(1U)
 
#define S_GPIO10_OEN   26
 
#define V_GPIO10_OEN(x)   ((x) << S_GPIO10_OEN)
 
#define F_GPIO10_OEN   V_GPIO10_OEN(1U)
 
#define S_GPIO9_OEN   25
 
#define V_GPIO9_OEN(x)   ((x) << S_GPIO9_OEN)
 
#define F_GPIO9_OEN   V_GPIO9_OEN(1U)
 
#define S_GPIO8_OEN   24
 
#define V_GPIO8_OEN(x)   ((x) << S_GPIO8_OEN)
 
#define F_GPIO8_OEN   V_GPIO8_OEN(1U)
 
#define S_GPIO7_OEN   23
 
#define V_GPIO7_OEN(x)   ((x) << S_GPIO7_OEN)
 
#define F_GPIO7_OEN   V_GPIO7_OEN(1U)
 
#define S_GPIO6_OEN   22
 
#define V_GPIO6_OEN(x)   ((x) << S_GPIO6_OEN)
 
#define F_GPIO6_OEN   V_GPIO6_OEN(1U)
 
#define S_GPIO5_OEN   21
 
#define V_GPIO5_OEN(x)   ((x) << S_GPIO5_OEN)
 
#define F_GPIO5_OEN   V_GPIO5_OEN(1U)
 
#define S_GPIO4_OEN   20
 
#define V_GPIO4_OEN(x)   ((x) << S_GPIO4_OEN)
 
#define F_GPIO4_OEN   V_GPIO4_OEN(1U)
 
#define S_GPIO3_OEN   19
 
#define V_GPIO3_OEN(x)   ((x) << S_GPIO3_OEN)
 
#define F_GPIO3_OEN   V_GPIO3_OEN(1U)
 
#define S_GPIO2_OEN   18
 
#define V_GPIO2_OEN(x)   ((x) << S_GPIO2_OEN)
 
#define F_GPIO2_OEN   V_GPIO2_OEN(1U)
 
#define S_GPIO1_OEN   17
 
#define V_GPIO1_OEN(x)   ((x) << S_GPIO1_OEN)
 
#define F_GPIO1_OEN   V_GPIO1_OEN(1U)
 
#define S_GPIO0_OEN   16
 
#define V_GPIO0_OEN(x)   ((x) << S_GPIO0_OEN)
 
#define F_GPIO0_OEN   V_GPIO0_OEN(1U)
 
#define S_GPIO11_OUT_VAL   11
 
#define V_GPIO11_OUT_VAL(x)   ((x) << S_GPIO11_OUT_VAL)
 
#define F_GPIO11_OUT_VAL   V_GPIO11_OUT_VAL(1U)
 
#define S_GPIO10_OUT_VAL   10
 
#define V_GPIO10_OUT_VAL(x)   ((x) << S_GPIO10_OUT_VAL)
 
#define F_GPIO10_OUT_VAL   V_GPIO10_OUT_VAL(1U)
 
#define S_GPIO9_OUT_VAL   9
 
#define V_GPIO9_OUT_VAL(x)   ((x) << S_GPIO9_OUT_VAL)
 
#define F_GPIO9_OUT_VAL   V_GPIO9_OUT_VAL(1U)
 
#define S_GPIO8_OUT_VAL   8
 
#define V_GPIO8_OUT_VAL(x)   ((x) << S_GPIO8_OUT_VAL)
 
#define F_GPIO8_OUT_VAL   V_GPIO8_OUT_VAL(1U)
 
#define S_GPIO7_OUT_VAL   7
 
#define V_GPIO7_OUT_VAL(x)   ((x) << S_GPIO7_OUT_VAL)
 
#define F_GPIO7_OUT_VAL   V_GPIO7_OUT_VAL(1U)
 
#define S_GPIO6_OUT_VAL   6
 
#define V_GPIO6_OUT_VAL(x)   ((x) << S_GPIO6_OUT_VAL)
 
#define F_GPIO6_OUT_VAL   V_GPIO6_OUT_VAL(1U)
 
#define S_GPIO5_OUT_VAL   5
 
#define V_GPIO5_OUT_VAL(x)   ((x) << S_GPIO5_OUT_VAL)
 
#define F_GPIO5_OUT_VAL   V_GPIO5_OUT_VAL(1U)
 
#define S_GPIO4_OUT_VAL   4
 
#define V_GPIO4_OUT_VAL(x)   ((x) << S_GPIO4_OUT_VAL)
 
#define F_GPIO4_OUT_VAL   V_GPIO4_OUT_VAL(1U)
 
#define S_GPIO3_OUT_VAL   3
 
#define V_GPIO3_OUT_VAL(x)   ((x) << S_GPIO3_OUT_VAL)
 
#define F_GPIO3_OUT_VAL   V_GPIO3_OUT_VAL(1U)
 
#define S_GPIO2_OUT_VAL   2
 
#define V_GPIO2_OUT_VAL(x)   ((x) << S_GPIO2_OUT_VAL)
 
#define F_GPIO2_OUT_VAL   V_GPIO2_OUT_VAL(1U)
 
#define S_GPIO1_OUT_VAL   1
 
#define V_GPIO1_OUT_VAL(x)   ((x) << S_GPIO1_OUT_VAL)
 
#define F_GPIO1_OUT_VAL   V_GPIO1_OUT_VAL(1U)
 
#define S_GPIO0_OUT_VAL   0
 
#define V_GPIO0_OUT_VAL(x)   ((x) << S_GPIO0_OUT_VAL)
 
#define F_GPIO0_OUT_VAL   V_GPIO0_OUT_VAL(1U)
 
#define A_T3DBG_GPIO_IN   0xd4
 
#define S_GPIO11_CHG_DET   27
 
#define V_GPIO11_CHG_DET(x)   ((x) << S_GPIO11_CHG_DET)
 
#define F_GPIO11_CHG_DET   V_GPIO11_CHG_DET(1U)
 
#define S_GPIO10_CHG_DET   26
 
#define V_GPIO10_CHG_DET(x)   ((x) << S_GPIO10_CHG_DET)
 
#define F_GPIO10_CHG_DET   V_GPIO10_CHG_DET(1U)
 
#define S_GPIO9_CHG_DET   25
 
#define V_GPIO9_CHG_DET(x)   ((x) << S_GPIO9_CHG_DET)
 
#define F_GPIO9_CHG_DET   V_GPIO9_CHG_DET(1U)
 
#define S_GPIO8_CHG_DET   24
 
#define V_GPIO8_CHG_DET(x)   ((x) << S_GPIO8_CHG_DET)
 
#define F_GPIO8_CHG_DET   V_GPIO8_CHG_DET(1U)
 
#define S_GPIO7_CHG_DET   23
 
#define V_GPIO7_CHG_DET(x)   ((x) << S_GPIO7_CHG_DET)
 
#define F_GPIO7_CHG_DET   V_GPIO7_CHG_DET(1U)
 
#define S_GPIO6_CHG_DET   22
 
#define V_GPIO6_CHG_DET(x)   ((x) << S_GPIO6_CHG_DET)
 
#define F_GPIO6_CHG_DET   V_GPIO6_CHG_DET(1U)
 
#define S_GPIO5_CHG_DET   21
 
#define V_GPIO5_CHG_DET(x)   ((x) << S_GPIO5_CHG_DET)
 
#define F_GPIO5_CHG_DET   V_GPIO5_CHG_DET(1U)
 
#define S_GPIO4_CHG_DET   20
 
#define V_GPIO4_CHG_DET(x)   ((x) << S_GPIO4_CHG_DET)
 
#define F_GPIO4_CHG_DET   V_GPIO4_CHG_DET(1U)
 
#define S_GPIO3_CHG_DET   19
 
#define V_GPIO3_CHG_DET(x)   ((x) << S_GPIO3_CHG_DET)
 
#define F_GPIO3_CHG_DET   V_GPIO3_CHG_DET(1U)
 
#define S_GPIO2_CHG_DET   18
 
#define V_GPIO2_CHG_DET(x)   ((x) << S_GPIO2_CHG_DET)
 
#define F_GPIO2_CHG_DET   V_GPIO2_CHG_DET(1U)
 
#define S_GPIO1_CHG_DET   17
 
#define V_GPIO1_CHG_DET(x)   ((x) << S_GPIO1_CHG_DET)
 
#define F_GPIO1_CHG_DET   V_GPIO1_CHG_DET(1U)
 
#define S_GPIO0_CHG_DET   16
 
#define V_GPIO0_CHG_DET(x)   ((x) << S_GPIO0_CHG_DET)
 
#define F_GPIO0_CHG_DET   V_GPIO0_CHG_DET(1U)
 
#define S_GPIO11_IN   11
 
#define V_GPIO11_IN(x)   ((x) << S_GPIO11_IN)
 
#define F_GPIO11_IN   V_GPIO11_IN(1U)
 
#define S_GPIO10_IN   10
 
#define V_GPIO10_IN(x)   ((x) << S_GPIO10_IN)
 
#define F_GPIO10_IN   V_GPIO10_IN(1U)
 
#define S_GPIO9_IN   9
 
#define V_GPIO9_IN(x)   ((x) << S_GPIO9_IN)
 
#define F_GPIO9_IN   V_GPIO9_IN(1U)
 
#define S_GPIO8_IN   8
 
#define V_GPIO8_IN(x)   ((x) << S_GPIO8_IN)
 
#define F_GPIO8_IN   V_GPIO8_IN(1U)
 
#define S_GPIO7_IN   7
 
#define V_GPIO7_IN(x)   ((x) << S_GPIO7_IN)
 
#define F_GPIO7_IN   V_GPIO7_IN(1U)
 
#define S_GPIO6_IN   6
 
#define V_GPIO6_IN(x)   ((x) << S_GPIO6_IN)
 
#define F_GPIO6_IN   V_GPIO6_IN(1U)
 
#define S_GPIO5_IN   5
 
#define V_GPIO5_IN(x)   ((x) << S_GPIO5_IN)
 
#define F_GPIO5_IN   V_GPIO5_IN(1U)
 
#define S_GPIO4_IN   4
 
#define V_GPIO4_IN(x)   ((x) << S_GPIO4_IN)
 
#define F_GPIO4_IN   V_GPIO4_IN(1U)
 
#define S_GPIO3_IN   3
 
#define V_GPIO3_IN(x)   ((x) << S_GPIO3_IN)
 
#define F_GPIO3_IN   V_GPIO3_IN(1U)
 
#define S_GPIO2_IN   2
 
#define V_GPIO2_IN(x)   ((x) << S_GPIO2_IN)
 
#define F_GPIO2_IN   V_GPIO2_IN(1U)
 
#define S_GPIO1_IN   1
 
#define V_GPIO1_IN(x)   ((x) << S_GPIO1_IN)
 
#define F_GPIO1_IN   V_GPIO1_IN(1U)
 
#define S_GPIO0_IN   0
 
#define V_GPIO0_IN(x)   ((x) << S_GPIO0_IN)
 
#define F_GPIO0_IN   V_GPIO0_IN(1U)
 
#define A_T3DBG_INT_ENABLE   0xd8
 
#define S_C_LOCK   21
 
#define V_C_LOCK(x)   ((x) << S_C_LOCK)
 
#define F_C_LOCK   V_C_LOCK(1U)
 
#define S_M_LOCK   20
 
#define V_M_LOCK(x)   ((x) << S_M_LOCK)
 
#define F_M_LOCK   V_M_LOCK(1U)
 
#define S_U_LOCK   19
 
#define V_U_LOCK(x)   ((x) << S_U_LOCK)
 
#define F_U_LOCK   V_U_LOCK(1U)
 
#define S_R_LOCK   18
 
#define V_R_LOCK(x)   ((x) << S_R_LOCK)
 
#define F_R_LOCK   V_R_LOCK(1U)
 
#define S_PX_LOCK   17
 
#define V_PX_LOCK(x)   ((x) << S_PX_LOCK)
 
#define F_PX_LOCK   V_PX_LOCK(1U)
 
#define S_GPIO11   11
 
#define V_GPIO11(x)   ((x) << S_GPIO11)
 
#define F_GPIO11   V_GPIO11(1U)
 
#define S_GPIO10   10
 
#define V_GPIO10(x)   ((x) << S_GPIO10)
 
#define F_GPIO10   V_GPIO10(1U)
 
#define S_GPIO9   9
 
#define V_GPIO9(x)   ((x) << S_GPIO9)
 
#define F_GPIO9   V_GPIO9(1U)
 
#define S_GPIO8   8
 
#define V_GPIO8(x)   ((x) << S_GPIO8)
 
#define F_GPIO8   V_GPIO8(1U)
 
#define S_GPIO7   7
 
#define V_GPIO7(x)   ((x) << S_GPIO7)
 
#define F_GPIO7   V_GPIO7(1U)
 
#define S_GPIO6   6
 
#define V_GPIO6(x)   ((x) << S_GPIO6)
 
#define F_GPIO6   V_GPIO6(1U)
 
#define S_GPIO5   5
 
#define V_GPIO5(x)   ((x) << S_GPIO5)
 
#define F_GPIO5   V_GPIO5(1U)
 
#define S_GPIO4   4
 
#define V_GPIO4(x)   ((x) << S_GPIO4)
 
#define F_GPIO4   V_GPIO4(1U)
 
#define S_GPIO3   3
 
#define V_GPIO3(x)   ((x) << S_GPIO3)
 
#define F_GPIO3   V_GPIO3(1U)
 
#define S_GPIO2   2
 
#define V_GPIO2(x)   ((x) << S_GPIO2)
 
#define F_GPIO2   V_GPIO2(1U)
 
#define S_GPIO1   1
 
#define V_GPIO1(x)   ((x) << S_GPIO1)
 
#define F_GPIO1   V_GPIO1(1U)
 
#define S_GPIO0   0
 
#define V_GPIO0(x)   ((x) << S_GPIO0)
 
#define F_GPIO0   V_GPIO0(1U)
 
#define S_PE_LOCK   16
 
#define V_PE_LOCK(x)   ((x) << S_PE_LOCK)
 
#define F_PE_LOCK   V_PE_LOCK(1U)
 
#define A_T3DBG_INT_CAUSE   0xdc
 
#define A_T3DBG_DBG0_RST_VALUE   0xe0
 
#define S_DEBUGDATA   0
 
#define M_DEBUGDATA   0xff
 
#define V_DEBUGDATA(x)   ((x) << S_DEBUGDATA)
 
#define G_DEBUGDATA(x)   (((x) >> S_DEBUGDATA) & M_DEBUGDATA)
 
#define A_T3DBG_PLL_OCLK_PAD_EN   0xe4
 
#define S_PCIE_OCLK_EN   20
 
#define V_PCIE_OCLK_EN(x)   ((x) << S_PCIE_OCLK_EN)
 
#define F_PCIE_OCLK_EN   V_PCIE_OCLK_EN(1U)
 
#define S_PCLKTREE_DBG_EN   17
 
#define V_PCLKTREE_DBG_EN(x)   ((x) << S_PCLKTREE_DBG_EN)
 
#define F_PCLKTREE_DBG_EN   V_PCLKTREE_DBG_EN(1U)
 
#define S_PCIX_OCLK_EN   16
 
#define V_PCIX_OCLK_EN(x)   ((x) << S_PCIX_OCLK_EN)
 
#define F_PCIX_OCLK_EN   V_PCIX_OCLK_EN(1U)
 
#define S_U_OCLK_EN   12
 
#define V_U_OCLK_EN(x)   ((x) << S_U_OCLK_EN)
 
#define F_U_OCLK_EN   V_U_OCLK_EN(1U)
 
#define S_R_OCLK_EN   8
 
#define V_R_OCLK_EN(x)   ((x) << S_R_OCLK_EN)
 
#define F_R_OCLK_EN   V_R_OCLK_EN(1U)
 
#define S_M_OCLK_EN   4
 
#define V_M_OCLK_EN(x)   ((x) << S_M_OCLK_EN)
 
#define F_M_OCLK_EN   V_M_OCLK_EN(1U)
 
#define S_C_OCLK_EN   0
 
#define V_C_OCLK_EN(x)   ((x) << S_C_OCLK_EN)
 
#define F_C_OCLK_EN   V_C_OCLK_EN(1U)
 
#define A_T3DBG_PLL_LOCK   0xe8
 
#define S_PCIX_LOCK   16
 
#define V_PCIX_LOCK(x)   ((x) << S_PCIX_LOCK)
 
#define F_PCIX_LOCK   V_PCIX_LOCK(1U)
 
#define S_PLL_U_LOCK   12
 
#define V_PLL_U_LOCK(x)   ((x) << S_PLL_U_LOCK)
 
#define F_PLL_U_LOCK   V_PLL_U_LOCK(1U)
 
#define S_PLL_R_LOCK   8
 
#define V_PLL_R_LOCK(x)   ((x) << S_PLL_R_LOCK)
 
#define F_PLL_R_LOCK   V_PLL_R_LOCK(1U)
 
#define S_PLL_M_LOCK   4
 
#define V_PLL_M_LOCK(x)   ((x) << S_PLL_M_LOCK)
 
#define F_PLL_M_LOCK   V_PLL_M_LOCK(1U)
 
#define S_PLL_C_LOCK   0
 
#define V_PLL_C_LOCK(x)   ((x) << S_PLL_C_LOCK)
 
#define F_PLL_C_LOCK   V_PLL_C_LOCK(1U)
 
#define S_PCIE_LOCK   20
 
#define V_PCIE_LOCK(x)   ((x) << S_PCIE_LOCK)
 
#define F_PCIE_LOCK   V_PCIE_LOCK(1U)
 
#define A_T3DBG_SERDES_RBC_CFG   0xec
 
#define S_X_RBC_LANE_SEL   16
 
#define M_X_RBC_LANE_SEL   0x3
 
#define V_X_RBC_LANE_SEL(x)   ((x) << S_X_RBC_LANE_SEL)
 
#define G_X_RBC_LANE_SEL(x)   (((x) >> S_X_RBC_LANE_SEL) & M_X_RBC_LANE_SEL)
 
#define S_X_RBC_DBG_EN   12
 
#define V_X_RBC_DBG_EN(x)   ((x) << S_X_RBC_DBG_EN)
 
#define F_X_RBC_DBG_EN   V_X_RBC_DBG_EN(1U)
 
#define S_X_SERDES_SEL   8
 
#define V_X_SERDES_SEL(x)   ((x) << S_X_SERDES_SEL)
 
#define F_X_SERDES_SEL   V_X_SERDES_SEL(1U)
 
#define S_PE_RBC_LANE_SEL   4
 
#define M_PE_RBC_LANE_SEL   0x7
 
#define V_PE_RBC_LANE_SEL(x)   ((x) << S_PE_RBC_LANE_SEL)
 
#define G_PE_RBC_LANE_SEL(x)   (((x) >> S_PE_RBC_LANE_SEL) & M_PE_RBC_LANE_SEL)
 
#define S_PE_RBC_DBG_EN   0
 
#define V_PE_RBC_DBG_EN(x)   ((x) << S_PE_RBC_DBG_EN)
 
#define F_PE_RBC_DBG_EN   V_PE_RBC_DBG_EN(1U)
 
#define A_T3DBG_GPIO_ACT_LOW   0xf0
 
#define S_C_LOCK_ACT_LOW   21
 
#define V_C_LOCK_ACT_LOW(x)   ((x) << S_C_LOCK_ACT_LOW)
 
#define F_C_LOCK_ACT_LOW   V_C_LOCK_ACT_LOW(1U)
 
#define S_M_LOCK_ACT_LOW   20
 
#define V_M_LOCK_ACT_LOW(x)   ((x) << S_M_LOCK_ACT_LOW)
 
#define F_M_LOCK_ACT_LOW   V_M_LOCK_ACT_LOW(1U)
 
#define S_U_LOCK_ACT_LOW   19
 
#define V_U_LOCK_ACT_LOW(x)   ((x) << S_U_LOCK_ACT_LOW)
 
#define F_U_LOCK_ACT_LOW   V_U_LOCK_ACT_LOW(1U)
 
#define S_R_LOCK_ACT_LOW   18
 
#define V_R_LOCK_ACT_LOW(x)   ((x) << S_R_LOCK_ACT_LOW)
 
#define F_R_LOCK_ACT_LOW   V_R_LOCK_ACT_LOW(1U)
 
#define S_PX_LOCK_ACT_LOW   17
 
#define V_PX_LOCK_ACT_LOW(x)   ((x) << S_PX_LOCK_ACT_LOW)
 
#define F_PX_LOCK_ACT_LOW   V_PX_LOCK_ACT_LOW(1U)
 
#define S_GPIO11_ACT_LOW   11
 
#define V_GPIO11_ACT_LOW(x)   ((x) << S_GPIO11_ACT_LOW)
 
#define F_GPIO11_ACT_LOW   V_GPIO11_ACT_LOW(1U)
 
#define S_GPIO10_ACT_LOW   10
 
#define V_GPIO10_ACT_LOW(x)   ((x) << S_GPIO10_ACT_LOW)
 
#define F_GPIO10_ACT_LOW   V_GPIO10_ACT_LOW(1U)
 
#define S_GPIO9_ACT_LOW   9
 
#define V_GPIO9_ACT_LOW(x)   ((x) << S_GPIO9_ACT_LOW)
 
#define F_GPIO9_ACT_LOW   V_GPIO9_ACT_LOW(1U)
 
#define S_GPIO8_ACT_LOW   8
 
#define V_GPIO8_ACT_LOW(x)   ((x) << S_GPIO8_ACT_LOW)
 
#define F_GPIO8_ACT_LOW   V_GPIO8_ACT_LOW(1U)
 
#define S_GPIO7_ACT_LOW   7
 
#define V_GPIO7_ACT_LOW(x)   ((x) << S_GPIO7_ACT_LOW)
 
#define F_GPIO7_ACT_LOW   V_GPIO7_ACT_LOW(1U)
 
#define S_GPIO6_ACT_LOW   6
 
#define V_GPIO6_ACT_LOW(x)   ((x) << S_GPIO6_ACT_LOW)
 
#define F_GPIO6_ACT_LOW   V_GPIO6_ACT_LOW(1U)
 
#define S_GPIO5_ACT_LOW   5
 
#define V_GPIO5_ACT_LOW(x)   ((x) << S_GPIO5_ACT_LOW)
 
#define F_GPIO5_ACT_LOW   V_GPIO5_ACT_LOW(1U)
 
#define S_GPIO4_ACT_LOW   4
 
#define V_GPIO4_ACT_LOW(x)   ((x) << S_GPIO4_ACT_LOW)
 
#define F_GPIO4_ACT_LOW   V_GPIO4_ACT_LOW(1U)
 
#define S_GPIO3_ACT_LOW   3
 
#define V_GPIO3_ACT_LOW(x)   ((x) << S_GPIO3_ACT_LOW)
 
#define F_GPIO3_ACT_LOW   V_GPIO3_ACT_LOW(1U)
 
#define S_GPIO2_ACT_LOW   2
 
#define V_GPIO2_ACT_LOW(x)   ((x) << S_GPIO2_ACT_LOW)
 
#define F_GPIO2_ACT_LOW   V_GPIO2_ACT_LOW(1U)
 
#define S_GPIO1_ACT_LOW   1
 
#define V_GPIO1_ACT_LOW(x)   ((x) << S_GPIO1_ACT_LOW)
 
#define F_GPIO1_ACT_LOW   V_GPIO1_ACT_LOW(1U)
 
#define S_GPIO0_ACT_LOW   0
 
#define V_GPIO0_ACT_LOW(x)   ((x) << S_GPIO0_ACT_LOW)
 
#define F_GPIO0_ACT_LOW   V_GPIO0_ACT_LOW(1U)
 
#define S_PE_LOCK_ACT_LOW   16
 
#define V_PE_LOCK_ACT_LOW(x)   ((x) << S_PE_LOCK_ACT_LOW)
 
#define F_PE_LOCK_ACT_LOW   V_PE_LOCK_ACT_LOW(1U)
 
#define A_T3DBG_PMON_CFG   0xf4
 
#define S_PMON_DONE   29
 
#define V_PMON_DONE(x)   ((x) << S_PMON_DONE)
 
#define F_PMON_DONE   V_PMON_DONE(1U)
 
#define S_PMON_FAIL   28
 
#define V_PMON_FAIL(x)   ((x) << S_PMON_FAIL)
 
#define F_PMON_FAIL   V_PMON_FAIL(1U)
 
#define S_PMON_FDEL_AUTO   22
 
#define M_PMON_FDEL_AUTO   0x3f
 
#define V_PMON_FDEL_AUTO(x)   ((x) << S_PMON_FDEL_AUTO)
 
#define G_PMON_FDEL_AUTO(x)   (((x) >> S_PMON_FDEL_AUTO) & M_PMON_FDEL_AUTO)
 
#define S_PMON_CDEL_AUTO   16
 
#define M_PMON_CDEL_AUTO   0x3f
 
#define V_PMON_CDEL_AUTO(x)   ((x) << S_PMON_CDEL_AUTO)
 
#define G_PMON_CDEL_AUTO(x)   (((x) >> S_PMON_CDEL_AUTO) & M_PMON_CDEL_AUTO)
 
#define S_PMON_FDEL_MANUAL   10
 
#define M_PMON_FDEL_MANUAL   0x3f
 
#define V_PMON_FDEL_MANUAL(x)   ((x) << S_PMON_FDEL_MANUAL)
 
#define G_PMON_FDEL_MANUAL(x)   (((x) >> S_PMON_FDEL_MANUAL) & M_PMON_FDEL_MANUAL)
 
#define S_PMON_CDEL_MANUAL   4
 
#define M_PMON_CDEL_MANUAL   0x3f
 
#define V_PMON_CDEL_MANUAL(x)   ((x) << S_PMON_CDEL_MANUAL)
 
#define G_PMON_CDEL_MANUAL(x)   (((x) >> S_PMON_CDEL_MANUAL) & M_PMON_CDEL_MANUAL)
 
#define S_PMON_MANUAL   1
 
#define V_PMON_MANUAL(x)   ((x) << S_PMON_MANUAL)
 
#define F_PMON_MANUAL   V_PMON_MANUAL(1U)
 
#define S_PMON_AUTO   0
 
#define V_PMON_AUTO(x)   ((x) << S_PMON_AUTO)
 
#define F_PMON_AUTO   V_PMON_AUTO(1U)
 
#define A_T3DBG_SERDES_REFCLK_CFG   0xf8
 
#define S_PE_REFCLK_DBG_EN   12
 
#define V_PE_REFCLK_DBG_EN(x)   ((x) << S_PE_REFCLK_DBG_EN)
 
#define F_PE_REFCLK_DBG_EN   V_PE_REFCLK_DBG_EN(1U)
 
#define S_X_REFCLK_DBG_EN   8
 
#define V_X_REFCLK_DBG_EN(x)   ((x) << S_X_REFCLK_DBG_EN)
 
#define F_X_REFCLK_DBG_EN   V_X_REFCLK_DBG_EN(1U)
 
#define S_PE_REFCLK_TERMADJ   5
 
#define M_PE_REFCLK_TERMADJ   0x3
 
#define V_PE_REFCLK_TERMADJ(x)   ((x) << S_PE_REFCLK_TERMADJ)
 
#define G_PE_REFCLK_TERMADJ(x)   (((x) >> S_PE_REFCLK_TERMADJ) & M_PE_REFCLK_TERMADJ)
 
#define S_PE_REFCLK_PD   4
 
#define V_PE_REFCLK_PD(x)   ((x) << S_PE_REFCLK_PD)
 
#define F_PE_REFCLK_PD   V_PE_REFCLK_PD(1U)
 
#define S_X_REFCLK_TERMADJ   1
 
#define M_X_REFCLK_TERMADJ   0x3
 
#define V_X_REFCLK_TERMADJ(x)   ((x) << S_X_REFCLK_TERMADJ)
 
#define G_X_REFCLK_TERMADJ(x)   (((x) >> S_X_REFCLK_TERMADJ) & M_X_REFCLK_TERMADJ)
 
#define S_X_REFCLK_PD   0
 
#define V_X_REFCLK_PD(x)   ((x) << S_X_REFCLK_PD)
 
#define F_X_REFCLK_PD   V_X_REFCLK_PD(1U)
 
#define A_T3DBG_PCIE_PMA_BSPIN_CFG   0xfc
 
#define S_BSMODEQUAD1   31
 
#define V_BSMODEQUAD1(x)   ((x) << S_BSMODEQUAD1)
 
#define F_BSMODEQUAD1   V_BSMODEQUAD1(1U)
 
#define S_BSINSELLANE7   29
 
#define M_BSINSELLANE7   0x3
 
#define V_BSINSELLANE7(x)   ((x) << S_BSINSELLANE7)
 
#define G_BSINSELLANE7(x)   (((x) >> S_BSINSELLANE7) & M_BSINSELLANE7)
 
#define S_BSENLANE7   28
 
#define V_BSENLANE7(x)   ((x) << S_BSENLANE7)
 
#define F_BSENLANE7   V_BSENLANE7(1U)
 
#define S_BSINSELLANE6   25
 
#define M_BSINSELLANE6   0x3
 
#define V_BSINSELLANE6(x)   ((x) << S_BSINSELLANE6)
 
#define G_BSINSELLANE6(x)   (((x) >> S_BSINSELLANE6) & M_BSINSELLANE6)
 
#define S_BSENLANE6   24
 
#define V_BSENLANE6(x)   ((x) << S_BSENLANE6)
 
#define F_BSENLANE6   V_BSENLANE6(1U)
 
#define S_BSINSELLANE5   21
 
#define M_BSINSELLANE5   0x3
 
#define V_BSINSELLANE5(x)   ((x) << S_BSINSELLANE5)
 
#define G_BSINSELLANE5(x)   (((x) >> S_BSINSELLANE5) & M_BSINSELLANE5)
 
#define S_BSENLANE5   20
 
#define V_BSENLANE5(x)   ((x) << S_BSENLANE5)
 
#define F_BSENLANE5   V_BSENLANE5(1U)
 
#define S_BSINSELLANE4   17
 
#define M_BSINSELLANE4   0x3
 
#define V_BSINSELLANE4(x)   ((x) << S_BSINSELLANE4)
 
#define G_BSINSELLANE4(x)   (((x) >> S_BSINSELLANE4) & M_BSINSELLANE4)
 
#define S_BSENLANE4   16
 
#define V_BSENLANE4(x)   ((x) << S_BSENLANE4)
 
#define F_BSENLANE4   V_BSENLANE4(1U)
 
#define S_BSMODEQUAD0   15
 
#define V_BSMODEQUAD0(x)   ((x) << S_BSMODEQUAD0)
 
#define F_BSMODEQUAD0   V_BSMODEQUAD0(1U)
 
#define S_BSINSELLANE3   13
 
#define M_BSINSELLANE3   0x3
 
#define V_BSINSELLANE3(x)   ((x) << S_BSINSELLANE3)
 
#define G_BSINSELLANE3(x)   (((x) >> S_BSINSELLANE3) & M_BSINSELLANE3)
 
#define S_BSENLANE3   12
 
#define V_BSENLANE3(x)   ((x) << S_BSENLANE3)
 
#define F_BSENLANE3   V_BSENLANE3(1U)
 
#define S_BSINSELLANE2   9
 
#define M_BSINSELLANE2   0x3
 
#define V_BSINSELLANE2(x)   ((x) << S_BSINSELLANE2)
 
#define G_BSINSELLANE2(x)   (((x) >> S_BSINSELLANE2) & M_BSINSELLANE2)
 
#define S_BSENLANE2   8
 
#define V_BSENLANE2(x)   ((x) << S_BSENLANE2)
 
#define F_BSENLANE2   V_BSENLANE2(1U)
 
#define S_BSINSELLANE1   5
 
#define M_BSINSELLANE1   0x3
 
#define V_BSINSELLANE1(x)   ((x) << S_BSINSELLANE1)
 
#define G_BSINSELLANE1(x)   (((x) >> S_BSINSELLANE1) & M_BSINSELLANE1)
 
#define S_BSENLANE1   4
 
#define V_BSENLANE1(x)   ((x) << S_BSENLANE1)
 
#define F_BSENLANE1   V_BSENLANE1(1U)
 
#define S_BSINSELLANE0   1
 
#define M_BSINSELLANE0   0x3
 
#define V_BSINSELLANE0(x)   ((x) << S_BSINSELLANE0)
 
#define G_BSINSELLANE0(x)   (((x) >> S_BSINSELLANE0) & M_BSINSELLANE0)
 
#define S_BSENLANE0   0
 
#define V_BSENLANE0(x)   ((x) << S_BSENLANE0)
 
#define F_BSENLANE0   V_BSENLANE0(1U)
 
#define MC7_PMRX_BASE_ADDR   0x100
 
#define A_MC7_CFG   0x100
 
#define S_IMPSETUPDATE   14
 
#define V_IMPSETUPDATE(x)   ((x) << S_IMPSETUPDATE)
 
#define F_IMPSETUPDATE   V_IMPSETUPDATE(1U)
 
#define S_IFEN   13
 
#define V_IFEN(x)   ((x) << S_IFEN)
 
#define F_IFEN   V_IFEN(1U)
 
#define S_TERM300   12
 
#define V_TERM300(x)   ((x) << S_TERM300)
 
#define F_TERM300   V_TERM300(1U)
 
#define S_TERM150   11
 
#define V_TERM150(x)   ((x) << S_TERM150)
 
#define F_TERM150   V_TERM150(1U)
 
#define S_SLOW   10
 
#define V_SLOW(x)   ((x) << S_SLOW)
 
#define F_SLOW   V_SLOW(1U)
 
#define S_WIDTH   8
 
#define M_WIDTH   0x3
 
#define V_WIDTH(x)   ((x) << S_WIDTH)
 
#define G_WIDTH(x)   (((x) >> S_WIDTH) & M_WIDTH)
 
#define S_ODTEN   7
 
#define V_ODTEN(x)   ((x) << S_ODTEN)
 
#define F_ODTEN   V_ODTEN(1U)
 
#define S_BKS   6
 
#define V_BKS(x)   ((x) << S_BKS)
 
#define F_BKS   V_BKS(1U)
 
#define S_ORG   5
 
#define V_ORG(x)   ((x) << S_ORG)
 
#define F_ORG   V_ORG(1U)
 
#define S_DEN   2
 
#define M_DEN   0x7
 
#define V_DEN(x)   ((x) << S_DEN)
 
#define G_DEN(x)   (((x) >> S_DEN) & M_DEN)
 
#define S_RDY   1
 
#define V_RDY(x)   ((x) << S_RDY)
 
#define F_RDY   V_RDY(1U)
 
#define S_CLKEN   0
 
#define V_CLKEN(x)   ((x) << S_CLKEN)
 
#define F_CLKEN   V_CLKEN(1U)
 
#define A_MC7_MODE   0x104
 
#define S_MODE   0
 
#define M_MODE   0xffff
 
#define V_MODE(x)   ((x) << S_MODE)
 
#define G_MODE(x)   (((x) >> S_MODE) & M_MODE)
 
#define A_MC7_EXT_MODE1   0x108
 
#define S_OCDADJUSTMODE   20
 
#define V_OCDADJUSTMODE(x)   ((x) << S_OCDADJUSTMODE)
 
#define F_OCDADJUSTMODE   V_OCDADJUSTMODE(1U)
 
#define S_OCDCODE   16
 
#define M_OCDCODE   0xf
 
#define V_OCDCODE(x)   ((x) << S_OCDCODE)
 
#define G_OCDCODE(x)   (((x) >> S_OCDCODE) & M_OCDCODE)
 
#define S_EXTMODE1   0
 
#define M_EXTMODE1   0xffff
 
#define V_EXTMODE1(x)   ((x) << S_EXTMODE1)
 
#define G_EXTMODE1(x)   (((x) >> S_EXTMODE1) & M_EXTMODE1)
 
#define A_MC7_EXT_MODE2   0x10c
 
#define S_EXTMODE2   0
 
#define M_EXTMODE2   0xffff
 
#define V_EXTMODE2(x)   ((x) << S_EXTMODE2)
 
#define G_EXTMODE2(x)   (((x) >> S_EXTMODE2) & M_EXTMODE2)
 
#define A_MC7_EXT_MODE3   0x110
 
#define S_EXTMODE3   0
 
#define M_EXTMODE3   0xffff
 
#define V_EXTMODE3(x)   ((x) << S_EXTMODE3)
 
#define G_EXTMODE3(x)   (((x) >> S_EXTMODE3) & M_EXTMODE3)
 
#define A_MC7_PRE   0x114
 
#define A_MC7_REF   0x118
 
#define S_PREREFDIV   1
 
#define M_PREREFDIV   0x3fff
 
#define V_PREREFDIV(x)   ((x) << S_PREREFDIV)
 
#define G_PREREFDIV(x)   (((x) >> S_PREREFDIV) & M_PREREFDIV)
 
#define S_PERREFEN   0
 
#define V_PERREFEN(x)   ((x) << S_PERREFEN)
 
#define F_PERREFEN   V_PERREFEN(1U)
 
#define A_MC7_DLL   0x11c
 
#define S_DLLLOCK   31
 
#define V_DLLLOCK(x)   ((x) << S_DLLLOCK)
 
#define F_DLLLOCK   V_DLLLOCK(1U)
 
#define S_DLLDELTA   24
 
#define M_DLLDELTA   0x7f
 
#define V_DLLDELTA(x)   ((x) << S_DLLDELTA)
 
#define G_DLLDELTA(x)   (((x) >> S_DLLDELTA) & M_DLLDELTA)
 
#define S_MANDELTA   3
 
#define M_MANDELTA   0x7f
 
#define V_MANDELTA(x)   ((x) << S_MANDELTA)
 
#define G_MANDELTA(x)   (((x) >> S_MANDELTA) & M_MANDELTA)
 
#define S_DLLDELTASEL   2
 
#define V_DLLDELTASEL(x)   ((x) << S_DLLDELTASEL)
 
#define F_DLLDELTASEL   V_DLLDELTASEL(1U)
 
#define S_DLLENB   1
 
#define V_DLLENB(x)   ((x) << S_DLLENB)
 
#define F_DLLENB   V_DLLENB(1U)
 
#define S_DLLRST   0
 
#define V_DLLRST(x)   ((x) << S_DLLRST)
 
#define F_DLLRST   V_DLLRST(1U)
 
#define A_MC7_PARM   0x120
 
#define S_ACTTOPREDLY   26
 
#define M_ACTTOPREDLY   0xf
 
#define V_ACTTOPREDLY(x)   ((x) << S_ACTTOPREDLY)
 
#define G_ACTTOPREDLY(x)   (((x) >> S_ACTTOPREDLY) & M_ACTTOPREDLY)
 
#define S_ACTTORDWRDLY   23
 
#define M_ACTTORDWRDLY   0x7
 
#define V_ACTTORDWRDLY(x)   ((x) << S_ACTTORDWRDLY)
 
#define G_ACTTORDWRDLY(x)   (((x) >> S_ACTTORDWRDLY) & M_ACTTORDWRDLY)
 
#define S_PRECYC   20
 
#define M_PRECYC   0x7
 
#define V_PRECYC(x)   ((x) << S_PRECYC)
 
#define G_PRECYC(x)   (((x) >> S_PRECYC) & M_PRECYC)
 
#define S_REFCYC   13
 
#define M_REFCYC   0x7f
 
#define V_REFCYC(x)   ((x) << S_REFCYC)
 
#define G_REFCYC(x)   (((x) >> S_REFCYC) & M_REFCYC)
 
#define S_BKCYC   8
 
#define M_BKCYC   0x1f
 
#define V_BKCYC(x)   ((x) << S_BKCYC)
 
#define G_BKCYC(x)   (((x) >> S_BKCYC) & M_BKCYC)
 
#define S_WRTORDDLY   4
 
#define M_WRTORDDLY   0xf
 
#define V_WRTORDDLY(x)   ((x) << S_WRTORDDLY)
 
#define G_WRTORDDLY(x)   (((x) >> S_WRTORDDLY) & M_WRTORDDLY)
 
#define S_RDTOWRDLY   0
 
#define M_RDTOWRDLY   0xf
 
#define V_RDTOWRDLY(x)   ((x) << S_RDTOWRDLY)
 
#define G_RDTOWRDLY(x)   (((x) >> S_RDTOWRDLY) & M_RDTOWRDLY)
 
#define A_MC7_HWM_WRR   0x124
 
#define S_MEM_HWM   26
 
#define M_MEM_HWM   0x3f
 
#define V_MEM_HWM(x)   ((x) << S_MEM_HWM)
 
#define G_MEM_HWM(x)   (((x) >> S_MEM_HWM) & M_MEM_HWM)
 
#define S_ULP_HWM   22
 
#define M_ULP_HWM   0xf
 
#define V_ULP_HWM(x)   ((x) << S_ULP_HWM)
 
#define G_ULP_HWM(x)   (((x) >> S_ULP_HWM) & M_ULP_HWM)
 
#define S_TOT_RLD_WT   14
 
#define M_TOT_RLD_WT   0xff
 
#define V_TOT_RLD_WT(x)   ((x) << S_TOT_RLD_WT)
 
#define G_TOT_RLD_WT(x)   (((x) >> S_TOT_RLD_WT) & M_TOT_RLD_WT)
 
#define S_MEM_RLD_WT   7
 
#define M_MEM_RLD_WT   0x7f
 
#define V_MEM_RLD_WT(x)   ((x) << S_MEM_RLD_WT)
 
#define G_MEM_RLD_WT(x)   (((x) >> S_MEM_RLD_WT) & M_MEM_RLD_WT)
 
#define S_ULP_RLD_WT   0
 
#define M_ULP_RLD_WT   0x7f
 
#define V_ULP_RLD_WT(x)   ((x) << S_ULP_RLD_WT)
 
#define G_ULP_RLD_WT(x)   (((x) >> S_ULP_RLD_WT) & M_ULP_RLD_WT)
 
#define A_MC7_CAL   0x128
 
#define S_BUSY   31
 
#define V_BUSY(x)   ((x) << S_BUSY)
 
#define F_BUSY   V_BUSY(1U)
 
#define S_CAL_FAULT   30
 
#define V_CAL_FAULT(x)   ((x) << S_CAL_FAULT)
 
#define F_CAL_FAULT   V_CAL_FAULT(1U)
 
#define S_PER_CAL_DIV   22
 
#define M_PER_CAL_DIV   0xff
 
#define V_PER_CAL_DIV(x)   ((x) << S_PER_CAL_DIV)
 
#define G_PER_CAL_DIV(x)   (((x) >> S_PER_CAL_DIV) & M_PER_CAL_DIV)
 
#define S_PER_CAL_EN   21
 
#define V_PER_CAL_EN(x)   ((x) << S_PER_CAL_EN)
 
#define F_PER_CAL_EN   V_PER_CAL_EN(1U)
 
#define S_SGL_CAL_EN   20
 
#define V_SGL_CAL_EN(x)   ((x) << S_SGL_CAL_EN)
 
#define F_SGL_CAL_EN   V_SGL_CAL_EN(1U)
 
#define S_IMP_UPD_MODE   19
 
#define V_IMP_UPD_MODE(x)   ((x) << S_IMP_UPD_MODE)
 
#define F_IMP_UPD_MODE   V_IMP_UPD_MODE(1U)
 
#define S_IMP_SEL   18
 
#define V_IMP_SEL(x)   ((x) << S_IMP_SEL)
 
#define F_IMP_SEL   V_IMP_SEL(1U)
 
#define S_IMP_MAN_PD   15
 
#define M_IMP_MAN_PD   0x7
 
#define V_IMP_MAN_PD(x)   ((x) << S_IMP_MAN_PD)
 
#define G_IMP_MAN_PD(x)   (((x) >> S_IMP_MAN_PD) & M_IMP_MAN_PD)
 
#define S_IMP_MAN_PU   12
 
#define M_IMP_MAN_PU   0x7
 
#define V_IMP_MAN_PU(x)   ((x) << S_IMP_MAN_PU)
 
#define G_IMP_MAN_PU(x)   (((x) >> S_IMP_MAN_PU) & M_IMP_MAN_PU)
 
#define S_IMP_CAL_PD   9
 
#define M_IMP_CAL_PD   0x7
 
#define V_IMP_CAL_PD(x)   ((x) << S_IMP_CAL_PD)
 
#define G_IMP_CAL_PD(x)   (((x) >> S_IMP_CAL_PD) & M_IMP_CAL_PD)
 
#define S_IMP_CAL_PU   6
 
#define M_IMP_CAL_PU   0x7
 
#define V_IMP_CAL_PU(x)   ((x) << S_IMP_CAL_PU)
 
#define G_IMP_CAL_PU(x)   (((x) >> S_IMP_CAL_PU) & M_IMP_CAL_PU)
 
#define S_IMP_SET_PD   3
 
#define M_IMP_SET_PD   0x7
 
#define V_IMP_SET_PD(x)   ((x) << S_IMP_SET_PD)
 
#define G_IMP_SET_PD(x)   (((x) >> S_IMP_SET_PD) & M_IMP_SET_PD)
 
#define S_IMP_SET_PU   0
 
#define M_IMP_SET_PU   0x7
 
#define V_IMP_SET_PU(x)   ((x) << S_IMP_SET_PU)
 
#define G_IMP_SET_PU(x)   (((x) >> S_IMP_SET_PU) & M_IMP_SET_PU)
 
#define A_MC7_ERR_ADDR   0x12c
 
#define S_ERRADDRESS   3
 
#define M_ERRADDRESS   0x1fffffff
 
#define V_ERRADDRESS(x)   ((x) << S_ERRADDRESS)
 
#define G_ERRADDRESS(x)   (((x) >> S_ERRADDRESS) & M_ERRADDRESS)
 
#define S_ERRAGENT   1
 
#define M_ERRAGENT   0x3
 
#define V_ERRAGENT(x)   ((x) << S_ERRAGENT)
 
#define G_ERRAGENT(x)   (((x) >> S_ERRAGENT) & M_ERRAGENT)
 
#define S_ERROP   0
 
#define V_ERROP(x)   ((x) << S_ERROP)
 
#define F_ERROP   V_ERROP(1U)
 
#define A_MC7_ECC   0x130
 
#define S_UECNT   10
 
#define M_UECNT   0xff
 
#define V_UECNT(x)   ((x) << S_UECNT)
 
#define G_UECNT(x)   (((x) >> S_UECNT) & M_UECNT)
 
#define S_CECNT   2
 
#define M_CECNT   0xff
 
#define V_CECNT(x)   ((x) << S_CECNT)
 
#define G_CECNT(x)   (((x) >> S_CECNT) & M_CECNT)
 
#define S_ECCCHKEN   1
 
#define V_ECCCHKEN(x)   ((x) << S_ECCCHKEN)
 
#define F_ECCCHKEN   V_ECCCHKEN(1U)
 
#define S_ECCGENEN   0
 
#define V_ECCGENEN(x)   ((x) << S_ECCGENEN)
 
#define F_ECCGENEN   V_ECCGENEN(1U)
 
#define A_MC7_CE_ADDR   0x134
 
#define A_MC7_CE_DATA0   0x138
 
#define A_MC7_CE_DATA1   0x13c
 
#define A_MC7_CE_DATA2   0x140
 
#define S_DATA   0
 
#define M_DATA   0xff
 
#define V_DATA(x)   ((x) << S_DATA)
 
#define G_DATA(x)   (((x) >> S_DATA) & M_DATA)
 
#define A_MC7_UE_ADDR   0x144
 
#define A_MC7_UE_DATA0   0x148
 
#define A_MC7_UE_DATA1   0x14c
 
#define A_MC7_UE_DATA2   0x150
 
#define A_MC7_BD_ADDR   0x154
 
#define S_ADDR   3
 
#define M_ADDR   0x1fffffff
 
#define V_ADDR(x)   ((x) << S_ADDR)
 
#define G_ADDR(x)   (((x) >> S_ADDR) & M_ADDR)
 
#define A_MC7_BD_DATA0   0x158
 
#define A_MC7_BD_DATA1   0x15c
 
#define A_MC7_BD_DATA2   0x160
 
#define A_MC7_BD_OP   0x164
 
#define S_OP   0
 
#define V_OP(x)   ((x) << S_OP)
 
#define F_OP   V_OP(1U)
 
#define A_MC7_BIST_ADDR_BEG   0x168
 
#define S_ADDRBEG   5
 
#define M_ADDRBEG   0x7ffffff
 
#define V_ADDRBEG(x)   ((x) << S_ADDRBEG)
 
#define G_ADDRBEG(x)   (((x) >> S_ADDRBEG) & M_ADDRBEG)
 
#define A_MC7_BIST_ADDR_END   0x16c
 
#define S_ADDREND   5
 
#define M_ADDREND   0x7ffffff
 
#define V_ADDREND(x)   ((x) << S_ADDREND)
 
#define G_ADDREND(x)   (((x) >> S_ADDREND) & M_ADDREND)
 
#define A_MC7_BIST_DATA   0x170
 
#define A_MC7_BIST_OP   0x174
 
#define S_GAP   4
 
#define M_GAP   0x1f
 
#define V_GAP(x)   ((x) << S_GAP)
 
#define G_GAP(x)   (((x) >> S_GAP) & M_GAP)
 
#define S_CONT   3
 
#define V_CONT(x)   ((x) << S_CONT)
 
#define F_CONT   V_CONT(1U)
 
#define S_DATAPAT   1
 
#define M_DATAPAT   0x3
 
#define V_DATAPAT(x)   ((x) << S_DATAPAT)
 
#define G_DATAPAT(x)   (((x) >> S_DATAPAT) & M_DATAPAT)
 
#define A_MC7_INT_ENABLE   0x178
 
#define S_AE   17
 
#define V_AE(x)   ((x) << S_AE)
 
#define F_AE   V_AE(1U)
 
#define S_PE   2
 
#define M_PE   0x7fff
 
#define V_PE(x)   ((x) << S_PE)
 
#define G_PE(x)   (((x) >> S_PE) & M_PE)
 
#define S_UE   1
 
#define V_UE(x)   ((x) << S_UE)
 
#define F_UE   V_UE(1U)
 
#define S_CE   0
 
#define V_CE(x)   ((x) << S_CE)
 
#define F_CE   V_CE(1U)
 
#define A_MC7_INT_CAUSE   0x17c
 
#define MC7_PMTX_BASE_ADDR   0x180
 
#define MC7_CM_BASE_ADDR   0x200
 
#define CIM_BASE_ADDR   0x280
 
#define A_CIM_BOOT_CFG   0x280
 
#define S_BOOTADDR   2
 
#define M_BOOTADDR   0x3fffffff
 
#define V_BOOTADDR(x)   ((x) << S_BOOTADDR)
 
#define G_BOOTADDR(x)   (((x) >> S_BOOTADDR) & M_BOOTADDR)
 
#define S_BOOTSDRAM   1
 
#define V_BOOTSDRAM(x)   ((x) << S_BOOTSDRAM)
 
#define F_BOOTSDRAM   V_BOOTSDRAM(1U)
 
#define S_UPCRST   0
 
#define V_UPCRST(x)   ((x) << S_UPCRST)
 
#define F_UPCRST   V_UPCRST(1U)
 
#define A_CIM_FLASH_BASE_ADDR   0x284
 
#define S_FLASHBASEADDR   2
 
#define M_FLASHBASEADDR   0x3fffff
 
#define V_FLASHBASEADDR(x)   ((x) << S_FLASHBASEADDR)
 
#define G_FLASHBASEADDR(x)   (((x) >> S_FLASHBASEADDR) & M_FLASHBASEADDR)
 
#define A_CIM_FLASH_ADDR_SIZE   0x288
 
#define S_FLASHADDRSIZE   2
 
#define M_FLASHADDRSIZE   0x3fffff
 
#define V_FLASHADDRSIZE(x)   ((x) << S_FLASHADDRSIZE)
 
#define G_FLASHADDRSIZE(x)   (((x) >> S_FLASHADDRSIZE) & M_FLASHADDRSIZE)
 
#define A_CIM_SDRAM_BASE_ADDR   0x28c
 
#define S_SDRAMBASEADDR   2
 
#define M_SDRAMBASEADDR   0x3fffffff
 
#define V_SDRAMBASEADDR(x)   ((x) << S_SDRAMBASEADDR)
 
#define G_SDRAMBASEADDR(x)   (((x) >> S_SDRAMBASEADDR) & M_SDRAMBASEADDR)
 
#define A_CIM_SDRAM_ADDR_SIZE   0x290
 
#define S_SDRAMADDRSIZE   2
 
#define M_SDRAMADDRSIZE   0x3fffffff
 
#define V_SDRAMADDRSIZE(x)   ((x) << S_SDRAMADDRSIZE)
 
#define G_SDRAMADDRSIZE(x)   (((x) >> S_SDRAMADDRSIZE) & M_SDRAMADDRSIZE)
 
#define A_CIM_UP_SPARE_INT   0x294
 
#define S_UPSPAREINT   0
 
#define M_UPSPAREINT   0x7
 
#define V_UPSPAREINT(x)   ((x) << S_UPSPAREINT)
 
#define G_UPSPAREINT(x)   (((x) >> S_UPSPAREINT) & M_UPSPAREINT)
 
#define A_CIM_HOST_INT_ENABLE   0x298
 
#define S_DTAGPARERR   28
 
#define V_DTAGPARERR(x)   ((x) << S_DTAGPARERR)
 
#define F_DTAGPARERR   V_DTAGPARERR(1U)
 
#define S_ITAGPARERR   27
 
#define V_ITAGPARERR(x)   ((x) << S_ITAGPARERR)
 
#define F_ITAGPARERR   V_ITAGPARERR(1U)
 
#define S_IBQTPPARERR   26
 
#define V_IBQTPPARERR(x)   ((x) << S_IBQTPPARERR)
 
#define F_IBQTPPARERR   V_IBQTPPARERR(1U)
 
#define S_IBQULPPARERR   25
 
#define V_IBQULPPARERR(x)   ((x) << S_IBQULPPARERR)
 
#define F_IBQULPPARERR   V_IBQULPPARERR(1U)
 
#define S_IBQSGEHIPARERR   24
 
#define V_IBQSGEHIPARERR(x)   ((x) << S_IBQSGEHIPARERR)
 
#define F_IBQSGEHIPARERR   V_IBQSGEHIPARERR(1U)
 
#define S_IBQSGELOPARERR   23
 
#define V_IBQSGELOPARERR(x)   ((x) << S_IBQSGELOPARERR)
 
#define F_IBQSGELOPARERR   V_IBQSGELOPARERR(1U)
 
#define S_OBQULPLOPARERR   22
 
#define V_OBQULPLOPARERR(x)   ((x) << S_OBQULPLOPARERR)
 
#define F_OBQULPLOPARERR   V_OBQULPLOPARERR(1U)
 
#define S_OBQULPHIPARERR   21
 
#define V_OBQULPHIPARERR(x)   ((x) << S_OBQULPHIPARERR)
 
#define F_OBQULPHIPARERR   V_OBQULPHIPARERR(1U)
 
#define S_OBQSGEPARERR   20
 
#define V_OBQSGEPARERR(x)   ((x) << S_OBQSGEPARERR)
 
#define F_OBQSGEPARERR   V_OBQSGEPARERR(1U)
 
#define S_DCACHEPARERR   19
 
#define V_DCACHEPARERR(x)   ((x) << S_DCACHEPARERR)
 
#define F_DCACHEPARERR   V_DCACHEPARERR(1U)
 
#define S_ICACHEPARERR   18
 
#define V_ICACHEPARERR(x)   ((x) << S_ICACHEPARERR)
 
#define F_ICACHEPARERR   V_ICACHEPARERR(1U)
 
#define S_DRAMPARERR   17
 
#define V_DRAMPARERR(x)   ((x) << S_DRAMPARERR)
 
#define F_DRAMPARERR   V_DRAMPARERR(1U)
 
#define S_TIMER1INTEN   15
 
#define V_TIMER1INTEN(x)   ((x) << S_TIMER1INTEN)
 
#define F_TIMER1INTEN   V_TIMER1INTEN(1U)
 
#define S_TIMER0INTEN   14
 
#define V_TIMER0INTEN(x)   ((x) << S_TIMER0INTEN)
 
#define F_TIMER0INTEN   V_TIMER0INTEN(1U)
 
#define S_PREFDROPINTEN   13
 
#define V_PREFDROPINTEN(x)   ((x) << S_PREFDROPINTEN)
 
#define F_PREFDROPINTEN   V_PREFDROPINTEN(1U)
 
#define S_BLKWRPLINTEN   12
 
#define V_BLKWRPLINTEN(x)   ((x) << S_BLKWRPLINTEN)
 
#define F_BLKWRPLINTEN   V_BLKWRPLINTEN(1U)
 
#define S_BLKRDPLINTEN   11
 
#define V_BLKRDPLINTEN(x)   ((x) << S_BLKRDPLINTEN)
 
#define F_BLKRDPLINTEN   V_BLKRDPLINTEN(1U)
 
#define S_BLKWRCTLINTEN   10
 
#define V_BLKWRCTLINTEN(x)   ((x) << S_BLKWRCTLINTEN)
 
#define F_BLKWRCTLINTEN   V_BLKWRCTLINTEN(1U)
 
#define S_BLKRDCTLINTEN   9
 
#define V_BLKRDCTLINTEN(x)   ((x) << S_BLKRDCTLINTEN)
 
#define F_BLKRDCTLINTEN   V_BLKRDCTLINTEN(1U)
 
#define S_BLKWRFLASHINTEN   8
 
#define V_BLKWRFLASHINTEN(x)   ((x) << S_BLKWRFLASHINTEN)
 
#define F_BLKWRFLASHINTEN   V_BLKWRFLASHINTEN(1U)
 
#define S_BLKRDFLASHINTEN   7
 
#define V_BLKRDFLASHINTEN(x)   ((x) << S_BLKRDFLASHINTEN)
 
#define F_BLKRDFLASHINTEN   V_BLKRDFLASHINTEN(1U)
 
#define S_SGLWRFLASHINTEN   6
 
#define V_SGLWRFLASHINTEN(x)   ((x) << S_SGLWRFLASHINTEN)
 
#define F_SGLWRFLASHINTEN   V_SGLWRFLASHINTEN(1U)
 
#define S_WRBLKFLASHINTEN   5
 
#define V_WRBLKFLASHINTEN(x)   ((x) << S_WRBLKFLASHINTEN)
 
#define F_WRBLKFLASHINTEN   V_WRBLKFLASHINTEN(1U)
 
#define S_BLKWRBOOTINTEN   4
 
#define V_BLKWRBOOTINTEN(x)   ((x) << S_BLKWRBOOTINTEN)
 
#define F_BLKWRBOOTINTEN   V_BLKWRBOOTINTEN(1U)
 
#define S_BLKRDBOOTINTEN   3
 
#define V_BLKRDBOOTINTEN(x)   ((x) << S_BLKRDBOOTINTEN)
 
#define F_BLKRDBOOTINTEN   V_BLKRDBOOTINTEN(1U)
 
#define S_FLASHRANGEINTEN   2
 
#define V_FLASHRANGEINTEN(x)   ((x) << S_FLASHRANGEINTEN)
 
#define F_FLASHRANGEINTEN   V_FLASHRANGEINTEN(1U)
 
#define S_SDRAMRANGEINTEN   1
 
#define V_SDRAMRANGEINTEN(x)   ((x) << S_SDRAMRANGEINTEN)
 
#define F_SDRAMRANGEINTEN   V_SDRAMRANGEINTEN(1U)
 
#define S_RSVDSPACEINTEN   0
 
#define V_RSVDSPACEINTEN(x)   ((x) << S_RSVDSPACEINTEN)
 
#define F_RSVDSPACEINTEN   V_RSVDSPACEINTEN(1U)
 
#define A_CIM_HOST_INT_CAUSE   0x29c
 
#define S_TIMER1INT   15
 
#define V_TIMER1INT(x)   ((x) << S_TIMER1INT)
 
#define F_TIMER1INT   V_TIMER1INT(1U)
 
#define S_TIMER0INT   14
 
#define V_TIMER0INT(x)   ((x) << S_TIMER0INT)
 
#define F_TIMER0INT   V_TIMER0INT(1U)
 
#define S_PREFDROPINT   13
 
#define V_PREFDROPINT(x)   ((x) << S_PREFDROPINT)
 
#define F_PREFDROPINT   V_PREFDROPINT(1U)
 
#define S_BLKWRPLINT   12
 
#define V_BLKWRPLINT(x)   ((x) << S_BLKWRPLINT)
 
#define F_BLKWRPLINT   V_BLKWRPLINT(1U)
 
#define S_BLKRDPLINT   11
 
#define V_BLKRDPLINT(x)   ((x) << S_BLKRDPLINT)
 
#define F_BLKRDPLINT   V_BLKRDPLINT(1U)
 
#define S_BLKWRCTLINT   10
 
#define V_BLKWRCTLINT(x)   ((x) << S_BLKWRCTLINT)
 
#define F_BLKWRCTLINT   V_BLKWRCTLINT(1U)
 
#define S_BLKRDCTLINT   9
 
#define V_BLKRDCTLINT(x)   ((x) << S_BLKRDCTLINT)
 
#define F_BLKRDCTLINT   V_BLKRDCTLINT(1U)
 
#define S_BLKWRFLASHINT   8
 
#define V_BLKWRFLASHINT(x)   ((x) << S_BLKWRFLASHINT)
 
#define F_BLKWRFLASHINT   V_BLKWRFLASHINT(1U)
 
#define S_BLKRDFLASHINT   7
 
#define V_BLKRDFLASHINT(x)   ((x) << S_BLKRDFLASHINT)
 
#define F_BLKRDFLASHINT   V_BLKRDFLASHINT(1U)
 
#define S_SGLWRFLASHINT   6
 
#define V_SGLWRFLASHINT(x)   ((x) << S_SGLWRFLASHINT)
 
#define F_SGLWRFLASHINT   V_SGLWRFLASHINT(1U)
 
#define S_WRBLKFLASHINT   5
 
#define V_WRBLKFLASHINT(x)   ((x) << S_WRBLKFLASHINT)
 
#define F_WRBLKFLASHINT   V_WRBLKFLASHINT(1U)
 
#define S_BLKWRBOOTINT   4
 
#define V_BLKWRBOOTINT(x)   ((x) << S_BLKWRBOOTINT)
 
#define F_BLKWRBOOTINT   V_BLKWRBOOTINT(1U)
 
#define S_BLKRDBOOTINT   3
 
#define V_BLKRDBOOTINT(x)   ((x) << S_BLKRDBOOTINT)
 
#define F_BLKRDBOOTINT   V_BLKRDBOOTINT(1U)
 
#define S_FLASHRANGEINT   2
 
#define V_FLASHRANGEINT(x)   ((x) << S_FLASHRANGEINT)
 
#define F_FLASHRANGEINT   V_FLASHRANGEINT(1U)
 
#define S_SDRAMRANGEINT   1
 
#define V_SDRAMRANGEINT(x)   ((x) << S_SDRAMRANGEINT)
 
#define F_SDRAMRANGEINT   V_SDRAMRANGEINT(1U)
 
#define S_RSVDSPACEINT   0
 
#define V_RSVDSPACEINT(x)   ((x) << S_RSVDSPACEINT)
 
#define F_RSVDSPACEINT   V_RSVDSPACEINT(1U)
 
#define A_CIM_UP_INT_ENABLE   0x2a0
 
#define S_MSTPLINTEN   16
 
#define V_MSTPLINTEN(x)   ((x) << S_MSTPLINTEN)
 
#define F_MSTPLINTEN   V_MSTPLINTEN(1U)
 
#define A_CIM_UP_INT_CAUSE   0x2a4
 
#define S_MSTPLINT   16
 
#define V_MSTPLINT(x)   ((x) << S_MSTPLINT)
 
#define F_MSTPLINT   V_MSTPLINT(1U)
 
#define A_CIM_IBQ_FULLA_THRSH   0x2a8
 
#define S_IBQ0FULLTHRSH   0
 
#define M_IBQ0FULLTHRSH   0x1ff
 
#define V_IBQ0FULLTHRSH(x)   ((x) << S_IBQ0FULLTHRSH)
 
#define G_IBQ0FULLTHRSH(x)   (((x) >> S_IBQ0FULLTHRSH) & M_IBQ0FULLTHRSH)
 
#define S_IBQ1FULLTHRSH   16
 
#define M_IBQ1FULLTHRSH   0x1ff
 
#define V_IBQ1FULLTHRSH(x)   ((x) << S_IBQ1FULLTHRSH)
 
#define G_IBQ1FULLTHRSH(x)   (((x) >> S_IBQ1FULLTHRSH) & M_IBQ1FULLTHRSH)
 
#define A_CIM_IBQ_FULLB_THRSH   0x2ac
 
#define S_IBQ2FULLTHRSH   0
 
#define M_IBQ2FULLTHRSH   0x1ff
 
#define V_IBQ2FULLTHRSH(x)   ((x) << S_IBQ2FULLTHRSH)
 
#define G_IBQ2FULLTHRSH(x)   (((x) >> S_IBQ2FULLTHRSH) & M_IBQ2FULLTHRSH)
 
#define S_IBQ3FULLTHRSH   16
 
#define M_IBQ3FULLTHRSH   0x1ff
 
#define V_IBQ3FULLTHRSH(x)   ((x) << S_IBQ3FULLTHRSH)
 
#define G_IBQ3FULLTHRSH(x)   (((x) >> S_IBQ3FULLTHRSH) & M_IBQ3FULLTHRSH)
 
#define A_CIM_HOST_ACC_CTRL   0x2b0
 
#define S_HOSTBUSY   17
 
#define V_HOSTBUSY(x)   ((x) << S_HOSTBUSY)
 
#define F_HOSTBUSY   V_HOSTBUSY(1U)
 
#define S_HOSTWRITE   16
 
#define V_HOSTWRITE(x)   ((x) << S_HOSTWRITE)
 
#define F_HOSTWRITE   V_HOSTWRITE(1U)
 
#define S_HOSTADDR   0
 
#define M_HOSTADDR   0xffff
 
#define V_HOSTADDR(x)   ((x) << S_HOSTADDR)
 
#define G_HOSTADDR(x)   (((x) >> S_HOSTADDR) & M_HOSTADDR)
 
#define A_CIM_HOST_ACC_DATA   0x2b4
 
#define A_CIM_IBQ_DBG_CFG   0x2c0
 
#define S_IBQDBGADDR   16
 
#define M_IBQDBGADDR   0x1ff
 
#define V_IBQDBGADDR(x)   ((x) << S_IBQDBGADDR)
 
#define G_IBQDBGADDR(x)   (((x) >> S_IBQDBGADDR) & M_IBQDBGADDR)
 
#define S_IBQDBGQID   3
 
#define M_IBQDBGQID   0x3
 
#define V_IBQDBGQID(x)   ((x) << S_IBQDBGQID)
 
#define G_IBQDBGQID(x)   (((x) >> S_IBQDBGQID) & M_IBQDBGQID)
 
#define S_IBQDBGWR   2
 
#define V_IBQDBGWR(x)   ((x) << S_IBQDBGWR)
 
#define F_IBQDBGWR   V_IBQDBGWR(1U)
 
#define S_IBQDBGBUSY   1
 
#define V_IBQDBGBUSY(x)   ((x) << S_IBQDBGBUSY)
 
#define F_IBQDBGBUSY   V_IBQDBGBUSY(1U)
 
#define S_IBQDBGEN   0
 
#define V_IBQDBGEN(x)   ((x) << S_IBQDBGEN)
 
#define F_IBQDBGEN   V_IBQDBGEN(1U)
 
#define A_CIM_OBQ_DBG_CFG   0x2c4
 
#define S_OBQDBGADDR   16
 
#define M_OBQDBGADDR   0x1ff
 
#define V_OBQDBGADDR(x)   ((x) << S_OBQDBGADDR)
 
#define G_OBQDBGADDR(x)   (((x) >> S_OBQDBGADDR) & M_OBQDBGADDR)
 
#define S_OBQDBGQID   3
 
#define M_OBQDBGQID   0x3
 
#define V_OBQDBGQID(x)   ((x) << S_OBQDBGQID)
 
#define G_OBQDBGQID(x)   (((x) >> S_OBQDBGQID) & M_OBQDBGQID)
 
#define S_OBQDBGWR   2
 
#define V_OBQDBGWR(x)   ((x) << S_OBQDBGWR)
 
#define F_OBQDBGWR   V_OBQDBGWR(1U)
 
#define S_OBQDBGBUSY   1
 
#define V_OBQDBGBUSY(x)   ((x) << S_OBQDBGBUSY)
 
#define F_OBQDBGBUSY   V_OBQDBGBUSY(1U)
 
#define S_OBQDBGEN   0
 
#define V_OBQDBGEN(x)   ((x) << S_OBQDBGEN)
 
#define F_OBQDBGEN   V_OBQDBGEN(1U)
 
#define A_CIM_IBQ_DBG_DATA   0x2c8
 
#define A_CIM_OBQ_DBG_DATA   0x2cc
 
#define A_CIM_CDEBUGDATA   0x2d0
 
#define S_CDEBUGDATAH   16
 
#define M_CDEBUGDATAH   0xffff
 
#define V_CDEBUGDATAH(x)   ((x) << S_CDEBUGDATAH)
 
#define G_CDEBUGDATAH(x)   (((x) >> S_CDEBUGDATAH) & M_CDEBUGDATAH)
 
#define S_CDEBUGDATAL   0
 
#define M_CDEBUGDATAL   0xffff
 
#define V_CDEBUGDATAL(x)   ((x) << S_CDEBUGDATAL)
 
#define G_CDEBUGDATAL(x)   (((x) >> S_CDEBUGDATAL) & M_CDEBUGDATAL)
 
#define A_CIM_DEBUGCFG   0x2e0
 
#define S_POLADBGRDPTR   23
 
#define M_POLADBGRDPTR   0x1ff
 
#define V_POLADBGRDPTR(x)   ((x) << S_POLADBGRDPTR)
 
#define G_POLADBGRDPTR(x)   (((x) >> S_POLADBGRDPTR) & M_POLADBGRDPTR)
 
#define S_PILADBGRDPTR   14
 
#define M_PILADBGRDPTR   0x1ff
 
#define V_PILADBGRDPTR(x)   ((x) << S_PILADBGRDPTR)
 
#define G_PILADBGRDPTR(x)   (((x) >> S_PILADBGRDPTR) & M_PILADBGRDPTR)
 
#define S_CIM_LADBGEN   12
 
#define V_CIM_LADBGEN(x)   ((x) << S_CIM_LADBGEN)
 
#define F_CIM_LADBGEN   V_CIM_LADBGEN(1U)
 
#define S_DEBUGSELHI   5
 
#define M_DEBUGSELHI   0x1f
 
#define V_DEBUGSELHI(x)   ((x) << S_DEBUGSELHI)
 
#define G_DEBUGSELHI(x)   (((x) >> S_DEBUGSELHI) & M_DEBUGSELHI)
 
#define S_DEBUGSELLO   0
 
#define M_DEBUGSELLO   0x1f
 
#define V_DEBUGSELLO(x)   ((x) << S_DEBUGSELLO)
 
#define G_DEBUGSELLO(x)   (((x) >> S_DEBUGSELLO) & M_DEBUGSELLO)
 
#define A_CIM_DEBUGSTS   0x2e4
 
#define S_POLADBGWRPTR   16
 
#define M_POLADBGWRPTR   0x1ff
 
#define V_POLADBGWRPTR(x)   ((x) << S_POLADBGWRPTR)
 
#define G_POLADBGWRPTR(x)   (((x) >> S_POLADBGWRPTR) & M_POLADBGWRPTR)
 
#define S_PILADBGWRPTR   0
 
#define M_PILADBGWRPTR   0x1ff
 
#define V_PILADBGWRPTR(x)   ((x) << S_PILADBGWRPTR)
 
#define G_PILADBGWRPTR(x)   (((x) >> S_PILADBGWRPTR) & M_PILADBGWRPTR)
 
#define A_CIM_PO_LA_DEBUGDATA   0x2e8
 
#define A_CIM_PI_LA_DEBUGDATA   0x2ec
 
#define TP1_BASE_ADDR   0x300
 
#define A_TP_IN_CONFIG   0x300
 
#define S_RXFBARBPRIO   25
 
#define V_RXFBARBPRIO(x)   ((x) << S_RXFBARBPRIO)
 
#define F_RXFBARBPRIO   V_RXFBARBPRIO(1U)
 
#define S_TXFBARBPRIO   24
 
#define V_TXFBARBPRIO(x)   ((x) << S_TXFBARBPRIO)
 
#define F_TXFBARBPRIO   V_TXFBARBPRIO(1U)
 
#define S_DBMAXOPCNT   16
 
#define M_DBMAXOPCNT   0xff
 
#define V_DBMAXOPCNT(x)   ((x) << S_DBMAXOPCNT)
 
#define G_DBMAXOPCNT(x)   (((x) >> S_DBMAXOPCNT) & M_DBMAXOPCNT)
 
#define S_IPV6ENABLE   15
 
#define V_IPV6ENABLE(x)   ((x) << S_IPV6ENABLE)
 
#define F_IPV6ENABLE   V_IPV6ENABLE(1U)
 
#define S_NICMODE   14
 
#define V_NICMODE(x)   ((x) << S_NICMODE)
 
#define F_NICMODE   V_NICMODE(1U)
 
#define S_ECHECKSUMCHECKTCP   13
 
#define V_ECHECKSUMCHECKTCP(x)   ((x) << S_ECHECKSUMCHECKTCP)
 
#define F_ECHECKSUMCHECKTCP   V_ECHECKSUMCHECKTCP(1U)
 
#define S_ECHECKSUMCHECKIP   12
 
#define V_ECHECKSUMCHECKIP(x)   ((x) << S_ECHECKSUMCHECKIP)
 
#define F_ECHECKSUMCHECKIP   V_ECHECKSUMCHECKIP(1U)
 
#define S_ECPL   10
 
#define V_ECPL(x)   ((x) << S_ECPL)
 
#define F_ECPL   V_ECPL(1U)
 
#define S_EETHERNET   8
 
#define V_EETHERNET(x)   ((x) << S_EETHERNET)
 
#define F_EETHERNET   V_EETHERNET(1U)
 
#define S_ETUNNEL   7
 
#define V_ETUNNEL(x)   ((x) << S_ETUNNEL)
 
#define F_ETUNNEL   V_ETUNNEL(1U)
 
#define S_CCHECKSUMCHECKTCP   6
 
#define V_CCHECKSUMCHECKTCP(x)   ((x) << S_CCHECKSUMCHECKTCP)
 
#define F_CCHECKSUMCHECKTCP   V_CCHECKSUMCHECKTCP(1U)
 
#define S_CCHECKSUMCHECKIP   5
 
#define V_CCHECKSUMCHECKIP(x)   ((x) << S_CCHECKSUMCHECKIP)
 
#define F_CCHECKSUMCHECKIP   V_CCHECKSUMCHECKIP(1U)
 
#define S_CCPL   3
 
#define V_CCPL(x)   ((x) << S_CCPL)
 
#define F_CCPL   V_CCPL(1U)
 
#define S_CETHERNET   1
 
#define V_CETHERNET(x)   ((x) << S_CETHERNET)
 
#define F_CETHERNET   V_CETHERNET(1U)
 
#define S_CTUNNEL   0
 
#define V_CTUNNEL(x)   ((x) << S_CTUNNEL)
 
#define F_CTUNNEL   V_CTUNNEL(1U)
 
#define A_TP_OUT_CONFIG   0x304
 
#define S_IPIDSPLITMODE   16
 
#define V_IPIDSPLITMODE(x)   ((x) << S_IPIDSPLITMODE)
 
#define F_IPIDSPLITMODE   V_IPIDSPLITMODE(1U)
 
#define S_VLANEXTRACTIONENABLE2NDPORT   13
 
#define V_VLANEXTRACTIONENABLE2NDPORT(x)   ((x) << S_VLANEXTRACTIONENABLE2NDPORT)
 
#define F_VLANEXTRACTIONENABLE2NDPORT   V_VLANEXTRACTIONENABLE2NDPORT(1U)
 
#define S_VLANEXTRACTIONENABLE   12
 
#define V_VLANEXTRACTIONENABLE(x)   ((x) << S_VLANEXTRACTIONENABLE)
 
#define F_VLANEXTRACTIONENABLE   V_VLANEXTRACTIONENABLE(1U)
 
#define S_ECHECKSUMGENERATETCP   11
 
#define V_ECHECKSUMGENERATETCP(x)   ((x) << S_ECHECKSUMGENERATETCP)
 
#define F_ECHECKSUMGENERATETCP   V_ECHECKSUMGENERATETCP(1U)
 
#define S_ECHECKSUMGENERATEIP   10
 
#define V_ECHECKSUMGENERATEIP(x)   ((x) << S_ECHECKSUMGENERATEIP)
 
#define F_ECHECKSUMGENERATEIP   V_ECHECKSUMGENERATEIP(1U)
 
#define S_OUT_ECPL   8
 
#define V_OUT_ECPL(x)   ((x) << S_OUT_ECPL)
 
#define F_OUT_ECPL   V_OUT_ECPL(1U)
 
#define S_OUT_EETHERNET   6
 
#define V_OUT_EETHERNET(x)   ((x) << S_OUT_EETHERNET)
 
#define F_OUT_EETHERNET   V_OUT_EETHERNET(1U)
 
#define S_CCHECKSUMGENERATETCP   5
 
#define V_CCHECKSUMGENERATETCP(x)   ((x) << S_CCHECKSUMGENERATETCP)
 
#define F_CCHECKSUMGENERATETCP   V_CCHECKSUMGENERATETCP(1U)
 
#define S_CCHECKSUMGENERATEIP   4
 
#define V_CCHECKSUMGENERATEIP(x)   ((x) << S_CCHECKSUMGENERATEIP)
 
#define F_CCHECKSUMGENERATEIP   V_CCHECKSUMGENERATEIP(1U)
 
#define S_OUT_CCPL   2
 
#define V_OUT_CCPL(x)   ((x) << S_OUT_CCPL)
 
#define F_OUT_CCPL   V_OUT_CCPL(1U)
 
#define S_OUT_CETHERNET   0
 
#define V_OUT_CETHERNET(x)   ((x) << S_OUT_CETHERNET)
 
#define F_OUT_CETHERNET   V_OUT_CETHERNET(1U)
 
#define A_TP_GLOBAL_CONFIG   0x308
 
#define S_SYNCOOKIEPARAMS   26
 
#define M_SYNCOOKIEPARAMS   0x3f
 
#define V_SYNCOOKIEPARAMS(x)   ((x) << S_SYNCOOKIEPARAMS)
 
#define G_SYNCOOKIEPARAMS(x)   (((x) >> S_SYNCOOKIEPARAMS) & M_SYNCOOKIEPARAMS)
 
#define S_RXFLOWCONTROLDISABLE   25
 
#define V_RXFLOWCONTROLDISABLE(x)   ((x) << S_RXFLOWCONTROLDISABLE)
 
#define F_RXFLOWCONTROLDISABLE   V_RXFLOWCONTROLDISABLE(1U)
 
#define S_TXPACINGENABLE   24
 
#define V_TXPACINGENABLE(x)   ((x) << S_TXPACINGENABLE)
 
#define F_TXPACINGENABLE   V_TXPACINGENABLE(1U)
 
#define S_ATTACKFILTERENABLE   23
 
#define V_ATTACKFILTERENABLE(x)   ((x) << S_ATTACKFILTERENABLE)
 
#define F_ATTACKFILTERENABLE   V_ATTACKFILTERENABLE(1U)
 
#define S_SYNCOOKIENOOPTIONS   22
 
#define V_SYNCOOKIENOOPTIONS(x)   ((x) << S_SYNCOOKIENOOPTIONS)
 
#define F_SYNCOOKIENOOPTIONS   V_SYNCOOKIENOOPTIONS(1U)
 
#define S_PROTECTEDMODE   21
 
#define V_PROTECTEDMODE(x)   ((x) << S_PROTECTEDMODE)
 
#define F_PROTECTEDMODE   V_PROTECTEDMODE(1U)
 
#define S_PINGDROP   20
 
#define V_PINGDROP(x)   ((x) << S_PINGDROP)
 
#define F_PINGDROP   V_PINGDROP(1U)
 
#define S_FRAGMENTDROP   19
 
#define V_FRAGMENTDROP(x)   ((x) << S_FRAGMENTDROP)
 
#define F_FRAGMENTDROP   V_FRAGMENTDROP(1U)
 
#define S_FIVETUPLELOOKUP   17
 
#define M_FIVETUPLELOOKUP   0x3
 
#define V_FIVETUPLELOOKUP(x)   ((x) << S_FIVETUPLELOOKUP)
 
#define G_FIVETUPLELOOKUP(x)   (((x) >> S_FIVETUPLELOOKUP) & M_FIVETUPLELOOKUP)
 
#define S_PATHMTU   15
 
#define V_PATHMTU(x)   ((x) << S_PATHMTU)
 
#define F_PATHMTU   V_PATHMTU(1U)
 
#define S_IPIDENTSPLIT   14
 
#define V_IPIDENTSPLIT(x)   ((x) << S_IPIDENTSPLIT)
 
#define F_IPIDENTSPLIT   V_IPIDENTSPLIT(1U)
 
#define S_IPCHECKSUMOFFLOAD   13
 
#define V_IPCHECKSUMOFFLOAD(x)   ((x) << S_IPCHECKSUMOFFLOAD)
 
#define F_IPCHECKSUMOFFLOAD   V_IPCHECKSUMOFFLOAD(1U)
 
#define S_UDPCHECKSUMOFFLOAD   12
 
#define V_UDPCHECKSUMOFFLOAD(x)   ((x) << S_UDPCHECKSUMOFFLOAD)
 
#define F_UDPCHECKSUMOFFLOAD   V_UDPCHECKSUMOFFLOAD(1U)
 
#define S_TCPCHECKSUMOFFLOAD   11
 
#define V_TCPCHECKSUMOFFLOAD(x)   ((x) << S_TCPCHECKSUMOFFLOAD)
 
#define F_TCPCHECKSUMOFFLOAD   V_TCPCHECKSUMOFFLOAD(1U)
 
#define S_QOSMAPPING   10
 
#define V_QOSMAPPING(x)   ((x) << S_QOSMAPPING)
 
#define F_QOSMAPPING   V_QOSMAPPING(1U)
 
#define S_TCAMSERVERUSE   8
 
#define M_TCAMSERVERUSE   0x3
 
#define V_TCAMSERVERUSE(x)   ((x) << S_TCAMSERVERUSE)
 
#define G_TCAMSERVERUSE(x)   (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)
 
#define S_IPTTL   0
 
#define M_IPTTL   0xff
 
#define V_IPTTL(x)   ((x) << S_IPTTL)
 
#define G_IPTTL(x)   (((x) >> S_IPTTL) & M_IPTTL)
 
#define A_TP_GLOBAL_RX_CREDIT   0x30c
 
#define A_TP_CMM_SIZE   0x310
 
#define S_CMMEMMGRSIZE   0
 
#define M_CMMEMMGRSIZE   0xfffffff
 
#define V_CMMEMMGRSIZE(x)   ((x) << S_CMMEMMGRSIZE)
 
#define G_CMMEMMGRSIZE(x)   (((x) >> S_CMMEMMGRSIZE) & M_CMMEMMGRSIZE)
 
#define A_TP_CMM_MM_BASE   0x314
 
#define S_CMMEMMGRBASE   0
 
#define M_CMMEMMGRBASE   0xfffffff
 
#define V_CMMEMMGRBASE(x)   ((x) << S_CMMEMMGRBASE)
 
#define G_CMMEMMGRBASE(x)   (((x) >> S_CMMEMMGRBASE) & M_CMMEMMGRBASE)
 
#define A_TP_CMM_TIMER_BASE   0x318
 
#define S_CMTIMERMAXNUM   28
 
#define M_CMTIMERMAXNUM   0x3
 
#define V_CMTIMERMAXNUM(x)   ((x) << S_CMTIMERMAXNUM)
 
#define G_CMTIMERMAXNUM(x)   (((x) >> S_CMTIMERMAXNUM) & M_CMTIMERMAXNUM)
 
#define S_CMTIMERBASE   0
 
#define M_CMTIMERBASE   0xfffffff
 
#define V_CMTIMERBASE(x)   ((x) << S_CMTIMERBASE)
 
#define G_CMTIMERBASE(x)   (((x) >> S_CMTIMERBASE) & M_CMTIMERBASE)
 
#define A_TP_PMM_SIZE   0x31c
 
#define S_PMSIZE   0
 
#define M_PMSIZE   0xfffffff
 
#define V_PMSIZE(x)   ((x) << S_PMSIZE)
 
#define G_PMSIZE(x)   (((x) >> S_PMSIZE) & M_PMSIZE)
 
#define A_TP_PMM_TX_BASE   0x320
 
#define A_TP_PMM_DEFRAG_BASE   0x324
 
#define A_TP_PMM_RX_BASE   0x328
 
#define A_TP_PMM_RX_PAGE_SIZE   0x32c
 
#define A_TP_PMM_RX_MAX_PAGE   0x330
 
#define S_PMRXMAXPAGE   0
 
#define M_PMRXMAXPAGE   0x1fffff
 
#define V_PMRXMAXPAGE(x)   ((x) << S_PMRXMAXPAGE)
 
#define G_PMRXMAXPAGE(x)   (((x) >> S_PMRXMAXPAGE) & M_PMRXMAXPAGE)
 
#define A_TP_PMM_TX_PAGE_SIZE   0x334
 
#define A_TP_PMM_TX_MAX_PAGE   0x338
 
#define S_PMTXMAXPAGE   0
 
#define M_PMTXMAXPAGE   0x1fffff
 
#define V_PMTXMAXPAGE(x)   ((x) << S_PMTXMAXPAGE)
 
#define G_PMTXMAXPAGE(x)   (((x) >> S_PMTXMAXPAGE) & M_PMTXMAXPAGE)
 
#define A_TP_TCP_OPTIONS   0x340
 
#define S_MTUDEFAULT   16
 
#define M_MTUDEFAULT   0xffff
 
#define V_MTUDEFAULT(x)   ((x) << S_MTUDEFAULT)
 
#define G_MTUDEFAULT(x)   (((x) >> S_MTUDEFAULT) & M_MTUDEFAULT)
 
#define S_MTUENABLE   10
 
#define V_MTUENABLE(x)   ((x) << S_MTUENABLE)
 
#define F_MTUENABLE   V_MTUENABLE(1U)
 
#define S_SACKTX   9
 
#define V_SACKTX(x)   ((x) << S_SACKTX)
 
#define F_SACKTX   V_SACKTX(1U)
 
#define S_SACKRX   8
 
#define V_SACKRX(x)   ((x) << S_SACKRX)
 
#define F_SACKRX   V_SACKRX(1U)
 
#define S_SACKMODE   4
 
#define M_SACKMODE   0x3
 
#define V_SACKMODE(x)   ((x) << S_SACKMODE)
 
#define G_SACKMODE(x)   (((x) >> S_SACKMODE) & M_SACKMODE)
 
#define S_WINDOWSCALEMODE   2
 
#define M_WINDOWSCALEMODE   0x3
 
#define V_WINDOWSCALEMODE(x)   ((x) << S_WINDOWSCALEMODE)
 
#define G_WINDOWSCALEMODE(x)   (((x) >> S_WINDOWSCALEMODE) & M_WINDOWSCALEMODE)
 
#define S_TIMESTAMPSMODE   0
 
#define M_TIMESTAMPSMODE   0x3
 
#define V_TIMESTAMPSMODE(x)   ((x) << S_TIMESTAMPSMODE)
 
#define G_TIMESTAMPSMODE(x)   (((x) >> S_TIMESTAMPSMODE) & M_TIMESTAMPSMODE)
 
#define A_TP_DACK_CONFIG   0x344
 
#define S_AUTOSTATE3   30
 
#define M_AUTOSTATE3   0x3
 
#define V_AUTOSTATE3(x)   ((x) << S_AUTOSTATE3)
 
#define G_AUTOSTATE3(x)   (((x) >> S_AUTOSTATE3) & M_AUTOSTATE3)
 
#define S_AUTOSTATE2   28
 
#define M_AUTOSTATE2   0x3
 
#define V_AUTOSTATE2(x)   ((x) << S_AUTOSTATE2)
 
#define G_AUTOSTATE2(x)   (((x) >> S_AUTOSTATE2) & M_AUTOSTATE2)
 
#define S_AUTOSTATE1   26
 
#define M_AUTOSTATE1   0x3
 
#define V_AUTOSTATE1(x)   ((x) << S_AUTOSTATE1)
 
#define G_AUTOSTATE1(x)   (((x) >> S_AUTOSTATE1) & M_AUTOSTATE1)
 
#define S_BYTETHRESHOLD   5
 
#define M_BYTETHRESHOLD   0xfffff
 
#define V_BYTETHRESHOLD(x)   ((x) << S_BYTETHRESHOLD)
 
#define G_BYTETHRESHOLD(x)   (((x) >> S_BYTETHRESHOLD) & M_BYTETHRESHOLD)
 
#define S_MSSTHRESHOLD   3
 
#define M_MSSTHRESHOLD   0x3
 
#define V_MSSTHRESHOLD(x)   ((x) << S_MSSTHRESHOLD)
 
#define G_MSSTHRESHOLD(x)   (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)
 
#define S_AUTOCAREFUL   2
 
#define V_AUTOCAREFUL(x)   ((x) << S_AUTOCAREFUL)
 
#define F_AUTOCAREFUL   V_AUTOCAREFUL(1U)
 
#define S_AUTOENABLE   1
 
#define V_AUTOENABLE(x)   ((x) << S_AUTOENABLE)
 
#define F_AUTOENABLE   V_AUTOENABLE(1U)
 
#define S_DACK_MODE   0
 
#define V_DACK_MODE(x)   ((x) << S_DACK_MODE)
 
#define F_DACK_MODE   V_DACK_MODE(1U)
 
#define A_TP_PC_CONFIG   0x348
 
#define S_CMCACHEDISABLE   31
 
#define V_CMCACHEDISABLE(x)   ((x) << S_CMCACHEDISABLE)
 
#define F_CMCACHEDISABLE   V_CMCACHEDISABLE(1U)
 
#define S_ENABLEOCSPIFULL   30
 
#define V_ENABLEOCSPIFULL(x)   ((x) << S_ENABLEOCSPIFULL)
 
#define F_ENABLEOCSPIFULL   V_ENABLEOCSPIFULL(1U)
 
#define S_ENABLEFLMERRORDDP   29
 
#define V_ENABLEFLMERRORDDP(x)   ((x) << S_ENABLEFLMERRORDDP)
 
#define F_ENABLEFLMERRORDDP   V_ENABLEFLMERRORDDP(1U)
 
#define S_LOCKTID   28
 
#define V_LOCKTID(x)   ((x) << S_LOCKTID)
 
#define F_LOCKTID   V_LOCKTID(1U)
 
#define S_FIXRCVWND   27
 
#define V_FIXRCVWND(x)   ((x) << S_FIXRCVWND)
 
#define F_FIXRCVWND   V_FIXRCVWND(1U)
 
#define S_TXTOSQUEUEMAPMODE   26
 
#define V_TXTOSQUEUEMAPMODE(x)   ((x) << S_TXTOSQUEUEMAPMODE)
 
#define F_TXTOSQUEUEMAPMODE   V_TXTOSQUEUEMAPMODE(1U)
 
#define S_RDDPCONGEN   25
 
#define V_RDDPCONGEN(x)   ((x) << S_RDDPCONGEN)
 
#define F_RDDPCONGEN   V_RDDPCONGEN(1U)
 
#define S_ENABLEONFLYPDU   24
 
#define V_ENABLEONFLYPDU(x)   ((x) << S_ENABLEONFLYPDU)
 
#define F_ENABLEONFLYPDU   V_ENABLEONFLYPDU(1U)
 
#define S_ENABLEEPCMDAFULL   23
 
#define V_ENABLEEPCMDAFULL(x)   ((x) << S_ENABLEEPCMDAFULL)
 
#define F_ENABLEEPCMDAFULL   V_ENABLEEPCMDAFULL(1U)
 
#define S_MODULATEUNIONMODE   22
 
#define V_MODULATEUNIONMODE(x)   ((x) << S_MODULATEUNIONMODE)
 
#define F_MODULATEUNIONMODE   V_MODULATEUNIONMODE(1U)
 
#define S_TXDATAACKRATEENABLE   21
 
#define V_TXDATAACKRATEENABLE(x)   ((x) << S_TXDATAACKRATEENABLE)
 
#define F_TXDATAACKRATEENABLE   V_TXDATAACKRATEENABLE(1U)
 
#define S_TXDEFERENABLE   20
 
#define V_TXDEFERENABLE(x)   ((x) << S_TXDEFERENABLE)
 
#define F_TXDEFERENABLE   V_TXDEFERENABLE(1U)
 
#define S_RXCONGESTIONMODE   19
 
#define V_RXCONGESTIONMODE(x)   ((x) << S_RXCONGESTIONMODE)
 
#define F_RXCONGESTIONMODE   V_RXCONGESTIONMODE(1U)
 
#define S_HEARBEATONCEDACK   18
 
#define V_HEARBEATONCEDACK(x)   ((x) << S_HEARBEATONCEDACK)
 
#define F_HEARBEATONCEDACK   V_HEARBEATONCEDACK(1U)
 
#define S_HEARBEATONCEHEAP   17
 
#define V_HEARBEATONCEHEAP(x)   ((x) << S_HEARBEATONCEHEAP)
 
#define F_HEARBEATONCEHEAP   V_HEARBEATONCEHEAP(1U)
 
#define S_HEARBEATDACK   16
 
#define V_HEARBEATDACK(x)   ((x) << S_HEARBEATDACK)
 
#define F_HEARBEATDACK   V_HEARBEATDACK(1U)
 
#define S_TXCONGESTIONMODE   15
 
#define V_TXCONGESTIONMODE(x)   ((x) << S_TXCONGESTIONMODE)
 
#define F_TXCONGESTIONMODE   V_TXCONGESTIONMODE(1U)
 
#define S_ACCEPTLATESTRCVADV   14
 
#define V_ACCEPTLATESTRCVADV(x)   ((x) << S_ACCEPTLATESTRCVADV)
 
#define F_ACCEPTLATESTRCVADV   V_ACCEPTLATESTRCVADV(1U)
 
#define S_DISABLESYNDATA   13
 
#define V_DISABLESYNDATA(x)   ((x) << S_DISABLESYNDATA)
 
#define F_DISABLESYNDATA   V_DISABLESYNDATA(1U)
 
#define S_DISABLEWINDOWPSH   12
 
#define V_DISABLEWINDOWPSH(x)   ((x) << S_DISABLEWINDOWPSH)
 
#define F_DISABLEWINDOWPSH   V_DISABLEWINDOWPSH(1U)
 
#define S_DISABLEFINOLDDATA   11
 
#define V_DISABLEFINOLDDATA(x)   ((x) << S_DISABLEFINOLDDATA)
 
#define F_DISABLEFINOLDDATA   V_DISABLEFINOLDDATA(1U)
 
#define S_ENABLEFLMERROR   10
 
#define V_ENABLEFLMERROR(x)   ((x) << S_ENABLEFLMERROR)
 
#define F_ENABLEFLMERROR   V_ENABLEFLMERROR(1U)
 
#define S_DISABLENEXTMTU   9
 
#define V_DISABLENEXTMTU(x)   ((x) << S_DISABLENEXTMTU)
 
#define F_DISABLENEXTMTU   V_DISABLENEXTMTU(1U)
 
#define S_FILTERPEERFIN   8
 
#define V_FILTERPEERFIN(x)   ((x) << S_FILTERPEERFIN)
 
#define F_FILTERPEERFIN   V_FILTERPEERFIN(1U)
 
#define S_ENABLEFEEDBACKSEND   7
 
#define V_ENABLEFEEDBACKSEND(x)   ((x) << S_ENABLEFEEDBACKSEND)
 
#define F_ENABLEFEEDBACKSEND   V_ENABLEFEEDBACKSEND(1U)
 
#define S_ENABLERDMAERROR   6
 
#define V_ENABLERDMAERROR(x)   ((x) << S_ENABLERDMAERROR)
 
#define F_ENABLERDMAERROR   V_ENABLERDMAERROR(1U)
 
#define S_ENABLEDDPFLOWCONTROL   5
 
#define V_ENABLEDDPFLOWCONTROL(x)   ((x) << S_ENABLEDDPFLOWCONTROL)
 
#define F_ENABLEDDPFLOWCONTROL   V_ENABLEDDPFLOWCONTROL(1U)
 
#define S_DISABLEHELDFIN   4
 
#define V_DISABLEHELDFIN(x)   ((x) << S_DISABLEHELDFIN)
 
#define F_DISABLEHELDFIN   V_DISABLEHELDFIN(1U)
 
#define S_TABLELATENCYDELTA   0
 
#define M_TABLELATENCYDELTA   0xf
 
#define V_TABLELATENCYDELTA(x)   ((x) << S_TABLELATENCYDELTA)
 
#define G_TABLELATENCYDELTA(x)   (((x) >> S_TABLELATENCYDELTA) & M_TABLELATENCYDELTA)
 
#define A_TP_PC_CONFIG2   0x34c
 
#define S_DISBLEDAPARBIT0   15
 
#define V_DISBLEDAPARBIT0(x)   ((x) << S_DISBLEDAPARBIT0)
 
#define F_DISBLEDAPARBIT0   V_DISBLEDAPARBIT0(1U)
 
#define S_ENABLEARPMISS   13
 
#define V_ENABLEARPMISS(x)   ((x) << S_ENABLEARPMISS)
 
#define F_ENABLEARPMISS   V_ENABLEARPMISS(1U)
 
#define S_ENABLENONOFDTNLSYN   12
 
#define V_ENABLENONOFDTNLSYN(x)   ((x) << S_ENABLENONOFDTNLSYN)
 
#define F_ENABLENONOFDTNLSYN   V_ENABLENONOFDTNLSYN(1U)
 
#define S_ENABLEIPV6RSS   11
 
#define V_ENABLEIPV6RSS(x)   ((x) << S_ENABLEIPV6RSS)
 
#define F_ENABLEIPV6RSS   V_ENABLEIPV6RSS(1U)
 
#define S_ENABLEDROPRQEMPTYPKT   10
 
#define V_ENABLEDROPRQEMPTYPKT(x)   ((x) << S_ENABLEDROPRQEMPTYPKT)
 
#define F_ENABLEDROPRQEMPTYPKT   V_ENABLEDROPRQEMPTYPKT(1U)
 
#define S_ENABLETXPORTFROMDA2   9
 
#define V_ENABLETXPORTFROMDA2(x)   ((x) << S_ENABLETXPORTFROMDA2)
 
#define F_ENABLETXPORTFROMDA2   V_ENABLETXPORTFROMDA2(1U)
 
#define S_ENABLERXPKTTMSTPRSS   8
 
#define V_ENABLERXPKTTMSTPRSS(x)   ((x) << S_ENABLERXPKTTMSTPRSS)
 
#define F_ENABLERXPKTTMSTPRSS   V_ENABLERXPKTTMSTPRSS(1U)
 
#define S_ENABLESNDUNAINRXDATA   7
 
#define V_ENABLESNDUNAINRXDATA(x)   ((x) << S_ENABLESNDUNAINRXDATA)
 
#define F_ENABLESNDUNAINRXDATA   V_ENABLESNDUNAINRXDATA(1U)
 
#define S_ENABLERXPORTFROMADDR   6
 
#define V_ENABLERXPORTFROMADDR(x)   ((x) << S_ENABLERXPORTFROMADDR)
 
#define F_ENABLERXPORTFROMADDR   V_ENABLERXPORTFROMADDR(1U)
 
#define S_ENABLETXPORTFROMDA   5
 
#define V_ENABLETXPORTFROMDA(x)   ((x) << S_ENABLETXPORTFROMDA)
 
#define F_ENABLETXPORTFROMDA   V_ENABLETXPORTFROMDA(1U)
 
#define S_ENABLECHDRAFULL   4
 
#define V_ENABLECHDRAFULL(x)   ((x) << S_ENABLECHDRAFULL)
 
#define F_ENABLECHDRAFULL   V_ENABLECHDRAFULL(1U)
 
#define S_ENABLENONOFDSCBBIT   3
 
#define V_ENABLENONOFDSCBBIT(x)   ((x) << S_ENABLENONOFDSCBBIT)
 
#define F_ENABLENONOFDSCBBIT   V_ENABLENONOFDSCBBIT(1U)
 
#define S_ENABLENONOFDTIDRSS   2
 
#define V_ENABLENONOFDTIDRSS(x)   ((x) << S_ENABLENONOFDTIDRSS)
 
#define F_ENABLENONOFDTIDRSS   V_ENABLENONOFDTIDRSS(1U)
 
#define S_ENABLENONOFDTCBRSS   1
 
#define V_ENABLENONOFDTCBRSS(x)   ((x) << S_ENABLENONOFDTCBRSS)
 
#define F_ENABLENONOFDTCBRSS   V_ENABLENONOFDTCBRSS(1U)
 
#define S_ENABLEOLDRXFORWARD   0
 
#define V_ENABLEOLDRXFORWARD(x)   ((x) << S_ENABLEOLDRXFORWARD)
 
#define F_ENABLEOLDRXFORWARD   V_ENABLEOLDRXFORWARD(1U)
 
#define S_CHDRAFULL   4
 
#define V_CHDRAFULL(x)   ((x) << S_CHDRAFULL)
 
#define F_CHDRAFULL   V_CHDRAFULL(1U)
 
#define A_TP_TCP_BACKOFF_REG0   0x350
 
#define S_TIMERBACKOFFINDEX3   24
 
#define M_TIMERBACKOFFINDEX3   0xff
 
#define V_TIMERBACKOFFINDEX3(x)   ((x) << S_TIMERBACKOFFINDEX3)
 
#define G_TIMERBACKOFFINDEX3(x)   (((x) >> S_TIMERBACKOFFINDEX3) & M_TIMERBACKOFFINDEX3)
 
#define S_TIMERBACKOFFINDEX2   16
 
#define M_TIMERBACKOFFINDEX2   0xff
 
#define V_TIMERBACKOFFINDEX2(x)   ((x) << S_TIMERBACKOFFINDEX2)
 
#define G_TIMERBACKOFFINDEX2(x)   (((x) >> S_TIMERBACKOFFINDEX2) & M_TIMERBACKOFFINDEX2)
 
#define S_TIMERBACKOFFINDEX1   8
 
#define M_TIMERBACKOFFINDEX1   0xff
 
#define V_TIMERBACKOFFINDEX1(x)   ((x) << S_TIMERBACKOFFINDEX1)
 
#define G_TIMERBACKOFFINDEX1(x)   (((x) >> S_TIMERBACKOFFINDEX1) & M_TIMERBACKOFFINDEX1)
 
#define S_TIMERBACKOFFINDEX0   0
 
#define M_TIMERBACKOFFINDEX0   0xff
 
#define V_TIMERBACKOFFINDEX0(x)   ((x) << S_TIMERBACKOFFINDEX0)
 
#define G_TIMERBACKOFFINDEX0(x)   (((x) >> S_TIMERBACKOFFINDEX0) & M_TIMERBACKOFFINDEX0)
 
#define A_TP_TCP_BACKOFF_REG1   0x354
 
#define S_TIMERBACKOFFINDEX7   24
 
#define M_TIMERBACKOFFINDEX7   0xff
 
#define V_TIMERBACKOFFINDEX7(x)   ((x) << S_TIMERBACKOFFINDEX7)
 
#define G_TIMERBACKOFFINDEX7(x)   (((x) >> S_TIMERBACKOFFINDEX7) & M_TIMERBACKOFFINDEX7)
 
#define S_TIMERBACKOFFINDEX6   16
 
#define M_TIMERBACKOFFINDEX6   0xff
 
#define V_TIMERBACKOFFINDEX6(x)   ((x) << S_TIMERBACKOFFINDEX6)
 
#define G_TIMERBACKOFFINDEX6(x)   (((x) >> S_TIMERBACKOFFINDEX6) & M_TIMERBACKOFFINDEX6)
 
#define S_TIMERBACKOFFINDEX5   8
 
#define M_TIMERBACKOFFINDEX5   0xff
 
#define V_TIMERBACKOFFINDEX5(x)   ((x) << S_TIMERBACKOFFINDEX5)
 
#define G_TIMERBACKOFFINDEX5(x)   (((x) >> S_TIMERBACKOFFINDEX5) & M_TIMERBACKOFFINDEX5)
 
#define S_TIMERBACKOFFINDEX4   0
 
#define M_TIMERBACKOFFINDEX4   0xff
 
#define V_TIMERBACKOFFINDEX4(x)   ((x) << S_TIMERBACKOFFINDEX4)
 
#define G_TIMERBACKOFFINDEX4(x)   (((x) >> S_TIMERBACKOFFINDEX4) & M_TIMERBACKOFFINDEX4)
 
#define A_TP_TCP_BACKOFF_REG2   0x358
 
#define S_TIMERBACKOFFINDEX11   24
 
#define M_TIMERBACKOFFINDEX11   0xff
 
#define V_TIMERBACKOFFINDEX11(x)   ((x) << S_TIMERBACKOFFINDEX11)
 
#define G_TIMERBACKOFFINDEX11(x)   (((x) >> S_TIMERBACKOFFINDEX11) & M_TIMERBACKOFFINDEX11)
 
#define S_TIMERBACKOFFINDEX10   16
 
#define M_TIMERBACKOFFINDEX10   0xff
 
#define V_TIMERBACKOFFINDEX10(x)   ((x) << S_TIMERBACKOFFINDEX10)
 
#define G_TIMERBACKOFFINDEX10(x)   (((x) >> S_TIMERBACKOFFINDEX10) & M_TIMERBACKOFFINDEX10)
 
#define S_TIMERBACKOFFINDEX9   8
 
#define M_TIMERBACKOFFINDEX9   0xff
 
#define V_TIMERBACKOFFINDEX9(x)   ((x) << S_TIMERBACKOFFINDEX9)
 
#define G_TIMERBACKOFFINDEX9(x)   (((x) >> S_TIMERBACKOFFINDEX9) & M_TIMERBACKOFFINDEX9)
 
#define S_TIMERBACKOFFINDEX8   0
 
#define M_TIMERBACKOFFINDEX8   0xff
 
#define V_TIMERBACKOFFINDEX8(x)   ((x) << S_TIMERBACKOFFINDEX8)
 
#define G_TIMERBACKOFFINDEX8(x)   (((x) >> S_TIMERBACKOFFINDEX8) & M_TIMERBACKOFFINDEX8)
 
#define A_TP_TCP_BACKOFF_REG3   0x35c
 
#define S_TIMERBACKOFFINDEX15   24
 
#define M_TIMERBACKOFFINDEX15   0xff
 
#define V_TIMERBACKOFFINDEX15(x)   ((x) << S_TIMERBACKOFFINDEX15)
 
#define G_TIMERBACKOFFINDEX15(x)   (((x) >> S_TIMERBACKOFFINDEX15) & M_TIMERBACKOFFINDEX15)
 
#define S_TIMERBACKOFFINDEX14   16
 
#define M_TIMERBACKOFFINDEX14   0xff
 
#define V_TIMERBACKOFFINDEX14(x)   ((x) << S_TIMERBACKOFFINDEX14)
 
#define G_TIMERBACKOFFINDEX14(x)   (((x) >> S_TIMERBACKOFFINDEX14) & M_TIMERBACKOFFINDEX14)
 
#define S_TIMERBACKOFFINDEX13   8
 
#define M_TIMERBACKOFFINDEX13   0xff
 
#define V_TIMERBACKOFFINDEX13(x)   ((x) << S_TIMERBACKOFFINDEX13)
 
#define G_TIMERBACKOFFINDEX13(x)   (((x) >> S_TIMERBACKOFFINDEX13) & M_TIMERBACKOFFINDEX13)
 
#define S_TIMERBACKOFFINDEX12   0
 
#define M_TIMERBACKOFFINDEX12   0xff
 
#define V_TIMERBACKOFFINDEX12(x)   ((x) << S_TIMERBACKOFFINDEX12)
 
#define G_TIMERBACKOFFINDEX12(x)   (((x) >> S_TIMERBACKOFFINDEX12) & M_TIMERBACKOFFINDEX12)
 
#define A_TP_PARA_REG0   0x360
 
#define S_INITCWND   24
 
#define M_INITCWND   0x7
 
#define V_INITCWND(x)   ((x) << S_INITCWND)
 
#define G_INITCWND(x)   (((x) >> S_INITCWND) & M_INITCWND)
 
#define S_DUPACKTHRESH   20
 
#define M_DUPACKTHRESH   0xf
 
#define V_DUPACKTHRESH(x)   ((x) << S_DUPACKTHRESH)
 
#define G_DUPACKTHRESH(x)   (((x) >> S_DUPACKTHRESH) & M_DUPACKTHRESH)
 
#define A_TP_PARA_REG1   0x364
 
#define S_INITRWND   16
 
#define M_INITRWND   0xffff
 
#define V_INITRWND(x)   ((x) << S_INITRWND)
 
#define G_INITRWND(x)   (((x) >> S_INITRWND) & M_INITRWND)
 
#define S_INITIALSSTHRESH   0
 
#define M_INITIALSSTHRESH   0xffff
 
#define V_INITIALSSTHRESH(x)   ((x) << S_INITIALSSTHRESH)
 
#define G_INITIALSSTHRESH(x)   (((x) >> S_INITIALSSTHRESH) & M_INITIALSSTHRESH)
 
#define A_TP_PARA_REG2   0x368
 
#define S_MAXRXDATA   16
 
#define M_MAXRXDATA   0xffff
 
#define V_MAXRXDATA(x)   ((x) << S_MAXRXDATA)
 
#define G_MAXRXDATA(x)   (((x) >> S_MAXRXDATA) & M_MAXRXDATA)
 
#define S_RXCOALESCESIZE   0
 
#define M_RXCOALESCESIZE   0xffff
 
#define V_RXCOALESCESIZE(x)   ((x) << S_RXCOALESCESIZE)
 
#define G_RXCOALESCESIZE(x)   (((x) >> S_RXCOALESCESIZE) & M_RXCOALESCESIZE)
 
#define A_TP_PARA_REG3   0x36c
 
#define S_TUNNELCNGDROP1   21
 
#define V_TUNNELCNGDROP1(x)   ((x) << S_TUNNELCNGDROP1)
 
#define F_TUNNELCNGDROP1   V_TUNNELCNGDROP1(1U)
 
#define S_TUNNELCNGDROP0   20
 
#define V_TUNNELCNGDROP0(x)   ((x) << S_TUNNELCNGDROP0)
 
#define F_TUNNELCNGDROP0   V_TUNNELCNGDROP0(1U)
 
#define S_TXDATAACKIDX   16
 
#define M_TXDATAACKIDX   0xf
 
#define V_TXDATAACKIDX(x)   ((x) << S_TXDATAACKIDX)
 
#define G_TXDATAACKIDX(x)   (((x) >> S_TXDATAACKIDX) & M_TXDATAACKIDX)
 
#define S_RXFRAGENABLE   12
 
#define M_RXFRAGENABLE   0x7
 
#define V_RXFRAGENABLE(x)   ((x) << S_RXFRAGENABLE)
 
#define G_RXFRAGENABLE(x)   (((x) >> S_RXFRAGENABLE) & M_RXFRAGENABLE)
 
#define S_TXPACEFIXEDSTRICT   11
 
#define V_TXPACEFIXEDSTRICT(x)   ((x) << S_TXPACEFIXEDSTRICT)
 
#define F_TXPACEFIXEDSTRICT   V_TXPACEFIXEDSTRICT(1U)
 
#define S_TXPACEAUTOSTRICT   10
 
#define V_TXPACEAUTOSTRICT(x)   ((x) << S_TXPACEAUTOSTRICT)
 
#define F_TXPACEAUTOSTRICT   V_TXPACEAUTOSTRICT(1U)
 
#define S_TXPACEFIXED   9
 
#define V_TXPACEFIXED(x)   ((x) << S_TXPACEFIXED)
 
#define F_TXPACEFIXED   V_TXPACEFIXED(1U)
 
#define S_TXPACEAUTO   8
 
#define V_TXPACEAUTO(x)   ((x) << S_TXPACEAUTO)
 
#define F_TXPACEAUTO   V_TXPACEAUTO(1U)
 
#define S_RXURGTUNNEL   6
 
#define V_RXURGTUNNEL(x)   ((x) << S_RXURGTUNNEL)
 
#define F_RXURGTUNNEL   V_RXURGTUNNEL(1U)
 
#define S_RXURGMODE   5
 
#define V_RXURGMODE(x)   ((x) << S_RXURGMODE)
 
#define F_RXURGMODE   V_RXURGMODE(1U)
 
#define S_TXURGMODE   4
 
#define V_TXURGMODE(x)   ((x) << S_TXURGMODE)
 
#define F_TXURGMODE   V_TXURGMODE(1U)
 
#define S_CNGCTRLMODE   2
 
#define M_CNGCTRLMODE   0x3
 
#define V_CNGCTRLMODE(x)   ((x) << S_CNGCTRLMODE)
 
#define G_CNGCTRLMODE(x)   (((x) >> S_CNGCTRLMODE) & M_CNGCTRLMODE)
 
#define S_RXCOALESCEENABLE   1
 
#define V_RXCOALESCEENABLE(x)   ((x) << S_RXCOALESCEENABLE)
 
#define F_RXCOALESCEENABLE   V_RXCOALESCEENABLE(1U)
 
#define S_RXCOALESCEPSHEN   0
 
#define V_RXCOALESCEPSHEN(x)   ((x) << S_RXCOALESCEPSHEN)
 
#define F_RXCOALESCEPSHEN   V_RXCOALESCEPSHEN(1U)
 
#define A_TP_PARA_REG4   0x370
 
#define S_HIGHSPEEDCFG   24
 
#define M_HIGHSPEEDCFG   0xff
 
#define V_HIGHSPEEDCFG(x)   ((x) << S_HIGHSPEEDCFG)
 
#define G_HIGHSPEEDCFG(x)   (((x) >> S_HIGHSPEEDCFG) & M_HIGHSPEEDCFG)
 
#define S_NEWRENOCFG   16
 
#define M_NEWRENOCFG   0xff
 
#define V_NEWRENOCFG(x)   ((x) << S_NEWRENOCFG)
 
#define G_NEWRENOCFG(x)   (((x) >> S_NEWRENOCFG) & M_NEWRENOCFG)
 
#define S_TAHOECFG   8
 
#define M_TAHOECFG   0xff
 
#define V_TAHOECFG(x)   ((x) << S_TAHOECFG)
 
#define G_TAHOECFG(x)   (((x) >> S_TAHOECFG) & M_TAHOECFG)
 
#define S_RENOCFG   0
 
#define M_RENOCFG   0xff
 
#define V_RENOCFG(x)   ((x) << S_RENOCFG)
 
#define G_RENOCFG(x)   (((x) >> S_RENOCFG) & M_RENOCFG)
 
#define A_TP_PARA_REG5   0x374
 
#define S_INDICATESIZE   16
 
#define M_INDICATESIZE   0xffff
 
#define V_INDICATESIZE(x)   ((x) << S_INDICATESIZE)
 
#define G_INDICATESIZE(x)   (((x) >> S_INDICATESIZE) & M_INDICATESIZE)
 
#define S_SCHDENABLE   8
 
#define V_SCHDENABLE(x)   ((x) << S_SCHDENABLE)
 
#define F_SCHDENABLE   V_SCHDENABLE(1U)
 
#define S_RXDDPOFFINIT   3
 
#define V_RXDDPOFFINIT(x)   ((x) << S_RXDDPOFFINIT)
 
#define F_RXDDPOFFINIT   V_RXDDPOFFINIT(1U)
 
#define S_ONFLYDDPENABLE   2
 
#define V_ONFLYDDPENABLE(x)   ((x) << S_ONFLYDDPENABLE)
 
#define F_ONFLYDDPENABLE   V_ONFLYDDPENABLE(1U)
 
#define S_DACKTIMERSPIN   1
 
#define V_DACKTIMERSPIN(x)   ((x) << S_DACKTIMERSPIN)
 
#define F_DACKTIMERSPIN   V_DACKTIMERSPIN(1U)
 
#define S_PUSHTIMERENABLE   0
 
#define V_PUSHTIMERENABLE(x)   ((x) << S_PUSHTIMERENABLE)
 
#define F_PUSHTIMERENABLE   V_PUSHTIMERENABLE(1U)
 
#define A_TP_PARA_REG6   0x378
 
#define S_TXPDUSIZEADJ   16
 
#define M_TXPDUSIZEADJ   0xff
 
#define V_TXPDUSIZEADJ(x)   ((x) << S_TXPDUSIZEADJ)
 
#define G_TXPDUSIZEADJ(x)   (((x) >> S_TXPDUSIZEADJ) & M_TXPDUSIZEADJ)
 
#define S_ENABLEDEFERACK   12
 
#define V_ENABLEDEFERACK(x)   ((x) << S_ENABLEDEFERACK)
 
#define F_ENABLEDEFERACK   V_ENABLEDEFERACK(1U)
 
#define S_ENABLEESND   11
 
#define V_ENABLEESND(x)   ((x) << S_ENABLEESND)
 
#define F_ENABLEESND   V_ENABLEESND(1U)
 
#define S_ENABLECSND   10
 
#define V_ENABLECSND(x)   ((x) << S_ENABLECSND)
 
#define F_ENABLECSND   V_ENABLECSND(1U)
 
#define S_ENABLEPDUE   9
 
#define V_ENABLEPDUE(x)   ((x) << S_ENABLEPDUE)
 
#define F_ENABLEPDUE   V_ENABLEPDUE(1U)
 
#define S_ENABLEPDUC   8
 
#define V_ENABLEPDUC(x)   ((x) << S_ENABLEPDUC)
 
#define F_ENABLEPDUC   V_ENABLEPDUC(1U)
 
#define S_ENABLEBUFI   7
 
#define V_ENABLEBUFI(x)   ((x) << S_ENABLEBUFI)
 
#define F_ENABLEBUFI   V_ENABLEBUFI(1U)
 
#define S_ENABLEBUFE   6
 
#define V_ENABLEBUFE(x)   ((x) << S_ENABLEBUFE)
 
#define F_ENABLEBUFE   V_ENABLEBUFE(1U)
 
#define S_ENABLEDEFER   5
 
#define V_ENABLEDEFER(x)   ((x) << S_ENABLEDEFER)
 
#define F_ENABLEDEFER   V_ENABLEDEFER(1U)
 
#define S_ENABLECLEARRXMTOOS   4
 
#define V_ENABLECLEARRXMTOOS(x)   ((x) << S_ENABLECLEARRXMTOOS)
 
#define F_ENABLECLEARRXMTOOS   V_ENABLECLEARRXMTOOS(1U)
 
#define S_DISABLEPDUCNG   3
 
#define V_DISABLEPDUCNG(x)   ((x) << S_DISABLEPDUCNG)
 
#define F_DISABLEPDUCNG   V_DISABLEPDUCNG(1U)
 
#define S_DISABLEPDUTIMEOUT   2
 
#define V_DISABLEPDUTIMEOUT(x)   ((x) << S_DISABLEPDUTIMEOUT)
 
#define F_DISABLEPDUTIMEOUT   V_DISABLEPDUTIMEOUT(1U)
 
#define S_DISABLEPDURXMT   1
 
#define V_DISABLEPDURXMT(x)   ((x) << S_DISABLEPDURXMT)
 
#define F_DISABLEPDURXMT   V_DISABLEPDURXMT(1U)
 
#define S_DISABLEPDUXMT   0
 
#define V_DISABLEPDUXMT(x)   ((x) << S_DISABLEPDUXMT)
 
#define F_DISABLEPDUXMT   V_DISABLEPDUXMT(1U)
 
#define S_ENABLEEPDU   14
 
#define V_ENABLEEPDU(x)   ((x) << S_ENABLEEPDU)
 
#define F_ENABLEEPDU   V_ENABLEEPDU(1U)
 
#define S_T3A_ENABLEESND   13
 
#define V_T3A_ENABLEESND(x)   ((x) << S_T3A_ENABLEESND)
 
#define F_T3A_ENABLEESND   V_T3A_ENABLEESND(1U)
 
#define S_T3A_ENABLECSND   12
 
#define V_T3A_ENABLECSND(x)   ((x) << S_T3A_ENABLECSND)
 
#define F_T3A_ENABLECSND   V_T3A_ENABLECSND(1U)
 
#define S_T3A_ENABLEDEFERACK   9
 
#define V_T3A_ENABLEDEFERACK(x)   ((x) << S_T3A_ENABLEDEFERACK)
 
#define F_T3A_ENABLEDEFERACK   V_T3A_ENABLEDEFERACK(1U)
 
#define S_ENABLEPDUI   7
 
#define V_ENABLEPDUI(x)   ((x) << S_ENABLEPDUI)
 
#define F_ENABLEPDUI   V_ENABLEPDUI(1U)
 
#define S_T3A_ENABLEPDUE   6
 
#define V_T3A_ENABLEPDUE(x)   ((x) << S_T3A_ENABLEPDUE)
 
#define F_T3A_ENABLEPDUE   V_T3A_ENABLEPDUE(1U)
 
#define A_TP_PARA_REG7   0x37c
 
#define S_PMMAXXFERLEN1   16
 
#define M_PMMAXXFERLEN1   0xffff
 
#define V_PMMAXXFERLEN1(x)   ((x) << S_PMMAXXFERLEN1)
 
#define G_PMMAXXFERLEN1(x)   (((x) >> S_PMMAXXFERLEN1) & M_PMMAXXFERLEN1)
 
#define S_PMMAXXFERLEN0   0
 
#define M_PMMAXXFERLEN0   0xffff
 
#define V_PMMAXXFERLEN0(x)   ((x) << S_PMMAXXFERLEN0)
 
#define G_PMMAXXFERLEN0(x)   (((x) >> S_PMMAXXFERLEN0) & M_PMMAXXFERLEN0)
 
#define A_TP_TIMER_RESOLUTION   0x390
 
#define S_TIMERRESOLUTION   16
 
#define M_TIMERRESOLUTION   0xff
 
#define V_TIMERRESOLUTION(x)   ((x) << S_TIMERRESOLUTION)
 
#define G_TIMERRESOLUTION(x)   (((x) >> S_TIMERRESOLUTION) & M_TIMERRESOLUTION)
 
#define S_TIMESTAMPRESOLUTION   8
 
#define M_TIMESTAMPRESOLUTION   0xff
 
#define V_TIMESTAMPRESOLUTION(x)   ((x) << S_TIMESTAMPRESOLUTION)
 
#define G_TIMESTAMPRESOLUTION(x)   (((x) >> S_TIMESTAMPRESOLUTION) & M_TIMESTAMPRESOLUTION)
 
#define S_DELAYEDACKRESOLUTION   0
 
#define M_DELAYEDACKRESOLUTION   0xff
 
#define V_DELAYEDACKRESOLUTION(x)   ((x) << S_DELAYEDACKRESOLUTION)
 
#define G_DELAYEDACKRESOLUTION(x)   (((x) >> S_DELAYEDACKRESOLUTION) & M_DELAYEDACKRESOLUTION)
 
#define A_TP_MSL   0x394
 
#define S_MSL   0
 
#define M_MSL   0x3fffffff
 
#define V_MSL(x)   ((x) << S_MSL)
 
#define G_MSL(x)   (((x) >> S_MSL) & M_MSL)
 
#define A_TP_RXT_MIN   0x398
 
#define S_RXTMIN   0
 
#define M_RXTMIN   0x3fffffff
 
#define V_RXTMIN(x)   ((x) << S_RXTMIN)
 
#define G_RXTMIN(x)   (((x) >> S_RXTMIN) & M_RXTMIN)
 
#define A_TP_RXT_MAX   0x39c
 
#define S_RXTMAX   0
 
#define M_RXTMAX   0x3fffffff
 
#define V_RXTMAX(x)   ((x) << S_RXTMAX)
 
#define G_RXTMAX(x)   (((x) >> S_RXTMAX) & M_RXTMAX)
 
#define A_TP_PERS_MIN   0x3a0
 
#define S_PERSMIN   0
 
#define M_PERSMIN   0x3fffffff
 
#define V_PERSMIN(x)   ((x) << S_PERSMIN)
 
#define G_PERSMIN(x)   (((x) >> S_PERSMIN) & M_PERSMIN)
 
#define A_TP_PERS_MAX   0x3a4
 
#define S_PERSMAX   0
 
#define M_PERSMAX   0x3fffffff
 
#define V_PERSMAX(x)   ((x) << S_PERSMAX)
 
#define G_PERSMAX(x)   (((x) >> S_PERSMAX) & M_PERSMAX)
 
#define A_TP_KEEP_IDLE   0x3a8
 
#define S_KEEPALIVEIDLE   0
 
#define M_KEEPALIVEIDLE   0x3fffffff
 
#define V_KEEPALIVEIDLE(x)   ((x) << S_KEEPALIVEIDLE)
 
#define G_KEEPALIVEIDLE(x)   (((x) >> S_KEEPALIVEIDLE) & M_KEEPALIVEIDLE)
 
#define A_TP_KEEP_INTVL   0x3ac
 
#define S_KEEPALIVEINTVL   0
 
#define M_KEEPALIVEINTVL   0x3fffffff
 
#define V_KEEPALIVEINTVL(x)   ((x) << S_KEEPALIVEINTVL)
 
#define G_KEEPALIVEINTVL(x)   (((x) >> S_KEEPALIVEINTVL) & M_KEEPALIVEINTVL)
 
#define A_TP_INIT_SRTT   0x3b0
 
#define S_INITSRTT   0
 
#define M_INITSRTT   0xffff
 
#define V_INITSRTT(x)   ((x) << S_INITSRTT)
 
#define G_INITSRTT(x)   (((x) >> S_INITSRTT) & M_INITSRTT)
 
#define A_TP_DACK_TIMER   0x3b4
 
#define S_DACKTIME   0
 
#define M_DACKTIME   0xfff
 
#define V_DACKTIME(x)   ((x) << S_DACKTIME)
 
#define G_DACKTIME(x)   (((x) >> S_DACKTIME) & M_DACKTIME)
 
#define A_TP_FINWAIT2_TIMER   0x3b8
 
#define S_FINWAIT2TIME   0
 
#define M_FINWAIT2TIME   0x3fffffff
 
#define V_FINWAIT2TIME(x)   ((x) << S_FINWAIT2TIME)
 
#define G_FINWAIT2TIME(x)   (((x) >> S_FINWAIT2TIME) & M_FINWAIT2TIME)
 
#define A_TP_FAST_FINWAIT2_TIMER   0x3bc
 
#define S_FASTFINWAIT2TIME   0
 
#define M_FASTFINWAIT2TIME   0x3fffffff
 
#define V_FASTFINWAIT2TIME(x)   ((x) << S_FASTFINWAIT2TIME)
 
#define G_FASTFINWAIT2TIME(x)   (((x) >> S_FASTFINWAIT2TIME) & M_FASTFINWAIT2TIME)
 
#define A_TP_SHIFT_CNT   0x3c0
 
#define S_SYNSHIFTMAX   24
 
#define M_SYNSHIFTMAX   0xff
 
#define V_SYNSHIFTMAX(x)   ((x) << S_SYNSHIFTMAX)
 
#define G_SYNSHIFTMAX(x)   (((x) >> S_SYNSHIFTMAX) & M_SYNSHIFTMAX)
 
#define S_RXTSHIFTMAXR1   20
 
#define M_RXTSHIFTMAXR1   0xf
 
#define V_RXTSHIFTMAXR1(x)   ((x) << S_RXTSHIFTMAXR1)
 
#define G_RXTSHIFTMAXR1(x)   (((x) >> S_RXTSHIFTMAXR1) & M_RXTSHIFTMAXR1)
 
#define S_RXTSHIFTMAXR2   16
 
#define M_RXTSHIFTMAXR2   0xf
 
#define V_RXTSHIFTMAXR2(x)   ((x) << S_RXTSHIFTMAXR2)
 
#define G_RXTSHIFTMAXR2(x)   (((x) >> S_RXTSHIFTMAXR2) & M_RXTSHIFTMAXR2)
 
#define S_PERSHIFTBACKOFFMAX   12
 
#define M_PERSHIFTBACKOFFMAX   0xf
 
#define V_PERSHIFTBACKOFFMAX(x)   ((x) << S_PERSHIFTBACKOFFMAX)
 
#define G_PERSHIFTBACKOFFMAX(x)   (((x) >> S_PERSHIFTBACKOFFMAX) & M_PERSHIFTBACKOFFMAX)
 
#define S_PERSHIFTMAX   8
 
#define M_PERSHIFTMAX   0xf
 
#define V_PERSHIFTMAX(x)   ((x) << S_PERSHIFTMAX)
 
#define G_PERSHIFTMAX(x)   (((x) >> S_PERSHIFTMAX) & M_PERSHIFTMAX)
 
#define S_KEEPALIVEMAX   0
 
#define M_KEEPALIVEMAX   0xff
 
#define V_KEEPALIVEMAX(x)   ((x) << S_KEEPALIVEMAX)
 
#define G_KEEPALIVEMAX(x)   (((x) >> S_KEEPALIVEMAX) & M_KEEPALIVEMAX)
 
#define A_TP_TIME_HI   0x3c8
 
#define A_TP_TIME_LO   0x3cc
 
#define A_TP_MTU_PORT_TABLE   0x3d0
 
#define S_PORT1MTUVALUE   16
 
#define M_PORT1MTUVALUE   0xffff
 
#define V_PORT1MTUVALUE(x)   ((x) << S_PORT1MTUVALUE)
 
#define G_PORT1MTUVALUE(x)   (((x) >> S_PORT1MTUVALUE) & M_PORT1MTUVALUE)
 
#define S_PORT0MTUVALUE   0
 
#define M_PORT0MTUVALUE   0xffff
 
#define V_PORT0MTUVALUE(x)   ((x) << S_PORT0MTUVALUE)
 
#define G_PORT0MTUVALUE(x)   (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)
 
#define A_TP_ULP_TABLE   0x3d4
 
#define S_ULPTYPE7FIELD   28
 
#define M_ULPTYPE7FIELD   0xf
 
#define V_ULPTYPE7FIELD(x)   ((x) << S_ULPTYPE7FIELD)
 
#define G_ULPTYPE7FIELD(x)   (((x) >> S_ULPTYPE7FIELD) & M_ULPTYPE7FIELD)
 
#define S_ULPTYPE6FIELD   24
 
#define M_ULPTYPE6FIELD   0xf
 
#define V_ULPTYPE6FIELD(x)   ((x) << S_ULPTYPE6FIELD)
 
#define G_ULPTYPE6FIELD(x)   (((x) >> S_ULPTYPE6FIELD) & M_ULPTYPE6FIELD)
 
#define S_ULPTYPE5FIELD   20
 
#define M_ULPTYPE5FIELD   0xf
 
#define V_ULPTYPE5FIELD(x)   ((x) << S_ULPTYPE5FIELD)
 
#define G_ULPTYPE5FIELD(x)   (((x) >> S_ULPTYPE5FIELD) & M_ULPTYPE5FIELD)
 
#define S_ULPTYPE4FIELD   16
 
#define M_ULPTYPE4FIELD   0xf
 
#define V_ULPTYPE4FIELD(x)   ((x) << S_ULPTYPE4FIELD)
 
#define G_ULPTYPE4FIELD(x)   (((x) >> S_ULPTYPE4FIELD) & M_ULPTYPE4FIELD)
 
#define S_ULPTYPE3FIELD   12
 
#define M_ULPTYPE3FIELD   0xf
 
#define V_ULPTYPE3FIELD(x)   ((x) << S_ULPTYPE3FIELD)
 
#define G_ULPTYPE3FIELD(x)   (((x) >> S_ULPTYPE3FIELD) & M_ULPTYPE3FIELD)
 
#define S_ULPTYPE2FIELD   8
 
#define M_ULPTYPE2FIELD   0xf
 
#define V_ULPTYPE2FIELD(x)   ((x) << S_ULPTYPE2FIELD)
 
#define G_ULPTYPE2FIELD(x)   (((x) >> S_ULPTYPE2FIELD) & M_ULPTYPE2FIELD)
 
#define S_ULPTYPE1FIELD   4
 
#define M_ULPTYPE1FIELD   0xf
 
#define V_ULPTYPE1FIELD(x)   ((x) << S_ULPTYPE1FIELD)
 
#define G_ULPTYPE1FIELD(x)   (((x) >> S_ULPTYPE1FIELD) & M_ULPTYPE1FIELD)
 
#define S_ULPTYPE0FIELD   0
 
#define M_ULPTYPE0FIELD   0xf
 
#define V_ULPTYPE0FIELD(x)   ((x) << S_ULPTYPE0FIELD)
 
#define G_ULPTYPE0FIELD(x)   (((x) >> S_ULPTYPE0FIELD) & M_ULPTYPE0FIELD)
 
#define A_TP_PACE_TABLE   0x3d8
 
#define A_TP_CCTRL_TABLE   0x3dc
 
#define A_TP_TOS_TABLE   0x3e0
 
#define A_TP_MTU_TABLE   0x3e4
 
#define A_TP_RSS_MAP_TABLE   0x3e8
 
#define A_TP_RSS_LKP_TABLE   0x3ec
 
#define A_TP_RSS_CONFIG   0x3f0
 
#define S_TNL4TUPEN   29
 
#define V_TNL4TUPEN(x)   ((x) << S_TNL4TUPEN)
 
#define F_TNL4TUPEN   V_TNL4TUPEN(1U)
 
#define S_TNL2TUPEN   28
 
#define V_TNL2TUPEN(x)   ((x) << S_TNL2TUPEN)
 
#define F_TNL2TUPEN   V_TNL2TUPEN(1U)
 
#define S_TNLPRTEN   26
 
#define V_TNLPRTEN(x)   ((x) << S_TNLPRTEN)
 
#define F_TNLPRTEN   V_TNLPRTEN(1U)
 
#define S_TNLMAPEN   25
 
#define V_TNLMAPEN(x)   ((x) << S_TNLMAPEN)
 
#define F_TNLMAPEN   V_TNLMAPEN(1U)
 
#define S_TNLLKPEN   24
 
#define V_TNLLKPEN(x)   ((x) << S_TNLLKPEN)
 
#define F_TNLLKPEN   V_TNLLKPEN(1U)
 
#define S_OFD4TUPEN   21
 
#define V_OFD4TUPEN(x)   ((x) << S_OFD4TUPEN)
 
#define F_OFD4TUPEN   V_OFD4TUPEN(1U)
 
#define S_OFD2TUPEN   20
 
#define V_OFD2TUPEN(x)   ((x) << S_OFD2TUPEN)
 
#define F_OFD2TUPEN   V_OFD2TUPEN(1U)
 
#define S_OFDMAPEN   17
 
#define V_OFDMAPEN(x)   ((x) << S_OFDMAPEN)
 
#define F_OFDMAPEN   V_OFDMAPEN(1U)
 
#define S_OFDLKPEN   16
 
#define V_OFDLKPEN(x)   ((x) << S_OFDLKPEN)
 
#define F_OFDLKPEN   V_OFDLKPEN(1U)
 
#define S_SYN4TUPEN   13
 
#define V_SYN4TUPEN(x)   ((x) << S_SYN4TUPEN)
 
#define F_SYN4TUPEN   V_SYN4TUPEN(1U)
 
#define S_SYN2TUPEN   12
 
#define V_SYN2TUPEN(x)   ((x) << S_SYN2TUPEN)
 
#define F_SYN2TUPEN   V_SYN2TUPEN(1U)
 
#define S_SYNMAPEN   9
 
#define V_SYNMAPEN(x)   ((x) << S_SYNMAPEN)
 
#define F_SYNMAPEN   V_SYNMAPEN(1U)
 
#define S_SYNLKPEN   8
 
#define V_SYNLKPEN(x)   ((x) << S_SYNLKPEN)
 
#define F_SYNLKPEN   V_SYNLKPEN(1U)
 
#define S_RRCPLMAPEN   7
 
#define V_RRCPLMAPEN(x)   ((x) << S_RRCPLMAPEN)
 
#define F_RRCPLMAPEN   V_RRCPLMAPEN(1U)
 
#define S_RRCPLCPUSIZE   4
 
#define M_RRCPLCPUSIZE   0x7
 
#define V_RRCPLCPUSIZE(x)   ((x) << S_RRCPLCPUSIZE)
 
#define G_RRCPLCPUSIZE(x)   (((x) >> S_RRCPLCPUSIZE) & M_RRCPLCPUSIZE)
 
#define S_RQFEEDBACKENABLE   3
 
#define V_RQFEEDBACKENABLE(x)   ((x) << S_RQFEEDBACKENABLE)
 
#define F_RQFEEDBACKENABLE   V_RQFEEDBACKENABLE(1U)
 
#define S_HASHTOEPLITZ   2
 
#define V_HASHTOEPLITZ(x)   ((x) << S_HASHTOEPLITZ)
 
#define F_HASHTOEPLITZ   V_HASHTOEPLITZ(1U)
 
#define S_HASHSAVE   1
 
#define V_HASHSAVE(x)   ((x) << S_HASHSAVE)
 
#define F_HASHSAVE   V_HASHSAVE(1U)
 
#define S_DISABLE   0
 
#define V_DISABLE(x)   ((x) << S_DISABLE)
 
#define F_DISABLE   V_DISABLE(1U)
 
#define A_TP_RSS_CONFIG_TNL   0x3f4
 
#define S_MASKSIZE   28
 
#define M_MASKSIZE   0x7
 
#define V_MASKSIZE(x)   ((x) << S_MASKSIZE)
 
#define G_MASKSIZE(x)   (((x) >> S_MASKSIZE) & M_MASKSIZE)
 
#define S_DEFAULTCPUBASE   22
 
#define M_DEFAULTCPUBASE   0x3f
 
#define V_DEFAULTCPUBASE(x)   ((x) << S_DEFAULTCPUBASE)
 
#define G_DEFAULTCPUBASE(x)   (((x) >> S_DEFAULTCPUBASE) & M_DEFAULTCPUBASE)
 
#define S_DEFAULTCPU   16
 
#define M_DEFAULTCPU   0x3f
 
#define V_DEFAULTCPU(x)   ((x) << S_DEFAULTCPU)
 
#define G_DEFAULTCPU(x)   (((x) >> S_DEFAULTCPU) & M_DEFAULTCPU)
 
#define S_DEFAULTQUEUE   0
 
#define M_DEFAULTQUEUE   0xffff
 
#define V_DEFAULTQUEUE(x)   ((x) << S_DEFAULTQUEUE)
 
#define G_DEFAULTQUEUE(x)   (((x) >> S_DEFAULTQUEUE) & M_DEFAULTQUEUE)
 
#define A_TP_RSS_CONFIG_OFD   0x3f8
 
#define A_TP_RSS_CONFIG_SYN   0x3fc
 
#define A_TP_RSS_SECRET_KEY0   0x400
 
#define A_TP_RSS_SECRET_KEY1   0x404
 
#define A_TP_RSS_SECRET_KEY2   0x408
 
#define A_TP_RSS_SECRET_KEY3   0x40c
 
#define A_TP_TM_PIO_ADDR   0x418
 
#define A_TP_TM_PIO_DATA   0x41c
 
#define A_TP_TX_MOD_QUE_TABLE   0x420
 
#define A_TP_TX_RESOURCE_LIMIT   0x424
 
#define S_TX_RESOURCE_LIMIT_CH1_PC   24
 
#define M_TX_RESOURCE_LIMIT_CH1_PC   0xff
 
#define V_TX_RESOURCE_LIMIT_CH1_PC(x)   ((x) << S_TX_RESOURCE_LIMIT_CH1_PC)
 
#define G_TX_RESOURCE_LIMIT_CH1_PC(x)   (((x) >> S_TX_RESOURCE_LIMIT_CH1_PC) & M_TX_RESOURCE_LIMIT_CH1_PC)
 
#define S_TX_RESOURCE_LIMIT_CH1_NON_PC   16
 
#define M_TX_RESOURCE_LIMIT_CH1_NON_PC   0xff
 
#define V_TX_RESOURCE_LIMIT_CH1_NON_PC(x)   ((x) << S_TX_RESOURCE_LIMIT_CH1_NON_PC)
 
#define G_TX_RESOURCE_LIMIT_CH1_NON_PC(x)   (((x) >> S_TX_RESOURCE_LIMIT_CH1_NON_PC) & M_TX_RESOURCE_LIMIT_CH1_NON_PC)
 
#define S_TX_RESOURCE_LIMIT_CH0_PC   8
 
#define M_TX_RESOURCE_LIMIT_CH0_PC   0xff
 
#define V_TX_RESOURCE_LIMIT_CH0_PC(x)   ((x) << S_TX_RESOURCE_LIMIT_CH0_PC)
 
#define G_TX_RESOURCE_LIMIT_CH0_PC(x)   (((x) >> S_TX_RESOURCE_LIMIT_CH0_PC) & M_TX_RESOURCE_LIMIT_CH0_PC)
 
#define S_TX_RESOURCE_LIMIT_CH0_NON_PC   0
 
#define M_TX_RESOURCE_LIMIT_CH0_NON_PC   0xff
 
#define V_TX_RESOURCE_LIMIT_CH0_NON_PC(x)   ((x) << S_TX_RESOURCE_LIMIT_CH0_NON_PC)
 
#define G_TX_RESOURCE_LIMIT_CH0_NON_PC(x)   (((x) >> S_TX_RESOURCE_LIMIT_CH0_NON_PC) & M_TX_RESOURCE_LIMIT_CH0_NON_PC)
 
#define A_TP_TX_MOD_QUEUE_REQ_MAP   0x428
 
#define S_RX_MOD_WEIGHT   24
 
#define M_RX_MOD_WEIGHT   0xff
 
#define V_RX_MOD_WEIGHT(x)   ((x) << S_RX_MOD_WEIGHT)
 
#define G_RX_MOD_WEIGHT(x)   (((x) >> S_RX_MOD_WEIGHT) & M_RX_MOD_WEIGHT)
 
#define S_TX_MOD_WEIGHT   16
 
#define M_TX_MOD_WEIGHT   0xff
 
#define V_TX_MOD_WEIGHT(x)   ((x) << S_TX_MOD_WEIGHT)
 
#define G_TX_MOD_WEIGHT(x)   (((x) >> S_TX_MOD_WEIGHT) & M_TX_MOD_WEIGHT)
 
#define S_TX_MOD_TIMER_MODE   8
 
#define M_TX_MOD_TIMER_MODE   0xff
 
#define V_TX_MOD_TIMER_MODE(x)   ((x) << S_TX_MOD_TIMER_MODE)
 
#define G_TX_MOD_TIMER_MODE(x)   (((x) >> S_TX_MOD_TIMER_MODE) & M_TX_MOD_TIMER_MODE)
 
#define S_TX_MOD_QUEUE_REQ_MAP   0
 
#define M_TX_MOD_QUEUE_REQ_MAP   0xff
 
#define V_TX_MOD_QUEUE_REQ_MAP(x)   ((x) << S_TX_MOD_QUEUE_REQ_MAP)
 
#define G_TX_MOD_QUEUE_REQ_MAP(x)   (((x) >> S_TX_MOD_QUEUE_REQ_MAP) & M_TX_MOD_QUEUE_REQ_MAP)
 
#define A_TP_TX_MOD_QUEUE_WEIGHT1   0x42c
 
#define S_TP_TX_MODQ_WGHT7   24
 
#define M_TP_TX_MODQ_WGHT7   0xff
 
#define V_TP_TX_MODQ_WGHT7(x)   ((x) << S_TP_TX_MODQ_WGHT7)
 
#define G_TP_TX_MODQ_WGHT7(x)   (((x) >> S_TP_TX_MODQ_WGHT7) & M_TP_TX_MODQ_WGHT7)
 
#define S_TP_TX_MODQ_WGHT6   16
 
#define M_TP_TX_MODQ_WGHT6   0xff
 
#define V_TP_TX_MODQ_WGHT6(x)   ((x) << S_TP_TX_MODQ_WGHT6)
 
#define G_TP_TX_MODQ_WGHT6(x)   (((x) >> S_TP_TX_MODQ_WGHT6) & M_TP_TX_MODQ_WGHT6)
 
#define S_TP_TX_MODQ_WGHT5   8
 
#define M_TP_TX_MODQ_WGHT5   0xff
 
#define V_TP_TX_MODQ_WGHT5(x)   ((x) << S_TP_TX_MODQ_WGHT5)
 
#define G_TP_TX_MODQ_WGHT5(x)   (((x) >> S_TP_TX_MODQ_WGHT5) & M_TP_TX_MODQ_WGHT5)
 
#define S_TP_TX_MODQ_WGHT4   0
 
#define M_TP_TX_MODQ_WGHT4   0xff
 
#define V_TP_TX_MODQ_WGHT4(x)   ((x) << S_TP_TX_MODQ_WGHT4)
 
#define G_TP_TX_MODQ_WGHT4(x)   (((x) >> S_TP_TX_MODQ_WGHT4) & M_TP_TX_MODQ_WGHT4)
 
#define A_TP_TX_MOD_QUEUE_WEIGHT0   0x430
 
#define S_TP_TX_MODQ_WGHT3   24
 
#define M_TP_TX_MODQ_WGHT3   0xff
 
#define V_TP_TX_MODQ_WGHT3(x)   ((x) << S_TP_TX_MODQ_WGHT3)
 
#define G_TP_TX_MODQ_WGHT3(x)   (((x) >> S_TP_TX_MODQ_WGHT3) & M_TP_TX_MODQ_WGHT3)
 
#define S_TP_TX_MODQ_WGHT2   16
 
#define M_TP_TX_MODQ_WGHT2   0xff
 
#define V_TP_TX_MODQ_WGHT2(x)   ((x) << S_TP_TX_MODQ_WGHT2)
 
#define G_TP_TX_MODQ_WGHT2(x)   (((x) >> S_TP_TX_MODQ_WGHT2) & M_TP_TX_MODQ_WGHT2)
 
#define S_TP_TX_MODQ_WGHT1   8
 
#define M_TP_TX_MODQ_WGHT1   0xff
 
#define V_TP_TX_MODQ_WGHT1(x)   ((x) << S_TP_TX_MODQ_WGHT1)
 
#define G_TP_TX_MODQ_WGHT1(x)   (((x) >> S_TP_TX_MODQ_WGHT1) & M_TP_TX_MODQ_WGHT1)
 
#define S_TP_TX_MODQ_WGHT0   0
 
#define M_TP_TX_MODQ_WGHT0   0xff
 
#define V_TP_TX_MODQ_WGHT0(x)   ((x) << S_TP_TX_MODQ_WGHT0)
 
#define G_TP_TX_MODQ_WGHT0(x)   (((x) >> S_TP_TX_MODQ_WGHT0) & M_TP_TX_MODQ_WGHT0)
 
#define A_TP_MOD_CHANNEL_WEIGHT   0x434
 
#define S_RX_MOD_CHANNEL_WEIGHT1   24
 
#define M_RX_MOD_CHANNEL_WEIGHT1   0xff
 
#define V_RX_MOD_CHANNEL_WEIGHT1(x)   ((x) << S_RX_MOD_CHANNEL_WEIGHT1)
 
#define G_RX_MOD_CHANNEL_WEIGHT1(x)   (((x) >> S_RX_MOD_CHANNEL_WEIGHT1) & M_RX_MOD_CHANNEL_WEIGHT1)
 
#define S_RX_MOD_CHANNEL_WEIGHT0   16
 
#define M_RX_MOD_CHANNEL_WEIGHT0   0xff
 
#define V_RX_MOD_CHANNEL_WEIGHT0(x)   ((x) << S_RX_MOD_CHANNEL_WEIGHT0)
 
#define G_RX_MOD_CHANNEL_WEIGHT0(x)   (((x) >> S_RX_MOD_CHANNEL_WEIGHT0) & M_RX_MOD_CHANNEL_WEIGHT0)
 
#define S_TX_MOD_CHANNEL_WEIGHT1   8
 
#define M_TX_MOD_CHANNEL_WEIGHT1   0xff
 
#define V_TX_MOD_CHANNEL_WEIGHT1(x)   ((x) << S_TX_MOD_CHANNEL_WEIGHT1)
 
#define G_TX_MOD_CHANNEL_WEIGHT1(x)   (((x) >> S_TX_MOD_CHANNEL_WEIGHT1) & M_TX_MOD_CHANNEL_WEIGHT1)
 
#define S_TX_MOD_CHANNEL_WEIGHT0   0
 
#define M_TX_MOD_CHANNEL_WEIGHT0   0xff
 
#define V_TX_MOD_CHANNEL_WEIGHT0(x)   ((x) << S_TX_MOD_CHANNEL_WEIGHT0)
 
#define G_TX_MOD_CHANNEL_WEIGHT0(x)   (((x) >> S_TX_MOD_CHANNEL_WEIGHT0) & M_TX_MOD_CHANNEL_WEIGHT0)
 
#define A_TP_MOD_RATE_LIMIT   0x438
 
#define S_RX_MOD_RATE_LIMIT_INC   24
 
#define M_RX_MOD_RATE_LIMIT_INC   0xff
 
#define V_RX_MOD_RATE_LIMIT_INC(x)   ((x) << S_RX_MOD_RATE_LIMIT_INC)
 
#define G_RX_MOD_RATE_LIMIT_INC(x)   (((x) >> S_RX_MOD_RATE_LIMIT_INC) & M_RX_MOD_RATE_LIMIT_INC)
 
#define S_RX_MOD_RATE_LIMIT_TICK   16
 
#define M_RX_MOD_RATE_LIMIT_TICK   0xff
 
#define V_RX_MOD_RATE_LIMIT_TICK(x)   ((x) << S_RX_MOD_RATE_LIMIT_TICK)
 
#define G_RX_MOD_RATE_LIMIT_TICK(x)   (((x) >> S_RX_MOD_RATE_LIMIT_TICK) & M_RX_MOD_RATE_LIMIT_TICK)
 
#define S_TX_MOD_RATE_LIMIT_INC   8
 
#define M_TX_MOD_RATE_LIMIT_INC   0xff
 
#define V_TX_MOD_RATE_LIMIT_INC(x)   ((x) << S_TX_MOD_RATE_LIMIT_INC)
 
#define G_TX_MOD_RATE_LIMIT_INC(x)   (((x) >> S_TX_MOD_RATE_LIMIT_INC) & M_TX_MOD_RATE_LIMIT_INC)
 
#define S_TX_MOD_RATE_LIMIT_TICK   0
 
#define M_TX_MOD_RATE_LIMIT_TICK   0xff
 
#define V_TX_MOD_RATE_LIMIT_TICK(x)   ((x) << S_TX_MOD_RATE_LIMIT_TICK)
 
#define G_TX_MOD_RATE_LIMIT_TICK(x)   (((x) >> S_TX_MOD_RATE_LIMIT_TICK) & M_TX_MOD_RATE_LIMIT_TICK)
 
#define A_TP_PIO_ADDR   0x440
 
#define A_TP_PIO_DATA   0x444
 
#define A_TP_RESET   0x44c
 
#define S_FLSTINITENABLE   1
 
#define V_FLSTINITENABLE(x)   ((x) << S_FLSTINITENABLE)
 
#define F_FLSTINITENABLE   V_FLSTINITENABLE(1U)
 
#define S_TPRESET   0
 
#define V_TPRESET(x)   ((x) << S_TPRESET)
 
#define F_TPRESET   V_TPRESET(1U)
 
#define A_TP_MIB_INDEX   0x450
 
#define A_TP_MIB_RDATA   0x454
 
#define A_TP_SYNC_TIME_HI   0x458
 
#define A_TP_SYNC_TIME_LO   0x45c
 
#define A_TP_CMM_MM_RX_FLST_BASE   0x460
 
#define S_CMRXFLSTBASE   0
 
#define M_CMRXFLSTBASE   0xfffffff
 
#define V_CMRXFLSTBASE(x)   ((x) << S_CMRXFLSTBASE)
 
#define G_CMRXFLSTBASE(x)   (((x) >> S_CMRXFLSTBASE) & M_CMRXFLSTBASE)
 
#define A_TP_CMM_MM_TX_FLST_BASE   0x464
 
#define S_CMTXFLSTBASE   0
 
#define M_CMTXFLSTBASE   0xfffffff
 
#define V_CMTXFLSTBASE(x)   ((x) << S_CMTXFLSTBASE)
 
#define G_CMTXFLSTBASE(x)   (((x) >> S_CMTXFLSTBASE) & M_CMTXFLSTBASE)
 
#define A_TP_CMM_MM_PS_FLST_BASE   0x468
 
#define S_CMPSFLSTBASE   0
 
#define M_CMPSFLSTBASE   0xfffffff
 
#define V_CMPSFLSTBASE(x)   ((x) << S_CMPSFLSTBASE)
 
#define G_CMPSFLSTBASE(x)   (((x) >> S_CMPSFLSTBASE) & M_CMPSFLSTBASE)
 
#define A_TP_CMM_MM_MAX_PSTRUCT   0x46c
 
#define S_CMMAXPSTRUCT   0
 
#define M_CMMAXPSTRUCT   0x1fffff
 
#define V_CMMAXPSTRUCT(x)   ((x) << S_CMMAXPSTRUCT)
 
#define G_CMMAXPSTRUCT(x)   (((x) >> S_CMMAXPSTRUCT) & M_CMMAXPSTRUCT)
 
#define A_TP_INT_ENABLE   0x470
 
#define S_FLMTXFLSTEMPTY   30
 
#define V_FLMTXFLSTEMPTY(x)   ((x) << S_FLMTXFLSTEMPTY)
 
#define F_FLMTXFLSTEMPTY   V_FLMTXFLSTEMPTY(1U)
 
#define S_FLMRXFLSTEMPTY   29
 
#define V_FLMRXFLSTEMPTY(x)   ((x) << S_FLMRXFLSTEMPTY)
 
#define F_FLMRXFLSTEMPTY   V_FLMRXFLSTEMPTY(1U)
 
#define S_FLMPERRSET   28
 
#define V_FLMPERRSET(x)   ((x) << S_FLMPERRSET)
 
#define F_FLMPERRSET   V_FLMPERRSET(1U)
 
#define S_PROTOCOLSRAMPERR   27
 
#define V_PROTOCOLSRAMPERR(x)   ((x) << S_PROTOCOLSRAMPERR)
 
#define F_PROTOCOLSRAMPERR   V_PROTOCOLSRAMPERR(1U)
 
#define S_ARPLUTPERR   26
 
#define V_ARPLUTPERR(x)   ((x) << S_ARPLUTPERR)
 
#define F_ARPLUTPERR   V_ARPLUTPERR(1U)
 
#define S_CMRCFOPPERR   25
 
#define V_CMRCFOPPERR(x)   ((x) << S_CMRCFOPPERR)
 
#define F_CMRCFOPPERR   V_CMRCFOPPERR(1U)
 
#define S_CMCACHEPERR   24
 
#define V_CMCACHEPERR(x)   ((x) << S_CMCACHEPERR)
 
#define F_CMCACHEPERR   V_CMCACHEPERR(1U)
 
#define S_CMRCFDATAPERR   23
 
#define V_CMRCFDATAPERR(x)   ((x) << S_CMRCFDATAPERR)
 
#define F_CMRCFDATAPERR   V_CMRCFDATAPERR(1U)
 
#define S_DBL2TLUTPERR   22
 
#define V_DBL2TLUTPERR(x)   ((x) << S_DBL2TLUTPERR)
 
#define F_DBL2TLUTPERR   V_DBL2TLUTPERR(1U)
 
#define S_DBTXTIDPERR   21
 
#define V_DBTXTIDPERR(x)   ((x) << S_DBTXTIDPERR)
 
#define F_DBTXTIDPERR   V_DBTXTIDPERR(1U)
 
#define S_DBEXTPERR   20
 
#define V_DBEXTPERR(x)   ((x) << S_DBEXTPERR)
 
#define F_DBEXTPERR   V_DBEXTPERR(1U)
 
#define S_DBOPPERR   19
 
#define V_DBOPPERR(x)   ((x) << S_DBOPPERR)
 
#define F_DBOPPERR   V_DBOPPERR(1U)
 
#define S_TMCACHEPERR   18
 
#define V_TMCACHEPERR(x)   ((x) << S_TMCACHEPERR)
 
#define F_TMCACHEPERR   V_TMCACHEPERR(1U)
 
#define S_ETPOUTCPLFIFOPERR   17
 
#define V_ETPOUTCPLFIFOPERR(x)   ((x) << S_ETPOUTCPLFIFOPERR)
 
#define F_ETPOUTCPLFIFOPERR   V_ETPOUTCPLFIFOPERR(1U)
 
#define S_ETPOUTTCPFIFOPERR   16
 
#define V_ETPOUTTCPFIFOPERR(x)   ((x) << S_ETPOUTTCPFIFOPERR)
 
#define F_ETPOUTTCPFIFOPERR   V_ETPOUTTCPFIFOPERR(1U)
 
#define S_ETPOUTIPFIFOPERR   15
 
#define V_ETPOUTIPFIFOPERR(x)   ((x) << S_ETPOUTIPFIFOPERR)
 
#define F_ETPOUTIPFIFOPERR   V_ETPOUTIPFIFOPERR(1U)
 
#define S_ETPOUTETHFIFOPERR   14
 
#define V_ETPOUTETHFIFOPERR(x)   ((x) << S_ETPOUTETHFIFOPERR)
 
#define F_ETPOUTETHFIFOPERR   V_ETPOUTETHFIFOPERR(1U)
 
#define S_ETPINCPLFIFOPERR   13
 
#define V_ETPINCPLFIFOPERR(x)   ((x) << S_ETPINCPLFIFOPERR)
 
#define F_ETPINCPLFIFOPERR   V_ETPINCPLFIFOPERR(1U)
 
#define S_ETPINTCPOPTFIFOPERR   12
 
#define V_ETPINTCPOPTFIFOPERR(x)   ((x) << S_ETPINTCPOPTFIFOPERR)
 
#define F_ETPINTCPOPTFIFOPERR   V_ETPINTCPOPTFIFOPERR(1U)
 
#define S_ETPINTCPFIFOPERR   11
 
#define V_ETPINTCPFIFOPERR(x)   ((x) << S_ETPINTCPFIFOPERR)
 
#define F_ETPINTCPFIFOPERR   V_ETPINTCPFIFOPERR(1U)
 
#define S_ETPINIPFIFOPERR   10
 
#define V_ETPINIPFIFOPERR(x)   ((x) << S_ETPINIPFIFOPERR)
 
#define F_ETPINIPFIFOPERR   V_ETPINIPFIFOPERR(1U)
 
#define S_ETPINETHFIFOPERR   9
 
#define V_ETPINETHFIFOPERR(x)   ((x) << S_ETPINETHFIFOPERR)
 
#define F_ETPINETHFIFOPERR   V_ETPINETHFIFOPERR(1U)
 
#define S_CTPOUTCPLFIFOPERR   8
 
#define V_CTPOUTCPLFIFOPERR(x)   ((x) << S_CTPOUTCPLFIFOPERR)
 
#define F_CTPOUTCPLFIFOPERR   V_CTPOUTCPLFIFOPERR(1U)
 
#define S_CTPOUTTCPFIFOPERR   7
 
#define V_CTPOUTTCPFIFOPERR(x)   ((x) << S_CTPOUTTCPFIFOPERR)
 
#define F_CTPOUTTCPFIFOPERR   V_CTPOUTTCPFIFOPERR(1U)
 
#define S_CTPOUTIPFIFOPERR   6
 
#define V_CTPOUTIPFIFOPERR(x)   ((x) << S_CTPOUTIPFIFOPERR)
 
#define F_CTPOUTIPFIFOPERR   V_CTPOUTIPFIFOPERR(1U)
 
#define S_CTPOUTETHFIFOPERR   5
 
#define V_CTPOUTETHFIFOPERR(x)   ((x) << S_CTPOUTETHFIFOPERR)
 
#define F_CTPOUTETHFIFOPERR   V_CTPOUTETHFIFOPERR(1U)
 
#define S_CTPINCPLFIFOPERR   4
 
#define V_CTPINCPLFIFOPERR(x)   ((x) << S_CTPINCPLFIFOPERR)
 
#define F_CTPINCPLFIFOPERR   V_CTPINCPLFIFOPERR(1U)
 
#define S_CTPINTCPOPFIFOPERR   3
 
#define V_CTPINTCPOPFIFOPERR(x)   ((x) << S_CTPINTCPOPFIFOPERR)
 
#define F_CTPINTCPOPFIFOPERR   V_CTPINTCPOPFIFOPERR(1U)
 
#define S_CTPINTCPFIFOPERR   2
 
#define V_CTPINTCPFIFOPERR(x)   ((x) << S_CTPINTCPFIFOPERR)
 
#define F_CTPINTCPFIFOPERR   V_CTPINTCPFIFOPERR(1U)
 
#define S_CTPINIPFIFOPERR   1
 
#define V_CTPINIPFIFOPERR(x)   ((x) << S_CTPINIPFIFOPERR)
 
#define F_CTPINIPFIFOPERR   V_CTPINIPFIFOPERR(1U)
 
#define S_CTPINETHFIFOPERR   0
 
#define V_CTPINETHFIFOPERR(x)   ((x) << S_CTPINETHFIFOPERR)
 
#define F_CTPINETHFIFOPERR   V_CTPINETHFIFOPERR(1U)
 
#define A_TP_INT_CAUSE   0x474
 
#define A_TP_FLM_FREE_PS_CNT   0x480
 
#define S_FREEPSTRUCTCOUNT   0
 
#define M_FREEPSTRUCTCOUNT   0x1fffff
 
#define V_FREEPSTRUCTCOUNT(x)   ((x) << S_FREEPSTRUCTCOUNT)
 
#define G_FREEPSTRUCTCOUNT(x)   (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT)
 
#define A_TP_FLM_FREE_RX_CNT   0x484
 
#define S_FREERXPAGECOUNT   0
 
#define M_FREERXPAGECOUNT   0x1fffff
 
#define V_FREERXPAGECOUNT(x)   ((x) << S_FREERXPAGECOUNT)
 
#define G_FREERXPAGECOUNT(x)   (((x) >> S_FREERXPAGECOUNT) & M_FREERXPAGECOUNT)
 
#define A_TP_FLM_FREE_TX_CNT   0x488
 
#define S_FREETXPAGECOUNT   0
 
#define M_FREETXPAGECOUNT   0x1fffff
 
#define V_FREETXPAGECOUNT(x)   ((x) << S_FREETXPAGECOUNT)
 
#define G_FREETXPAGECOUNT(x)   (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT)
 
#define A_TP_TM_HEAP_PUSH_CNT   0x48c
 
#define A_TP_TM_HEAP_POP_CNT   0x490
 
#define A_TP_TM_DACK_PUSH_CNT   0x494
 
#define A_TP_TM_DACK_POP_CNT   0x498
 
#define A_TP_TM_MOD_PUSH_CNT   0x49c
 
#define A_TP_MOD_POP_CNT   0x4a0
 
#define A_TP_TIMER_SEPARATOR   0x4a4
 
#define A_TP_DEBUG_SEL   0x4a8
 
#define A_TP_DEBUG_FLAGS   0x4ac
 
#define S_RXTIMERDACKFIRST   26
 
#define V_RXTIMERDACKFIRST(x)   ((x) << S_RXTIMERDACKFIRST)
 
#define F_RXTIMERDACKFIRST   V_RXTIMERDACKFIRST(1U)
 
#define S_RXTIMERDACK   25
 
#define V_RXTIMERDACK(x)   ((x) << S_RXTIMERDACK)
 
#define F_RXTIMERDACK   V_RXTIMERDACK(1U)
 
#define S_RXTIMERHEARTBEAT   24
 
#define V_RXTIMERHEARTBEAT(x)   ((x) << S_RXTIMERHEARTBEAT)
 
#define F_RXTIMERHEARTBEAT   V_RXTIMERHEARTBEAT(1U)
 
#define S_RXPAWSDROP   23
 
#define V_RXPAWSDROP(x)   ((x) << S_RXPAWSDROP)
 
#define F_RXPAWSDROP   V_RXPAWSDROP(1U)
 
#define S_RXURGDATADROP   22
 
#define V_RXURGDATADROP(x)   ((x) << S_RXURGDATADROP)
 
#define F_RXURGDATADROP   V_RXURGDATADROP(1U)
 
#define S_RXFUTUREDATA   21
 
#define V_RXFUTUREDATA(x)   ((x) << S_RXFUTUREDATA)
 
#define F_RXFUTUREDATA   V_RXFUTUREDATA(1U)
 
#define S_RXRCVRXMDATA   20
 
#define V_RXRCVRXMDATA(x)   ((x) << S_RXRCVRXMDATA)
 
#define F_RXRCVRXMDATA   V_RXRCVRXMDATA(1U)
 
#define S_RXRCVOOODATAFIN   19
 
#define V_RXRCVOOODATAFIN(x)   ((x) << S_RXRCVOOODATAFIN)
 
#define F_RXRCVOOODATAFIN   V_RXRCVOOODATAFIN(1U)
 
#define S_RXRCVOOODATA   18
 
#define V_RXRCVOOODATA(x)   ((x) << S_RXRCVOOODATA)
 
#define F_RXRCVOOODATA   V_RXRCVOOODATA(1U)
 
#define S_RXRCVWNDZERO   17
 
#define V_RXRCVWNDZERO(x)   ((x) << S_RXRCVWNDZERO)
 
#define F_RXRCVWNDZERO   V_RXRCVWNDZERO(1U)
 
#define S_RXRCVWNDLTMSS   16
 
#define V_RXRCVWNDLTMSS(x)   ((x) << S_RXRCVWNDLTMSS)
 
#define F_RXRCVWNDLTMSS   V_RXRCVWNDLTMSS(1U)
 
#define S_TXDUPACKINC   11
 
#define V_TXDUPACKINC(x)   ((x) << S_TXDUPACKINC)
 
#define F_TXDUPACKINC   V_TXDUPACKINC(1U)
 
#define S_TXRXMURG   10
 
#define V_TXRXMURG(x)   ((x) << S_TXRXMURG)
 
#define F_TXRXMURG   V_TXRXMURG(1U)
 
#define S_TXRXMFIN   9
 
#define V_TXRXMFIN(x)   ((x) << S_TXRXMFIN)
 
#define F_TXRXMFIN   V_TXRXMFIN(1U)
 
#define S_TXRXMSYN   8
 
#define V_TXRXMSYN(x)   ((x) << S_TXRXMSYN)
 
#define F_TXRXMSYN   V_TXRXMSYN(1U)
 
#define S_TXRXMNEWRENO   7
 
#define V_TXRXMNEWRENO(x)   ((x) << S_TXRXMNEWRENO)
 
#define F_TXRXMNEWRENO   V_TXRXMNEWRENO(1U)
 
#define S_TXRXMFAST   6
 
#define V_TXRXMFAST(x)   ((x) << S_TXRXMFAST)
 
#define F_TXRXMFAST   V_TXRXMFAST(1U)
 
#define S_TXRXMTIMER   5
 
#define V_TXRXMTIMER(x)   ((x) << S_TXRXMTIMER)
 
#define F_TXRXMTIMER   V_TXRXMTIMER(1U)
 
#define S_TXRXMTIMERKEEPALIVE   4
 
#define V_TXRXMTIMERKEEPALIVE(x)   ((x) << S_TXRXMTIMERKEEPALIVE)
 
#define F_TXRXMTIMERKEEPALIVE   V_TXRXMTIMERKEEPALIVE(1U)
 
#define S_TXRXMTIMERPERSIST   3
 
#define V_TXRXMTIMERPERSIST(x)   ((x) << S_TXRXMTIMERPERSIST)
 
#define F_TXRXMTIMERPERSIST   V_TXRXMTIMERPERSIST(1U)
 
#define S_TXRCVADVSHRUNK   2
 
#define V_TXRCVADVSHRUNK(x)   ((x) << S_TXRCVADVSHRUNK)
 
#define F_TXRCVADVSHRUNK   V_TXRCVADVSHRUNK(1U)
 
#define S_TXRCVADVZERO   1
 
#define V_TXRCVADVZERO(x)   ((x) << S_TXRCVADVZERO)
 
#define F_TXRCVADVZERO   V_TXRCVADVZERO(1U)
 
#define S_TXRCVADVLTMSS   0
 
#define V_TXRCVADVLTMSS(x)   ((x) << S_TXRCVADVLTMSS)
 
#define F_TXRCVADVLTMSS   V_TXRCVADVLTMSS(1U)
 
#define S_RXDEBUGFLAGS   16
 
#define M_RXDEBUGFLAGS   0xffff
 
#define V_RXDEBUGFLAGS(x)   ((x) << S_RXDEBUGFLAGS)
 
#define G_RXDEBUGFLAGS(x)   (((x) >> S_RXDEBUGFLAGS) & M_RXDEBUGFLAGS)
 
#define S_TXDEBUGFLAGS   0
 
#define M_TXDEBUGFLAGS   0xffff
 
#define V_TXDEBUGFLAGS(x)   ((x) << S_TXDEBUGFLAGS)
 
#define G_TXDEBUGFLAGS(x)   (((x) >> S_TXDEBUGFLAGS) & M_TXDEBUGFLAGS)
 
#define A_TP_PROXY_FLOW_CNTL   0x4b0
 
#define A_TP_CM_FLOW_CNTL_MODE   0x4b0
 
#define S_CMFLOWCACHEDISABLE   0
 
#define V_CMFLOWCACHEDISABLE(x)   ((x) << S_CMFLOWCACHEDISABLE)
 
#define F_CMFLOWCACHEDISABLE   V_CMFLOWCACHEDISABLE(1U)
 
#define A_TP_PC_CONGESTION_CNTL   0x4b4
 
#define S_EDROPTUNNEL   19
 
#define V_EDROPTUNNEL(x)   ((x) << S_EDROPTUNNEL)
 
#define F_EDROPTUNNEL   V_EDROPTUNNEL(1U)
 
#define S_CDROPTUNNEL   18
 
#define V_CDROPTUNNEL(x)   ((x) << S_CDROPTUNNEL)
 
#define F_CDROPTUNNEL   V_CDROPTUNNEL(1U)
 
#define S_ETHRESHOLD   12
 
#define M_ETHRESHOLD   0x3f
 
#define V_ETHRESHOLD(x)   ((x) << S_ETHRESHOLD)
 
#define G_ETHRESHOLD(x)   (((x) >> S_ETHRESHOLD) & M_ETHRESHOLD)
 
#define S_CTHRESHOLD   6
 
#define M_CTHRESHOLD   0x3f
 
#define V_CTHRESHOLD(x)   ((x) << S_CTHRESHOLD)
 
#define G_CTHRESHOLD(x)   (((x) >> S_CTHRESHOLD) & M_CTHRESHOLD)
 
#define S_TXTHRESHOLD   0
 
#define M_TXTHRESHOLD   0x3f
 
#define V_TXTHRESHOLD(x)   ((x) << S_TXTHRESHOLD)
 
#define G_TXTHRESHOLD(x)   (((x) >> S_TXTHRESHOLD) & M_TXTHRESHOLD)
 
#define A_TP_TX_DROP_COUNT   0x4bc
 
#define A_TP_CLEAR_DEBUG   0x4c0
 
#define S_CLRDEBUG   0
 
#define V_CLRDEBUG(x)   ((x) << S_CLRDEBUG)
 
#define F_CLRDEBUG   V_CLRDEBUG(1U)
 
#define A_TP_DEBUG_VEC   0x4c4
 
#define A_TP_DEBUG_VEC2   0x4c8
 
#define A_TP_DEBUG_REG_SEL   0x4cc
 
#define A_TP_DEBUG   0x4d0
 
#define A_TP_DBG_LA_CONFIG   0x4d4
 
#define A_TP_DBG_LA_DATAH   0x4d8
 
#define A_TP_DBG_LA_DATAL   0x4dc
 
#define A_TP_EMBED_OP_FIELD0   0x4e8
 
#define A_TP_EMBED_OP_FIELD1   0x4ec
 
#define A_TP_EMBED_OP_FIELD2   0x4f0
 
#define A_TP_EMBED_OP_FIELD3   0x4f4
 
#define A_TP_EMBED_OP_FIELD4   0x4f8
 
#define A_TP_EMBED_OP_FIELD5   0x4fc
 
#define A_TP_TX_MOD_Q7_Q6_TIMER_SEPARATOR   0x0
 
#define A_TP_TX_MOD_Q5_Q4_TIMER_SEPARATOR   0x1
 
#define A_TP_TX_MOD_Q3_Q2_TIMER_SEPARATOR   0x2
 
#define A_TP_TX_MOD_Q1_Q0_TIMER_SEPARATOR   0x3
 
#define A_TP_RX_MOD_Q1_Q0_TIMER_SEPARATOR   0x4
 
#define A_TP_TX_MOD_Q7_Q6_RATE_LIMIT   0x5
 
#define A_TP_TX_MOD_Q5_Q4_RATE_LIMIT   0x6
 
#define A_TP_TX_MOD_Q3_Q2_RATE_LIMIT   0x7
 
#define A_TP_TX_MOD_Q1_Q0_RATE_LIMIT   0x8
 
#define A_TP_RX_MOD_Q1_Q0_RATE_LIMIT   0x9
 
#define A_TP_TX_TRC_KEY0   0x20
 
#define A_TP_TX_TRC_MASK0   0x21
 
#define A_TP_TX_TRC_KEY1   0x22
 
#define A_TP_TX_TRC_MASK1   0x23
 
#define A_TP_TX_TRC_KEY2   0x24
 
#define A_TP_TX_TRC_MASK2   0x25
 
#define A_TP_TX_TRC_KEY3   0x26
 
#define A_TP_TX_TRC_MASK3   0x27
 
#define A_TP_IPMI_CFG1   0x28
 
#define S_VLANENABLE   31
 
#define V_VLANENABLE(x)   ((x) << S_VLANENABLE)
 
#define F_VLANENABLE   V_VLANENABLE(1U)
 
#define S_PRIMARYPORTENABLE   30
 
#define V_PRIMARYPORTENABLE(x)   ((x) << S_PRIMARYPORTENABLE)
 
#define F_PRIMARYPORTENABLE   V_PRIMARYPORTENABLE(1U)
 
#define S_SECUREPORTENABLE   29
 
#define V_SECUREPORTENABLE(x)   ((x) << S_SECUREPORTENABLE)
 
#define F_SECUREPORTENABLE   V_SECUREPORTENABLE(1U)
 
#define S_ARPENABLE   28
 
#define V_ARPENABLE(x)   ((x) << S_ARPENABLE)
 
#define F_ARPENABLE   V_ARPENABLE(1U)
 
#define S_VLAN   0
 
#define M_VLAN   0xffff
 
#define V_VLAN(x)   ((x) << S_VLAN)
 
#define G_VLAN(x)   (((x) >> S_VLAN) & M_VLAN)
 
#define A_TP_IPMI_CFG2   0x29
 
#define S_SECUREPORT   16
 
#define M_SECUREPORT   0xffff
 
#define V_SECUREPORT(x)   ((x) << S_SECUREPORT)
 
#define G_SECUREPORT(x)   (((x) >> S_SECUREPORT) & M_SECUREPORT)
 
#define S_PRIMARYPORT   0
 
#define M_PRIMARYPORT   0xffff
 
#define V_PRIMARYPORT(x)   ((x) << S_PRIMARYPORT)
 
#define G_PRIMARYPORT(x)   (((x) >> S_PRIMARYPORT) & M_PRIMARYPORT)
 
#define A_TP_RX_TRC_KEY0   0x120
 
#define A_TP_RX_TRC_MASK0   0x121
 
#define A_TP_RX_TRC_KEY1   0x122
 
#define A_TP_RX_TRC_MASK1   0x123
 
#define A_TP_RX_TRC_KEY2   0x124
 
#define A_TP_RX_TRC_MASK2   0x125
 
#define A_TP_RX_TRC_KEY3   0x126
 
#define A_TP_RX_TRC_MASK3   0x127
 
#define A_TP_QOS_RX_TOS_MAP_H   0x128
 
#define A_TP_QOS_RX_TOS_MAP_L   0x129
 
#define A_TP_QOS_RX_MAP_MODE   0x12a
 
#define S_DEFAULTCH   11
 
#define V_DEFAULTCH(x)   ((x) << S_DEFAULTCH)
 
#define F_DEFAULTCH   V_DEFAULTCH(1U)
 
#define S_RXMAPMODE   8
 
#define M_RXMAPMODE   0x7
 
#define V_RXMAPMODE(x)   ((x) << S_RXMAPMODE)
 
#define G_RXMAPMODE(x)   (((x) >> S_RXMAPMODE) & M_RXMAPMODE)
 
#define S_RXVLANMAP   7
 
#define V_RXVLANMAP(x)   ((x) << S_RXVLANMAP)
 
#define F_RXVLANMAP   V_RXVLANMAP(1U)
 
#define A_TP_TX_DROP_CFG_CH0   0x12b
 
#define S_TIMERENABLED   31
 
#define V_TIMERENABLED(x)   ((x) << S_TIMERENABLED)
 
#define F_TIMERENABLED   V_TIMERENABLED(1U)
 
#define S_TIMERERRORENABLE   30
 
#define V_TIMERERRORENABLE(x)   ((x) << S_TIMERERRORENABLE)
 
#define F_TIMERERRORENABLE   V_TIMERERRORENABLE(1U)
 
#define S_TIMERTHRESHOLD   4
 
#define M_TIMERTHRESHOLD   0x3ffffff
 
#define V_TIMERTHRESHOLD(x)   ((x) << S_TIMERTHRESHOLD)
 
#define G_TIMERTHRESHOLD(x)   (((x) >> S_TIMERTHRESHOLD) & M_TIMERTHRESHOLD)
 
#define S_PACKETDROPS   0
 
#define M_PACKETDROPS   0xf
 
#define V_PACKETDROPS(x)   ((x) << S_PACKETDROPS)
 
#define G_PACKETDROPS(x)   (((x) >> S_PACKETDROPS) & M_PACKETDROPS)
 
#define A_TP_TX_DROP_CFG_CH1   0x12c
 
#define A_TP_TX_DROP_CNT_CH0   0x12d
 
#define S_TXDROPCNTCH0SENT   16
 
#define M_TXDROPCNTCH0SENT   0xffff
 
#define V_TXDROPCNTCH0SENT(x)   ((x) << S_TXDROPCNTCH0SENT)
 
#define G_TXDROPCNTCH0SENT(x)   (((x) >> S_TXDROPCNTCH0SENT) & M_TXDROPCNTCH0SENT)
 
#define S_TXDROPCNTCH0RCVD   0
 
#define M_TXDROPCNTCH0RCVD   0xffff
 
#define V_TXDROPCNTCH0RCVD(x)   ((x) << S_TXDROPCNTCH0RCVD)
 
#define G_TXDROPCNTCH0RCVD(x)   (((x) >> S_TXDROPCNTCH0RCVD) & M_TXDROPCNTCH0RCVD)
 
#define A_TP_TX_DROP_CNT_CH1   0x12e
 
#define S_TXDROPCNTCH1SENT   16
 
#define M_TXDROPCNTCH1SENT   0xffff
 
#define V_TXDROPCNTCH1SENT(x)   ((x) << S_TXDROPCNTCH1SENT)
 
#define G_TXDROPCNTCH1SENT(x)   (((x) >> S_TXDROPCNTCH1SENT) & M_TXDROPCNTCH1SENT)
 
#define S_TXDROPCNTCH1RCVD   0
 
#define M_TXDROPCNTCH1RCVD   0xffff
 
#define V_TXDROPCNTCH1RCVD(x)   ((x) << S_TXDROPCNTCH1RCVD)
 
#define G_TXDROPCNTCH1RCVD(x)   (((x) >> S_TXDROPCNTCH1RCVD) & M_TXDROPCNTCH1RCVD)
 
#define A_TP_TX_DROP_MODE   0x12f
 
#define S_TXDROPMODECH1   1
 
#define V_TXDROPMODECH1(x)   ((x) << S_TXDROPMODECH1)
 
#define F_TXDROPMODECH1   V_TXDROPMODECH1(1U)
 
#define S_TXDROPMODECH0   0
 
#define V_TXDROPMODECH0(x)   ((x) << S_TXDROPMODECH0)
 
#define F_TXDROPMODECH0   V_TXDROPMODECH0(1U)
 
#define A_TP_VLAN_PRI_MAP   0x137
 
#define S_VLANPRIMAP7   14
 
#define M_VLANPRIMAP7   0x3
 
#define V_VLANPRIMAP7(x)   ((x) << S_VLANPRIMAP7)
 
#define G_VLANPRIMAP7(x)   (((x) >> S_VLANPRIMAP7) & M_VLANPRIMAP7)
 
#define S_VLANPRIMAP6   12
 
#define M_VLANPRIMAP6   0x3
 
#define V_VLANPRIMAP6(x)   ((x) << S_VLANPRIMAP6)
 
#define G_VLANPRIMAP6(x)   (((x) >> S_VLANPRIMAP6) & M_VLANPRIMAP6)
 
#define S_VLANPRIMAP5   10
 
#define M_VLANPRIMAP5   0x3
 
#define V_VLANPRIMAP5(x)   ((x) << S_VLANPRIMAP5)
 
#define G_VLANPRIMAP5(x)   (((x) >> S_VLANPRIMAP5) & M_VLANPRIMAP5)
 
#define S_VLANPRIMAP4   8
 
#define M_VLANPRIMAP4   0x3
 
#define V_VLANPRIMAP4(x)   ((x) << S_VLANPRIMAP4)
 
#define G_VLANPRIMAP4(x)   (((x) >> S_VLANPRIMAP4) & M_VLANPRIMAP4)
 
#define S_VLANPRIMAP3   6
 
#define M_VLANPRIMAP3   0x3
 
#define V_VLANPRIMAP3(x)   ((x) << S_VLANPRIMAP3)
 
#define G_VLANPRIMAP3(x)   (((x) >> S_VLANPRIMAP3) & M_VLANPRIMAP3)
 
#define S_VLANPRIMAP2   4
 
#define M_VLANPRIMAP2   0x3
 
#define V_VLANPRIMAP2(x)   ((x) << S_VLANPRIMAP2)
 
#define G_VLANPRIMAP2(x)   (((x) >> S_VLANPRIMAP2) & M_VLANPRIMAP2)
 
#define S_VLANPRIMAP1   2
 
#define M_VLANPRIMAP1   0x3
 
#define V_VLANPRIMAP1(x)   ((x) << S_VLANPRIMAP1)
 
#define G_VLANPRIMAP1(x)   (((x) >> S_VLANPRIMAP1) & M_VLANPRIMAP1)
 
#define S_VLANPRIMAP0   0
 
#define M_VLANPRIMAP0   0x3
 
#define V_VLANPRIMAP0(x)   ((x) << S_VLANPRIMAP0)
 
#define G_VLANPRIMAP0(x)   (((x) >> S_VLANPRIMAP0) & M_VLANPRIMAP0)
 
#define A_TP_MAC_MATCH_MAP0   0x138
 
#define S_MACMATCHMAP7   21
 
#define M_MACMATCHMAP7   0x7
 
#define V_MACMATCHMAP7(x)   ((x) << S_MACMATCHMAP7)
 
#define G_MACMATCHMAP7(x)   (((x) >> S_MACMATCHMAP7) & M_MACMATCHMAP7)
 
#define S_MACMATCHMAP6   18
 
#define M_MACMATCHMAP6   0x7
 
#define V_MACMATCHMAP6(x)   ((x) << S_MACMATCHMAP6)
 
#define G_MACMATCHMAP6(x)   (((x) >> S_MACMATCHMAP6) & M_MACMATCHMAP6)
 
#define S_MACMATCHMAP5   15
 
#define M_MACMATCHMAP5   0x7
 
#define V_MACMATCHMAP5(x)   ((x) << S_MACMATCHMAP5)
 
#define G_MACMATCHMAP5(x)   (((x) >> S_MACMATCHMAP5) & M_MACMATCHMAP5)
 
#define S_MACMATCHMAP4   12
 
#define M_MACMATCHMAP4   0x7
 
#define V_MACMATCHMAP4(x)   ((x) << S_MACMATCHMAP4)
 
#define G_MACMATCHMAP4(x)   (((x) >> S_MACMATCHMAP4) & M_MACMATCHMAP4)
 
#define S_MACMATCHMAP3   9
 
#define M_MACMATCHMAP3   0x7
 
#define V_MACMATCHMAP3(x)   ((x) << S_MACMATCHMAP3)
 
#define G_MACMATCHMAP3(x)   (((x) >> S_MACMATCHMAP3) & M_MACMATCHMAP3)
 
#define S_MACMATCHMAP2   6
 
#define M_MACMATCHMAP2   0x7
 
#define V_MACMATCHMAP2(x)   ((x) << S_MACMATCHMAP2)
 
#define G_MACMATCHMAP2(x)   (((x) >> S_MACMATCHMAP2) & M_MACMATCHMAP2)
 
#define S_MACMATCHMAP1   3
 
#define M_MACMATCHMAP1   0x7
 
#define V_MACMATCHMAP1(x)   ((x) << S_MACMATCHMAP1)
 
#define G_MACMATCHMAP1(x)   (((x) >> S_MACMATCHMAP1) & M_MACMATCHMAP1)
 
#define S_MACMATCHMAP0   0
 
#define M_MACMATCHMAP0   0x7
 
#define V_MACMATCHMAP0(x)   ((x) << S_MACMATCHMAP0)
 
#define G_MACMATCHMAP0(x)   (((x) >> S_MACMATCHMAP0) & M_MACMATCHMAP0)
 
#define A_TP_MAC_MATCH_MAP1   0x139
 
#define A_TP_INGRESS_CONFIG   0x141
 
#define S_LOOKUPEVERYPKT   28
 
#define V_LOOKUPEVERYPKT(x)   ((x) << S_LOOKUPEVERYPKT)
 
#define F_LOOKUPEVERYPKT   V_LOOKUPEVERYPKT(1U)
 
#define S_ENABLEINSERTIONSFD   27
 
#define V_ENABLEINSERTIONSFD(x)   ((x) << S_ENABLEINSERTIONSFD)
 
#define F_ENABLEINSERTIONSFD   V_ENABLEINSERTIONSFD(1U)
 
#define S_ENABLEINSERTION   26
 
#define V_ENABLEINSERTION(x)   ((x) << S_ENABLEINSERTION)
 
#define F_ENABLEINSERTION   V_ENABLEINSERTION(1U)
 
#define S_ENABLEEXTRACTIONSFD   25
 
#define V_ENABLEEXTRACTIONSFD(x)   ((x) << S_ENABLEEXTRACTIONSFD)
 
#define F_ENABLEEXTRACTIONSFD   V_ENABLEEXTRACTIONSFD(1U)
 
#define S_ENABLEEXTRACT   24
 
#define V_ENABLEEXTRACT(x)   ((x) << S_ENABLEEXTRACT)
 
#define F_ENABLEEXTRACT   V_ENABLEEXTRACT(1U)
 
#define S_BITPOS3   18
 
#define M_BITPOS3   0x3f
 
#define V_BITPOS3(x)   ((x) << S_BITPOS3)
 
#define G_BITPOS3(x)   (((x) >> S_BITPOS3) & M_BITPOS3)
 
#define S_BITPOS2   12
 
#define M_BITPOS2   0x3f
 
#define V_BITPOS2(x)   ((x) << S_BITPOS2)
 
#define G_BITPOS2(x)   (((x) >> S_BITPOS2) & M_BITPOS2)
 
#define S_BITPOS1   6
 
#define M_BITPOS1   0x3f
 
#define V_BITPOS1(x)   ((x) << S_BITPOS1)
 
#define G_BITPOS1(x)   (((x) >> S_BITPOS1) & M_BITPOS1)
 
#define S_BITPOS0   0
 
#define M_BITPOS0   0x3f
 
#define V_BITPOS0(x)   ((x) << S_BITPOS0)
 
#define G_BITPOS0(x)   (((x) >> S_BITPOS0) & M_BITPOS0)
 
#define A_TP_PREAMBLE_MSB   0x142
 
#define A_TP_PREAMBLE_LSB   0x143
 
#define A_TP_EGRESS_CONFIG   0x145
 
#define S_REWRITEFORCETOSIZE   0
 
#define V_REWRITEFORCETOSIZE(x)   ((x) << S_REWRITEFORCETOSIZE)
 
#define F_REWRITEFORCETOSIZE   V_REWRITEFORCETOSIZE(1U)
 
#define A_TP_INTF_FROM_TX_PKT   0x244
 
#define S_INTFFROMTXPKT   0
 
#define V_INTFFROMTXPKT(x)   ((x) << S_INTFFROMTXPKT)
 
#define F_INTFFROMTXPKT   V_INTFFROMTXPKT(1U)
 
#define A_TP_FIFO_CONFIG   0x8c0
 
#define S_RXFIFOCONFIG   10
 
#define M_RXFIFOCONFIG   0x3f
 
#define V_RXFIFOCONFIG(x)   ((x) << S_RXFIFOCONFIG)
 
#define G_RXFIFOCONFIG(x)   (((x) >> S_RXFIFOCONFIG) & M_RXFIFOCONFIG)
 
#define S_TXFIFOCONFIG   2
 
#define M_TXFIFOCONFIG   0x3f
 
#define V_TXFIFOCONFIG(x)   ((x) << S_TXFIFOCONFIG)
 
#define G_TXFIFOCONFIG(x)   (((x) >> S_TXFIFOCONFIG) & M_TXFIFOCONFIG)
 
#define ULP2_RX_BASE_ADDR   0x500
 
#define A_ULPRX_CTL   0x500
 
#define S_PCMD1THRESHOLD   24
 
#define M_PCMD1THRESHOLD   0xff
 
#define V_PCMD1THRESHOLD(x)   ((x) << S_PCMD1THRESHOLD)
 
#define G_PCMD1THRESHOLD(x)   (((x) >> S_PCMD1THRESHOLD) & M_PCMD1THRESHOLD)
 
#define S_PCMD0THRESHOLD   16
 
#define M_PCMD0THRESHOLD   0xff
 
#define V_PCMD0THRESHOLD(x)   ((x) << S_PCMD0THRESHOLD)
 
#define G_PCMD0THRESHOLD(x)   (((x) >> S_PCMD0THRESHOLD) & M_PCMD0THRESHOLD)
 
#define S_ROUND_ROBIN   4
 
#define V_ROUND_ROBIN(x)   ((x) << S_ROUND_ROBIN)
 
#define F_ROUND_ROBIN   V_ROUND_ROBIN(1U)
 
#define S_RDMA_PERMISSIVE_MODE   3
 
#define V_RDMA_PERMISSIVE_MODE(x)   ((x) << S_RDMA_PERMISSIVE_MODE)
 
#define F_RDMA_PERMISSIVE_MODE   V_RDMA_PERMISSIVE_MODE(1U)
 
#define S_PAGEPODME   2
 
#define V_PAGEPODME(x)   ((x) << S_PAGEPODME)
 
#define F_PAGEPODME   V_PAGEPODME(1U)
 
#define S_ISCSITAGTCB   1
 
#define V_ISCSITAGTCB(x)   ((x) << S_ISCSITAGTCB)
 
#define F_ISCSITAGTCB   V_ISCSITAGTCB(1U)
 
#define S_TDDPTAGTCB   0
 
#define V_TDDPTAGTCB(x)   ((x) << S_TDDPTAGTCB)
 
#define F_TDDPTAGTCB   V_TDDPTAGTCB(1U)
 
#define A_ULPRX_INT_ENABLE   0x504
 
#define S_DATASELFRAMEERR0   7
 
#define V_DATASELFRAMEERR0(x)   ((x) << S_DATASELFRAMEERR0)
 
#define F_DATASELFRAMEERR0   V_DATASELFRAMEERR0(1U)
 
#define S_DATASELFRAMEERR1   6
 
#define V_DATASELFRAMEERR1(x)   ((x) << S_DATASELFRAMEERR1)
 
#define F_DATASELFRAMEERR1   V_DATASELFRAMEERR1(1U)
 
#define S_PCMDMUXPERR   5
 
#define V_PCMDMUXPERR(x)   ((x) << S_PCMDMUXPERR)
 
#define F_PCMDMUXPERR   V_PCMDMUXPERR(1U)
 
#define S_ARBFPERR   4
 
#define V_ARBFPERR(x)   ((x) << S_ARBFPERR)
 
#define F_ARBFPERR   V_ARBFPERR(1U)
 
#define S_ARBPF0PERR   3
 
#define V_ARBPF0PERR(x)   ((x) << S_ARBPF0PERR)
 
#define F_ARBPF0PERR   V_ARBPF0PERR(1U)
 
#define S_ARBPF1PERR   2
 
#define V_ARBPF1PERR(x)   ((x) << S_ARBPF1PERR)
 
#define F_ARBPF1PERR   V_ARBPF1PERR(1U)
 
#define S_PARERRPCMD   1
 
#define V_PARERRPCMD(x)   ((x) << S_PARERRPCMD)
 
#define F_PARERRPCMD   V_PARERRPCMD(1U)
 
#define S_PARERRDATA   0
 
#define V_PARERRDATA(x)   ((x) << S_PARERRDATA)
 
#define F_PARERRDATA   V_PARERRDATA(1U)
 
#define S_PARERR   0
 
#define V_PARERR(x)   ((x) << S_PARERR)
 
#define F_PARERR   V_PARERR(1U)
 
#define A_ULPRX_INT_CAUSE   0x508
 
#define A_ULPRX_ISCSI_LLIMIT   0x50c
 
#define S_ISCSILLIMIT   6
 
#define M_ISCSILLIMIT   0x3ffffff
 
#define V_ISCSILLIMIT(x)   ((x) << S_ISCSILLIMIT)
 
#define G_ISCSILLIMIT(x)   (((x) >> S_ISCSILLIMIT) & M_ISCSILLIMIT)
 
#define A_ULPRX_ISCSI_ULIMIT   0x510
 
#define S_ISCSIULIMIT   6
 
#define M_ISCSIULIMIT   0x3ffffff
 
#define V_ISCSIULIMIT(x)   ((x) << S_ISCSIULIMIT)
 
#define G_ISCSIULIMIT(x)   (((x) >> S_ISCSIULIMIT) & M_ISCSIULIMIT)
 
#define A_ULPRX_ISCSI_TAGMASK   0x514
 
#define S_ISCSITAGMASK   6
 
#define M_ISCSITAGMASK   0x3ffffff
 
#define V_ISCSITAGMASK(x)   ((x) << S_ISCSITAGMASK)
 
#define G_ISCSITAGMASK(x)   (((x) >> S_ISCSITAGMASK) & M_ISCSITAGMASK)
 
#define A_ULPRX_ISCSI_PSZ   0x518
 
#define S_HPZ3   24
 
#define M_HPZ3   0xf
 
#define V_HPZ3(x)   ((x) << S_HPZ3)
 
#define G_HPZ3(x)   (((x) >> S_HPZ3) & M_HPZ3)
 
#define S_HPZ2   16
 
#define M_HPZ2   0xf
 
#define V_HPZ2(x)   ((x) << S_HPZ2)
 
#define G_HPZ2(x)   (((x) >> S_HPZ2) & M_HPZ2)
 
#define S_HPZ1   8
 
#define M_HPZ1   0xf
 
#define V_HPZ1(x)   ((x) << S_HPZ1)
 
#define G_HPZ1(x)   (((x) >> S_HPZ1) & M_HPZ1)
 
#define S_HPZ0   0
 
#define M_HPZ0   0xf
 
#define V_HPZ0(x)   ((x) << S_HPZ0)
 
#define G_HPZ0(x)   (((x) >> S_HPZ0) & M_HPZ0)
 
#define A_ULPRX_TDDP_LLIMIT   0x51c
 
#define S_TDDPLLIMIT   6
 
#define M_TDDPLLIMIT   0x3ffffff
 
#define V_TDDPLLIMIT(x)   ((x) << S_TDDPLLIMIT)
 
#define G_TDDPLLIMIT(x)   (((x) >> S_TDDPLLIMIT) & M_TDDPLLIMIT)
 
#define A_ULPRX_TDDP_ULIMIT   0x520
 
#define S_TDDPULIMIT   6
 
#define M_TDDPULIMIT   0x3ffffff
 
#define V_TDDPULIMIT(x)   ((x) << S_TDDPULIMIT)
 
#define G_TDDPULIMIT(x)   (((x) >> S_TDDPULIMIT) & M_TDDPULIMIT)
 
#define A_ULPRX_TDDP_TAGMASK   0x524
 
#define S_TDDPTAGMASK   6
 
#define M_TDDPTAGMASK   0x3ffffff
 
#define V_TDDPTAGMASK(x)   ((x) << S_TDDPTAGMASK)
 
#define G_TDDPTAGMASK(x)   (((x) >> S_TDDPTAGMASK) & M_TDDPTAGMASK)
 
#define A_ULPRX_TDDP_PSZ   0x528
 
#define A_ULPRX_STAG_LLIMIT   0x52c
 
#define A_ULPRX_STAG_ULIMIT   0x530
 
#define A_ULPRX_RQ_LLIMIT   0x534
 
#define A_ULPRX_RQ_ULIMIT   0x538
 
#define A_ULPRX_PBL_LLIMIT   0x53c
 
#define A_ULPRX_PBL_ULIMIT   0x540
 
#define ULP2_TX_BASE_ADDR   0x580
 
#define A_ULPTX_CONFIG   0x580
 
#define S_CFG_CQE_SOP_MASK   1
 
#define V_CFG_CQE_SOP_MASK(x)   ((x) << S_CFG_CQE_SOP_MASK)
 
#define F_CFG_CQE_SOP_MASK   V_CFG_CQE_SOP_MASK(1U)
 
#define S_CFG_RR_ARB   0
 
#define V_CFG_RR_ARB(x)   ((x) << S_CFG_RR_ARB)
 
#define F_CFG_RR_ARB   V_CFG_RR_ARB(1U)
 
#define A_ULPTX_INT_ENABLE   0x584
 
#define S_CMD_FIFO_PERR_SET1   7
 
#define V_CMD_FIFO_PERR_SET1(x)   ((x) << S_CMD_FIFO_PERR_SET1)
 
#define F_CMD_FIFO_PERR_SET1   V_CMD_FIFO_PERR_SET1(1U)
 
#define S_CMD_FIFO_PERR_SET0   6
 
#define V_CMD_FIFO_PERR_SET0(x)   ((x) << S_CMD_FIFO_PERR_SET0)
 
#define F_CMD_FIFO_PERR_SET0   V_CMD_FIFO_PERR_SET0(1U)
 
#define S_LSO_HDR_SRAM_PERR_SET1   5
 
#define V_LSO_HDR_SRAM_PERR_SET1(x)   ((x) << S_LSO_HDR_SRAM_PERR_SET1)
 
#define F_LSO_HDR_SRAM_PERR_SET1   V_LSO_HDR_SRAM_PERR_SET1(1U)
 
#define S_LSO_HDR_SRAM_PERR_SET0   4
 
#define V_LSO_HDR_SRAM_PERR_SET0(x)   ((x) << S_LSO_HDR_SRAM_PERR_SET0)
 
#define F_LSO_HDR_SRAM_PERR_SET0   V_LSO_HDR_SRAM_PERR_SET0(1U)
 
#define S_IMM_DATA_PERR_SET_CH1   3
 
#define V_IMM_DATA_PERR_SET_CH1(x)   ((x) << S_IMM_DATA_PERR_SET_CH1)
 
#define F_IMM_DATA_PERR_SET_CH1   V_IMM_DATA_PERR_SET_CH1(1U)
 
#define S_IMM_DATA_PERR_SET_CH0   2
 
#define V_IMM_DATA_PERR_SET_CH0(x)   ((x) << S_IMM_DATA_PERR_SET_CH0)
 
#define F_IMM_DATA_PERR_SET_CH0   V_IMM_DATA_PERR_SET_CH0(1U)
 
#define S_PBL_BOUND_ERR_CH1   1
 
#define V_PBL_BOUND_ERR_CH1(x)   ((x) << S_PBL_BOUND_ERR_CH1)
 
#define F_PBL_BOUND_ERR_CH1   V_PBL_BOUND_ERR_CH1(1U)
 
#define S_PBL_BOUND_ERR_CH0   0
 
#define V_PBL_BOUND_ERR_CH0(x)   ((x) << S_PBL_BOUND_ERR_CH0)
 
#define F_PBL_BOUND_ERR_CH0   V_PBL_BOUND_ERR_CH0(1U)
 
#define A_ULPTX_INT_CAUSE   0x588
 
#define A_ULPTX_TPT_LLIMIT   0x58c
 
#define A_ULPTX_TPT_ULIMIT   0x590
 
#define A_ULPTX_PBL_LLIMIT   0x594
 
#define A_ULPTX_PBL_ULIMIT   0x598
 
#define A_ULPTX_CPL_ERR_OFFSET   0x59c
 
#define A_ULPTX_CPL_ERR_MASK   0x5a0
 
#define A_ULPTX_CPL_ERR_VALUE   0x5a4
 
#define A_ULPTX_CPL_PACK_SIZE   0x5a8
 
#define S_VALUE   24
 
#define M_VALUE   0xff
 
#define V_VALUE(x)   ((x) << S_VALUE)
 
#define G_VALUE(x)   (((x) >> S_VALUE) & M_VALUE)
 
#define S_CH1SIZE2   24
 
#define M_CH1SIZE2   0xff
 
#define V_CH1SIZE2(x)   ((x) << S_CH1SIZE2)
 
#define G_CH1SIZE2(x)   (((x) >> S_CH1SIZE2) & M_CH1SIZE2)
 
#define S_CH1SIZE1   16
 
#define M_CH1SIZE1   0xff
 
#define V_CH1SIZE1(x)   ((x) << S_CH1SIZE1)
 
#define G_CH1SIZE1(x)   (((x) >> S_CH1SIZE1) & M_CH1SIZE1)
 
#define S_CH0SIZE2   8
 
#define M_CH0SIZE2   0xff
 
#define V_CH0SIZE2(x)   ((x) << S_CH0SIZE2)
 
#define G_CH0SIZE2(x)   (((x) >> S_CH0SIZE2) & M_CH0SIZE2)
 
#define S_CH0SIZE1   0
 
#define M_CH0SIZE1   0xff
 
#define V_CH0SIZE1(x)   ((x) << S_CH0SIZE1)
 
#define G_CH0SIZE1(x)   (((x) >> S_CH0SIZE1) & M_CH0SIZE1)
 
#define A_ULPTX_DMA_WEIGHT   0x5ac
 
#define S_D1_WEIGHT   16
 
#define M_D1_WEIGHT   0xffff
 
#define V_D1_WEIGHT(x)   ((x) << S_D1_WEIGHT)
 
#define G_D1_WEIGHT(x)   (((x) >> S_D1_WEIGHT) & M_D1_WEIGHT)
 
#define S_D0_WEIGHT   0
 
#define M_D0_WEIGHT   0xffff
 
#define V_D0_WEIGHT(x)   ((x) << S_D0_WEIGHT)
 
#define G_D0_WEIGHT(x)   (((x) >> S_D0_WEIGHT) & M_D0_WEIGHT)
 
#define PM1_RX_BASE_ADDR   0x5c0
 
#define A_PM1_RX_CFG   0x5c0
 
#define A_PM1_RX_MODE   0x5c4
 
#define S_STAT_CHANNEL   1
 
#define V_STAT_CHANNEL(x)   ((x) << S_STAT_CHANNEL)
 
#define F_STAT_CHANNEL   V_STAT_CHANNEL(1U)
 
#define S_PRIORITY_CH   0
 
#define V_PRIORITY_CH(x)   ((x) << S_PRIORITY_CH)
 
#define F_PRIORITY_CH   V_PRIORITY_CH(1U)
 
#define A_PM1_RX_STAT_CONFIG   0x5c8
 
#define A_PM1_RX_STAT_COUNT   0x5cc
 
#define A_PM1_RX_STAT_MSB   0x5d0
 
#define A_PM1_RX_STAT_LSB   0x5d4
 
#define A_PM1_RX_INT_ENABLE   0x5d8
 
#define S_ZERO_E_CMD_ERROR   18
 
#define V_ZERO_E_CMD_ERROR(x)   ((x) << S_ZERO_E_CMD_ERROR)
 
#define F_ZERO_E_CMD_ERROR   V_ZERO_E_CMD_ERROR(1U)
 
#define S_IESPI0_FIFO2X_RX_FRAMING_ERROR   17
 
#define V_IESPI0_FIFO2X_RX_FRAMING_ERROR(x)   ((x) << S_IESPI0_FIFO2X_RX_FRAMING_ERROR)
 
#define F_IESPI0_FIFO2X_RX_FRAMING_ERROR   V_IESPI0_FIFO2X_RX_FRAMING_ERROR(1U)
 
#define S_IESPI1_FIFO2X_RX_FRAMING_ERROR   16
 
#define V_IESPI1_FIFO2X_RX_FRAMING_ERROR(x)   ((x) << S_IESPI1_FIFO2X_RX_FRAMING_ERROR)
 
#define F_IESPI1_FIFO2X_RX_FRAMING_ERROR   V_IESPI1_FIFO2X_RX_FRAMING_ERROR(1U)
 
#define S_IESPI0_RX_FRAMING_ERROR   15
 
#define V_IESPI0_RX_FRAMING_ERROR(x)   ((x) << S_IESPI0_RX_FRAMING_ERROR)
 
#define F_IESPI0_RX_FRAMING_ERROR   V_IESPI0_RX_FRAMING_ERROR(1U)
 
#define S_IESPI1_RX_FRAMING_ERROR   14
 
#define V_IESPI1_RX_FRAMING_ERROR(x)   ((x) << S_IESPI1_RX_FRAMING_ERROR)
 
#define F_IESPI1_RX_FRAMING_ERROR   V_IESPI1_RX_FRAMING_ERROR(1U)
 
#define S_IESPI0_TX_FRAMING_ERROR   13
 
#define V_IESPI0_TX_FRAMING_ERROR(x)   ((x) << S_IESPI0_TX_FRAMING_ERROR)
 
#define F_IESPI0_TX_FRAMING_ERROR   V_IESPI0_TX_FRAMING_ERROR(1U)
 
#define S_IESPI1_TX_FRAMING_ERROR   12
 
#define V_IESPI1_TX_FRAMING_ERROR(x)   ((x) << S_IESPI1_TX_FRAMING_ERROR)
 
#define F_IESPI1_TX_FRAMING_ERROR   V_IESPI1_TX_FRAMING_ERROR(1U)
 
#define S_OCSPI0_RX_FRAMING_ERROR   11
 
#define V_OCSPI0_RX_FRAMING_ERROR(x)   ((x) << S_OCSPI0_RX_FRAMING_ERROR)
 
#define F_OCSPI0_RX_FRAMING_ERROR   V_OCSPI0_RX_FRAMING_ERROR(1U)
 
#define S_OCSPI1_RX_FRAMING_ERROR   10
 
#define V_OCSPI1_RX_FRAMING_ERROR(x)   ((x) << S_OCSPI1_RX_FRAMING_ERROR)
 
#define F_OCSPI1_RX_FRAMING_ERROR   V_OCSPI1_RX_FRAMING_ERROR(1U)
 
#define S_OCSPI0_TX_FRAMING_ERROR   9
 
#define V_OCSPI0_TX_FRAMING_ERROR(x)   ((x) << S_OCSPI0_TX_FRAMING_ERROR)
 
#define F_OCSPI0_TX_FRAMING_ERROR   V_OCSPI0_TX_FRAMING_ERROR(1U)
 
#define S_OCSPI1_TX_FRAMING_ERROR   8
 
#define V_OCSPI1_TX_FRAMING_ERROR(x)   ((x) << S_OCSPI1_TX_FRAMING_ERROR)
 
#define F_OCSPI1_TX_FRAMING_ERROR   V_OCSPI1_TX_FRAMING_ERROR(1U)
 
#define S_OCSPI0_OFIFO2X_TX_FRAMING_ERROR   7
 
#define V_OCSPI0_OFIFO2X_TX_FRAMING_ERROR(x)   ((x) << S_OCSPI0_OFIFO2X_TX_FRAMING_ERROR)
 
#define F_OCSPI0_OFIFO2X_TX_FRAMING_ERROR   V_OCSPI0_OFIFO2X_TX_FRAMING_ERROR(1U)
 
#define S_OCSPI1_OFIFO2X_TX_FRAMING_ERROR   6
 
#define V_OCSPI1_OFIFO2X_TX_FRAMING_ERROR(x)   ((x) << S_OCSPI1_OFIFO2X_TX_FRAMING_ERROR)
 
#define F_OCSPI1_OFIFO2X_TX_FRAMING_ERROR   V_OCSPI1_OFIFO2X_TX_FRAMING_ERROR(1U)
 
#define S_IESPI_PAR_ERROR   3
 
#define M_IESPI_PAR_ERROR   0x7
 
#define V_IESPI_PAR_ERROR(x)   ((x) << S_IESPI_PAR_ERROR)
 
#define G_IESPI_PAR_ERROR(x)   (((x) >> S_IESPI_PAR_ERROR) & M_IESPI_PAR_ERROR)
 
#define S_OCSPI_PAR_ERROR   0
 
#define M_OCSPI_PAR_ERROR   0x7
 
#define V_OCSPI_PAR_ERROR(x)   ((x) << S_OCSPI_PAR_ERROR)
 
#define G_OCSPI_PAR_ERROR(x)   (((x) >> S_OCSPI_PAR_ERROR) & M_OCSPI_PAR_ERROR)
 
#define A_PM1_RX_INT_CAUSE   0x5dc
 
#define PM1_TX_BASE_ADDR   0x5e0
 
#define A_PM1_TX_CFG   0x5e0
 
#define A_PM1_TX_MODE   0x5e4
 
#define A_PM1_TX_STAT_CONFIG   0x5e8
 
#define A_PM1_TX_STAT_COUNT   0x5ec
 
#define A_PM1_TX_STAT_MSB   0x5f0
 
#define A_PM1_TX_STAT_LSB   0x5f4
 
#define A_PM1_TX_INT_ENABLE   0x5f8
 
#define S_ZERO_C_CMD_ERROR   18
 
#define V_ZERO_C_CMD_ERROR(x)   ((x) << S_ZERO_C_CMD_ERROR)
 
#define F_ZERO_C_CMD_ERROR   V_ZERO_C_CMD_ERROR(1U)
 
#define S_ICSPI0_FIFO2X_RX_FRAMING_ERROR   17
 
#define V_ICSPI0_FIFO2X_RX_FRAMING_ERROR(x)   ((x) << S_ICSPI0_FIFO2X_RX_FRAMING_ERROR)
 
#define F_ICSPI0_FIFO2X_RX_FRAMING_ERROR   V_ICSPI0_FIFO2X_RX_FRAMING_ERROR(1U)
 
#define S_ICSPI1_FIFO2X_RX_FRAMING_ERROR   16
 
#define V_ICSPI1_FIFO2X_RX_FRAMING_ERROR(x)   ((x) << S_ICSPI1_FIFO2X_RX_FRAMING_ERROR)
 
#define F_ICSPI1_FIFO2X_RX_FRAMING_ERROR   V_ICSPI1_FIFO2X_RX_FRAMING_ERROR(1U)
 
#define S_ICSPI0_RX_FRAMING_ERROR   15
 
#define V_ICSPI0_RX_FRAMING_ERROR(x)   ((x) << S_ICSPI0_RX_FRAMING_ERROR)
 
#define F_ICSPI0_RX_FRAMING_ERROR   V_ICSPI0_RX_FRAMING_ERROR(1U)
 
#define S_ICSPI1_RX_FRAMING_ERROR   14
 
#define V_ICSPI1_RX_FRAMING_ERROR(x)   ((x) << S_ICSPI1_RX_FRAMING_ERROR)
 
#define F_ICSPI1_RX_FRAMING_ERROR   V_ICSPI1_RX_FRAMING_ERROR(1U)
 
#define S_ICSPI0_TX_FRAMING_ERROR   13
 
#define V_ICSPI0_TX_FRAMING_ERROR(x)   ((x) << S_ICSPI0_TX_FRAMING_ERROR)
 
#define F_ICSPI0_TX_FRAMING_ERROR   V_ICSPI0_TX_FRAMING_ERROR(1U)
 
#define S_ICSPI1_TX_FRAMING_ERROR   12
 
#define V_ICSPI1_TX_FRAMING_ERROR(x)   ((x) << S_ICSPI1_TX_FRAMING_ERROR)
 
#define F_ICSPI1_TX_FRAMING_ERROR   V_ICSPI1_TX_FRAMING_ERROR(1U)
 
#define S_OESPI0_RX_FRAMING_ERROR   11
 
#define V_OESPI0_RX_FRAMING_ERROR(x)   ((x) << S_OESPI0_RX_FRAMING_ERROR)
 
#define F_OESPI0_RX_FRAMING_ERROR   V_OESPI0_RX_FRAMING_ERROR(1U)
 
#define S_OESPI1_RX_FRAMING_ERROR   10
 
#define V_OESPI1_RX_FRAMING_ERROR(x)   ((x) << S_OESPI1_RX_FRAMING_ERROR)
 
#define F_OESPI1_RX_FRAMING_ERROR   V_OESPI1_RX_FRAMING_ERROR(1U)
 
#define S_OESPI0_TX_FRAMING_ERROR   9
 
#define V_OESPI0_TX_FRAMING_ERROR(x)   ((x) << S_OESPI0_TX_FRAMING_ERROR)
 
#define F_OESPI0_TX_FRAMING_ERROR   V_OESPI0_TX_FRAMING_ERROR(1U)
 
#define S_OESPI1_TX_FRAMING_ERROR   8
 
#define V_OESPI1_TX_FRAMING_ERROR(x)   ((x) << S_OESPI1_TX_FRAMING_ERROR)
 
#define F_OESPI1_TX_FRAMING_ERROR   V_OESPI1_TX_FRAMING_ERROR(1U)
 
#define S_OESPI0_OFIFO2X_TX_FRAMING_ERROR   7
 
#define V_OESPI0_OFIFO2X_TX_FRAMING_ERROR(x)   ((x) << S_OESPI0_OFIFO2X_TX_FRAMING_ERROR)
 
#define F_OESPI0_OFIFO2X_TX_FRAMING_ERROR   V_OESPI0_OFIFO2X_TX_FRAMING_ERROR(1U)
 
#define S_OESPI1_OFIFO2X_TX_FRAMING_ERROR   6
 
#define V_OESPI1_OFIFO2X_TX_FRAMING_ERROR(x)   ((x) << S_OESPI1_OFIFO2X_TX_FRAMING_ERROR)
 
#define F_OESPI1_OFIFO2X_TX_FRAMING_ERROR   V_OESPI1_OFIFO2X_TX_FRAMING_ERROR(1U)
 
#define S_ICSPI_PAR_ERROR   3
 
#define M_ICSPI_PAR_ERROR   0x7
 
#define V_ICSPI_PAR_ERROR(x)   ((x) << S_ICSPI_PAR_ERROR)
 
#define G_ICSPI_PAR_ERROR(x)   (((x) >> S_ICSPI_PAR_ERROR) & M_ICSPI_PAR_ERROR)
 
#define S_OESPI_PAR_ERROR   0
 
#define M_OESPI_PAR_ERROR   0x7
 
#define V_OESPI_PAR_ERROR(x)   ((x) << S_OESPI_PAR_ERROR)
 
#define G_OESPI_PAR_ERROR(x)   (((x) >> S_OESPI_PAR_ERROR) & M_OESPI_PAR_ERROR)
 
#define A_PM1_TX_INT_CAUSE   0x5fc
 
#define MPS0_BASE_ADDR   0x600
 
#define A_MPS_CFG   0x600
 
#define S_ENFORCEPKT   11
 
#define V_ENFORCEPKT(x)   ((x) << S_ENFORCEPKT)
 
#define F_ENFORCEPKT   V_ENFORCEPKT(1U)
 
#define S_SGETPQID   8
 
#define M_SGETPQID   0x7
 
#define V_SGETPQID(x)   ((x) << S_SGETPQID)
 
#define G_SGETPQID(x)   (((x) >> S_SGETPQID) & M_SGETPQID)
 
#define S_TPRXPORTSIZE   7
 
#define V_TPRXPORTSIZE(x)   ((x) << S_TPRXPORTSIZE)
 
#define F_TPRXPORTSIZE   V_TPRXPORTSIZE(1U)
 
#define S_TPTXPORT1SIZE   6
 
#define V_TPTXPORT1SIZE(x)   ((x) << S_TPTXPORT1SIZE)
 
#define F_TPTXPORT1SIZE   V_TPTXPORT1SIZE(1U)
 
#define S_TPTXPORT0SIZE   5
 
#define V_TPTXPORT0SIZE(x)   ((x) << S_TPTXPORT0SIZE)
 
#define F_TPTXPORT0SIZE   V_TPTXPORT0SIZE(1U)
 
#define S_TPRXPORTEN   4
 
#define V_TPRXPORTEN(x)   ((x) << S_TPRXPORTEN)
 
#define F_TPRXPORTEN   V_TPRXPORTEN(1U)
 
#define S_TPTXPORT1EN   3
 
#define V_TPTXPORT1EN(x)   ((x) << S_TPTXPORT1EN)
 
#define F_TPTXPORT1EN   V_TPTXPORT1EN(1U)
 
#define S_TPTXPORT0EN   2
 
#define V_TPTXPORT0EN(x)   ((x) << S_TPTXPORT0EN)
 
#define F_TPTXPORT0EN   V_TPTXPORT0EN(1U)
 
#define S_PORT1ACTIVE   1
 
#define V_PORT1ACTIVE(x)   ((x) << S_PORT1ACTIVE)
 
#define F_PORT1ACTIVE   V_PORT1ACTIVE(1U)
 
#define S_PORT0ACTIVE   0
 
#define V_PORT0ACTIVE(x)   ((x) << S_PORT0ACTIVE)
 
#define F_PORT0ACTIVE   V_PORT0ACTIVE(1U)
 
#define A_MPS_DRR_CFG1   0x604
 
#define S_RLDWTTPD1   11
 
#define M_RLDWTTPD1   0x7ff
 
#define V_RLDWTTPD1(x)   ((x) << S_RLDWTTPD1)
 
#define G_RLDWTTPD1(x)   (((x) >> S_RLDWTTPD1) & M_RLDWTTPD1)
 
#define S_RLDWTTPD0   0
 
#define M_RLDWTTPD0   0x7ff
 
#define V_RLDWTTPD0(x)   ((x) << S_RLDWTTPD0)
 
#define G_RLDWTTPD0(x)   (((x) >> S_RLDWTTPD0) & M_RLDWTTPD0)
 
#define A_MPS_DRR_CFG2   0x608
 
#define S_RLDWTTOTAL   0
 
#define M_RLDWTTOTAL   0xfff
 
#define V_RLDWTTOTAL(x)   ((x) << S_RLDWTTOTAL)
 
#define G_RLDWTTOTAL(x)   (((x) >> S_RLDWTTOTAL) & M_RLDWTTOTAL)
 
#define A_MPS_MCA_STATUS   0x60c
 
#define S_MCAPKTCNT   12
 
#define M_MCAPKTCNT   0xfffff
 
#define V_MCAPKTCNT(x)   ((x) << S_MCAPKTCNT)
 
#define G_MCAPKTCNT(x)   (((x) >> S_MCAPKTCNT) & M_MCAPKTCNT)
 
#define S_MCADEPTH   0
 
#define M_MCADEPTH   0xfff
 
#define V_MCADEPTH(x)   ((x) << S_MCADEPTH)
 
#define G_MCADEPTH(x)   (((x) >> S_MCADEPTH) & M_MCADEPTH)
 
#define A_MPS_TX0_TP_CNT   0x610
 
#define S_TX0TPDISCNT   24
 
#define M_TX0TPDISCNT   0xff
 
#define V_TX0TPDISCNT(x)   ((x) << S_TX0TPDISCNT)
 
#define G_TX0TPDISCNT(x)   (((x) >> S_TX0TPDISCNT) & M_TX0TPDISCNT)
 
#define S_TX0TPCNT   0
 
#define M_TX0TPCNT   0xffffff
 
#define V_TX0TPCNT(x)   ((x) << S_TX0TPCNT)
 
#define G_TX0TPCNT(x)   (((x) >> S_TX0TPCNT) & M_TX0TPCNT)
 
#define A_MPS_TX1_TP_CNT   0x614
 
#define S_TX1TPDISCNT   24
 
#define M_TX1TPDISCNT   0xff
 
#define V_TX1TPDISCNT(x)   ((x) << S_TX1TPDISCNT)
 
#define G_TX1TPDISCNT(x)   (((x) >> S_TX1TPDISCNT) & M_TX1TPDISCNT)
 
#define S_TX1TPCNT   0
 
#define M_TX1TPCNT   0xffffff
 
#define V_TX1TPCNT(x)   ((x) << S_TX1TPCNT)
 
#define G_TX1TPCNT(x)   (((x) >> S_TX1TPCNT) & M_TX1TPCNT)
 
#define A_MPS_RX_TP_CNT   0x618
 
#define S_RXTPDISCNT   24
 
#define M_RXTPDISCNT   0xff
 
#define V_RXTPDISCNT(x)   ((x) << S_RXTPDISCNT)
 
#define G_RXTPDISCNT(x)   (((x) >> S_RXTPDISCNT) & M_RXTPDISCNT)
 
#define S_RXTPCNT   0
 
#define M_RXTPCNT   0xffffff
 
#define V_RXTPCNT(x)   ((x) << S_RXTPCNT)
 
#define G_RXTPCNT(x)   (((x) >> S_RXTPCNT) & M_RXTPCNT)
 
#define A_MPS_INT_ENABLE   0x61c
 
#define S_MCAPARERRENB   6
 
#define M_MCAPARERRENB   0x7
 
#define V_MCAPARERRENB(x)   ((x) << S_MCAPARERRENB)
 
#define G_MCAPARERRENB(x)   (((x) >> S_MCAPARERRENB) & M_MCAPARERRENB)
 
#define S_RXTPPARERRENB   4
 
#define M_RXTPPARERRENB   0x3
 
#define V_RXTPPARERRENB(x)   ((x) << S_RXTPPARERRENB)
 
#define G_RXTPPARERRENB(x)   (((x) >> S_RXTPPARERRENB) & M_RXTPPARERRENB)
 
#define S_TX1TPPARERRENB   2
 
#define M_TX1TPPARERRENB   0x3
 
#define V_TX1TPPARERRENB(x)   ((x) << S_TX1TPPARERRENB)
 
#define G_TX1TPPARERRENB(x)   (((x) >> S_TX1TPPARERRENB) & M_TX1TPPARERRENB)
 
#define S_TX0TPPARERRENB   0
 
#define M_TX0TPPARERRENB   0x3
 
#define V_TX0TPPARERRENB(x)   ((x) << S_TX0TPPARERRENB)
 
#define G_TX0TPPARERRENB(x)   (((x) >> S_TX0TPPARERRENB) & M_TX0TPPARERRENB)
 
#define A_MPS_INT_CAUSE   0x620
 
#define S_MCAPARERR   6
 
#define M_MCAPARERR   0x7
 
#define V_MCAPARERR(x)   ((x) << S_MCAPARERR)
 
#define G_MCAPARERR(x)   (((x) >> S_MCAPARERR) & M_MCAPARERR)
 
#define S_RXTPPARERR   4
 
#define M_RXTPPARERR   0x3
 
#define V_RXTPPARERR(x)   ((x) << S_RXTPPARERR)
 
#define G_RXTPPARERR(x)   (((x) >> S_RXTPPARERR) & M_RXTPPARERR)
 
#define S_TX1TPPARERR   2
 
#define M_TX1TPPARERR   0x3
 
#define V_TX1TPPARERR(x)   ((x) << S_TX1TPPARERR)
 
#define G_TX1TPPARERR(x)   (((x) >> S_TX1TPPARERR) & M_TX1TPPARERR)
 
#define S_TX0TPPARERR   0
 
#define M_TX0TPPARERR   0x3
 
#define V_TX0TPPARERR(x)   ((x) << S_TX0TPPARERR)
 
#define G_TX0TPPARERR(x)   (((x) >> S_TX0TPPARERR) & M_TX0TPPARERR)
 
#define CPL_SWITCH_BASE_ADDR   0x640
 
#define A_CPL_SWITCH_CNTRL   0x640
 
#define S_CPL_PKT_TID   8
 
#define M_CPL_PKT_TID   0xffffff
 
#define V_CPL_PKT_TID(x)   ((x) << S_CPL_PKT_TID)
 
#define G_CPL_PKT_TID(x)   (((x) >> S_CPL_PKT_TID) & M_CPL_PKT_TID)
 
#define S_CIM_TO_UP_FULL_SIZE   4
 
#define V_CIM_TO_UP_FULL_SIZE(x)   ((x) << S_CIM_TO_UP_FULL_SIZE)
 
#define F_CIM_TO_UP_FULL_SIZE   V_CIM_TO_UP_FULL_SIZE(1U)
 
#define S_CPU_NO_3F_CIM_ENABLE   3
 
#define V_CPU_NO_3F_CIM_ENABLE(x)   ((x) << S_CPU_NO_3F_CIM_ENABLE)
 
#define F_CPU_NO_3F_CIM_ENABLE   V_CPU_NO_3F_CIM_ENABLE(1U)
 
#define S_SWITCH_TABLE_ENABLE   2
 
#define V_SWITCH_TABLE_ENABLE(x)   ((x) << S_SWITCH_TABLE_ENABLE)
 
#define F_SWITCH_TABLE_ENABLE   V_SWITCH_TABLE_ENABLE(1U)
 
#define S_SGE_ENABLE   1
 
#define V_SGE_ENABLE(x)   ((x) << S_SGE_ENABLE)
 
#define F_SGE_ENABLE   V_SGE_ENABLE(1U)
 
#define S_CIM_ENABLE   0
 
#define V_CIM_ENABLE(x)   ((x) << S_CIM_ENABLE)
 
#define F_CIM_ENABLE   V_CIM_ENABLE(1U)
 
#define A_CPL_SWITCH_TBL_IDX   0x644
 
#define S_SWITCH_TBL_IDX   0
 
#define M_SWITCH_TBL_IDX   0xf
 
#define V_SWITCH_TBL_IDX(x)   ((x) << S_SWITCH_TBL_IDX)
 
#define G_SWITCH_TBL_IDX(x)   (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)
 
#define A_CPL_SWITCH_TBL_DATA   0x648
 
#define A_CPL_SWITCH_ZERO_ERROR   0x64c
 
#define S_ZERO_CMD   0
 
#define M_ZERO_CMD   0xff
 
#define V_ZERO_CMD(x)   ((x) << S_ZERO_CMD)
 
#define G_ZERO_CMD(x)   (((x) >> S_ZERO_CMD) & M_ZERO_CMD)
 
#define A_CPL_INTR_ENABLE   0x650
 
#define S_CIM_OP_MAP_PERR   5
 
#define V_CIM_OP_MAP_PERR(x)   ((x) << S_CIM_OP_MAP_PERR)
 
#define F_CIM_OP_MAP_PERR   V_CIM_OP_MAP_PERR(1U)
 
#define S_CIM_OVFL_ERROR   4
 
#define V_CIM_OVFL_ERROR(x)   ((x) << S_CIM_OVFL_ERROR)
 
#define F_CIM_OVFL_ERROR   V_CIM_OVFL_ERROR(1U)
 
#define S_TP_FRAMING_ERROR   3
 
#define V_TP_FRAMING_ERROR(x)   ((x) << S_TP_FRAMING_ERROR)
 
#define F_TP_FRAMING_ERROR   V_TP_FRAMING_ERROR(1U)
 
#define S_SGE_FRAMING_ERROR   2
 
#define V_SGE_FRAMING_ERROR(x)   ((x) << S_SGE_FRAMING_ERROR)
 
#define F_SGE_FRAMING_ERROR   V_SGE_FRAMING_ERROR(1U)
 
#define S_CIM_FRAMING_ERROR   1
 
#define V_CIM_FRAMING_ERROR(x)   ((x) << S_CIM_FRAMING_ERROR)
 
#define F_CIM_FRAMING_ERROR   V_CIM_FRAMING_ERROR(1U)
 
#define S_ZERO_SWITCH_ERROR   0
 
#define V_ZERO_SWITCH_ERROR(x)   ((x) << S_ZERO_SWITCH_ERROR)
 
#define F_ZERO_SWITCH_ERROR   V_ZERO_SWITCH_ERROR(1U)
 
#define A_CPL_INTR_CAUSE   0x654
 
#define A_CPL_MAP_TBL_IDX   0x658
 
#define S_CPL_MAP_TBL_IDX   0
 
#define M_CPL_MAP_TBL_IDX   0xff
 
#define V_CPL_MAP_TBL_IDX(x)   ((x) << S_CPL_MAP_TBL_IDX)
 
#define G_CPL_MAP_TBL_IDX(x)   (((x) >> S_CPL_MAP_TBL_IDX) & M_CPL_MAP_TBL_IDX)
 
#define A_CPL_MAP_TBL_DATA   0x65c
 
#define S_CPL_MAP_TBL_DATA   0
 
#define M_CPL_MAP_TBL_DATA   0xff
 
#define V_CPL_MAP_TBL_DATA(x)   ((x) << S_CPL_MAP_TBL_DATA)
 
#define G_CPL_MAP_TBL_DATA(x)   (((x) >> S_CPL_MAP_TBL_DATA) & M_CPL_MAP_TBL_DATA)
 
#define SMB0_BASE_ADDR   0x660
 
#define A_SMB_GLOBAL_TIME_CFG   0x660
 
#define S_LADBGWRPTR   24
 
#define M_LADBGWRPTR   0xff
 
#define V_LADBGWRPTR(x)   ((x) << S_LADBGWRPTR)
 
#define G_LADBGWRPTR(x)   (((x) >> S_LADBGWRPTR) & M_LADBGWRPTR)
 
#define S_LADBGRDPTR   16
 
#define M_LADBGRDPTR   0xff
 
#define V_LADBGRDPTR(x)   ((x) << S_LADBGRDPTR)
 
#define G_LADBGRDPTR(x)   (((x) >> S_LADBGRDPTR) & M_LADBGRDPTR)
 
#define S_LADBGEN   13
 
#define V_LADBGEN(x)   ((x) << S_LADBGEN)
 
#define F_LADBGEN   V_LADBGEN(1U)
 
#define S_MACROCNTCFG   8
 
#define M_MACROCNTCFG   0x1f
 
#define V_MACROCNTCFG(x)   ((x) << S_MACROCNTCFG)
 
#define G_MACROCNTCFG(x)   (((x) >> S_MACROCNTCFG) & M_MACROCNTCFG)
 
#define S_MICROCNTCFG   0
 
#define M_MICROCNTCFG   0xff
 
#define V_MICROCNTCFG(x)   ((x) << S_MICROCNTCFG)
 
#define G_MICROCNTCFG(x)   (((x) >> S_MICROCNTCFG) & M_MICROCNTCFG)
 
#define A_SMB_MST_TIMEOUT_CFG   0x664
 
#define S_DEBUGSELH   28
 
#define M_DEBUGSELH   0xf
 
#define V_DEBUGSELH(x)   ((x) << S_DEBUGSELH)
 
#define G_DEBUGSELH(x)   (((x) >> S_DEBUGSELH) & M_DEBUGSELH)
 
#define S_DEBUGSELL   24
 
#define M_DEBUGSELL   0xf
 
#define V_DEBUGSELL(x)   ((x) << S_DEBUGSELL)
 
#define G_DEBUGSELL(x)   (((x) >> S_DEBUGSELL) & M_DEBUGSELL)
 
#define S_MSTTIMEOUTCFG   0
 
#define M_MSTTIMEOUTCFG   0xffffff
 
#define V_MSTTIMEOUTCFG(x)   ((x) << S_MSTTIMEOUTCFG)
 
#define G_MSTTIMEOUTCFG(x)   (((x) >> S_MSTTIMEOUTCFG) & M_MSTTIMEOUTCFG)
 
#define A_SMB_MST_CTL_CFG   0x668
 
#define S_MSTFIFODBG   31
 
#define V_MSTFIFODBG(x)   ((x) << S_MSTFIFODBG)
 
#define F_MSTFIFODBG   V_MSTFIFODBG(1U)
 
#define S_MSTFIFODBGCLR   30
 
#define V_MSTFIFODBGCLR(x)   ((x) << S_MSTFIFODBGCLR)
 
#define F_MSTFIFODBGCLR   V_MSTFIFODBGCLR(1U)
 
#define S_MSTRXBYTECFG   12
 
#define M_MSTRXBYTECFG   0x3f
 
#define V_MSTRXBYTECFG(x)   ((x) << S_MSTRXBYTECFG)
 
#define G_MSTRXBYTECFG(x)   (((x) >> S_MSTRXBYTECFG) & M_MSTRXBYTECFG)
 
#define S_MSTTXBYTECFG   6
 
#define M_MSTTXBYTECFG   0x3f
 
#define V_MSTTXBYTECFG(x)   ((x) << S_MSTTXBYTECFG)
 
#define G_MSTTXBYTECFG(x)   (((x) >> S_MSTTXBYTECFG) & M_MSTTXBYTECFG)
 
#define S_MSTRESET   1
 
#define V_MSTRESET(x)   ((x) << S_MSTRESET)
 
#define F_MSTRESET   V_MSTRESET(1U)
 
#define S_MSTCTLEN   0
 
#define V_MSTCTLEN(x)   ((x) << S_MSTCTLEN)
 
#define F_MSTCTLEN   V_MSTCTLEN(1U)
 
#define A_SMB_MST_CTL_STS   0x66c
 
#define S_MSTRXBYTECNT   12
 
#define M_MSTRXBYTECNT   0x3f
 
#define V_MSTRXBYTECNT(x)   ((x) << S_MSTRXBYTECNT)
 
#define G_MSTRXBYTECNT(x)   (((x) >> S_MSTRXBYTECNT) & M_MSTRXBYTECNT)
 
#define S_MSTTXBYTECNT   6
 
#define M_MSTTXBYTECNT   0x3f
 
#define V_MSTTXBYTECNT(x)   ((x) << S_MSTTXBYTECNT)
 
#define G_MSTTXBYTECNT(x)   (((x) >> S_MSTTXBYTECNT) & M_MSTTXBYTECNT)
 
#define S_MSTBUSYSTS   0
 
#define V_MSTBUSYSTS(x)   ((x) << S_MSTBUSYSTS)
 
#define F_MSTBUSYSTS   V_MSTBUSYSTS(1U)
 
#define A_SMB_MST_TX_FIFO_RDWR   0x670
 
#define A_SMB_MST_RX_FIFO_RDWR   0x674
 
#define A_SMB_SLV_TIMEOUT_CFG   0x678
 
#define S_SLVTIMEOUTCFG   0
 
#define M_SLVTIMEOUTCFG   0xffffff
 
#define V_SLVTIMEOUTCFG(x)   ((x) << S_SLVTIMEOUTCFG)
 
#define G_SLVTIMEOUTCFG(x)   (((x) >> S_SLVTIMEOUTCFG) & M_SLVTIMEOUTCFG)
 
#define A_SMB_SLV_CTL_CFG   0x67c
 
#define S_SLVFIFODBG   31
 
#define V_SLVFIFODBG(x)   ((x) << S_SLVFIFODBG)
 
#define F_SLVFIFODBG   V_SLVFIFODBG(1U)
 
#define S_SLVFIFODBGCLR   30
 
#define V_SLVFIFODBGCLR(x)   ((x) << S_SLVFIFODBGCLR)
 
#define F_SLVFIFODBGCLR   V_SLVFIFODBGCLR(1U)
 
#define S_SLVADDRCFG   4
 
#define M_SLVADDRCFG   0x7f
 
#define V_SLVADDRCFG(x)   ((x) << S_SLVADDRCFG)
 
#define G_SLVADDRCFG(x)   (((x) >> S_SLVADDRCFG) & M_SLVADDRCFG)
 
#define S_SLVALRTSET   2
 
#define V_SLVALRTSET(x)   ((x) << S_SLVALRTSET)
 
#define F_SLVALRTSET   V_SLVALRTSET(1U)
 
#define S_SLVRESET   1
 
#define V_SLVRESET(x)   ((x) << S_SLVRESET)
 
#define F_SLVRESET   V_SLVRESET(1U)
 
#define S_SLVCTLEN   0
 
#define V_SLVCTLEN(x)   ((x) << S_SLVCTLEN)
 
#define F_SLVCTLEN   V_SLVCTLEN(1U)
 
#define A_SMB_SLV_CTL_STS   0x680
 
#define S_SLVFIFOTXCNT   12
 
#define M_SLVFIFOTXCNT   0x3f
 
#define V_SLVFIFOTXCNT(x)   ((x) << S_SLVFIFOTXCNT)
 
#define G_SLVFIFOTXCNT(x)   (((x) >> S_SLVFIFOTXCNT) & M_SLVFIFOTXCNT)
 
#define S_SLVFIFOCNT   6
 
#define M_SLVFIFOCNT   0x3f
 
#define V_SLVFIFOCNT(x)   ((x) << S_SLVFIFOCNT)
 
#define G_SLVFIFOCNT(x)   (((x) >> S_SLVFIFOCNT) & M_SLVFIFOCNT)
 
#define S_SLVALRTSTS   2
 
#define V_SLVALRTSTS(x)   ((x) << S_SLVALRTSTS)
 
#define F_SLVALRTSTS   V_SLVALRTSTS(1U)
 
#define S_SLVBUSYSTS   0
 
#define V_SLVBUSYSTS(x)   ((x) << S_SLVBUSYSTS)
 
#define F_SLVBUSYSTS   V_SLVBUSYSTS(1U)
 
#define A_SMB_SLV_FIFO_RDWR   0x684
 
#define A_SMB_SLV_CMD_FIFO_RDWR   0x688
 
#define A_SMB_INT_ENABLE   0x68c
 
#define S_SLVTIMEOUTINTEN   7
 
#define V_SLVTIMEOUTINTEN(x)   ((x) << S_SLVTIMEOUTINTEN)
 
#define F_SLVTIMEOUTINTEN   V_SLVTIMEOUTINTEN(1U)
 
#define S_SLVERRINTEN   6
 
#define V_SLVERRINTEN(x)   ((x) << S_SLVERRINTEN)
 
#define F_SLVERRINTEN   V_SLVERRINTEN(1U)
 
#define S_SLVDONEINTEN   5
 
#define V_SLVDONEINTEN(x)   ((x) << S_SLVDONEINTEN)
 
#define F_SLVDONEINTEN   V_SLVDONEINTEN(1U)
 
#define S_SLVRXRDYINTEN   4
 
#define V_SLVRXRDYINTEN(x)   ((x) << S_SLVRXRDYINTEN)
 
#define F_SLVRXRDYINTEN   V_SLVRXRDYINTEN(1U)
 
#define S_MSTTIMEOUTINTEN   3
 
#define V_MSTTIMEOUTINTEN(x)   ((x) << S_MSTTIMEOUTINTEN)
 
#define F_MSTTIMEOUTINTEN   V_MSTTIMEOUTINTEN(1U)
 
#define S_MSTNACKINTEN   2
 
#define V_MSTNACKINTEN(x)   ((x) << S_MSTNACKINTEN)
 
#define F_MSTNACKINTEN   V_MSTNACKINTEN(1U)
 
#define S_MSTLOSTARBINTEN   1
 
#define V_MSTLOSTARBINTEN(x)   ((x) << S_MSTLOSTARBINTEN)
 
#define F_MSTLOSTARBINTEN   V_MSTLOSTARBINTEN(1U)
 
#define S_MSTDONEINTEN   0
 
#define V_MSTDONEINTEN(x)   ((x) << S_MSTDONEINTEN)
 
#define F_MSTDONEINTEN   V_MSTDONEINTEN(1U)
 
#define A_SMB_INT_CAUSE   0x690
 
#define S_SLVTIMEOUTINT   7
 
#define V_SLVTIMEOUTINT(x)   ((x) << S_SLVTIMEOUTINT)
 
#define F_SLVTIMEOUTINT   V_SLVTIMEOUTINT(1U)
 
#define S_SLVERRINT   6
 
#define V_SLVERRINT(x)   ((x) << S_SLVERRINT)
 
#define F_SLVERRINT   V_SLVERRINT(1U)
 
#define S_SLVDONEINT   5
 
#define V_SLVDONEINT(x)   ((x) << S_SLVDONEINT)
 
#define F_SLVDONEINT   V_SLVDONEINT(1U)
 
#define S_SLVRXRDYINT   4
 
#define V_SLVRXRDYINT(x)   ((x) << S_SLVRXRDYINT)
 
#define F_SLVRXRDYINT   V_SLVRXRDYINT(1U)
 
#define S_MSTTIMEOUTINT   3
 
#define V_MSTTIMEOUTINT(x)   ((x) << S_MSTTIMEOUTINT)
 
#define F_MSTTIMEOUTINT   V_MSTTIMEOUTINT(1U)
 
#define S_MSTNACKINT   2
 
#define V_MSTNACKINT(x)   ((x) << S_MSTNACKINT)
 
#define F_MSTNACKINT   V_MSTNACKINT(1U)
 
#define S_MSTLOSTARBINT   1
 
#define V_MSTLOSTARBINT(x)   ((x) << S_MSTLOSTARBINT)
 
#define F_MSTLOSTARBINT   V_MSTLOSTARBINT(1U)
 
#define S_MSTDONEINT   0
 
#define V_MSTDONEINT(x)   ((x) << S_MSTDONEINT)
 
#define F_MSTDONEINT   V_MSTDONEINT(1U)
 
#define A_SMB_DEBUG_DATA   0x694
 
#define S_DEBUGDATAH   16
 
#define M_DEBUGDATAH   0xffff
 
#define V_DEBUGDATAH(x)   ((x) << S_DEBUGDATAH)
 
#define G_DEBUGDATAH(x)   (((x) >> S_DEBUGDATAH) & M_DEBUGDATAH)
 
#define S_DEBUGDATAL   0
 
#define M_DEBUGDATAL   0xffff
 
#define V_DEBUGDATAL(x)   ((x) << S_DEBUGDATAL)
 
#define G_DEBUGDATAL(x)   (((x) >> S_DEBUGDATAL) & M_DEBUGDATAL)
 
#define A_SMB_DEBUG_LA   0x69c
 
#define S_DEBUGLAREQADDR   0
 
#define M_DEBUGLAREQADDR   0x3ff
 
#define V_DEBUGLAREQADDR(x)   ((x) << S_DEBUGLAREQADDR)
 
#define G_DEBUGLAREQADDR(x)   (((x) >> S_DEBUGLAREQADDR) & M_DEBUGLAREQADDR)
 
#define I2CM0_BASE_ADDR   0x6a0
 
#define A_I2C_CFG   0x6a0
 
#define S_I2C_CLKDIV   0
 
#define M_I2C_CLKDIV   0xfff
 
#define V_I2C_CLKDIV(x)   ((x) << S_I2C_CLKDIV)
 
#define G_I2C_CLKDIV(x)   (((x) >> S_I2C_CLKDIV) & M_I2C_CLKDIV)
 
#define A_I2C_DATA   0x6a4
 
#define A_I2C_OP   0x6a8
 
#define S_ACK   30
 
#define V_ACK(x)   ((x) << S_ACK)
 
#define F_ACK   V_ACK(1U)
 
#define S_I2C_DATA   0
 
#define M_I2C_DATA   0xff
 
#define V_I2C_DATA(x)   ((x) << S_I2C_DATA)
 
#define G_I2C_DATA(x)   (((x) >> S_I2C_DATA) & M_I2C_DATA)
 
#define S_I2C_BUSY   31
 
#define V_I2C_BUSY(x)   ((x) << S_I2C_BUSY)
 
#define F_I2C_BUSY   V_I2C_BUSY(1U)
 
#define S_I2C_ACK   30
 
#define V_I2C_ACK(x)   ((x) << S_I2C_ACK)
 
#define F_I2C_ACK   V_I2C_ACK(1U)
 
#define S_I2C_CONT   1
 
#define V_I2C_CONT(x)   ((x) << S_I2C_CONT)
 
#define F_I2C_CONT   V_I2C_CONT(1U)
 
#define S_I2C_RDWR   0
 
#define V_I2C_RDWR(x)   ((x) << S_I2C_RDWR)
 
#define F_I2C_READ   V_I2C_RDWR(0U)
 
#define F_I2C_WRITE   V_I2C_RDWR(1U)
 
#define MI1_BASE_ADDR   0x6b0
 
#define A_MI1_CFG   0x6b0
 
#define S_CLKDIV   5
 
#define M_CLKDIV   0xff
 
#define V_CLKDIV(x)   ((x) << S_CLKDIV)
 
#define G_CLKDIV(x)   (((x) >> S_CLKDIV) & M_CLKDIV)
 
#define S_ST   3
 
#define M_ST   0x3
 
#define V_ST(x)   ((x) << S_ST)
 
#define G_ST(x)   (((x) >> S_ST) & M_ST)
 
#define S_PREEN   2
 
#define V_PREEN(x)   ((x) << S_PREEN)
 
#define F_PREEN   V_PREEN(1U)
 
#define S_MDIINV   1
 
#define V_MDIINV(x)   ((x) << S_MDIINV)
 
#define F_MDIINV   V_MDIINV(1U)
 
#define S_MDIEN   0
 
#define V_MDIEN(x)   ((x) << S_MDIEN)
 
#define F_MDIEN   V_MDIEN(1U)
 
#define A_MI1_ADDR   0x6b4
 
#define S_PHYADDR   5
 
#define M_PHYADDR   0x1f
 
#define V_PHYADDR(x)   ((x) << S_PHYADDR)
 
#define G_PHYADDR(x)   (((x) >> S_PHYADDR) & M_PHYADDR)
 
#define S_REGADDR   0
 
#define M_REGADDR   0x1f
 
#define V_REGADDR(x)   ((x) << S_REGADDR)
 
#define G_REGADDR(x)   (((x) >> S_REGADDR) & M_REGADDR)
 
#define A_MI1_DATA   0x6b8
 
#define S_MDI_DATA   0
 
#define M_MDI_DATA   0xffff
 
#define V_MDI_DATA(x)   ((x) << S_MDI_DATA)
 
#define G_MDI_DATA(x)   (((x) >> S_MDI_DATA) & M_MDI_DATA)
 
#define A_MI1_OP   0x6bc
 
#define S_INC   2
 
#define V_INC(x)   ((x) << S_INC)
 
#define F_INC   V_INC(1U)
 
#define S_MDI_OP   0
 
#define M_MDI_OP   0x3
 
#define V_MDI_OP(x)   ((x) << S_MDI_OP)
 
#define G_MDI_OP(x)   (((x) >> S_MDI_OP) & M_MDI_OP)
 
#define JM1_BASE_ADDR   0x6c0
 
#define A_JM_CFG   0x6c0
 
#define S_JM_CLKDIV   2
 
#define M_JM_CLKDIV   0xff
 
#define V_JM_CLKDIV(x)   ((x) << S_JM_CLKDIV)
 
#define G_JM_CLKDIV(x)   (((x) >> S_JM_CLKDIV) & M_JM_CLKDIV)
 
#define S_TRST   1
 
#define V_TRST(x)   ((x) << S_TRST)
 
#define F_TRST   V_TRST(1U)
 
#define S_EN   0
 
#define V_EN(x)   ((x) << S_EN)
 
#define F_EN   V_EN(1U)
 
#define A_JM_MODE   0x6c4
 
#define A_JM_DATA   0x6c8
 
#define A_JM_OP   0x6cc
 
#define S_CNT   0
 
#define M_CNT   0x1f
 
#define V_CNT(x)   ((x) << S_CNT)
 
#define G_CNT(x)   (((x) >> S_CNT) & M_CNT)
 
#define SF1_BASE_ADDR   0x6d8
 
#define A_SF_DATA   0x6d8
 
#define A_SF_OP   0x6dc
 
#define S_BYTECNT   1
 
#define M_BYTECNT   0x3
 
#define V_BYTECNT(x)   ((x) << S_BYTECNT)
 
#define G_BYTECNT(x)   (((x) >> S_BYTECNT) & M_BYTECNT)
 
#define PL3_BASE_ADDR   0x6e0
 
#define A_PL_INT_ENABLE0   0x6e0
 
#define S_SW   25
 
#define V_SW(x)   ((x) << S_SW)
 
#define F_SW   V_SW(1U)
 
#define S_EXT   24
 
#define V_EXT(x)   ((x) << S_EXT)
 
#define F_EXT   V_EXT(1U)
 
#define S_T3DBG   23
 
#define V_T3DBG(x)   ((x) << S_T3DBG)
 
#define F_T3DBG   V_T3DBG(1U)
 
#define S_XGMAC0_1   20
 
#define V_XGMAC0_1(x)   ((x) << S_XGMAC0_1)
 
#define F_XGMAC0_1   V_XGMAC0_1(1U)
 
#define S_XGMAC0_0   19
 
#define V_XGMAC0_0(x)   ((x) << S_XGMAC0_0)
 
#define F_XGMAC0_0   V_XGMAC0_0(1U)
 
#define S_MC5A   18
 
#define V_MC5A(x)   ((x) << S_MC5A)
 
#define F_MC5A   V_MC5A(1U)
 
#define S_SF1   17
 
#define V_SF1(x)   ((x) << S_SF1)
 
#define F_SF1   V_SF1(1U)
 
#define S_SMB0   15
 
#define V_SMB0(x)   ((x) << S_SMB0)
 
#define F_SMB0   V_SMB0(1U)
 
#define S_I2CM0   14
 
#define V_I2CM0(x)   ((x) << S_I2CM0)
 
#define F_I2CM0   V_I2CM0(1U)
 
#define S_MI1   13
 
#define V_MI1(x)   ((x) << S_MI1)
 
#define F_MI1   V_MI1(1U)
 
#define S_CPL_SWITCH   12
 
#define V_CPL_SWITCH(x)   ((x) << S_CPL_SWITCH)
 
#define F_CPL_SWITCH   V_CPL_SWITCH(1U)
 
#define S_MPS0   11
 
#define V_MPS0(x)   ((x) << S_MPS0)
 
#define F_MPS0   V_MPS0(1U)
 
#define S_PM1_TX   10
 
#define V_PM1_TX(x)   ((x) << S_PM1_TX)
 
#define F_PM1_TX   V_PM1_TX(1U)
 
#define S_PM1_RX   9
 
#define V_PM1_RX(x)   ((x) << S_PM1_RX)
 
#define F_PM1_RX   V_PM1_RX(1U)
 
#define S_ULP2_TX   8
 
#define V_ULP2_TX(x)   ((x) << S_ULP2_TX)
 
#define F_ULP2_TX   V_ULP2_TX(1U)
 
#define S_ULP2_RX   7
 
#define V_ULP2_RX(x)   ((x) << S_ULP2_RX)
 
#define F_ULP2_RX   V_ULP2_RX(1U)
 
#define S_TP1   6
 
#define V_TP1(x)   ((x) << S_TP1)
 
#define F_TP1   V_TP1(1U)
 
#define S_CIM   5
 
#define V_CIM(x)   ((x) << S_CIM)
 
#define F_CIM   V_CIM(1U)
 
#define S_MC7_CM   4
 
#define V_MC7_CM(x)   ((x) << S_MC7_CM)
 
#define F_MC7_CM   V_MC7_CM(1U)
 
#define S_MC7_PMTX   3
 
#define V_MC7_PMTX(x)   ((x) << S_MC7_PMTX)
 
#define F_MC7_PMTX   V_MC7_PMTX(1U)
 
#define S_MC7_PMRX   2
 
#define V_MC7_PMRX(x)   ((x) << S_MC7_PMRX)
 
#define F_MC7_PMRX   V_MC7_PMRX(1U)
 
#define S_PCIM0   1
 
#define V_PCIM0(x)   ((x) << S_PCIM0)
 
#define F_PCIM0   V_PCIM0(1U)
 
#define S_SGE3   0
 
#define V_SGE3(x)   ((x) << S_SGE3)
 
#define F_SGE3   V_SGE3(1U)
 
#define A_PL_INT_CAUSE0   0x6e4
 
#define A_PL_INT_ENABLE1   0x6e8
 
#define A_PL_INT_CAUSE1   0x6ec
 
#define A_PL_RST   0x6f0
 
#define S_FATALPERREN   4
 
#define V_FATALPERREN(x)   ((x) << S_FATALPERREN)
 
#define F_FATALPERREN   V_FATALPERREN(1U)
 
#define S_SWINT1   3
 
#define V_SWINT1(x)   ((x) << S_SWINT1)
 
#define F_SWINT1   V_SWINT1(1U)
 
#define S_SWINT0   2
 
#define V_SWINT0(x)   ((x) << S_SWINT0)
 
#define F_SWINT0   V_SWINT0(1U)
 
#define S_CRSTWRM   1
 
#define V_CRSTWRM(x)   ((x) << S_CRSTWRM)
 
#define F_CRSTWRM   V_CRSTWRM(1U)
 
#define A_PL_REV   0x6f4
 
#define S_REV   0
 
#define M_REV   0xf
 
#define V_REV(x)   ((x) << S_REV)
 
#define G_REV(x)   (((x) >> S_REV) & M_REV)
 
#define A_PL_CLI   0x6f8
 
#define A_PL_LCK   0x6fc
 
#define S_LCK   0
 
#define M_LCK   0x3
 
#define V_LCK(x)   ((x) << S_LCK)
 
#define G_LCK(x)   (((x) >> S_LCK) & M_LCK)
 
#define MC5A_BASE_ADDR   0x700
 
#define A_MC5_BUF_CONFIG   0x700
 
#define S_TERM300_240   31
 
#define V_TERM300_240(x)   ((x) << S_TERM300_240)
 
#define F_TERM300_240   V_TERM300_240(1U)
 
#define S_MC5_TERM150   30
 
#define V_MC5_TERM150(x)   ((x) << S_MC5_TERM150)
 
#define F_MC5_TERM150   V_MC5_TERM150(1U)
 
#define S_TERM60   29
 
#define V_TERM60(x)   ((x) << S_TERM60)
 
#define F_TERM60   V_TERM60(1U)
 
#define S_GDDRIII   28
 
#define V_GDDRIII(x)   ((x) << S_GDDRIII)
 
#define F_GDDRIII   V_GDDRIII(1U)
 
#define S_GDDRII   27
 
#define V_GDDRII(x)   ((x) << S_GDDRII)
 
#define F_GDDRII   V_GDDRII(1U)
 
#define S_GDDRI   26
 
#define V_GDDRI(x)   ((x) << S_GDDRI)
 
#define F_GDDRI   V_GDDRI(1U)
 
#define S_READ   25
 
#define V_READ(x)   ((x) << S_READ)
 
#define F_READ   V_READ(1U)
 
#define S_IMP_SET_UPDATE   24
 
#define V_IMP_SET_UPDATE(x)   ((x) << S_IMP_SET_UPDATE)
 
#define F_IMP_SET_UPDATE   V_IMP_SET_UPDATE(1U)
 
#define S_CAL_UPDATE   23
 
#define V_CAL_UPDATE(x)   ((x) << S_CAL_UPDATE)
 
#define F_CAL_UPDATE   V_CAL_UPDATE(1U)
 
#define S_CAL_BUSY   22
 
#define V_CAL_BUSY(x)   ((x) << S_CAL_BUSY)
 
#define F_CAL_BUSY   V_CAL_BUSY(1U)
 
#define S_CAL_ERROR   21
 
#define V_CAL_ERROR(x)   ((x) << S_CAL_ERROR)
 
#define F_CAL_ERROR   V_CAL_ERROR(1U)
 
#define S_SGL_CAL_EN   20
 
#define V_SGL_CAL_EN(x)   ((x) << S_SGL_CAL_EN)
 
#define F_SGL_CAL_EN   V_SGL_CAL_EN(1U)
 
#define S_IMP_UPD_MODE   19
 
#define V_IMP_UPD_MODE(x)   ((x) << S_IMP_UPD_MODE)
 
#define F_IMP_UPD_MODE   V_IMP_UPD_MODE(1U)
 
#define S_IMP_SEL   18
 
#define V_IMP_SEL(x)   ((x) << S_IMP_SEL)
 
#define F_IMP_SEL   V_IMP_SEL(1U)
 
#define S_MAN_PU   15
 
#define M_MAN_PU   0x7
 
#define V_MAN_PU(x)   ((x) << S_MAN_PU)
 
#define G_MAN_PU(x)   (((x) >> S_MAN_PU) & M_MAN_PU)
 
#define S_MAN_PD   12
 
#define M_MAN_PD   0x7
 
#define V_MAN_PD(x)   ((x) << S_MAN_PD)
 
#define G_MAN_PD(x)   (((x) >> S_MAN_PD) & M_MAN_PD)
 
#define S_CAL_PU   9
 
#define M_CAL_PU   0x7
 
#define V_CAL_PU(x)   ((x) << S_CAL_PU)
 
#define G_CAL_PU(x)   (((x) >> S_CAL_PU) & M_CAL_PU)
 
#define S_CAL_PD   6
 
#define M_CAL_PD   0x7
 
#define V_CAL_PD(x)   ((x) << S_CAL_PD)
 
#define G_CAL_PD(x)   (((x) >> S_CAL_PD) & M_CAL_PD)
 
#define S_SET_PU   3
 
#define M_SET_PU   0x7
 
#define V_SET_PU(x)   ((x) << S_SET_PU)
 
#define G_SET_PU(x)   (((x) >> S_SET_PU) & M_SET_PU)
 
#define S_SET_PD   0
 
#define M_SET_PD   0x7
 
#define V_SET_PD(x)   ((x) << S_SET_PD)
 
#define G_SET_PD(x)   (((x) >> S_SET_PD) & M_SET_PD)
 
#define S_CAL_IMP_UPD   23
 
#define V_CAL_IMP_UPD(x)   ((x) << S_CAL_IMP_UPD)
 
#define F_CAL_IMP_UPD   V_CAL_IMP_UPD(1U)
 
#define A_MC5_DB_CONFIG   0x704
 
#define S_TMCFGWRLOCK   31
 
#define V_TMCFGWRLOCK(x)   ((x) << S_TMCFGWRLOCK)
 
#define F_TMCFGWRLOCK   V_TMCFGWRLOCK(1U)
 
#define S_TMTYPEHI   30
 
#define V_TMTYPEHI(x)   ((x) << S_TMTYPEHI)
 
#define F_TMTYPEHI   V_TMTYPEHI(1U)
 
#define S_TMPARTSIZE   28
 
#define M_TMPARTSIZE   0x3
 
#define V_TMPARTSIZE(x)   ((x) << S_TMPARTSIZE)
 
#define G_TMPARTSIZE(x)   (((x) >> S_TMPARTSIZE) & M_TMPARTSIZE)
 
#define S_TMTYPE   26
 
#define M_TMTYPE   0x3
 
#define V_TMTYPE(x)   ((x) << S_TMTYPE)
 
#define G_TMTYPE(x)   (((x) >> S_TMTYPE) & M_TMTYPE)
 
#define S_TMPARTCOUNT   24
 
#define M_TMPARTCOUNT   0x3
 
#define V_TMPARTCOUNT(x)   ((x) << S_TMPARTCOUNT)
 
#define G_TMPARTCOUNT(x)   (((x) >> S_TMPARTCOUNT) & M_TMPARTCOUNT)
 
#define S_NLIP   18
 
#define M_NLIP   0x3f
 
#define V_NLIP(x)   ((x) << S_NLIP)
 
#define G_NLIP(x)   (((x) >> S_NLIP) & M_NLIP)
 
#define S_COMPEN   17
 
#define V_COMPEN(x)   ((x) << S_COMPEN)
 
#define F_COMPEN   V_COMPEN(1U)
 
#define S_BUILD   16
 
#define V_BUILD(x)   ((x) << S_BUILD)
 
#define F_BUILD   V_BUILD(1U)
 
#define S_FILTEREN   11
 
#define V_FILTEREN(x)   ((x) << S_FILTEREN)
 
#define F_FILTEREN   V_FILTEREN(1U)
 
#define S_CLIPUPDATE   10
 
#define V_CLIPUPDATE(x)   ((x) << S_CLIPUPDATE)
 
#define F_CLIPUPDATE   V_CLIPUPDATE(1U)
 
#define S_TM_IO_PDOWN   9
 
#define V_TM_IO_PDOWN(x)   ((x) << S_TM_IO_PDOWN)
 
#define F_TM_IO_PDOWN   V_TM_IO_PDOWN(1U)
 
#define S_SYNMODE   7
 
#define M_SYNMODE   0x3
 
#define V_SYNMODE(x)   ((x) << S_SYNMODE)
 
#define G_SYNMODE(x)   (((x) >> S_SYNMODE) & M_SYNMODE)
 
#define S_PRTYEN   6
 
#define V_PRTYEN(x)   ((x) << S_PRTYEN)
 
#define F_PRTYEN   V_PRTYEN(1U)
 
#define S_MBUSEN   5
 
#define V_MBUSEN(x)   ((x) << S_MBUSEN)
 
#define F_MBUSEN   V_MBUSEN(1U)
 
#define S_DBGIEN   4
 
#define V_DBGIEN(x)   ((x) << S_DBGIEN)
 
#define F_DBGIEN   V_DBGIEN(1U)
 
#define S_TCMCFGOVR   3
 
#define V_TCMCFGOVR(x)   ((x) << S_TCMCFGOVR)
 
#define F_TCMCFGOVR   V_TCMCFGOVR(1U)
 
#define S_TMRDY   2
 
#define V_TMRDY(x)   ((x) << S_TMRDY)
 
#define F_TMRDY   V_TMRDY(1U)
 
#define S_TMRST   1
 
#define V_TMRST(x)   ((x) << S_TMRST)
 
#define F_TMRST   V_TMRST(1U)
 
#define S_TMMODE   0
 
#define V_TMMODE(x)   ((x) << S_TMMODE)
 
#define F_TMMODE   V_TMMODE(1U)
 
#define A_MC5_MISC   0x708
 
#define S_LIP_CMP_UNAVAILABLE   0
 
#define M_LIP_CMP_UNAVAILABLE   0xf
 
#define V_LIP_CMP_UNAVAILABLE(x)   ((x) << S_LIP_CMP_UNAVAILABLE)
 
#define G_LIP_CMP_UNAVAILABLE(x)   (((x) >> S_LIP_CMP_UNAVAILABLE) & M_LIP_CMP_UNAVAILABLE)
 
#define A_MC5_DB_ROUTING_TABLE_INDEX   0x70c
 
#define S_RTINDX   0
 
#define M_RTINDX   0x3fffff
 
#define V_RTINDX(x)   ((x) << S_RTINDX)
 
#define G_RTINDX(x)   (((x) >> S_RTINDX) & M_RTINDX)
 
#define A_MC5_DB_FILTER_TABLE   0x710
 
#define S_SRINDX   0
 
#define M_SRINDX   0x3fffff
 
#define V_SRINDX(x)   ((x) << S_SRINDX)
 
#define G_SRINDX(x)   (((x) >> S_SRINDX) & M_SRINDX)
 
#define A_MC5_DB_SERVER_INDEX   0x714
 
#define A_MC5_DB_LIP_RAM_ADDR   0x718
 
#define S_RAMWR   8
 
#define V_RAMWR(x)   ((x) << S_RAMWR)
 
#define F_RAMWR   V_RAMWR(1U)
 
#define S_RAMADDR   0
 
#define M_RAMADDR   0x3f
 
#define V_RAMADDR(x)   ((x) << S_RAMADDR)
 
#define G_RAMADDR(x)   (((x) >> S_RAMADDR) & M_RAMADDR)
 
#define A_MC5_DB_LIP_RAM_DATA   0x71c
 
#define A_MC5_DB_RSP_LATENCY   0x720
 
#define S_RDLAT   16
 
#define M_RDLAT   0x1f
 
#define V_RDLAT(x)   ((x) << S_RDLAT)
 
#define G_RDLAT(x)   (((x) >> S_RDLAT) & M_RDLAT)
 
#define S_LRNLAT   8
 
#define M_LRNLAT   0x1f
 
#define V_LRNLAT(x)   ((x) << S_LRNLAT)
 
#define G_LRNLAT(x)   (((x) >> S_LRNLAT) & M_LRNLAT)
 
#define S_SRCHLAT   0
 
#define M_SRCHLAT   0x1f
 
#define V_SRCHLAT(x)   ((x) << S_SRCHLAT)
 
#define G_SRCHLAT(x)   (((x) >> S_SRCHLAT) & M_SRCHLAT)
 
#define A_MC5_DB_PARITY_LATENCY   0x724
 
#define S_PARLAT   0
 
#define M_PARLAT   0xf
 
#define V_PARLAT(x)   ((x) << S_PARLAT)
 
#define G_PARLAT(x)   (((x) >> S_PARLAT) & M_PARLAT)
 
#define A_MC5_DB_WR_LRN_VERIFY   0x728
 
#define S_VWVEREN   2
 
#define V_VWVEREN(x)   ((x) << S_VWVEREN)
 
#define F_VWVEREN   V_VWVEREN(1U)
 
#define S_LRNVEREN   1
 
#define V_LRNVEREN(x)   ((x) << S_LRNVEREN)
 
#define F_LRNVEREN   V_LRNVEREN(1U)
 
#define S_POVEREN   0
 
#define V_POVEREN(x)   ((x) << S_POVEREN)
 
#define F_POVEREN   V_POVEREN(1U)
 
#define A_MC5_DB_PART_ID_INDEX   0x72c
 
#define S_IDINDEX   0
 
#define M_IDINDEX   0xf
 
#define V_IDINDEX(x)   ((x) << S_IDINDEX)
 
#define G_IDINDEX(x)   (((x) >> S_IDINDEX) & M_IDINDEX)
 
#define A_MC5_DB_RESET_MAX   0x730
 
#define S_RSTMAX   0
 
#define M_RSTMAX   0xf
 
#define V_RSTMAX(x)   ((x) << S_RSTMAX)
 
#define G_RSTMAX(x)   (((x) >> S_RSTMAX) & M_RSTMAX)
 
#define A_MC5_DB_ACT_CNT   0x734
 
#define S_ACTCNT   0
 
#define M_ACTCNT   0xfffff
 
#define V_ACTCNT(x)   ((x) << S_ACTCNT)
 
#define G_ACTCNT(x)   (((x) >> S_ACTCNT) & M_ACTCNT)
 
#define A_MC5_DB_CLIP_MAP   0x738
 
#define S_CLIPMAPOP   31
 
#define V_CLIPMAPOP(x)   ((x) << S_CLIPMAPOP)
 
#define F_CLIPMAPOP   V_CLIPMAPOP(1U)
 
#define S_CLIPMAPVAL   16
 
#define M_CLIPMAPVAL   0x3f
 
#define V_CLIPMAPVAL(x)   ((x) << S_CLIPMAPVAL)
 
#define G_CLIPMAPVAL(x)   (((x) >> S_CLIPMAPVAL) & M_CLIPMAPVAL)
 
#define S_CLIPMAPADDR   0
 
#define M_CLIPMAPADDR   0x3f
 
#define V_CLIPMAPADDR(x)   ((x) << S_CLIPMAPADDR)
 
#define G_CLIPMAPADDR(x)   (((x) >> S_CLIPMAPADDR) & M_CLIPMAPADDR)
 
#define A_MC5_DB_SIZE   0x73c
 
#define A_MC5_DB_INT_ENABLE   0x740
 
#define S_MSGSEL   28
 
#define M_MSGSEL   0xf
 
#define V_MSGSEL(x)   ((x) << S_MSGSEL)
 
#define G_MSGSEL(x)   (((x) >> S_MSGSEL) & M_MSGSEL)
 
#define S_DELACTEMPTY   18
 
#define V_DELACTEMPTY(x)   ((x) << S_DELACTEMPTY)
 
#define F_DELACTEMPTY   V_DELACTEMPTY(1U)
 
#define S_DISPQPARERR   17
 
#define V_DISPQPARERR(x)   ((x) << S_DISPQPARERR)
 
#define F_DISPQPARERR   V_DISPQPARERR(1U)
 
#define S_REQQPARERR   16
 
#define V_REQQPARERR(x)   ((x) << S_REQQPARERR)
 
#define F_REQQPARERR   V_REQQPARERR(1U)
 
#define S_UNKNOWNCMD   15
 
#define V_UNKNOWNCMD(x)   ((x) << S_UNKNOWNCMD)
 
#define F_UNKNOWNCMD   V_UNKNOWNCMD(1U)
 
#define S_SYNCOOKIEOFF   11
 
#define V_SYNCOOKIEOFF(x)   ((x) << S_SYNCOOKIEOFF)
 
#define F_SYNCOOKIEOFF   V_SYNCOOKIEOFF(1U)
 
#define S_SYNCOOKIEBAD   10
 
#define V_SYNCOOKIEBAD(x)   ((x) << S_SYNCOOKIEBAD)
 
#define F_SYNCOOKIEBAD   V_SYNCOOKIEBAD(1U)
 
#define S_SYNCOOKIE   9
 
#define V_SYNCOOKIE(x)   ((x) << S_SYNCOOKIE)
 
#define F_SYNCOOKIE   V_SYNCOOKIE(1U)
 
#define S_NFASRCHFAIL   8
 
#define V_NFASRCHFAIL(x)   ((x) << S_NFASRCHFAIL)
 
#define F_NFASRCHFAIL   V_NFASRCHFAIL(1U)
 
#define S_ACTRGNFULL   7
 
#define V_ACTRGNFULL(x)   ((x) << S_ACTRGNFULL)
 
#define F_ACTRGNFULL   V_ACTRGNFULL(1U)
 
#define S_PARITYERR   6
 
#define V_PARITYERR(x)   ((x) << S_PARITYERR)
 
#define F_PARITYERR   V_PARITYERR(1U)
 
#define S_LIPMISS   5
 
#define V_LIPMISS(x)   ((x) << S_LIPMISS)
 
#define F_LIPMISS   V_LIPMISS(1U)
 
#define S_LIP0   4
 
#define V_LIP0(x)   ((x) << S_LIP0)
 
#define F_LIP0   V_LIP0(1U)
 
#define S_MISS   3
 
#define V_MISS(x)   ((x) << S_MISS)
 
#define F_MISS   V_MISS(1U)
 
#define S_ROUTINGHIT   2
 
#define V_ROUTINGHIT(x)   ((x) << S_ROUTINGHIT)
 
#define F_ROUTINGHIT   V_ROUTINGHIT(1U)
 
#define S_ACTIVEHIT   1
 
#define V_ACTIVEHIT(x)   ((x) << S_ACTIVEHIT)
 
#define F_ACTIVEHIT   V_ACTIVEHIT(1U)
 
#define S_ACTIVEOUTHIT   0
 
#define V_ACTIVEOUTHIT(x)   ((x) << S_ACTIVEOUTHIT)
 
#define F_ACTIVEOUTHIT   V_ACTIVEOUTHIT(1U)
 
#define A_MC5_DB_INT_CAUSE   0x744
 
#define A_MC5_DB_INT_TID   0x748
 
#define S_INTTID   0
 
#define M_INTTID   0xfffff
 
#define V_INTTID(x)   ((x) << S_INTTID)
 
#define G_INTTID(x)   (((x) >> S_INTTID) & M_INTTID)
 
#define A_MC5_DB_INT_PTID   0x74c
 
#define S_INTPTID   0
 
#define M_INTPTID   0xfffff
 
#define V_INTPTID(x)   ((x) << S_INTPTID)
 
#define G_INTPTID(x)   (((x) >> S_INTPTID) & M_INTPTID)
 
#define A_MC5_DB_DBGI_CONFIG   0x774
 
#define S_WRREQSIZE   22
 
#define M_WRREQSIZE   0x3ff
 
#define V_WRREQSIZE(x)   ((x) << S_WRREQSIZE)
 
#define G_WRREQSIZE(x)   (((x) >> S_WRREQSIZE) & M_WRREQSIZE)
 
#define S_SADRSEL   4
 
#define V_SADRSEL(x)   ((x) << S_SADRSEL)
 
#define F_SADRSEL   V_SADRSEL(1U)
 
#define S_CMDMODE   0
 
#define M_CMDMODE   0x7
 
#define V_CMDMODE(x)   ((x) << S_CMDMODE)
 
#define G_CMDMODE(x)   (((x) >> S_CMDMODE) & M_CMDMODE)
 
#define A_MC5_DB_DBGI_REQ_CMD   0x778
 
#define S_MBUSCMD   0
 
#define M_MBUSCMD   0xf
 
#define V_MBUSCMD(x)   ((x) << S_MBUSCMD)
 
#define G_MBUSCMD(x)   (((x) >> S_MBUSCMD) & M_MBUSCMD)
 
#define S_IDTCMDHI   11
 
#define M_IDTCMDHI   0x7
 
#define V_IDTCMDHI(x)   ((x) << S_IDTCMDHI)
 
#define G_IDTCMDHI(x)   (((x) >> S_IDTCMDHI) & M_IDTCMDHI)
 
#define S_IDTCMDLO   0
 
#define M_IDTCMDLO   0xf
 
#define V_IDTCMDLO(x)   ((x) << S_IDTCMDLO)
 
#define G_IDTCMDLO(x)   (((x) >> S_IDTCMDLO) & M_IDTCMDLO)
 
#define S_IDTCMD   0
 
#define M_IDTCMD   0xfffff
 
#define V_IDTCMD(x)   ((x) << S_IDTCMD)
 
#define G_IDTCMD(x)   (((x) >> S_IDTCMD) & M_IDTCMD)
 
#define S_LCMDB   16
 
#define M_LCMDB   0x7ff
 
#define V_LCMDB(x)   ((x) << S_LCMDB)
 
#define G_LCMDB(x)   (((x) >> S_LCMDB) & M_LCMDB)
 
#define S_LCMDA   0
 
#define M_LCMDA   0x7ff
 
#define V_LCMDA(x)   ((x) << S_LCMDA)
 
#define G_LCMDA(x)   (((x) >> S_LCMDA) & M_LCMDA)
 
#define A_MC5_DB_DBGI_REQ_ADDR0   0x77c
 
#define A_MC5_DB_DBGI_REQ_ADDR1   0x780
 
#define A_MC5_DB_DBGI_REQ_ADDR2   0x784
 
#define S_DBGIREQADRHI   0
 
#define M_DBGIREQADRHI   0xff
 
#define V_DBGIREQADRHI(x)   ((x) << S_DBGIREQADRHI)
 
#define G_DBGIREQADRHI(x)   (((x) >> S_DBGIREQADRHI) & M_DBGIREQADRHI)
 
#define A_MC5_DB_DBGI_REQ_DATA0   0x788
 
#define A_MC5_DB_DBGI_REQ_DATA1   0x78c
 
#define A_MC5_DB_DBGI_REQ_DATA2   0x790
 
#define A_MC5_DB_DBGI_REQ_DATA3   0x794
 
#define A_MC5_DB_DBGI_REQ_DATA4   0x798
 
#define S_DBGIREQDATA4   0
 
#define M_DBGIREQDATA4   0xffff
 
#define V_DBGIREQDATA4(x)   ((x) << S_DBGIREQDATA4)
 
#define G_DBGIREQDATA4(x)   (((x) >> S_DBGIREQDATA4) & M_DBGIREQDATA4)
 
#define A_MC5_DB_DBGI_REQ_MASK0   0x79c
 
#define A_MC5_DB_DBGI_REQ_MASK1   0x7a0
 
#define A_MC5_DB_DBGI_REQ_MASK2   0x7a4
 
#define A_MC5_DB_DBGI_REQ_MASK3   0x7a8
 
#define A_MC5_DB_DBGI_REQ_MASK4   0x7ac
 
#define S_DBGIREQMSK4   0
 
#define M_DBGIREQMSK4   0xffff
 
#define V_DBGIREQMSK4(x)   ((x) << S_DBGIREQMSK4)
 
#define G_DBGIREQMSK4(x)   (((x) >> S_DBGIREQMSK4) & M_DBGIREQMSK4)
 
#define A_MC5_DB_DBGI_RSP_STATUS   0x7b0
 
#define S_DBGIRSPMSG   8
 
#define M_DBGIRSPMSG   0xf
 
#define V_DBGIRSPMSG(x)   ((x) << S_DBGIRSPMSG)
 
#define G_DBGIRSPMSG(x)   (((x) >> S_DBGIRSPMSG) & M_DBGIRSPMSG)
 
#define S_DBGIRSPMSGVLD   2
 
#define V_DBGIRSPMSGVLD(x)   ((x) << S_DBGIRSPMSGVLD)
 
#define F_DBGIRSPMSGVLD   V_DBGIRSPMSGVLD(1U)
 
#define S_DBGIRSPHIT   1
 
#define V_DBGIRSPHIT(x)   ((x) << S_DBGIRSPHIT)
 
#define F_DBGIRSPHIT   V_DBGIRSPHIT(1U)
 
#define S_DBGIRSPVALID   0
 
#define V_DBGIRSPVALID(x)   ((x) << S_DBGIRSPVALID)
 
#define F_DBGIRSPVALID   V_DBGIRSPVALID(1U)
 
#define A_MC5_DB_DBGI_RSP_DATA0   0x7b4
 
#define A_MC5_DB_DBGI_RSP_DATA1   0x7b8
 
#define A_MC5_DB_DBGI_RSP_DATA2   0x7bc
 
#define A_MC5_DB_DBGI_RSP_DATA3   0x7c0
 
#define A_MC5_DB_DBGI_RSP_DATA4   0x7c4
 
#define S_DBGIRSPDATA3   0
 
#define M_DBGIRSPDATA3   0xffff
 
#define V_DBGIRSPDATA3(x)   ((x) << S_DBGIRSPDATA3)
 
#define G_DBGIRSPDATA3(x)   (((x) >> S_DBGIRSPDATA3) & M_DBGIRSPDATA3)
 
#define A_MC5_DB_DBGI_RSP_LAST_CMD   0x7c8
 
#define S_LASTCMDB   16
 
#define M_LASTCMDB   0x7ff
 
#define V_LASTCMDB(x)   ((x) << S_LASTCMDB)
 
#define G_LASTCMDB(x)   (((x) >> S_LASTCMDB) & M_LASTCMDB)
 
#define S_LASTCMDA   0
 
#define M_LASTCMDA   0x7ff
 
#define V_LASTCMDA(x)   ((x) << S_LASTCMDA)
 
#define G_LASTCMDA(x)   (((x) >> S_LASTCMDA) & M_LASTCMDA)
 
#define A_MC5_DB_POPEN_DATA_WR_CMD   0x7cc
 
#define S_PO_DWR   0
 
#define M_PO_DWR   0xfffff
 
#define V_PO_DWR(x)   ((x) << S_PO_DWR)
 
#define G_PO_DWR(x)   (((x) >> S_PO_DWR) & M_PO_DWR)
 
#define A_MC5_DB_POPEN_MASK_WR_CMD   0x7d0
 
#define S_PO_MWR   0
 
#define M_PO_MWR   0xfffff
 
#define V_PO_MWR(x)   ((x) << S_PO_MWR)
 
#define G_PO_MWR(x)   (((x) >> S_PO_MWR) & M_PO_MWR)
 
#define A_MC5_DB_AOPEN_SRCH_CMD   0x7d4
 
#define S_AO_SRCH   0
 
#define M_AO_SRCH   0xfffff
 
#define V_AO_SRCH(x)   ((x) << S_AO_SRCH)
 
#define G_AO_SRCH(x)   (((x) >> S_AO_SRCH) & M_AO_SRCH)
 
#define A_MC5_DB_AOPEN_LRN_CMD   0x7d8
 
#define S_AO_LRN   0
 
#define M_AO_LRN   0xfffff
 
#define V_AO_LRN(x)   ((x) << S_AO_LRN)
 
#define G_AO_LRN(x)   (((x) >> S_AO_LRN) & M_AO_LRN)
 
#define A_MC5_DB_SYN_SRCH_CMD   0x7dc
 
#define S_SYN_SRCH   0
 
#define M_SYN_SRCH   0xfffff
 
#define V_SYN_SRCH(x)   ((x) << S_SYN_SRCH)
 
#define G_SYN_SRCH(x)   (((x) >> S_SYN_SRCH) & M_SYN_SRCH)
 
#define A_MC5_DB_SYN_LRN_CMD   0x7e0
 
#define S_SYN_LRN   0
 
#define M_SYN_LRN   0xfffff
 
#define V_SYN_LRN(x)   ((x) << S_SYN_LRN)
 
#define G_SYN_LRN(x)   (((x) >> S_SYN_LRN) & M_SYN_LRN)
 
#define A_MC5_DB_ACK_SRCH_CMD   0x7e4
 
#define S_ACK_SRCH   0
 
#define M_ACK_SRCH   0xfffff
 
#define V_ACK_SRCH(x)   ((x) << S_ACK_SRCH)
 
#define G_ACK_SRCH(x)   (((x) >> S_ACK_SRCH) & M_ACK_SRCH)
 
#define A_MC5_DB_ACK_LRN_CMD   0x7e8
 
#define S_ACK_LRN   0
 
#define M_ACK_LRN   0xfffff
 
#define V_ACK_LRN(x)   ((x) << S_ACK_LRN)
 
#define G_ACK_LRN(x)   (((x) >> S_ACK_LRN) & M_ACK_LRN)
 
#define A_MC5_DB_ILOOKUP_CMD   0x7ec
 
#define S_I_SRCH   0
 
#define M_I_SRCH   0xfffff
 
#define V_I_SRCH(x)   ((x) << S_I_SRCH)
 
#define G_I_SRCH(x)   (((x) >> S_I_SRCH) & M_I_SRCH)
 
#define A_MC5_DB_ELOOKUP_CMD   0x7f0
 
#define S_E_SRCH   0
 
#define M_E_SRCH   0xfffff
 
#define V_E_SRCH(x)   ((x) << S_E_SRCH)
 
#define G_E_SRCH(x)   (((x) >> S_E_SRCH) & M_E_SRCH)
 
#define A_MC5_DB_DATA_WRITE_CMD   0x7f4
 
#define S_WRITE   0
 
#define M_WRITE   0xfffff
 
#define V_WRITE(x)   ((x) << S_WRITE)
 
#define G_WRITE(x)   (((x) >> S_WRITE) & M_WRITE)
 
#define A_MC5_DB_DATA_READ_CMD   0x7f8
 
#define S_READCMD   0
 
#define M_READCMD   0xfffff
 
#define V_READCMD(x)   ((x) << S_READCMD)
 
#define G_READCMD(x)   (((x) >> S_READCMD) & M_READCMD)
 
#define A_MC5_DB_MASK_WRITE_CMD   0x7fc
 
#define S_MASKWR   0
 
#define M_MASKWR   0xffff
 
#define V_MASKWR(x)   ((x) << S_MASKWR)
 
#define G_MASKWR(x)   (((x) >> S_MASKWR) & M_MASKWR)
 
#define XGMAC0_0_BASE_ADDR   0x800
 
#define A_XGM_TX_CTRL   0x800
 
#define S_SENDPAUSE   2
 
#define V_SENDPAUSE(x)   ((x) << S_SENDPAUSE)
 
#define F_SENDPAUSE   V_SENDPAUSE(1U)
 
#define S_SENDZEROPAUSE   1
 
#define V_SENDZEROPAUSE(x)   ((x) << S_SENDZEROPAUSE)
 
#define F_SENDZEROPAUSE   V_SENDZEROPAUSE(1U)
 
#define S_TXEN   0
 
#define V_TXEN(x)   ((x) << S_TXEN)
 
#define F_TXEN   V_TXEN(1U)
 
#define A_XGM_TX_CFG   0x804
 
#define S_CFGCLKSPEED   2
 
#define M_CFGCLKSPEED   0x7
 
#define V_CFGCLKSPEED(x)   ((x) << S_CFGCLKSPEED)
 
#define G_CFGCLKSPEED(x)   (((x) >> S_CFGCLKSPEED) & M_CFGCLKSPEED)
 
#define S_STRETCHMODE   1
 
#define V_STRETCHMODE(x)   ((x) << S_STRETCHMODE)
 
#define F_STRETCHMODE   V_STRETCHMODE(1U)
 
#define S_TXPAUSEEN   0
 
#define V_TXPAUSEEN(x)   ((x) << S_TXPAUSEEN)
 
#define F_TXPAUSEEN   V_TXPAUSEEN(1U)
 
#define A_XGM_TX_PAUSE_QUANTA   0x808
 
#define S_TXPAUSEQUANTA   0
 
#define M_TXPAUSEQUANTA   0xffff
 
#define V_TXPAUSEQUANTA(x)   ((x) << S_TXPAUSEQUANTA)
 
#define G_TXPAUSEQUANTA(x)   (((x) >> S_TXPAUSEQUANTA) & M_TXPAUSEQUANTA)
 
#define A_XGM_RX_CTRL   0x80c
 
#define S_RXEN   0
 
#define V_RXEN(x)   ((x) << S_RXEN)
 
#define F_RXEN   V_RXEN(1U)
 
#define A_XGM_RX_CFG   0x810
 
#define S_CON802_3PREAMBLE   12
 
#define V_CON802_3PREAMBLE(x)   ((x) << S_CON802_3PREAMBLE)
 
#define F_CON802_3PREAMBLE   V_CON802_3PREAMBLE(1U)
 
#define S_ENNON802_3PREAMBLE   11
 
#define V_ENNON802_3PREAMBLE(x)   ((x) << S_ENNON802_3PREAMBLE)
 
#define F_ENNON802_3PREAMBLE   V_ENNON802_3PREAMBLE(1U)
 
#define S_COPYPREAMBLE   10
 
#define V_COPYPREAMBLE(x)   ((x) << S_COPYPREAMBLE)
 
#define F_COPYPREAMBLE   V_COPYPREAMBLE(1U)
 
#define S_DISPAUSEFRAMES   9
 
#define V_DISPAUSEFRAMES(x)   ((x) << S_DISPAUSEFRAMES)
 
#define F_DISPAUSEFRAMES   V_DISPAUSEFRAMES(1U)
 
#define S_EN1536BFRAMES   8
 
#define V_EN1536BFRAMES(x)   ((x) << S_EN1536BFRAMES)
 
#define F_EN1536BFRAMES   V_EN1536BFRAMES(1U)
 
#define S_ENJUMBO   7
 
#define V_ENJUMBO(x)   ((x) << S_ENJUMBO)
 
#define F_ENJUMBO   V_ENJUMBO(1U)
 
#define S_RMFCS   6
 
#define V_RMFCS(x)   ((x) << S_RMFCS)
 
#define F_RMFCS   V_RMFCS(1U)
 
#define S_DISNONVLAN   5
 
#define V_DISNONVLAN(x)   ((x) << S_DISNONVLAN)
 
#define F_DISNONVLAN   V_DISNONVLAN(1U)
 
#define S_ENEXTMATCH   4
 
#define V_ENEXTMATCH(x)   ((x) << S_ENEXTMATCH)
 
#define F_ENEXTMATCH   V_ENEXTMATCH(1U)
 
#define S_ENHASHUCAST   3
 
#define V_ENHASHUCAST(x)   ((x) << S_ENHASHUCAST)
 
#define F_ENHASHUCAST   V_ENHASHUCAST(1U)
 
#define S_ENHASHMCAST   2
 
#define V_ENHASHMCAST(x)   ((x) << S_ENHASHMCAST)
 
#define F_ENHASHMCAST   V_ENHASHMCAST(1U)
 
#define S_DISBCAST   1
 
#define V_DISBCAST(x)   ((x) << S_DISBCAST)
 
#define F_DISBCAST   V_DISBCAST(1U)
 
#define S_COPYALLFRAMES   0
 
#define V_COPYALLFRAMES(x)   ((x) << S_COPYALLFRAMES)
 
#define F_COPYALLFRAMES   V_COPYALLFRAMES(1U)
 
#define A_XGM_RX_HASH_LOW   0x814
 
#define A_XGM_RX_HASH_HIGH   0x818
 
#define A_XGM_RX_EXACT_MATCH_LOW_1   0x81c
 
#define A_XGM_RX_EXACT_MATCH_HIGH_1   0x820
 
#define S_ADDRESS_HIGH   0
 
#define M_ADDRESS_HIGH   0xffff
 
#define V_ADDRESS_HIGH(x)   ((x) << S_ADDRESS_HIGH)
 
#define G_ADDRESS_HIGH(x)   (((x) >> S_ADDRESS_HIGH) & M_ADDRESS_HIGH)
 
#define A_XGM_RX_EXACT_MATCH_LOW_2   0x824
 
#define A_XGM_RX_EXACT_MATCH_HIGH_2   0x828
 
#define A_XGM_RX_EXACT_MATCH_LOW_3   0x82c
 
#define A_XGM_RX_EXACT_MATCH_HIGH_3   0x830
 
#define A_XGM_RX_EXACT_MATCH_LOW_4   0x834
 
#define A_XGM_RX_EXACT_MATCH_HIGH_4   0x838
 
#define A_XGM_RX_EXACT_MATCH_LOW_5   0x83c
 
#define A_XGM_RX_EXACT_MATCH_HIGH_5   0x840
 
#define A_XGM_RX_EXACT_MATCH_LOW_6   0x844
 
#define A_XGM_RX_EXACT_MATCH_HIGH_6   0x848
 
#define A_XGM_RX_EXACT_MATCH_LOW_7   0x84c
 
#define A_XGM_RX_EXACT_MATCH_HIGH_7   0x850
 
#define A_XGM_RX_EXACT_MATCH_LOW_8   0x854
 
#define A_XGM_RX_EXACT_MATCH_HIGH_8   0x858
 
#define A_XGM_RX_TYPE_MATCH_1   0x85c
 
#define S_ENTYPEMATCH   31
 
#define V_ENTYPEMATCH(x)   ((x) << S_ENTYPEMATCH)
 
#define F_ENTYPEMATCH   V_ENTYPEMATCH(1U)
 
#define S_TYPE   0
 
#define M_TYPE   0xffff
 
#define V_TYPE(x)   ((x) << S_TYPE)
 
#define G_TYPE(x)   (((x) >> S_TYPE) & M_TYPE)
 
#define A_XGM_RX_TYPE_MATCH_2   0x860
 
#define A_XGM_RX_TYPE_MATCH_3   0x864
 
#define A_XGM_RX_TYPE_MATCH_4   0x868
 
#define A_XGM_INT_STATUS   0x86c
 
#define S_XGMIIEXTINT   10
 
#define V_XGMIIEXTINT(x)   ((x) << S_XGMIIEXTINT)
 
#define F_XGMIIEXTINT   V_XGMIIEXTINT(1U)
 
#define S_LINKFAULTCHANGE   9
 
#define V_LINKFAULTCHANGE(x)   ((x) << S_LINKFAULTCHANGE)
 
#define F_LINKFAULTCHANGE   V_LINKFAULTCHANGE(1U)
 
#define S_PHYFRAMECOMPLETE   8
 
#define V_PHYFRAMECOMPLETE(x)   ((x) << S_PHYFRAMECOMPLETE)
 
#define F_PHYFRAMECOMPLETE   V_PHYFRAMECOMPLETE(1U)
 
#define S_PAUSEFRAMETXMT   7
 
#define V_PAUSEFRAMETXMT(x)   ((x) << S_PAUSEFRAMETXMT)
 
#define F_PAUSEFRAMETXMT   V_PAUSEFRAMETXMT(1U)
 
#define S_PAUSECNTRTIMEOUT   6
 
#define V_PAUSECNTRTIMEOUT(x)   ((x) << S_PAUSECNTRTIMEOUT)
 
#define F_PAUSECNTRTIMEOUT   V_PAUSECNTRTIMEOUT(1U)
 
#define S_NON0PAUSERCVD   5
 
#define V_NON0PAUSERCVD(x)   ((x) << S_NON0PAUSERCVD)
 
#define F_NON0PAUSERCVD   V_NON0PAUSERCVD(1U)
 
#define S_STATOFLOW   4
 
#define V_STATOFLOW(x)   ((x) << S_STATOFLOW)
 
#define F_STATOFLOW   V_STATOFLOW(1U)
 
#define S_TXERRFIFO   3
 
#define V_TXERRFIFO(x)   ((x) << S_TXERRFIFO)
 
#define F_TXERRFIFO   V_TXERRFIFO(1U)
 
#define S_TXUFLOW   2
 
#define V_TXUFLOW(x)   ((x) << S_TXUFLOW)
 
#define F_TXUFLOW   V_TXUFLOW(1U)
 
#define S_FRAMETXMT   1
 
#define V_FRAMETXMT(x)   ((x) << S_FRAMETXMT)
 
#define F_FRAMETXMT   V_FRAMETXMT(1U)
 
#define S_FRAMERCVD   0
 
#define V_FRAMERCVD(x)   ((x) << S_FRAMERCVD)
 
#define F_FRAMERCVD   V_FRAMERCVD(1U)
 
#define A_XGM_XGM_INT_MASK   0x870
 
#define A_XGM_XGM_INT_ENABLE   0x874
 
#define A_XGM_XGM_INT_DISABLE   0x878
 
#define A_XGM_TX_PAUSE_TIMER   0x87c
 
#define S_CURPAUSETIMER   0
 
#define M_CURPAUSETIMER   0xffff
 
#define V_CURPAUSETIMER(x)   ((x) << S_CURPAUSETIMER)
 
#define G_CURPAUSETIMER(x)   (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)
 
#define A_XGM_STAT_CTRL   0x880
 
#define S_READSNPSHOT   4
 
#define V_READSNPSHOT(x)   ((x) << S_READSNPSHOT)
 
#define F_READSNPSHOT   V_READSNPSHOT(1U)
 
#define S_TAKESNPSHOT   3
 
#define V_TAKESNPSHOT(x)   ((x) << S_TAKESNPSHOT)
 
#define F_TAKESNPSHOT   V_TAKESNPSHOT(1U)
 
#define S_CLRSTATS   2
 
#define V_CLRSTATS(x)   ((x) << S_CLRSTATS)
 
#define F_CLRSTATS   V_CLRSTATS(1U)
 
#define S_INCRSTATS   1
 
#define V_INCRSTATS(x)   ((x) << S_INCRSTATS)
 
#define F_INCRSTATS   V_INCRSTATS(1U)
 
#define S_ENTESTMODEWR   0
 
#define V_ENTESTMODEWR(x)   ((x) << S_ENTESTMODEWR)
 
#define F_ENTESTMODEWR   V_ENTESTMODEWR(1U)
 
#define A_XGM_RXFIFO_CFG   0x884
 
#define S_RXFIFO_EMPTY   31
 
#define V_RXFIFO_EMPTY(x)   ((x) << S_RXFIFO_EMPTY)
 
#define F_RXFIFO_EMPTY   V_RXFIFO_EMPTY(1U)
 
#define S_RXFIFO_FULL   30
 
#define V_RXFIFO_FULL(x)   ((x) << S_RXFIFO_FULL)
 
#define F_RXFIFO_FULL   V_RXFIFO_FULL(1U)
 
#define S_RXFIFOPAUSEHWM   17
 
#define M_RXFIFOPAUSEHWM   0xfff
 
#define V_RXFIFOPAUSEHWM(x)   ((x) << S_RXFIFOPAUSEHWM)
 
#define G_RXFIFOPAUSEHWM(x)   (((x) >> S_RXFIFOPAUSEHWM) & M_RXFIFOPAUSEHWM)
 
#define S_RXFIFOPAUSELWM   5
 
#define M_RXFIFOPAUSELWM   0xfff
 
#define V_RXFIFOPAUSELWM(x)   ((x) << S_RXFIFOPAUSELWM)
 
#define G_RXFIFOPAUSELWM(x)   (((x) >> S_RXFIFOPAUSELWM) & M_RXFIFOPAUSELWM)
 
#define S_FORCEDPAUSE   4
 
#define V_FORCEDPAUSE(x)   ((x) << S_FORCEDPAUSE)
 
#define F_FORCEDPAUSE   V_FORCEDPAUSE(1U)
 
#define S_EXTERNLOOPBACK   3
 
#define V_EXTERNLOOPBACK(x)   ((x) << S_EXTERNLOOPBACK)
 
#define F_EXTERNLOOPBACK   V_EXTERNLOOPBACK(1U)
 
#define S_RXBYTESWAP   2
 
#define V_RXBYTESWAP(x)   ((x) << S_RXBYTESWAP)
 
#define F_RXBYTESWAP   V_RXBYTESWAP(1U)
 
#define S_RXSTRFRWRD   1
 
#define V_RXSTRFRWRD(x)   ((x) << S_RXSTRFRWRD)
 
#define F_RXSTRFRWRD   V_RXSTRFRWRD(1U)
 
#define S_DISERRFRAMES   0
 
#define V_DISERRFRAMES(x)   ((x) << S_DISERRFRAMES)
 
#define F_DISERRFRAMES   V_DISERRFRAMES(1U)
 
#define A_XGM_TXFIFO_CFG   0x888
 
#define S_TXFIFO_EMPTY   31
 
#define V_TXFIFO_EMPTY(x)   ((x) << S_TXFIFO_EMPTY)
 
#define F_TXFIFO_EMPTY   V_TXFIFO_EMPTY(1U)
 
#define S_TXFIFO_FULL   30
 
#define V_TXFIFO_FULL(x)   ((x) << S_TXFIFO_FULL)
 
#define F_TXFIFO_FULL   V_TXFIFO_FULL(1U)
 
#define S_UNDERUNFIX   22
 
#define V_UNDERUNFIX(x)   ((x) << S_UNDERUNFIX)
 
#define F_UNDERUNFIX   V_UNDERUNFIX(1U)
 
#define S_ENDROPPKT   21
 
#define V_ENDROPPKT(x)   ((x) << S_ENDROPPKT)
 
#define F_ENDROPPKT   V_ENDROPPKT(1U)
 
#define S_TXIPG   13
 
#define M_TXIPG   0xff
 
#define V_TXIPG(x)   ((x) << S_TXIPG)
 
#define G_TXIPG(x)   (((x) >> S_TXIPG) & M_TXIPG)
 
#define S_TXFIFOTHRESH   4
 
#define M_TXFIFOTHRESH   0x1ff
 
#define V_TXFIFOTHRESH(x)   ((x) << S_TXFIFOTHRESH)
 
#define G_TXFIFOTHRESH(x)   (((x) >> S_TXFIFOTHRESH) & M_TXFIFOTHRESH)
 
#define S_INTERNLOOPBACK   3
 
#define V_INTERNLOOPBACK(x)   ((x) << S_INTERNLOOPBACK)
 
#define F_INTERNLOOPBACK   V_INTERNLOOPBACK(1U)
 
#define S_TXBYTESWAP   2
 
#define V_TXBYTESWAP(x)   ((x) << S_TXBYTESWAP)
 
#define F_TXBYTESWAP   V_TXBYTESWAP(1U)
 
#define S_DISCRC   1
 
#define V_DISCRC(x)   ((x) << S_DISCRC)
 
#define F_DISCRC   V_DISCRC(1U)
 
#define S_DISPREAMBLE   0
 
#define V_DISPREAMBLE(x)   ((x) << S_DISPREAMBLE)
 
#define F_DISPREAMBLE   V_DISPREAMBLE(1U)
 
#define A_XGM_SLOW_TIMER   0x88c
 
#define S_PAUSESLOWTIMEREN   31
 
#define V_PAUSESLOWTIMEREN(x)   ((x) << S_PAUSESLOWTIMEREN)
 
#define F_PAUSESLOWTIMEREN   V_PAUSESLOWTIMEREN(1U)
 
#define S_PAUSESLOWTIMER   0
 
#define M_PAUSESLOWTIMER   0xfffff
 
#define V_PAUSESLOWTIMER(x)   ((x) << S_PAUSESLOWTIMER)
 
#define G_PAUSESLOWTIMER(x)   (((x) >> S_PAUSESLOWTIMER) & M_PAUSESLOWTIMER)
 
#define A_XGM_PAUSE_TIMER   0x890
 
#define S_PAUSETIMER   0
 
#define M_PAUSETIMER   0xfffff
 
#define V_PAUSETIMER(x)   ((x) << S_PAUSETIMER)
 
#define G_PAUSETIMER(x)   (((x) >> S_PAUSETIMER) & M_PAUSETIMER)
 
#define A_XGM_SERDES_CTRL   0x890
 
#define S_SERDESEN   25
 
#define V_SERDESEN(x)   ((x) << S_SERDESEN)
 
#define F_SERDESEN   V_SERDESEN(1U)
 
#define S_SERDESRESET_   24
 
#define V_SERDESRESET_(x)   ((x) << S_SERDESRESET_)
 
#define F_SERDESRESET_   V_SERDESRESET_(1U)
 
#define S_CMURANGE   21
 
#define M_CMURANGE   0x7
 
#define V_CMURANGE(x)   ((x) << S_CMURANGE)
 
#define G_CMURANGE(x)   (((x) >> S_CMURANGE) & M_CMURANGE)
 
#define S_BGENB   20
 
#define V_BGENB(x)   ((x) << S_BGENB)
 
#define F_BGENB   V_BGENB(1U)
 
#define S_ENSKPDROP   19
 
#define V_ENSKPDROP(x)   ((x) << S_ENSKPDROP)
 
#define F_ENSKPDROP   V_ENSKPDROP(1U)
 
#define S_ENCOMMA   18
 
#define V_ENCOMMA(x)   ((x) << S_ENCOMMA)
 
#define F_ENCOMMA   V_ENCOMMA(1U)
 
#define S_EN8B10B   17
 
#define V_EN8B10B(x)   ((x) << S_EN8B10B)
 
#define F_EN8B10B   V_EN8B10B(1U)
 
#define S_ENELBUF   16
 
#define V_ENELBUF(x)   ((x) << S_ENELBUF)
 
#define F_ENELBUF   V_ENELBUF(1U)
 
#define S_GAIN   11
 
#define M_GAIN   0x1f
 
#define V_GAIN(x)   ((x) << S_GAIN)
 
#define G_GAIN(x)   (((x) >> S_GAIN) & M_GAIN)
 
#define S_BANDGAP   7
 
#define M_BANDGAP   0xf
 
#define V_BANDGAP(x)   ((x) << S_BANDGAP)
 
#define G_BANDGAP(x)   (((x) >> S_BANDGAP) & M_BANDGAP)
 
#define S_LPBKEN   5
 
#define M_LPBKEN   0x3
 
#define V_LPBKEN(x)   ((x) << S_LPBKEN)
 
#define G_LPBKEN(x)   (((x) >> S_LPBKEN) & M_LPBKEN)
 
#define S_RXENABLE   4
 
#define V_RXENABLE(x)   ((x) << S_RXENABLE)
 
#define F_RXENABLE   V_RXENABLE(1U)
 
#define S_TXENABLE   3
 
#define V_TXENABLE(x)   ((x) << S_TXENABLE)
 
#define F_TXENABLE   V_TXENABLE(1U)
 
#define A_XGM_XAUI_PCS_TEST   0x894
 
#define S_TESTPATTERN   1
 
#define M_TESTPATTERN   0x3
 
#define V_TESTPATTERN(x)   ((x) << S_TESTPATTERN)
 
#define G_TESTPATTERN(x)   (((x) >> S_TESTPATTERN) & M_TESTPATTERN)
 
#define S_ENTEST   0
 
#define V_ENTEST(x)   ((x) << S_ENTEST)
 
#define F_ENTEST   V_ENTEST(1U)
 
#define A_XGM_RGMII_CTRL   0x898
 
#define S_PHALIGNFIFOTHRESH   1
 
#define M_PHALIGNFIFOTHRESH   0x3
 
#define V_PHALIGNFIFOTHRESH(x)   ((x) << S_PHALIGNFIFOTHRESH)
 
#define G_PHALIGNFIFOTHRESH(x)   (((x) >> S_PHALIGNFIFOTHRESH) & M_PHALIGNFIFOTHRESH)
 
#define S_TXCLK90SHIFT   0
 
#define V_TXCLK90SHIFT(x)   ((x) << S_TXCLK90SHIFT)
 
#define F_TXCLK90SHIFT   V_TXCLK90SHIFT(1U)
 
#define A_XGM_RGMII_IMP   0x89c
 
#define S_CALRESET   8
 
#define V_CALRESET(x)   ((x) << S_CALRESET)
 
#define F_CALRESET   V_CALRESET(1U)
 
#define S_CALUPDATE   7
 
#define V_CALUPDATE(x)   ((x) << S_CALUPDATE)
 
#define F_CALUPDATE   V_CALUPDATE(1U)
 
#define S_XGM_IMPSETUPDATE   6
 
#define V_XGM_IMPSETUPDATE(x)   ((x) << S_XGM_IMPSETUPDATE)
 
#define F_XGM_IMPSETUPDATE   V_XGM_IMPSETUPDATE(1U)
 
#define S_RGMIIIMPPD   3
 
#define M_RGMIIIMPPD   0x7
 
#define V_RGMIIIMPPD(x)   ((x) << S_RGMIIIMPPD)
 
#define G_RGMIIIMPPD(x)   (((x) >> S_RGMIIIMPPD) & M_RGMIIIMPPD)
 
#define S_RGMIIIMPPU   0
 
#define M_RGMIIIMPPU   0x7
 
#define V_RGMIIIMPPU(x)   ((x) << S_RGMIIIMPPU)
 
#define G_RGMIIIMPPU(x)   (((x) >> S_RGMIIIMPPU) & M_RGMIIIMPPU)
 
#define A_XGM_XAUI_IMP   0x8a0
 
#define S_XGM_CALFAULT   29
 
#define V_XGM_CALFAULT(x)   ((x) << S_XGM_CALFAULT)
 
#define F_XGM_CALFAULT   V_XGM_CALFAULT(1U)
 
#define S_CALIMP   24
 
#define M_CALIMP   0x1f
 
#define V_CALIMP(x)   ((x) << S_CALIMP)
 
#define G_CALIMP(x)   (((x) >> S_CALIMP) & M_CALIMP)
 
#define S_XAUIIMP   0
 
#define M_XAUIIMP   0x7
 
#define V_XAUIIMP(x)   ((x) << S_XAUIIMP)
 
#define G_XAUIIMP(x)   (((x) >> S_XAUIIMP) & M_XAUIIMP)
 
#define A_XGM_SERDES_BIST   0x8a4
 
#define S_BISTDONE   28
 
#define M_BISTDONE   0xf
 
#define V_BISTDONE(x)   ((x) << S_BISTDONE)
 
#define G_BISTDONE(x)   (((x) >> S_BISTDONE) & M_BISTDONE)
 
#define S_BISTCYCLETHRESH   3
 
#define M_BISTCYCLETHRESH   0x1ffff
 
#define V_BISTCYCLETHRESH(x)   ((x) << S_BISTCYCLETHRESH)
 
#define G_BISTCYCLETHRESH(x)   (((x) >> S_BISTCYCLETHRESH) & M_BISTCYCLETHRESH)
 
#define A_XGM_RX_MAX_PKT_SIZE   0x8a8
 
#define S_RXMAXFRAMERSIZE   17
 
#define M_RXMAXFRAMERSIZE   0x3fff
 
#define V_RXMAXFRAMERSIZE(x)   ((x) << S_RXMAXFRAMERSIZE)
 
#define G_RXMAXFRAMERSIZE(x)   (((x) >> S_RXMAXFRAMERSIZE) & M_RXMAXFRAMERSIZE)
 
#define S_RXENERRORGATHER   16
 
#define V_RXENERRORGATHER(x)   ((x) << S_RXENERRORGATHER)
 
#define F_RXENERRORGATHER   V_RXENERRORGATHER(1U)
 
#define S_RXENSINGLEFLIT   15
 
#define V_RXENSINGLEFLIT(x)   ((x) << S_RXENSINGLEFLIT)
 
#define F_RXENSINGLEFLIT   V_RXENSINGLEFLIT(1U)
 
#define S_RXENFRAMER   14
 
#define V_RXENFRAMER(x)   ((x) << S_RXENFRAMER)
 
#define F_RXENFRAMER   V_RXENFRAMER(1U)
 
#define S_RXMAXPKTSIZE   0
 
#define M_RXMAXPKTSIZE   0x3fff
 
#define V_RXMAXPKTSIZE(x)   ((x) << S_RXMAXPKTSIZE)
 
#define G_RXMAXPKTSIZE(x)   (((x) >> S_RXMAXPKTSIZE) & M_RXMAXPKTSIZE)
 
#define A_XGM_RESET_CTRL   0x8ac
 
#define S_XGMAC_STOP_EN   4
 
#define V_XGMAC_STOP_EN(x)   ((x) << S_XGMAC_STOP_EN)
 
#define F_XGMAC_STOP_EN   V_XGMAC_STOP_EN(1U)
 
#define S_XG2G_RESET_   3
 
#define V_XG2G_RESET_(x)   ((x) << S_XG2G_RESET_)
 
#define F_XG2G_RESET_   V_XG2G_RESET_(1U)
 
#define S_RGMII_RESET_   2
 
#define V_RGMII_RESET_(x)   ((x) << S_RGMII_RESET_)
 
#define F_RGMII_RESET_   V_RGMII_RESET_(1U)
 
#define S_PCS_RESET_   1
 
#define V_PCS_RESET_(x)   ((x) << S_PCS_RESET_)
 
#define F_PCS_RESET_   V_PCS_RESET_(1U)
 
#define S_MAC_RESET_   0
 
#define V_MAC_RESET_(x)   ((x) << S_MAC_RESET_)
 
#define F_MAC_RESET_   V_MAC_RESET_(1U)
 
#define A_XGM_XAUI1G_CTRL   0x8b0
 
#define S_XAUI1GLINKID   0
 
#define M_XAUI1GLINKID   0x3
 
#define V_XAUI1GLINKID(x)   ((x) << S_XAUI1GLINKID)
 
#define G_XAUI1GLINKID(x)   (((x) >> S_XAUI1GLINKID) & M_XAUI1GLINKID)
 
#define A_XGM_SERDES_LANE_CTRL   0x8b4
 
#define S_LANEREVERSAL   8
 
#define V_LANEREVERSAL(x)   ((x) << S_LANEREVERSAL)
 
#define F_LANEREVERSAL   V_LANEREVERSAL(1U)
 
#define S_TXPOLARITY   4
 
#define M_TXPOLARITY   0xf
 
#define V_TXPOLARITY(x)   ((x) << S_TXPOLARITY)
 
#define G_TXPOLARITY(x)   (((x) >> S_TXPOLARITY) & M_TXPOLARITY)
 
#define S_RXPOLARITY   0
 
#define M_RXPOLARITY   0xf
 
#define V_RXPOLARITY(x)   ((x) << S_RXPOLARITY)
 
#define G_RXPOLARITY(x)   (((x) >> S_RXPOLARITY) & M_RXPOLARITY)
 
#define A_XGM_PORT_CFG   0x8b8
 
#define S_SAFESPEEDCHANGE   4
 
#define V_SAFESPEEDCHANGE(x)   ((x) << S_SAFESPEEDCHANGE)
 
#define F_SAFESPEEDCHANGE   V_SAFESPEEDCHANGE(1U)
 
#define S_CLKDIVRESET_   3
 
#define V_CLKDIVRESET_(x)   ((x) << S_CLKDIVRESET_)
 
#define F_CLKDIVRESET_   V_CLKDIVRESET_(1U)
 
#define S_PORTSPEED   1
 
#define M_PORTSPEED   0x3
 
#define V_PORTSPEED(x)   ((x) << S_PORTSPEED)
 
#define G_PORTSPEED(x)   (((x) >> S_PORTSPEED) & M_PORTSPEED)
 
#define S_ENRGMII   0
 
#define V_ENRGMII(x)   ((x) << S_ENRGMII)
 
#define F_ENRGMII   V_ENRGMII(1U)
 
#define A_XGM_EPIO_DATA0   0x8c0
 
#define A_XGM_EPIO_DATA1   0x8c4
 
#define A_XGM_EPIO_DATA2   0x8c8
 
#define A_XGM_EPIO_DATA3   0x8cc
 
#define A_XGM_EPIO_OP   0x8d0
 
#define S_PIO_READY   31
 
#define V_PIO_READY(x)   ((x) << S_PIO_READY)
 
#define F_PIO_READY   V_PIO_READY(1U)
 
#define S_PIO_WRRD   24
 
#define V_PIO_WRRD(x)   ((x) << S_PIO_WRRD)
 
#define F_PIO_WRRD   V_PIO_WRRD(1U)
 
#define S_PIO_ADDRESS   0
 
#define M_PIO_ADDRESS   0xff
 
#define V_PIO_ADDRESS(x)   ((x) << S_PIO_ADDRESS)
 
#define G_PIO_ADDRESS(x)   (((x) >> S_PIO_ADDRESS) & M_PIO_ADDRESS)
 
#define A_XGM_INT_ENABLE   0x8d4
 
#define S_XAUIPCSDECERR   24
 
#define V_XAUIPCSDECERR(x)   ((x) << S_XAUIPCSDECERR)
 
#define F_XAUIPCSDECERR   V_XAUIPCSDECERR(1U)
 
#define S_RGMIIRXFIFOOVERFLOW   23
 
#define V_RGMIIRXFIFOOVERFLOW(x)   ((x) << S_RGMIIRXFIFOOVERFLOW)
 
#define F_RGMIIRXFIFOOVERFLOW   V_RGMIIRXFIFOOVERFLOW(1U)
 
#define S_RGMIIRXFIFOUNDERFLOW   22
 
#define V_RGMIIRXFIFOUNDERFLOW(x)   ((x) << S_RGMIIRXFIFOUNDERFLOW)
 
#define F_RGMIIRXFIFOUNDERFLOW   V_RGMIIRXFIFOUNDERFLOW(1U)
 
#define S_RXPKTSIZEERROR   21
 
#define V_RXPKTSIZEERROR(x)   ((x) << S_RXPKTSIZEERROR)
 
#define F_RXPKTSIZEERROR   V_RXPKTSIZEERROR(1U)
 
#define S_WOLPATDETECTED   20
 
#define V_WOLPATDETECTED(x)   ((x) << S_WOLPATDETECTED)
 
#define F_WOLPATDETECTED   V_WOLPATDETECTED(1U)
 
#define S_TXFIFO_PRTY_ERR   17
 
#define M_TXFIFO_PRTY_ERR   0x7
 
#define V_TXFIFO_PRTY_ERR(x)   ((x) << S_TXFIFO_PRTY_ERR)
 
#define G_TXFIFO_PRTY_ERR(x)   (((x) >> S_TXFIFO_PRTY_ERR) & M_TXFIFO_PRTY_ERR)
 
#define S_RXFIFO_PRTY_ERR   14
 
#define M_RXFIFO_PRTY_ERR   0x7
 
#define V_RXFIFO_PRTY_ERR(x)   ((x) << S_RXFIFO_PRTY_ERR)
 
#define G_RXFIFO_PRTY_ERR(x)   (((x) >> S_RXFIFO_PRTY_ERR) & M_RXFIFO_PRTY_ERR)
 
#define S_TXFIFO_UNDERRUN   13
 
#define V_TXFIFO_UNDERRUN(x)   ((x) << S_TXFIFO_UNDERRUN)
 
#define F_TXFIFO_UNDERRUN   V_TXFIFO_UNDERRUN(1U)
 
#define S_RXFIFO_OVERFLOW   12
 
#define V_RXFIFO_OVERFLOW(x)   ((x) << S_RXFIFO_OVERFLOW)
 
#define F_RXFIFO_OVERFLOW   V_RXFIFO_OVERFLOW(1U)
 
#define S_SERDESBISTERR   8
 
#define M_SERDESBISTERR   0xf
 
#define V_SERDESBISTERR(x)   ((x) << S_SERDESBISTERR)
 
#define G_SERDESBISTERR(x)   (((x) >> S_SERDESBISTERR) & M_SERDESBISTERR)
 
#define S_SERDESLOWSIGCHANGE   4
 
#define M_SERDESLOWSIGCHANGE   0xf
 
#define V_SERDESLOWSIGCHANGE(x)   ((x) << S_SERDESLOWSIGCHANGE)
 
#define G_SERDESLOWSIGCHANGE(x)   (((x) >> S_SERDESLOWSIGCHANGE) & M_SERDESLOWSIGCHANGE)
 
#define S_XAUIPCSCTCERR   3
 
#define V_XAUIPCSCTCERR(x)   ((x) << S_XAUIPCSCTCERR)
 
#define F_XAUIPCSCTCERR   V_XAUIPCSCTCERR(1U)
 
#define S_XAUIPCSALIGNCHANGE   2
 
#define V_XAUIPCSALIGNCHANGE(x)   ((x) << S_XAUIPCSALIGNCHANGE)
 
#define F_XAUIPCSALIGNCHANGE   V_XAUIPCSALIGNCHANGE(1U)
 
#define S_RGMIILINKSTSCHANGE   1
 
#define V_RGMIILINKSTSCHANGE(x)   ((x) << S_RGMIILINKSTSCHANGE)
 
#define F_RGMIILINKSTSCHANGE   V_RGMIILINKSTSCHANGE(1U)
 
#define S_XGM_INT   0
 
#define V_XGM_INT(x)   ((x) << S_XGM_INT)
 
#define F_XGM_INT   V_XGM_INT(1U)
 
#define S_SERDESCMULOCK_LOSS   24
 
#define V_SERDESCMULOCK_LOSS(x)   ((x) << S_SERDESCMULOCK_LOSS)
 
#define F_SERDESCMULOCK_LOSS   V_SERDESCMULOCK_LOSS(1U)
 
#define S_SERDESBIST_ERR   8
 
#define M_SERDESBIST_ERR   0xf
 
#define V_SERDESBIST_ERR(x)   ((x) << S_SERDESBIST_ERR)
 
#define G_SERDESBIST_ERR(x)   (((x) >> S_SERDESBIST_ERR) & M_SERDESBIST_ERR)
 
#define S_SERDES_LOS   4
 
#define M_SERDES_LOS   0xf
 
#define V_SERDES_LOS(x)   ((x) << S_SERDES_LOS)
 
#define G_SERDES_LOS(x)   (((x) >> S_SERDES_LOS) & M_SERDES_LOS)
 
#define A_XGM_INT_CAUSE   0x8d8
 
#define A_XGM_XAUI_ACT_CTRL   0x8dc
 
#define S_TXACTENABLE   1
 
#define V_TXACTENABLE(x)   ((x) << S_TXACTENABLE)
 
#define F_TXACTENABLE   V_TXACTENABLE(1U)
 
#define A_XGM_SERDES_CTRL0   0x8e0
 
#define S_INTSERLPBK3   27
 
#define V_INTSERLPBK3(x)   ((x) << S_INTSERLPBK3)
 
#define F_INTSERLPBK3   V_INTSERLPBK3(1U)
 
#define S_INTSERLPBK2   26
 
#define V_INTSERLPBK2(x)   ((x) << S_INTSERLPBK2)
 
#define F_INTSERLPBK2   V_INTSERLPBK2(1U)
 
#define S_INTSERLPBK1   25
 
#define V_INTSERLPBK1(x)   ((x) << S_INTSERLPBK1)
 
#define F_INTSERLPBK1   V_INTSERLPBK1(1U)
 
#define S_INTSERLPBK0   24
 
#define V_INTSERLPBK0(x)   ((x) << S_INTSERLPBK0)
 
#define F_INTSERLPBK0   V_INTSERLPBK0(1U)
 
#define S_RESET3   23
 
#define V_RESET3(x)   ((x) << S_RESET3)
 
#define F_RESET3   V_RESET3(1U)
 
#define S_RESET2   22
 
#define V_RESET2(x)   ((x) << S_RESET2)
 
#define F_RESET2   V_RESET2(1U)
 
#define S_RESET1   21
 
#define V_RESET1(x)   ((x) << S_RESET1)
 
#define F_RESET1   V_RESET1(1U)
 
#define S_RESET0   20
 
#define V_RESET0(x)   ((x) << S_RESET0)
 
#define F_RESET0   V_RESET0(1U)
 
#define S_PWRDN3   19
 
#define V_PWRDN3(x)   ((x) << S_PWRDN3)
 
#define F_PWRDN3   V_PWRDN3(1U)
 
#define S_PWRDN2   18
 
#define V_PWRDN2(x)   ((x) << S_PWRDN2)
 
#define F_PWRDN2   V_PWRDN2(1U)
 
#define S_PWRDN1   17
 
#define V_PWRDN1(x)   ((x) << S_PWRDN1)
 
#define F_PWRDN1   V_PWRDN1(1U)
 
#define S_PWRDN0   16
 
#define V_PWRDN0(x)   ((x) << S_PWRDN0)
 
#define F_PWRDN0   V_PWRDN0(1U)
 
#define S_RESETPLL23   15
 
#define V_RESETPLL23(x)   ((x) << S_RESETPLL23)
 
#define F_RESETPLL23   V_RESETPLL23(1U)
 
#define S_RESETPLL01   14
 
#define V_RESETPLL01(x)   ((x) << S_RESETPLL01)
 
#define F_RESETPLL01   V_RESETPLL01(1U)
 
#define S_PW23   12
 
#define M_PW23   0x3
 
#define V_PW23(x)   ((x) << S_PW23)
 
#define G_PW23(x)   (((x) >> S_PW23) & M_PW23)
 
#define S_PW01   10
 
#define M_PW01   0x3
 
#define V_PW01(x)   ((x) << S_PW01)
 
#define G_PW01(x)   (((x) >> S_PW01) & M_PW01)
 
#define S_XGM_DEQ   6
 
#define M_XGM_DEQ   0xf
 
#define V_XGM_DEQ(x)   ((x) << S_XGM_DEQ)
 
#define G_XGM_DEQ(x)   (((x) >> S_XGM_DEQ) & M_XGM_DEQ)
 
#define S_XGM_DTX   2
 
#define M_XGM_DTX   0xf
 
#define V_XGM_DTX(x)   ((x) << S_XGM_DTX)
 
#define G_XGM_DTX(x)   (((x) >> S_XGM_DTX) & M_XGM_DTX)
 
#define S_XGM_LODRV   1
 
#define V_XGM_LODRV(x)   ((x) << S_XGM_LODRV)
 
#define F_XGM_LODRV   V_XGM_LODRV(1U)
 
#define S_XGM_HIDRV   0
 
#define V_XGM_HIDRV(x)   ((x) << S_XGM_HIDRV)
 
#define F_XGM_HIDRV   V_XGM_HIDRV(1U)
 
#define A_XGM_SERDES_CTRL1   0x8e4
 
#define S_FMOFFSET3   19
 
#define M_FMOFFSET3   0x1f
 
#define V_FMOFFSET3(x)   ((x) << S_FMOFFSET3)
 
#define G_FMOFFSET3(x)   (((x) >> S_FMOFFSET3) & M_FMOFFSET3)
 
#define S_FMOFFSETEN3   18
 
#define V_FMOFFSETEN3(x)   ((x) << S_FMOFFSETEN3)
 
#define F_FMOFFSETEN3   V_FMOFFSETEN3(1U)
 
#define S_FMOFFSET2   13
 
#define M_FMOFFSET2   0x1f
 
#define V_FMOFFSET2(x)   ((x) << S_FMOFFSET2)
 
#define G_FMOFFSET2(x)   (((x) >> S_FMOFFSET2) & M_FMOFFSET2)
 
#define S_FMOFFSETEN2   12
 
#define V_FMOFFSETEN2(x)   ((x) << S_FMOFFSETEN2)
 
#define F_FMOFFSETEN2   V_FMOFFSETEN2(1U)
 
#define S_FMOFFSET1   7
 
#define M_FMOFFSET1   0x1f
 
#define V_FMOFFSET1(x)   ((x) << S_FMOFFSET1)
 
#define G_FMOFFSET1(x)   (((x) >> S_FMOFFSET1) & M_FMOFFSET1)
 
#define S_FMOFFSETEN1   6
 
#define V_FMOFFSETEN1(x)   ((x) << S_FMOFFSETEN1)
 
#define F_FMOFFSETEN1   V_FMOFFSETEN1(1U)
 
#define S_FMOFFSET0   1
 
#define M_FMOFFSET0   0x1f
 
#define V_FMOFFSET0(x)   ((x) << S_FMOFFSET0)
 
#define G_FMOFFSET0(x)   (((x) >> S_FMOFFSET0) & M_FMOFFSET0)
 
#define S_FMOFFSETEN0   0
 
#define V_FMOFFSETEN0(x)   ((x) << S_FMOFFSETEN0)
 
#define F_FMOFFSETEN0   V_FMOFFSETEN0(1U)
 
#define A_XGM_SERDES_CTRL2   0x8e8
 
#define S_DNIN3   11
 
#define V_DNIN3(x)   ((x) << S_DNIN3)
 
#define F_DNIN3   V_DNIN3(1U)
 
#define S_UPIN3   10
 
#define V_UPIN3(x)   ((x) << S_UPIN3)
 
#define F_UPIN3   V_UPIN3(1U)
 
#define S_RXSLAVE3   9
 
#define V_RXSLAVE3(x)   ((x) << S_RXSLAVE3)
 
#define F_RXSLAVE3   V_RXSLAVE3(1U)
 
#define S_DNIN2   8
 
#define V_DNIN2(x)   ((x) << S_DNIN2)
 
#define F_DNIN2   V_DNIN2(1U)
 
#define S_UPIN2   7
 
#define V_UPIN2(x)   ((x) << S_UPIN2)
 
#define F_UPIN2   V_UPIN2(1U)
 
#define S_RXSLAVE2   6
 
#define V_RXSLAVE2(x)   ((x) << S_RXSLAVE2)
 
#define F_RXSLAVE2   V_RXSLAVE2(1U)
 
#define S_DNIN1   5
 
#define V_DNIN1(x)   ((x) << S_DNIN1)
 
#define F_DNIN1   V_DNIN1(1U)
 
#define S_UPIN1   4
 
#define V_UPIN1(x)   ((x) << S_UPIN1)
 
#define F_UPIN1   V_UPIN1(1U)
 
#define S_RXSLAVE1   3
 
#define V_RXSLAVE1(x)   ((x) << S_RXSLAVE1)
 
#define F_RXSLAVE1   V_RXSLAVE1(1U)
 
#define S_DNIN0   2
 
#define V_DNIN0(x)   ((x) << S_DNIN0)
 
#define F_DNIN0   V_DNIN0(1U)
 
#define S_UPIN0   1
 
#define V_UPIN0(x)   ((x) << S_UPIN0)
 
#define F_UPIN0   V_UPIN0(1U)
 
#define S_RXSLAVE0   0
 
#define V_RXSLAVE0(x)   ((x) << S_RXSLAVE0)
 
#define F_RXSLAVE0   V_RXSLAVE0(1U)
 
#define A_XGM_SERDES_CTRL3   0x8ec
 
#define S_EXTBISTCHKERRCLR3   31
 
#define V_EXTBISTCHKERRCLR3(x)   ((x) << S_EXTBISTCHKERRCLR3)
 
#define F_EXTBISTCHKERRCLR3   V_EXTBISTCHKERRCLR3(1U)
 
#define S_EXTBISTCHKEN3   30
 
#define V_EXTBISTCHKEN3(x)   ((x) << S_EXTBISTCHKEN3)
 
#define F_EXTBISTCHKEN3   V_EXTBISTCHKEN3(1U)
 
#define S_EXTBISTGENEN3   29
 
#define V_EXTBISTGENEN3(x)   ((x) << S_EXTBISTGENEN3)
 
#define F_EXTBISTGENEN3   V_EXTBISTGENEN3(1U)
 
#define S_EXTBISTPAT3   26
 
#define M_EXTBISTPAT3   0x7
 
#define V_EXTBISTPAT3(x)   ((x) << S_EXTBISTPAT3)
 
#define G_EXTBISTPAT3(x)   (((x) >> S_EXTBISTPAT3) & M_EXTBISTPAT3)
 
#define S_EXTPARRESET3   25
 
#define V_EXTPARRESET3(x)   ((x) << S_EXTPARRESET3)
 
#define F_EXTPARRESET3   V_EXTPARRESET3(1U)
 
#define S_EXTPARLPBK3   24
 
#define V_EXTPARLPBK3(x)   ((x) << S_EXTPARLPBK3)
 
#define F_EXTPARLPBK3   V_EXTPARLPBK3(1U)
 
#define S_EXTBISTCHKERRCLR2   23
 
#define V_EXTBISTCHKERRCLR2(x)   ((x) << S_EXTBISTCHKERRCLR2)
 
#define F_EXTBISTCHKERRCLR2   V_EXTBISTCHKERRCLR2(1U)
 
#define S_EXTBISTCHKEN2   22
 
#define V_EXTBISTCHKEN2(x)   ((x) << S_EXTBISTCHKEN2)
 
#define F_EXTBISTCHKEN2   V_EXTBISTCHKEN2(1U)
 
#define S_EXTBISTGENEN2   21
 
#define V_EXTBISTGENEN2(x)   ((x) << S_EXTBISTGENEN2)
 
#define F_EXTBISTGENEN2   V_EXTBISTGENEN2(1U)
 
#define S_EXTBISTPAT2   18
 
#define M_EXTBISTPAT2   0x7
 
#define V_EXTBISTPAT2(x)   ((x) << S_EXTBISTPAT2)
 
#define G_EXTBISTPAT2(x)   (((x) >> S_EXTBISTPAT2) & M_EXTBISTPAT2)
 
#define S_EXTPARRESET2   17
 
#define V_EXTPARRESET2(x)   ((x) << S_EXTPARRESET2)
 
#define F_EXTPARRESET2   V_EXTPARRESET2(1U)
 
#define S_EXTPARLPBK2   16
 
#define V_EXTPARLPBK2(x)   ((x) << S_EXTPARLPBK2)
 
#define F_EXTPARLPBK2   V_EXTPARLPBK2(1U)
 
#define S_EXTBISTCHKERRCLR1   15
 
#define V_EXTBISTCHKERRCLR1(x)   ((x) << S_EXTBISTCHKERRCLR1)
 
#define F_EXTBISTCHKERRCLR1   V_EXTBISTCHKERRCLR1(1U)
 
#define S_EXTBISTCHKEN1   14
 
#define V_EXTBISTCHKEN1(x)   ((x) << S_EXTBISTCHKEN1)
 
#define F_EXTBISTCHKEN1   V_EXTBISTCHKEN1(1U)
 
#define S_EXTBISTGENEN1   13
 
#define V_EXTBISTGENEN1(x)   ((x) << S_EXTBISTGENEN1)
 
#define F_EXTBISTGENEN1   V_EXTBISTGENEN1(1U)
 
#define S_EXTBISTPAT1   10
 
#define M_EXTBISTPAT1   0x7
 
#define V_EXTBISTPAT1(x)   ((x) << S_EXTBISTPAT1)
 
#define G_EXTBISTPAT1(x)   (((x) >> S_EXTBISTPAT1) & M_EXTBISTPAT1)
 
#define S_EXTPARRESET1   9
 
#define V_EXTPARRESET1(x)   ((x) << S_EXTPARRESET1)
 
#define F_EXTPARRESET1   V_EXTPARRESET1(1U)
 
#define S_EXTPARLPBK1   8
 
#define V_EXTPARLPBK1(x)   ((x) << S_EXTPARLPBK1)
 
#define F_EXTPARLPBK1   V_EXTPARLPBK1(1U)
 
#define S_EXTBISTCHKERRCLR0   7
 
#define V_EXTBISTCHKERRCLR0(x)   ((x) << S_EXTBISTCHKERRCLR0)
 
#define F_EXTBISTCHKERRCLR0   V_EXTBISTCHKERRCLR0(1U)
 
#define S_EXTBISTCHKEN0   6
 
#define V_EXTBISTCHKEN0(x)   ((x) << S_EXTBISTCHKEN0)
 
#define F_EXTBISTCHKEN0   V_EXTBISTCHKEN0(1U)
 
#define S_EXTBISTGENEN0   5
 
#define V_EXTBISTGENEN0(x)   ((x) << S_EXTBISTGENEN0)
 
#define F_EXTBISTGENEN0   V_EXTBISTGENEN0(1U)
 
#define S_EXTBISTPAT0   2
 
#define M_EXTBISTPAT0   0x7
 
#define V_EXTBISTPAT0(x)   ((x) << S_EXTBISTPAT0)
 
#define G_EXTBISTPAT0(x)   (((x) >> S_EXTBISTPAT0) & M_EXTBISTPAT0)
 
#define S_EXTPARRESET0   1
 
#define V_EXTPARRESET0(x)   ((x) << S_EXTPARRESET0)
 
#define F_EXTPARRESET0   V_EXTPARRESET0(1U)
 
#define S_EXTPARLPBK0   0
 
#define V_EXTPARLPBK0(x)   ((x) << S_EXTPARLPBK0)
 
#define F_EXTPARLPBK0   V_EXTPARLPBK0(1U)
 
#define A_XGM_SERDES_STAT0   0x8f0
 
#define S_EXTBISTCHKERRCNT0   4
 
#define M_EXTBISTCHKERRCNT0   0xffffff
 
#define V_EXTBISTCHKERRCNT0(x)   ((x) << S_EXTBISTCHKERRCNT0)
 
#define G_EXTBISTCHKERRCNT0(x)   (((x) >> S_EXTBISTCHKERRCNT0) & M_EXTBISTCHKERRCNT0)
 
#define S_EXTBISTCHKFMD0   3
 
#define V_EXTBISTCHKFMD0(x)   ((x) << S_EXTBISTCHKFMD0)
 
#define F_EXTBISTCHKFMD0   V_EXTBISTCHKFMD0(1U)
 
#define S_LOWSIGFORCEEN0   2
 
#define V_LOWSIGFORCEEN0(x)   ((x) << S_LOWSIGFORCEEN0)
 
#define F_LOWSIGFORCEEN0   V_LOWSIGFORCEEN0(1U)
 
#define S_LOWSIGFORCEVALUE0   1
 
#define V_LOWSIGFORCEVALUE0(x)   ((x) << S_LOWSIGFORCEVALUE0)
 
#define F_LOWSIGFORCEVALUE0   V_LOWSIGFORCEVALUE0(1U)
 
#define S_LOWSIG0   0
 
#define V_LOWSIG0(x)   ((x) << S_LOWSIG0)
 
#define F_LOWSIG0   V_LOWSIG0(1U)
 
#define A_XGM_SERDES_STAT1   0x8f4
 
#define S_EXTBISTCHKERRCNT1   4
 
#define M_EXTBISTCHKERRCNT1   0xffffff
 
#define V_EXTBISTCHKERRCNT1(x)   ((x) << S_EXTBISTCHKERRCNT1)
 
#define G_EXTBISTCHKERRCNT1(x)   (((x) >> S_EXTBISTCHKERRCNT1) & M_EXTBISTCHKERRCNT1)
 
#define S_EXTBISTCHKFMD1   3
 
#define V_EXTBISTCHKFMD1(x)   ((x) << S_EXTBISTCHKFMD1)
 
#define F_EXTBISTCHKFMD1   V_EXTBISTCHKFMD1(1U)
 
#define S_LOWSIGFORCEEN1   2
 
#define V_LOWSIGFORCEEN1(x)   ((x) << S_LOWSIGFORCEEN1)
 
#define F_LOWSIGFORCEEN1   V_LOWSIGFORCEEN1(1U)
 
#define S_LOWSIGFORCEVALUE1   1
 
#define V_LOWSIGFORCEVALUE1(x)   ((x) << S_LOWSIGFORCEVALUE1)
 
#define F_LOWSIGFORCEVALUE1   V_LOWSIGFORCEVALUE1(1U)
 
#define S_LOWSIG1   0
 
#define V_LOWSIG1(x)   ((x) << S_LOWSIG1)
 
#define F_LOWSIG1   V_LOWSIG1(1U)
 
#define A_XGM_SERDES_STAT2   0x8f8
 
#define S_EXTBISTCHKERRCNT2   4
 
#define M_EXTBISTCHKERRCNT2   0xffffff
 
#define V_EXTBISTCHKERRCNT2(x)   ((x) << S_EXTBISTCHKERRCNT2)
 
#define G_EXTBISTCHKERRCNT2(x)   (((x) >> S_EXTBISTCHKERRCNT2) & M_EXTBISTCHKERRCNT2)
 
#define S_EXTBISTCHKFMD2   3
 
#define V_EXTBISTCHKFMD2(x)   ((x) << S_EXTBISTCHKFMD2)
 
#define F_EXTBISTCHKFMD2   V_EXTBISTCHKFMD2(1U)
 
#define S_LOWSIGFORCEEN2   2
 
#define V_LOWSIGFORCEEN2(x)   ((x) << S_LOWSIGFORCEEN2)
 
#define F_LOWSIGFORCEEN2   V_LOWSIGFORCEEN2(1U)
 
#define S_LOWSIGFORCEVALUE2   1
 
#define V_LOWSIGFORCEVALUE2(x)   ((x) << S_LOWSIGFORCEVALUE2)
 
#define F_LOWSIGFORCEVALUE2   V_LOWSIGFORCEVALUE2(1U)
 
#define S_LOWSIG2   0
 
#define V_LOWSIG2(x)   ((x) << S_LOWSIG2)
 
#define F_LOWSIG2   V_LOWSIG2(1U)
 
#define A_XGM_SERDES_STAT3   0x8fc
 
#define S_EXTBISTCHKERRCNT3   4
 
#define M_EXTBISTCHKERRCNT3   0xffffff
 
#define V_EXTBISTCHKERRCNT3(x)   ((x) << S_EXTBISTCHKERRCNT3)
 
#define G_EXTBISTCHKERRCNT3(x)   (((x) >> S_EXTBISTCHKERRCNT3) & M_EXTBISTCHKERRCNT3)
 
#define S_EXTBISTCHKFMD3   3
 
#define V_EXTBISTCHKFMD3(x)   ((x) << S_EXTBISTCHKFMD3)
 
#define F_EXTBISTCHKFMD3   V_EXTBISTCHKFMD3(1U)
 
#define S_LOWSIGFORCEEN3   2
 
#define V_LOWSIGFORCEEN3(x)   ((x) << S_LOWSIGFORCEEN3)
 
#define F_LOWSIGFORCEEN3   V_LOWSIGFORCEEN3(1U)
 
#define S_LOWSIGFORCEVALUE3   1
 
#define V_LOWSIGFORCEVALUE3(x)   ((x) << S_LOWSIGFORCEVALUE3)
 
#define F_LOWSIGFORCEVALUE3   V_LOWSIGFORCEVALUE3(1U)
 
#define S_LOWSIG3   0
 
#define V_LOWSIG3(x)   ((x) << S_LOWSIG3)
 
#define F_LOWSIG3   V_LOWSIG3(1U)
 
#define A_XGM_STAT_TX_BYTE_LOW   0x900
 
#define A_XGM_STAT_TX_BYTE_HIGH   0x904
 
#define S_TXBYTES_HIGH   0
 
#define M_TXBYTES_HIGH   0x1fff
 
#define V_TXBYTES_HIGH(x)   ((x) << S_TXBYTES_HIGH)
 
#define G_TXBYTES_HIGH(x)   (((x) >> S_TXBYTES_HIGH) & M_TXBYTES_HIGH)
 
#define A_XGM_STAT_TX_FRAME_LOW   0x908
 
#define A_XGM_STAT_TX_FRAME_HIGH   0x90c
 
#define S_TXFRAMES_HIGH   0
 
#define M_TXFRAMES_HIGH   0xf
 
#define V_TXFRAMES_HIGH(x)   ((x) << S_TXFRAMES_HIGH)
 
#define G_TXFRAMES_HIGH(x)   (((x) >> S_TXFRAMES_HIGH) & M_TXFRAMES_HIGH)
 
#define A_XGM_STAT_TX_BCAST   0x910
 
#define A_XGM_STAT_TX_MCAST   0x914
 
#define A_XGM_STAT_TX_PAUSE   0x918
 
#define A_XGM_STAT_TX_64B_FRAMES   0x91c
 
#define A_XGM_STAT_TX_65_127B_FRAMES   0x920
 
#define A_XGM_STAT_TX_128_255B_FRAMES   0x924
 
#define A_XGM_STAT_TX_256_511B_FRAMES   0x928
 
#define A_XGM_STAT_TX_512_1023B_FRAMES   0x92c
 
#define A_XGM_STAT_TX_1024_1518B_FRAMES   0x930
 
#define A_XGM_STAT_TX_1519_MAXB_FRAMES   0x934
 
#define A_XGM_STAT_TX_ERR_FRAMES   0x938
 
#define A_XGM_STAT_RX_BYTES_LOW   0x93c
 
#define A_XGM_STAT_RX_BYTES_HIGH   0x940
 
#define S_RXBYTES_HIGH   0
 
#define M_RXBYTES_HIGH   0x1fff
 
#define V_RXBYTES_HIGH(x)   ((x) << S_RXBYTES_HIGH)
 
#define G_RXBYTES_HIGH(x)   (((x) >> S_RXBYTES_HIGH) & M_RXBYTES_HIGH)
 
#define A_XGM_STAT_RX_FRAMES_LOW   0x944
 
#define A_XGM_STAT_RX_FRAMES_HIGH   0x948
 
#define S_RXFRAMES_HIGH   0
 
#define M_RXFRAMES_HIGH   0xf
 
#define V_RXFRAMES_HIGH(x)   ((x) << S_RXFRAMES_HIGH)
 
#define G_RXFRAMES_HIGH(x)   (((x) >> S_RXFRAMES_HIGH) & M_RXFRAMES_HIGH)
 
#define A_XGM_STAT_RX_BCAST_FRAMES   0x94c
 
#define A_XGM_STAT_RX_MCAST_FRAMES   0x950
 
#define A_XGM_STAT_RX_PAUSE_FRAMES   0x954
 
#define S_RXPAUSEFRAMES   0
 
#define M_RXPAUSEFRAMES   0xffff
 
#define V_RXPAUSEFRAMES(x)   ((x) << S_RXPAUSEFRAMES)
 
#define G_RXPAUSEFRAMES(x)   (((x) >> S_RXPAUSEFRAMES) & M_RXPAUSEFRAMES)
 
#define A_XGM_STAT_RX_64B_FRAMES   0x958
 
#define A_XGM_STAT_RX_65_127B_FRAMES   0x95c
 
#define A_XGM_STAT_RX_128_255B_FRAMES   0x960
 
#define A_XGM_STAT_RX_256_511B_FRAMES   0x964
 
#define A_XGM_STAT_RX_512_1023B_FRAMES   0x968
 
#define A_XGM_STAT_RX_1024_1518B_FRAMES   0x96c
 
#define A_XGM_STAT_RX_1519_MAXB_FRAMES   0x970
 
#define A_XGM_STAT_RX_SHORT_FRAMES   0x974
 
#define S_RXSHORTFRAMES   0
 
#define M_RXSHORTFRAMES   0xffff
 
#define V_RXSHORTFRAMES(x)   ((x) << S_RXSHORTFRAMES)
 
#define G_RXSHORTFRAMES(x)   (((x) >> S_RXSHORTFRAMES) & M_RXSHORTFRAMES)
 
#define A_XGM_STAT_RX_OVERSIZE_FRAMES   0x978
 
#define S_RXOVERSIZEFRAMES   0
 
#define M_RXOVERSIZEFRAMES   0xffff
 
#define V_RXOVERSIZEFRAMES(x)   ((x) << S_RXOVERSIZEFRAMES)
 
#define G_RXOVERSIZEFRAMES(x)   (((x) >> S_RXOVERSIZEFRAMES) & M_RXOVERSIZEFRAMES)
 
#define A_XGM_STAT_RX_JABBER_FRAMES   0x97c
 
#define S_RXJABBERFRAMES   0
 
#define M_RXJABBERFRAMES   0xffff
 
#define V_RXJABBERFRAMES(x)   ((x) << S_RXJABBERFRAMES)
 
#define G_RXJABBERFRAMES(x)   (((x) >> S_RXJABBERFRAMES) & M_RXJABBERFRAMES)
 
#define A_XGM_STAT_RX_CRC_ERR_FRAMES   0x980
 
#define S_RXCRCERRFRAMES   0
 
#define M_RXCRCERRFRAMES   0xffff
 
#define V_RXCRCERRFRAMES(x)   ((x) << S_RXCRCERRFRAMES)
 
#define G_RXCRCERRFRAMES(x)   (((x) >> S_RXCRCERRFRAMES) & M_RXCRCERRFRAMES)
 
#define A_XGM_STAT_RX_LENGTH_ERR_FRAMES   0x984
 
#define S_RXLENGTHERRFRAMES   0
 
#define M_RXLENGTHERRFRAMES   0xffff
 
#define V_RXLENGTHERRFRAMES(x)   ((x) << S_RXLENGTHERRFRAMES)
 
#define G_RXLENGTHERRFRAMES(x)   (((x) >> S_RXLENGTHERRFRAMES) & M_RXLENGTHERRFRAMES)
 
#define A_XGM_STAT_RX_SYM_CODE_ERR_FRAMES   0x988
 
#define S_RXSYMCODEERRFRAMES   0
 
#define M_RXSYMCODEERRFRAMES   0xffff
 
#define V_RXSYMCODEERRFRAMES(x)   ((x) << S_RXSYMCODEERRFRAMES)
 
#define G_RXSYMCODEERRFRAMES(x)   (((x) >> S_RXSYMCODEERRFRAMES) & M_RXSYMCODEERRFRAMES)
 
#define A_XGM_SERDES_STATUS0   0x98c
 
#define S_RXERRLANE3   9
 
#define M_RXERRLANE3   0x7
 
#define V_RXERRLANE3(x)   ((x) << S_RXERRLANE3)
 
#define G_RXERRLANE3(x)   (((x) >> S_RXERRLANE3) & M_RXERRLANE3)
 
#define S_RXERRLANE2   6
 
#define M_RXERRLANE2   0x7
 
#define V_RXERRLANE2(x)   ((x) << S_RXERRLANE2)
 
#define G_RXERRLANE2(x)   (((x) >> S_RXERRLANE2) & M_RXERRLANE2)
 
#define S_RXERRLANE1   3
 
#define M_RXERRLANE1   0x7
 
#define V_RXERRLANE1(x)   ((x) << S_RXERRLANE1)
 
#define G_RXERRLANE1(x)   (((x) >> S_RXERRLANE1) & M_RXERRLANE1)
 
#define S_RXERRLANE0   0
 
#define M_RXERRLANE0   0x7
 
#define V_RXERRLANE0(x)   ((x) << S_RXERRLANE0)
 
#define G_RXERRLANE0(x)   (((x) >> S_RXERRLANE0) & M_RXERRLANE0)
 
#define A_XGM_SERDES_STATUS1   0x990
 
#define S_RXKLOCKLANE3   11
 
#define V_RXKLOCKLANE3(x)   ((x) << S_RXKLOCKLANE3)
 
#define F_RXKLOCKLANE3   V_RXKLOCKLANE3(1U)
 
#define S_RXKLOCKLANE2   10
 
#define V_RXKLOCKLANE2(x)   ((x) << S_RXKLOCKLANE2)
 
#define F_RXKLOCKLANE2   V_RXKLOCKLANE2(1U)
 
#define S_RXKLOCKLANE1   9
 
#define V_RXKLOCKLANE1(x)   ((x) << S_RXKLOCKLANE1)
 
#define F_RXKLOCKLANE1   V_RXKLOCKLANE1(1U)
 
#define S_RXKLOCKLANE0   8
 
#define V_RXKLOCKLANE0(x)   ((x) << S_RXKLOCKLANE0)
 
#define F_RXKLOCKLANE0   V_RXKLOCKLANE0(1U)
 
#define S_RXUFLOWLANE3   7
 
#define V_RXUFLOWLANE3(x)   ((x) << S_RXUFLOWLANE3)
 
#define F_RXUFLOWLANE3   V_RXUFLOWLANE3(1U)
 
#define S_RXUFLOWLANE2   6
 
#define V_RXUFLOWLANE2(x)   ((x) << S_RXUFLOWLANE2)
 
#define F_RXUFLOWLANE2   V_RXUFLOWLANE2(1U)
 
#define S_RXUFLOWLANE1   5
 
#define V_RXUFLOWLANE1(x)   ((x) << S_RXUFLOWLANE1)
 
#define F_RXUFLOWLANE1   V_RXUFLOWLANE1(1U)
 
#define S_RXUFLOWLANE0   4
 
#define V_RXUFLOWLANE0(x)   ((x) << S_RXUFLOWLANE0)
 
#define F_RXUFLOWLANE0   V_RXUFLOWLANE0(1U)
 
#define S_RXOFLOWLANE3   3
 
#define V_RXOFLOWLANE3(x)   ((x) << S_RXOFLOWLANE3)
 
#define F_RXOFLOWLANE3   V_RXOFLOWLANE3(1U)
 
#define S_RXOFLOWLANE2   2
 
#define V_RXOFLOWLANE2(x)   ((x) << S_RXOFLOWLANE2)
 
#define F_RXOFLOWLANE2   V_RXOFLOWLANE2(1U)
 
#define S_RXOFLOWLANE1   1
 
#define V_RXOFLOWLANE1(x)   ((x) << S_RXOFLOWLANE1)
 
#define F_RXOFLOWLANE1   V_RXOFLOWLANE1(1U)
 
#define S_RXOFLOWLANE0   0
 
#define V_RXOFLOWLANE0(x)   ((x) << S_RXOFLOWLANE0)
 
#define F_RXOFLOWLANE0   V_RXOFLOWLANE0(1U)
 
#define A_XGM_SERDES_STATUS2   0x994
 
#define S_XGM_RXEIDLANE3   11
 
#define V_XGM_RXEIDLANE3(x)   ((x) << S_XGM_RXEIDLANE3)
 
#define F_XGM_RXEIDLANE3   V_XGM_RXEIDLANE3(1U)
 
#define S_XGM_RXEIDLANE2   10
 
#define V_XGM_RXEIDLANE2(x)   ((x) << S_XGM_RXEIDLANE2)
 
#define F_XGM_RXEIDLANE2   V_XGM_RXEIDLANE2(1U)
 
#define S_XGM_RXEIDLANE1   9
 
#define V_XGM_RXEIDLANE1(x)   ((x) << S_XGM_RXEIDLANE1)
 
#define F_XGM_RXEIDLANE1   V_XGM_RXEIDLANE1(1U)
 
#define S_XGM_RXEIDLANE0   8
 
#define V_XGM_RXEIDLANE0(x)   ((x) << S_XGM_RXEIDLANE0)
 
#define F_XGM_RXEIDLANE0   V_XGM_RXEIDLANE0(1U)
 
#define S_RXREMSKIPLANE3   7
 
#define V_RXREMSKIPLANE3(x)   ((x) << S_RXREMSKIPLANE3)
 
#define F_RXREMSKIPLANE3   V_RXREMSKIPLANE3(1U)
 
#define S_RXREMSKIPLANE2   6
 
#define V_RXREMSKIPLANE2(x)   ((x) << S_RXREMSKIPLANE2)
 
#define F_RXREMSKIPLANE2   V_RXREMSKIPLANE2(1U)
 
#define S_RXREMSKIPLANE1   5
 
#define V_RXREMSKIPLANE1(x)   ((x) << S_RXREMSKIPLANE1)
 
#define F_RXREMSKIPLANE1   V_RXREMSKIPLANE1(1U)
 
#define S_RXREMSKIPLANE0   4
 
#define V_RXREMSKIPLANE0(x)   ((x) << S_RXREMSKIPLANE0)
 
#define F_RXREMSKIPLANE0   V_RXREMSKIPLANE0(1U)
 
#define S_RXADDSKIPLANE3   3
 
#define V_RXADDSKIPLANE3(x)   ((x) << S_RXADDSKIPLANE3)
 
#define F_RXADDSKIPLANE3   V_RXADDSKIPLANE3(1U)
 
#define S_RXADDSKIPLANE2   2
 
#define V_RXADDSKIPLANE2(x)   ((x) << S_RXADDSKIPLANE2)
 
#define F_RXADDSKIPLANE2   V_RXADDSKIPLANE2(1U)
 
#define S_RXADDSKIPLANE1   1
 
#define V_RXADDSKIPLANE1(x)   ((x) << S_RXADDSKIPLANE1)
 
#define F_RXADDSKIPLANE1   V_RXADDSKIPLANE1(1U)
 
#define S_RXADDSKIPLANE0   0
 
#define V_RXADDSKIPLANE0(x)   ((x) << S_RXADDSKIPLANE0)
 
#define F_RXADDSKIPLANE0   V_RXADDSKIPLANE0(1U)
 
#define A_XGM_XAUI_PCS_ERR   0x998
 
#define S_PCS_SYNCSTATUS   5
 
#define M_PCS_SYNCSTATUS   0xf
 
#define V_PCS_SYNCSTATUS(x)   ((x) << S_PCS_SYNCSTATUS)
 
#define G_PCS_SYNCSTATUS(x)   (((x) >> S_PCS_SYNCSTATUS) & M_PCS_SYNCSTATUS)
 
#define S_PCS_CTCFIFOERR   1
 
#define M_PCS_CTCFIFOERR   0xf
 
#define V_PCS_CTCFIFOERR(x)   ((x) << S_PCS_CTCFIFOERR)
 
#define G_PCS_CTCFIFOERR(x)   (((x) >> S_PCS_CTCFIFOERR) & M_PCS_CTCFIFOERR)
 
#define S_PCS_NOTALIGNED   0
 
#define V_PCS_NOTALIGNED(x)   ((x) << S_PCS_NOTALIGNED)
 
#define F_PCS_NOTALIGNED   V_PCS_NOTALIGNED(1U)
 
#define A_XGM_RGMII_STATUS   0x99c
 
#define S_GMIIDUPLEX   3
 
#define V_GMIIDUPLEX(x)   ((x) << S_GMIIDUPLEX)
 
#define F_GMIIDUPLEX   V_GMIIDUPLEX(1U)
 
#define S_GMIISPEED   1
 
#define M_GMIISPEED   0x3
 
#define V_GMIISPEED(x)   ((x) << S_GMIISPEED)
 
#define G_GMIISPEED(x)   (((x) >> S_GMIISPEED) & M_GMIISPEED)
 
#define S_GMIILINKSTATUS   0
 
#define V_GMIILINKSTATUS(x)   ((x) << S_GMIILINKSTATUS)
 
#define F_GMIILINKSTATUS   V_GMIILINKSTATUS(1U)
 
#define A_XGM_WOL_STATUS   0x9a0
 
#define S_PATDETECTED   31
 
#define V_PATDETECTED(x)   ((x) << S_PATDETECTED)
 
#define F_PATDETECTED   V_PATDETECTED(1U)
 
#define S_MATCHEDFILTER   0
 
#define M_MATCHEDFILTER   0x7
 
#define V_MATCHEDFILTER(x)   ((x) << S_MATCHEDFILTER)
 
#define G_MATCHEDFILTER(x)   (((x) >> S_MATCHEDFILTER) & M_MATCHEDFILTER)
 
#define A_XGM_RX_MAX_PKT_SIZE_ERR_CNT   0x9a4
 
#define A_XGM_TX_SPI4_SOP_EOP_CNT   0x9a8
 
#define S_TXSPI4SOPCNT   16
 
#define M_TXSPI4SOPCNT   0xffff
 
#define V_TXSPI4SOPCNT(x)   ((x) << S_TXSPI4SOPCNT)
 
#define G_TXSPI4SOPCNT(x)   (((x) >> S_TXSPI4SOPCNT) & M_TXSPI4SOPCNT)
 
#define S_TXSPI4EOPCNT   0
 
#define M_TXSPI4EOPCNT   0xffff
 
#define V_TXSPI4EOPCNT(x)   ((x) << S_TXSPI4EOPCNT)
 
#define G_TXSPI4EOPCNT(x)   (((x) >> S_TXSPI4EOPCNT) & M_TXSPI4EOPCNT)
 
#define A_XGM_RX_SPI4_SOP_EOP_CNT   0x9ac
 
#define S_RXSPI4SOPCNT   16
 
#define M_RXSPI4SOPCNT   0xffff
 
#define V_RXSPI4SOPCNT(x)   ((x) << S_RXSPI4SOPCNT)
 
#define G_RXSPI4SOPCNT(x)   (((x) >> S_RXSPI4SOPCNT) & M_RXSPI4SOPCNT)
 
#define S_RXSPI4EOPCNT   0
 
#define M_RXSPI4EOPCNT   0xffff
 
#define V_RXSPI4EOPCNT(x)   ((x) << S_RXSPI4EOPCNT)
 
#define G_RXSPI4EOPCNT(x)   (((x) >> S_RXSPI4EOPCNT) & M_RXSPI4EOPCNT)
 
#define XGMAC0_1_BASE_ADDR   0xa00
 

Macro Definition Documentation

◆ A_CIM_BOOT_CFG

#define A_CIM_BOOT_CFG   0x280

Definition at line 3072 of file cxgb_regs.h.

◆ A_CIM_CDEBUGDATA

#define A_CIM_CDEBUGDATA   0x2d0

Definition at line 3404 of file cxgb_regs.h.

◆ A_CIM_DEBUGCFG

#define A_CIM_DEBUGCFG   0x2e0

Definition at line 3416 of file cxgb_regs.h.

◆ A_CIM_DEBUGSTS

#define A_CIM_DEBUGSTS   0x2e4

Definition at line 3442 of file cxgb_regs.h.

◆ A_CIM_FLASH_ADDR_SIZE

#define A_CIM_FLASH_ADDR_SIZE   0x288

Definition at line 3094 of file cxgb_regs.h.

◆ A_CIM_FLASH_BASE_ADDR

#define A_CIM_FLASH_BASE_ADDR   0x284

Definition at line 3087 of file cxgb_regs.h.

◆ A_CIM_HOST_ACC_CTRL

#define A_CIM_HOST_ACC_CTRL   0x2b0

Definition at line 3338 of file cxgb_regs.h.

◆ A_CIM_HOST_ACC_DATA

#define A_CIM_HOST_ACC_DATA   0x2b4

Definition at line 3353 of file cxgb_regs.h.

◆ A_CIM_HOST_INT_CAUSE

#define A_CIM_HOST_INT_CAUSE   0x29c

Definition at line 3236 of file cxgb_regs.h.

◆ A_CIM_HOST_INT_ENABLE

#define A_CIM_HOST_INT_ENABLE   0x298

Definition at line 3122 of file cxgb_regs.h.

◆ A_CIM_IBQ_DBG_CFG

#define A_CIM_IBQ_DBG_CFG   0x2c0

Definition at line 3354 of file cxgb_regs.h.

◆ A_CIM_IBQ_DBG_DATA

#define A_CIM_IBQ_DBG_DATA   0x2c8

Definition at line 3402 of file cxgb_regs.h.

◆ A_CIM_IBQ_FULLA_THRSH

#define A_CIM_IBQ_FULLA_THRSH   0x2a8

Definition at line 3314 of file cxgb_regs.h.

◆ A_CIM_IBQ_FULLB_THRSH

#define A_CIM_IBQ_FULLB_THRSH   0x2ac

Definition at line 3326 of file cxgb_regs.h.

◆ A_CIM_OBQ_DBG_CFG

#define A_CIM_OBQ_DBG_CFG   0x2c4

Definition at line 3378 of file cxgb_regs.h.

◆ A_CIM_OBQ_DBG_DATA

#define A_CIM_OBQ_DBG_DATA   0x2cc

Definition at line 3403 of file cxgb_regs.h.

◆ A_CIM_PI_LA_DEBUGDATA

#define A_CIM_PI_LA_DEBUGDATA   0x2ec

Definition at line 3455 of file cxgb_regs.h.

◆ A_CIM_PO_LA_DEBUGDATA

#define A_CIM_PO_LA_DEBUGDATA   0x2e8

Definition at line 3454 of file cxgb_regs.h.

◆ A_CIM_SDRAM_ADDR_SIZE

#define A_CIM_SDRAM_ADDR_SIZE   0x290

Definition at line 3108 of file cxgb_regs.h.

◆ A_CIM_SDRAM_BASE_ADDR

#define A_CIM_SDRAM_BASE_ADDR   0x28c

Definition at line 3101 of file cxgb_regs.h.

◆ A_CIM_UP_INT_CAUSE

#define A_CIM_UP_INT_CAUSE   0x2a4

Definition at line 3308 of file cxgb_regs.h.

◆ A_CIM_UP_INT_ENABLE

#define A_CIM_UP_INT_ENABLE   0x2a0

Definition at line 3302 of file cxgb_regs.h.

◆ A_CIM_UP_SPARE_INT

#define A_CIM_UP_SPARE_INT   0x294

Definition at line 3115 of file cxgb_regs.h.

◆ A_CPL_INTR_CAUSE

#define A_CPL_INTR_CAUSE   0x654

Definition at line 5982 of file cxgb_regs.h.

◆ A_CPL_INTR_ENABLE

#define A_CPL_INTR_ENABLE   0x650

Definition at line 5956 of file cxgb_regs.h.

◆ A_CPL_MAP_TBL_DATA

#define A_CPL_MAP_TBL_DATA   0x65c

Definition at line 5990 of file cxgb_regs.h.

◆ A_CPL_MAP_TBL_IDX

#define A_CPL_MAP_TBL_IDX   0x658

Definition at line 5983 of file cxgb_regs.h.

◆ A_CPL_SWITCH_CNTRL

#define A_CPL_SWITCH_CNTRL   0x640

Definition at line 5914 of file cxgb_regs.h.

◆ A_CPL_SWITCH_TBL_DATA

#define A_CPL_SWITCH_TBL_DATA   0x648

Definition at line 5948 of file cxgb_regs.h.

◆ A_CPL_SWITCH_TBL_IDX

#define A_CPL_SWITCH_TBL_IDX   0x644

Definition at line 5941 of file cxgb_regs.h.

◆ A_CPL_SWITCH_ZERO_ERROR

#define A_CPL_SWITCH_ZERO_ERROR   0x64c

Definition at line 5949 of file cxgb_regs.h.

◆ A_I2C_CFG

#define A_I2C_CFG   0x6a0

Definition at line 6235 of file cxgb_regs.h.

◆ A_I2C_DATA

#define A_I2C_DATA   0x6a4

Definition at line 6242 of file cxgb_regs.h.

◆ A_I2C_OP

#define A_I2C_OP   0x6a8

Definition at line 6243 of file cxgb_regs.h.

◆ A_JM_CFG

#define A_JM_CFG   0x6c0

Definition at line 6331 of file cxgb_regs.h.

◆ A_JM_DATA

#define A_JM_DATA   0x6c8

Definition at line 6347 of file cxgb_regs.h.

◆ A_JM_MODE

#define A_JM_MODE   0x6c4

Definition at line 6346 of file cxgb_regs.h.

◆ A_JM_OP

#define A_JM_OP   0x6cc

Definition at line 6348 of file cxgb_regs.h.

◆ A_MC5_BUF_CONFIG

#define A_MC5_BUF_CONFIG   0x700

Definition at line 6502 of file cxgb_regs.h.

◆ A_MC5_DB_ACK_LRN_CMD

#define A_MC5_DB_ACK_LRN_CMD   0x7e8

Definition at line 7043 of file cxgb_regs.h.

◆ A_MC5_DB_ACK_SRCH_CMD

#define A_MC5_DB_ACK_SRCH_CMD   0x7e4

Definition at line 7036 of file cxgb_regs.h.

◆ A_MC5_DB_ACT_CNT

#define A_MC5_DB_ACT_CNT   0x734

Definition at line 6763 of file cxgb_regs.h.

◆ A_MC5_DB_AOPEN_LRN_CMD

#define A_MC5_DB_AOPEN_LRN_CMD   0x7d8

Definition at line 7015 of file cxgb_regs.h.

◆ A_MC5_DB_AOPEN_SRCH_CMD

#define A_MC5_DB_AOPEN_SRCH_CMD   0x7d4

Definition at line 7008 of file cxgb_regs.h.

◆ A_MC5_DB_CLIP_MAP

#define A_MC5_DB_CLIP_MAP   0x738

Definition at line 6770 of file cxgb_regs.h.

◆ A_MC5_DB_CONFIG

#define A_MC5_DB_CONFIG   0x704

Definition at line 6594 of file cxgb_regs.h.

◆ A_MC5_DB_DATA_READ_CMD

#define A_MC5_DB_DATA_READ_CMD   0x7f8

Definition at line 7071 of file cxgb_regs.h.

◆ A_MC5_DB_DATA_WRITE_CMD

#define A_MC5_DB_DATA_WRITE_CMD   0x7f4

Definition at line 7064 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_CONFIG

#define A_MC5_DB_DBGI_CONFIG   0x774

Definition at line 6873 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_ADDR0

#define A_MC5_DB_DBGI_REQ_ADDR0   0x77c

Definition at line 6921 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_ADDR1

#define A_MC5_DB_DBGI_REQ_ADDR1   0x780

Definition at line 6922 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_ADDR2

#define A_MC5_DB_DBGI_REQ_ADDR2   0x784

Definition at line 6923 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_CMD

#define A_MC5_DB_DBGI_REQ_CMD   0x778

Definition at line 6889 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_DATA0

#define A_MC5_DB_DBGI_REQ_DATA0   0x788

Definition at line 6930 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_DATA1

#define A_MC5_DB_DBGI_REQ_DATA1   0x78c

Definition at line 6931 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_DATA2

#define A_MC5_DB_DBGI_REQ_DATA2   0x790

Definition at line 6932 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_DATA3

#define A_MC5_DB_DBGI_REQ_DATA3   0x794

Definition at line 6933 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_DATA4

#define A_MC5_DB_DBGI_REQ_DATA4   0x798

Definition at line 6934 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_MASK0

#define A_MC5_DB_DBGI_REQ_MASK0   0x79c

Definition at line 6941 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_MASK1

#define A_MC5_DB_DBGI_REQ_MASK1   0x7a0

Definition at line 6942 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_MASK2

#define A_MC5_DB_DBGI_REQ_MASK2   0x7a4

Definition at line 6943 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_MASK3

#define A_MC5_DB_DBGI_REQ_MASK3   0x7a8

Definition at line 6944 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_REQ_MASK4

#define A_MC5_DB_DBGI_REQ_MASK4   0x7ac

Definition at line 6945 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_DATA0

#define A_MC5_DB_DBGI_RSP_DATA0   0x7b4

Definition at line 6971 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_DATA1

#define A_MC5_DB_DBGI_RSP_DATA1   0x7b8

Definition at line 6972 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_DATA2

#define A_MC5_DB_DBGI_RSP_DATA2   0x7bc

Definition at line 6973 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_DATA3

#define A_MC5_DB_DBGI_RSP_DATA3   0x7c0

Definition at line 6974 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_DATA4

#define A_MC5_DB_DBGI_RSP_DATA4   0x7c4

Definition at line 6975 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_LAST_CMD

#define A_MC5_DB_DBGI_RSP_LAST_CMD   0x7c8

Definition at line 6982 of file cxgb_regs.h.

◆ A_MC5_DB_DBGI_RSP_STATUS

#define A_MC5_DB_DBGI_RSP_STATUS   0x7b0

Definition at line 6952 of file cxgb_regs.h.

◆ A_MC5_DB_ELOOKUP_CMD

#define A_MC5_DB_ELOOKUP_CMD   0x7f0

Definition at line 7057 of file cxgb_regs.h.

◆ A_MC5_DB_FILTER_TABLE

#define A_MC5_DB_FILTER_TABLE   0x710

Definition at line 6691 of file cxgb_regs.h.

◆ A_MC5_DB_ILOOKUP_CMD

#define A_MC5_DB_ILOOKUP_CMD   0x7ec

Definition at line 7050 of file cxgb_regs.h.

◆ A_MC5_DB_INT_CAUSE

#define A_MC5_DB_INT_CAUSE   0x744

Definition at line 6858 of file cxgb_regs.h.

◆ A_MC5_DB_INT_ENABLE

#define A_MC5_DB_INT_ENABLE   0x740

Definition at line 6787 of file cxgb_regs.h.

◆ A_MC5_DB_INT_PTID

#define A_MC5_DB_INT_PTID   0x74c

Definition at line 6866 of file cxgb_regs.h.

◆ A_MC5_DB_INT_TID

#define A_MC5_DB_INT_TID   0x748

Definition at line 6859 of file cxgb_regs.h.

◆ A_MC5_DB_LIP_RAM_ADDR

#define A_MC5_DB_LIP_RAM_ADDR   0x718

Definition at line 6699 of file cxgb_regs.h.

◆ A_MC5_DB_LIP_RAM_DATA

#define A_MC5_DB_LIP_RAM_DATA   0x71c

Definition at line 6710 of file cxgb_regs.h.

◆ A_MC5_DB_MASK_WRITE_CMD

#define A_MC5_DB_MASK_WRITE_CMD   0x7fc

Definition at line 7078 of file cxgb_regs.h.

◆ A_MC5_DB_PARITY_LATENCY

#define A_MC5_DB_PARITY_LATENCY   0x724

Definition at line 6728 of file cxgb_regs.h.

◆ A_MC5_DB_PART_ID_INDEX

#define A_MC5_DB_PART_ID_INDEX   0x72c

Definition at line 6749 of file cxgb_regs.h.

◆ A_MC5_DB_POPEN_DATA_WR_CMD

#define A_MC5_DB_POPEN_DATA_WR_CMD   0x7cc

Definition at line 6994 of file cxgb_regs.h.

◆ A_MC5_DB_POPEN_MASK_WR_CMD

#define A_MC5_DB_POPEN_MASK_WR_CMD   0x7d0

Definition at line 7001 of file cxgb_regs.h.

◆ A_MC5_DB_RESET_MAX

#define A_MC5_DB_RESET_MAX   0x730

Definition at line 6756 of file cxgb_regs.h.

◆ A_MC5_DB_ROUTING_TABLE_INDEX

#define A_MC5_DB_ROUTING_TABLE_INDEX   0x70c

Definition at line 6684 of file cxgb_regs.h.

◆ A_MC5_DB_RSP_LATENCY

#define A_MC5_DB_RSP_LATENCY   0x720

Definition at line 6711 of file cxgb_regs.h.

◆ A_MC5_DB_SERVER_INDEX

#define A_MC5_DB_SERVER_INDEX   0x714

Definition at line 6698 of file cxgb_regs.h.

◆ A_MC5_DB_SIZE

#define A_MC5_DB_SIZE   0x73c

Definition at line 6786 of file cxgb_regs.h.

◆ A_MC5_DB_SYN_LRN_CMD

#define A_MC5_DB_SYN_LRN_CMD   0x7e0

Definition at line 7029 of file cxgb_regs.h.

◆ A_MC5_DB_SYN_SRCH_CMD

#define A_MC5_DB_SYN_SRCH_CMD   0x7dc

Definition at line 7022 of file cxgb_regs.h.

◆ A_MC5_DB_WR_LRN_VERIFY

#define A_MC5_DB_WR_LRN_VERIFY   0x728

Definition at line 6735 of file cxgb_regs.h.

◆ A_MC5_MISC

#define A_MC5_MISC   0x708

Definition at line 6677 of file cxgb_regs.h.

◆ A_MC7_BD_ADDR

#define A_MC7_BD_ADDR   0x154

Definition at line 2995 of file cxgb_regs.h.

◆ A_MC7_BD_DATA0

#define A_MC7_BD_DATA0   0x158

Definition at line 3002 of file cxgb_regs.h.

◆ A_MC7_BD_DATA1

#define A_MC7_BD_DATA1   0x15c

Definition at line 3003 of file cxgb_regs.h.

◆ A_MC7_BD_DATA2

#define A_MC7_BD_DATA2   0x160

Definition at line 3004 of file cxgb_regs.h.

◆ A_MC7_BD_OP

#define A_MC7_BD_OP   0x164

Definition at line 3005 of file cxgb_regs.h.

◆ A_MC7_BIST_ADDR_BEG

#define A_MC7_BIST_ADDR_BEG   0x168

Definition at line 3011 of file cxgb_regs.h.

◆ A_MC7_BIST_ADDR_END

#define A_MC7_BIST_ADDR_END   0x16c

Definition at line 3018 of file cxgb_regs.h.

◆ A_MC7_BIST_DATA

#define A_MC7_BIST_DATA   0x170

Definition at line 3025 of file cxgb_regs.h.

◆ A_MC7_BIST_OP

#define A_MC7_BIST_OP   0x174

Definition at line 3026 of file cxgb_regs.h.

◆ A_MC7_CAL

#define A_MC7_CAL   0x128

Definition at line 2884 of file cxgb_regs.h.

◆ A_MC7_CE_ADDR

#define A_MC7_CE_ADDR   0x134

Definition at line 2981 of file cxgb_regs.h.

◆ A_MC7_CE_DATA0

#define A_MC7_CE_DATA0   0x138

Definition at line 2982 of file cxgb_regs.h.

◆ A_MC7_CE_DATA1

#define A_MC7_CE_DATA1   0x13c

Definition at line 2983 of file cxgb_regs.h.

◆ A_MC7_CE_DATA2

#define A_MC7_CE_DATA2   0x140

Definition at line 2984 of file cxgb_regs.h.

◆ A_MC7_CFG

#define A_MC7_CFG   0x100

Definition at line 2691 of file cxgb_regs.h.

◆ A_MC7_DLL

#define A_MC7_DLL   0x11c

Definition at line 2792 of file cxgb_regs.h.

◆ A_MC7_ECC

#define A_MC7_ECC   0x130

Definition at line 2961 of file cxgb_regs.h.

◆ A_MC7_ERR_ADDR

#define A_MC7_ERR_ADDR   0x12c

Definition at line 2945 of file cxgb_regs.h.

◆ A_MC7_EXT_MODE1

#define A_MC7_EXT_MODE1   0x108

Definition at line 2750 of file cxgb_regs.h.

◆ A_MC7_EXT_MODE2

#define A_MC7_EXT_MODE2   0x10c

Definition at line 2766 of file cxgb_regs.h.

◆ A_MC7_EXT_MODE3

#define A_MC7_EXT_MODE3   0x110

Definition at line 2773 of file cxgb_regs.h.

◆ A_MC7_HWM_WRR

#define A_MC7_HWM_WRR   0x124

Definition at line 2857 of file cxgb_regs.h.

◆ A_MC7_INT_CAUSE

#define A_MC7_INT_CAUSE   0x17c

Definition at line 3061 of file cxgb_regs.h.

◆ A_MC7_INT_ENABLE

#define A_MC7_INT_ENABLE   0x178

Definition at line 3042 of file cxgb_regs.h.

◆ A_MC7_MODE

#define A_MC7_MODE   0x104

Definition at line 2743 of file cxgb_regs.h.

◆ A_MC7_PARM

#define A_MC7_PARM   0x120

Definition at line 2820 of file cxgb_regs.h.

◆ A_MC7_PRE

#define A_MC7_PRE   0x114

Definition at line 2780 of file cxgb_regs.h.

◆ A_MC7_REF

#define A_MC7_REF   0x118

Definition at line 2781 of file cxgb_regs.h.

◆ A_MC7_UE_ADDR

#define A_MC7_UE_ADDR   0x144

Definition at line 2991 of file cxgb_regs.h.

◆ A_MC7_UE_DATA0

#define A_MC7_UE_DATA0   0x148

Definition at line 2992 of file cxgb_regs.h.

◆ A_MC7_UE_DATA1

#define A_MC7_UE_DATA1   0x14c

Definition at line 2993 of file cxgb_regs.h.

◆ A_MC7_UE_DATA2

#define A_MC7_UE_DATA2   0x150

Definition at line 2994 of file cxgb_regs.h.

◆ A_MI1_ADDR

#define A_MI1_ADDR   0x6b4

Definition at line 6298 of file cxgb_regs.h.

◆ A_MI1_CFG

#define A_MI1_CFG   0x6b0

Definition at line 6274 of file cxgb_regs.h.

◆ A_MI1_DATA

#define A_MI1_DATA   0x6b8

Definition at line 6310 of file cxgb_regs.h.

◆ A_MI1_OP

#define A_MI1_OP   0x6bc

Definition at line 6317 of file cxgb_regs.h.

◆ A_MPS_CFG

#define A_MPS_CFG   0x600

Definition at line 5757 of file cxgb_regs.h.

◆ A_MPS_DRR_CFG1

#define A_MPS_DRR_CFG1   0x604

Definition at line 5800 of file cxgb_regs.h.

◆ A_MPS_DRR_CFG2

#define A_MPS_DRR_CFG2   0x608

Definition at line 5812 of file cxgb_regs.h.

◆ A_MPS_INT_CAUSE

#define A_MPS_INT_CAUSE   0x620

Definition at line 5889 of file cxgb_regs.h.

◆ A_MPS_INT_ENABLE

#define A_MPS_INT_ENABLE   0x61c

Definition at line 5867 of file cxgb_regs.h.

◆ A_MPS_MCA_STATUS

#define A_MPS_MCA_STATUS   0x60c

Definition at line 5819 of file cxgb_regs.h.

◆ A_MPS_RX_TP_CNT

#define A_MPS_RX_TP_CNT   0x618

Definition at line 5855 of file cxgb_regs.h.

◆ A_MPS_TX0_TP_CNT

#define A_MPS_TX0_TP_CNT   0x610

Definition at line 5831 of file cxgb_regs.h.

◆ A_MPS_TX1_TP_CNT

#define A_MPS_TX1_TP_CNT   0x614

Definition at line 5843 of file cxgb_regs.h.

◆ A_PCIE_CAL

#define A_PCIE_CAL   0x90

Definition at line 1192 of file cxgb_regs.h.

◆ A_PCIE_CFG

#define A_PCIE_CFG   0x88

Definition at line 1024 of file cxgb_regs.h.

◆ A_PCIE_INT_CAUSE

#define A_PCIE_INT_CAUSE   0x84

Definition at line 1023 of file cxgb_regs.h.

◆ A_PCIE_INT_ENABLE

#define A_PCIE_INT_ENABLE   0x80

Definition at line 947 of file cxgb_regs.h.

◆ A_PCIE_MODE

#define A_PCIE_MODE   0x8c

Definition at line 1076 of file cxgb_regs.h.

◆ A_PCIE_PEX_CTRL0

#define A_PCIE_PEX_CTRL0   0x98

Definition at line 1243 of file cxgb_regs.h.

◆ A_PCIE_PEX_CTRL1

#define A_PCIE_PEX_CTRL1   0x9c

Definition at line 1271 of file cxgb_regs.h.

◆ A_PCIE_PEX_CTRL2

#define A_PCIE_PEX_CTRL2   0xa0

Definition at line 1297 of file cxgb_regs.h.

◆ A_PCIE_PEX_ERR

#define A_PCIE_PEX_ERR   0xa4

Definition at line 1345 of file cxgb_regs.h.

◆ A_PCIE_PEX_WMARK

#define A_PCIE_PEX_WMARK   0xbc

Definition at line 2038 of file cxgb_regs.h.

◆ A_PCIE_PIPE_CTRL

#define A_PCIE_PIPE_CTRL   0xa8

Definition at line 1435 of file cxgb_regs.h.

◆ A_PCIE_SERDES_BIST

#define A_PCIE_SERDES_BIST   0xbc

Definition at line 2055 of file cxgb_regs.h.

◆ A_PCIE_SERDES_CTRL

#define A_PCIE_SERDES_CTRL   0xa8

Definition at line 1424 of file cxgb_regs.h.

◆ A_PCIE_SERDES_LANE_CTRL

#define A_PCIE_SERDES_LANE_CTRL   0xb4

Definition at line 1699 of file cxgb_regs.h.

◆ A_PCIE_SERDES_LANE_STAT

#define A_PCIE_SERDES_LANE_STAT   0xb8

Definition at line 1873 of file cxgb_regs.h.

◆ A_PCIE_SERDES_QUAD_CTRL0

#define A_PCIE_SERDES_QUAD_CTRL0   0xac

Definition at line 1464 of file cxgb_regs.h.

◆ A_PCIE_SERDES_QUAD_CTRL1

#define A_PCIE_SERDES_QUAD_CTRL1   0xb0

Definition at line 1573 of file cxgb_regs.h.

◆ A_PCIE_SERDES_STATUS0

#define A_PCIE_SERDES_STATUS0   0xb0

Definition at line 1657 of file cxgb_regs.h.

◆ A_PCIE_SERDES_STATUS1

#define A_PCIE_SERDES_STATUS1   0xb4

Definition at line 1771 of file cxgb_regs.h.

◆ A_PCIE_SERDES_STATUS2

#define A_PCIE_SERDES_STATUS2   0xb8

Definition at line 1908 of file cxgb_regs.h.

◆ A_PCIE_STAT

#define A_PCIE_STAT   0x90

Definition at line 1121 of file cxgb_regs.h.

◆ A_PCIE_WOL

#define A_PCIE_WOL   0x94

Definition at line 1221 of file cxgb_regs.h.

◆ A_PCIX_CAL

#define A_PCIX_CAL   0x90

Definition at line 726 of file cxgb_regs.h.

◆ A_PCIX_CFG

#define A_PCIX_CFG   0x88

Definition at line 656 of file cxgb_regs.h.

◆ A_PCIX_INT_CAUSE

#define A_PCIX_INT_CAUSE   0x84

Definition at line 655 of file cxgb_regs.h.

◆ A_PCIX_INT_ENABLE

#define A_PCIX_INT_ENABLE   0x80

Definition at line 585 of file cxgb_regs.h.

◆ A_PCIX_MODE

#define A_PCIX_MODE   0x8c

Definition at line 706 of file cxgb_regs.h.

◆ A_PCIX_STAT0

#define A_PCIX_STAT0   0x98

Definition at line 801 of file cxgb_regs.h.

◆ A_PCIX_STAT1

#define A_PCIX_STAT1   0x9c

Definition at line 882 of file cxgb_regs.h.

◆ A_PCIX_WOL

#define A_PCIX_WOL   0x94

Definition at line 783 of file cxgb_regs.h.

◆ A_PL_CLI

#define A_PL_CLI   0x6f8

Definition at line 6491 of file cxgb_regs.h.

◆ A_PL_INT_CAUSE0

#define A_PL_INT_CAUSE0   0x6e4

Definition at line 6463 of file cxgb_regs.h.

◆ A_PL_INT_CAUSE1

#define A_PL_INT_CAUSE1   0x6ec

Definition at line 6465 of file cxgb_regs.h.

◆ A_PL_INT_ENABLE0

#define A_PL_INT_ENABLE0   0x6e0

Definition at line 6369 of file cxgb_regs.h.

◆ A_PL_INT_ENABLE1

#define A_PL_INT_ENABLE1   0x6e8

Definition at line 6464 of file cxgb_regs.h.

◆ A_PL_LCK

#define A_PL_LCK   0x6fc

Definition at line 6492 of file cxgb_regs.h.

◆ A_PL_REV

#define A_PL_REV   0x6f4

Definition at line 6484 of file cxgb_regs.h.

◆ A_PL_RST

#define A_PL_RST   0x6f0

Definition at line 6466 of file cxgb_regs.h.

◆ A_PM1_RX_CFG

#define A_PM1_RX_CFG   0x5c0

Definition at line 5598 of file cxgb_regs.h.

◆ A_PM1_RX_INT_CAUSE

#define A_PM1_RX_INT_CAUSE   0x5dc

Definition at line 5677 of file cxgb_regs.h.

◆ A_PM1_RX_INT_ENABLE

#define A_PM1_RX_INT_ENABLE   0x5d8

Definition at line 5613 of file cxgb_regs.h.

◆ A_PM1_RX_MODE

#define A_PM1_RX_MODE   0x5c4

Definition at line 5599 of file cxgb_regs.h.

◆ A_PM1_RX_STAT_CONFIG

#define A_PM1_RX_STAT_CONFIG   0x5c8

Definition at line 5609 of file cxgb_regs.h.

◆ A_PM1_RX_STAT_COUNT

#define A_PM1_RX_STAT_COUNT   0x5cc

Definition at line 5610 of file cxgb_regs.h.

◆ A_PM1_RX_STAT_LSB

#define A_PM1_RX_STAT_LSB   0x5d4

Definition at line 5612 of file cxgb_regs.h.

◆ A_PM1_RX_STAT_MSB

#define A_PM1_RX_STAT_MSB   0x5d0

Definition at line 5611 of file cxgb_regs.h.

◆ A_PM1_TX_CFG

#define A_PM1_TX_CFG   0x5e0

Definition at line 5682 of file cxgb_regs.h.

◆ A_PM1_TX_INT_CAUSE

#define A_PM1_TX_INT_CAUSE   0x5fc

Definition at line 5752 of file cxgb_regs.h.

◆ A_PM1_TX_INT_ENABLE

#define A_PM1_TX_INT_ENABLE   0x5f8

Definition at line 5688 of file cxgb_regs.h.

◆ A_PM1_TX_MODE

#define A_PM1_TX_MODE   0x5e4

Definition at line 5683 of file cxgb_regs.h.

◆ A_PM1_TX_STAT_CONFIG

#define A_PM1_TX_STAT_CONFIG   0x5e8

Definition at line 5684 of file cxgb_regs.h.

◆ A_PM1_TX_STAT_COUNT

#define A_PM1_TX_STAT_COUNT   0x5ec

Definition at line 5685 of file cxgb_regs.h.

◆ A_PM1_TX_STAT_LSB

#define A_PM1_TX_STAT_LSB   0x5f4

Definition at line 5687 of file cxgb_regs.h.

◆ A_PM1_TX_STAT_MSB

#define A_PM1_TX_STAT_MSB   0x5f0

Definition at line 5686 of file cxgb_regs.h.

◆ A_SF_DATA

#define A_SF_DATA   0x6d8

Definition at line 6358 of file cxgb_regs.h.

◆ A_SF_OP

#define A_SF_OP   0x6dc

Definition at line 6359 of file cxgb_regs.h.

◆ A_SG_CMDQ_CREDIT_TH

#define A_SG_CMDQ_CREDIT_TH   0x64

Definition at line 540 of file cxgb_regs.h.

◆ A_SG_CONTEXT_CMD

#define A_SG_CONTEXT_CMD   0xc

Definition at line 158 of file cxgb_regs.h.

◆ A_SG_CONTEXT_DATA0

#define A_SG_CONTEXT_DATA0   0x10

Definition at line 195 of file cxgb_regs.h.

◆ A_SG_CONTEXT_DATA1

#define A_SG_CONTEXT_DATA1   0x14

Definition at line 196 of file cxgb_regs.h.

◆ A_SG_CONTEXT_DATA2

#define A_SG_CONTEXT_DATA2   0x18

Definition at line 197 of file cxgb_regs.h.

◆ A_SG_CONTEXT_DATA3

#define A_SG_CONTEXT_DATA3   0x1c

Definition at line 198 of file cxgb_regs.h.

◆ A_SG_CONTEXT_MASK0

#define A_SG_CONTEXT_MASK0   0x20

Definition at line 199 of file cxgb_regs.h.

◆ A_SG_CONTEXT_MASK1

#define A_SG_CONTEXT_MASK1   0x24

Definition at line 200 of file cxgb_regs.h.

◆ A_SG_CONTEXT_MASK2

#define A_SG_CONTEXT_MASK2   0x28

Definition at line 201 of file cxgb_regs.h.

◆ A_SG_CONTEXT_MASK3

#define A_SG_CONTEXT_MASK3   0x2c

Definition at line 202 of file cxgb_regs.h.

◆ A_SG_CONTROL

#define A_SG_CONTROL   0x0

Definition at line 37 of file cxgb_regs.h.

◆ A_SG_CQ_CONTEXT_BADDR

#define A_SG_CQ_CONTEXT_BADDR   0x6c

Definition at line 553 of file cxgb_regs.h.

◆ A_SG_DATA_INTR

#define A_SG_DATA_INTR   0x34

Definition at line 210 of file cxgb_regs.h.

◆ A_SG_DEBUG_DATA

#define A_SG_DEBUG_DATA   0x7c

Definition at line 580 of file cxgb_regs.h.

◆ A_SG_DEBUG_INDEX

#define A_SG_DEBUG_INDEX   0x78

Definition at line 579 of file cxgb_regs.h.

◆ A_SG_DRB_PRI_THRESH

#define A_SG_DRB_PRI_THRESH   0x74

Definition at line 572 of file cxgb_regs.h.

◆ A_SG_EGR_CNTX_BADDR

#define A_SG_EGR_CNTX_BADDR   0x58

Definition at line 424 of file cxgb_regs.h.

◆ A_SG_EGR_PRI_CNT

#define A_SG_EGR_PRI_CNT   0x50

Definition at line 390 of file cxgb_regs.h.

◆ A_SG_EGR_RCQ_DRB_THRSH

#define A_SG_EGR_RCQ_DRB_THRSH   0x54

Definition at line 412 of file cxgb_regs.h.

◆ A_SG_GTS

#define A_SG_GTS   0x8

Definition at line 141 of file cxgb_regs.h.

◆ A_SG_HI_DRB_HI_THRSH

#define A_SG_HI_DRB_HI_THRSH   0x38

Definition at line 221 of file cxgb_regs.h.

◆ A_SG_HI_DRB_LO_THRSH

#define A_SG_HI_DRB_LO_THRSH   0x3c

Definition at line 228 of file cxgb_regs.h.

◆ A_SG_INT_CAUSE

#define A_SG_INT_CAUSE   0x5c

Definition at line 431 of file cxgb_regs.h.

◆ A_SG_INT_ENABLE

#define A_SG_INT_ENABLE   0x60

Definition at line 539 of file cxgb_regs.h.

◆ A_SG_KDOORBELL

#define A_SG_KDOORBELL   0x4

Definition at line 130 of file cxgb_regs.h.

◆ A_SG_LO_DRB_HI_THRSH

#define A_SG_LO_DRB_HI_THRSH   0x40

Definition at line 235 of file cxgb_regs.h.

◆ A_SG_LO_DRB_LO_THRSH

#define A_SG_LO_DRB_LO_THRSH   0x44

Definition at line 242 of file cxgb_regs.h.

◆ A_SG_OCO_BASE

#define A_SG_OCO_BASE   0x70

Definition at line 560 of file cxgb_regs.h.

◆ A_SG_ONE_INT_MULT_Q_COALESCING_TIMER

#define A_SG_ONE_INT_MULT_Q_COALESCING_TIMER   0x48

Definition at line 249 of file cxgb_regs.h.

◆ A_SG_RSPQ_CREDIT_RETURN

#define A_SG_RSPQ_CREDIT_RETURN   0x30

Definition at line 203 of file cxgb_regs.h.

◆ A_SG_RSPQ_FL_STATUS

#define A_SG_RSPQ_FL_STATUS   0x4c

Definition at line 250 of file cxgb_regs.h.

◆ A_SG_TIMER_TICK

#define A_SG_TIMER_TICK   0x68

Definition at line 552 of file cxgb_regs.h.

◆ A_SMB_DEBUG_DATA

#define A_SMB_DEBUG_DATA   0x694

Definition at line 6213 of file cxgb_regs.h.

◆ A_SMB_DEBUG_LA

#define A_SMB_DEBUG_LA   0x69c

Definition at line 6225 of file cxgb_regs.h.

◆ A_SMB_GLOBAL_TIME_CFG

#define A_SMB_GLOBAL_TIME_CFG   0x660

Definition at line 6000 of file cxgb_regs.h.

◆ A_SMB_INT_CAUSE

#define A_SMB_INT_CAUSE   0x690

Definition at line 6179 of file cxgb_regs.h.

◆ A_SMB_INT_ENABLE

#define A_SMB_INT_ENABLE   0x68c

Definition at line 6145 of file cxgb_regs.h.

◆ A_SMB_MST_CTL_CFG

#define A_SMB_MST_CTL_CFG   0x668

Definition at line 6043 of file cxgb_regs.h.

◆ A_SMB_MST_CTL_STS

#define A_SMB_MST_CTL_STS   0x66c

Definition at line 6071 of file cxgb_regs.h.

◆ A_SMB_MST_RX_FIFO_RDWR

#define A_SMB_MST_RX_FIFO_RDWR   0x674

Definition at line 6088 of file cxgb_regs.h.

◆ A_SMB_MST_TIMEOUT_CFG

#define A_SMB_MST_TIMEOUT_CFG   0x664

Definition at line 6026 of file cxgb_regs.h.

◆ A_SMB_MST_TX_FIFO_RDWR

#define A_SMB_MST_TX_FIFO_RDWR   0x670

Definition at line 6087 of file cxgb_regs.h.

◆ A_SMB_SLV_CMD_FIFO_RDWR

#define A_SMB_SLV_CMD_FIFO_RDWR   0x688

Definition at line 6144 of file cxgb_regs.h.

◆ A_SMB_SLV_CTL_CFG

#define A_SMB_SLV_CTL_CFG   0x67c

Definition at line 6096 of file cxgb_regs.h.

◆ A_SMB_SLV_CTL_STS

#define A_SMB_SLV_CTL_STS   0x680

Definition at line 6123 of file cxgb_regs.h.

◆ A_SMB_SLV_FIFO_RDWR

#define A_SMB_SLV_FIFO_RDWR   0x684

Definition at line 6143 of file cxgb_regs.h.

◆ A_SMB_SLV_TIMEOUT_CFG

#define A_SMB_SLV_TIMEOUT_CFG   0x678

Definition at line 6089 of file cxgb_regs.h.

◆ A_T3DBG_DBG0_CFG

#define A_T3DBG_DBG0_CFG   0xc0

Definition at line 2075 of file cxgb_regs.h.

◆ A_T3DBG_DBG0_EN

#define A_T3DBG_DBG0_EN   0xc4

Definition at line 2092 of file cxgb_regs.h.

◆ A_T3DBG_DBG0_RST_VALUE

#define A_T3DBG_DBG0_RST_VALUE   0xe0

Definition at line 2379 of file cxgb_regs.h.

◆ A_T3DBG_DBG1_CFG

#define A_T3DBG_DBG1_CFG   0xc8

Definition at line 2106 of file cxgb_regs.h.

◆ A_T3DBG_DBG1_EN

#define A_T3DBG_DBG1_EN   0xcc

Definition at line 2107 of file cxgb_regs.h.

◆ A_T3DBG_GPIO_ACT_LOW

#define A_T3DBG_GPIO_ACT_LOW   0xf0

Definition at line 2466 of file cxgb_regs.h.

◆ A_T3DBG_GPIO_EN

#define A_T3DBG_GPIO_EN   0xd0

Definition at line 2108 of file cxgb_regs.h.

◆ A_T3DBG_GPIO_IN

#define A_T3DBG_GPIO_IN   0xd4

Definition at line 2206 of file cxgb_regs.h.

◆ A_T3DBG_INT_CAUSE

#define A_T3DBG_INT_CAUSE   0xdc

Definition at line 2378 of file cxgb_regs.h.

◆ A_T3DBG_INT_ENABLE

#define A_T3DBG_INT_ENABLE   0xd8

Definition at line 2304 of file cxgb_regs.h.

◆ A_T3DBG_PCIE_PMA_BSPIN_CFG

#define A_T3DBG_PCIE_PMA_BSPIN_CFG   0xfc

Definition at line 2606 of file cxgb_regs.h.

◆ A_T3DBG_PLL_LOCK

#define A_T3DBG_PLL_LOCK   0xe8

Definition at line 2416 of file cxgb_regs.h.

◆ A_T3DBG_PLL_OCLK_PAD_EN

#define A_T3DBG_PLL_OCLK_PAD_EN   0xe4

Definition at line 2386 of file cxgb_regs.h.

◆ A_T3DBG_PMON_CFG

#define A_T3DBG_PMON_CFG   0xf4

Definition at line 2540 of file cxgb_regs.h.

◆ A_T3DBG_SERDES_RBC_CFG

#define A_T3DBG_SERDES_RBC_CFG   0xec

Definition at line 2442 of file cxgb_regs.h.

◆ A_T3DBG_SERDES_REFCLK_CFG

#define A_T3DBG_SERDES_REFCLK_CFG   0xf8

Definition at line 2578 of file cxgb_regs.h.

◆ A_TP_CCTRL_TABLE

#define A_TP_CCTRL_TABLE   0x3dc

Definition at line 4466 of file cxgb_regs.h.

◆ A_TP_CLEAR_DEBUG

#define A_TP_CLEAR_DEBUG   0x4c0

Definition at line 5050 of file cxgb_regs.h.

◆ A_TP_CM_FLOW_CNTL_MODE

#define A_TP_CM_FLOW_CNTL_MODE   0x4b0

Definition at line 5018 of file cxgb_regs.h.

◆ A_TP_CMM_MM_BASE

#define A_TP_CMM_MM_BASE   0x314

Definition at line 3651 of file cxgb_regs.h.

◆ A_TP_CMM_MM_MAX_PSTRUCT

#define A_TP_CMM_MM_MAX_PSTRUCT   0x46c

Definition at line 4750 of file cxgb_regs.h.

◆ A_TP_CMM_MM_PS_FLST_BASE

#define A_TP_CMM_MM_PS_FLST_BASE   0x468

Definition at line 4743 of file cxgb_regs.h.

◆ A_TP_CMM_MM_RX_FLST_BASE

#define A_TP_CMM_MM_RX_FLST_BASE   0x460

Definition at line 4729 of file cxgb_regs.h.

◆ A_TP_CMM_MM_TX_FLST_BASE

#define A_TP_CMM_MM_TX_FLST_BASE   0x464

Definition at line 4736 of file cxgb_regs.h.

◆ A_TP_CMM_SIZE

#define A_TP_CMM_SIZE   0x310

Definition at line 3644 of file cxgb_regs.h.

◆ A_TP_CMM_TIMER_BASE

#define A_TP_CMM_TIMER_BASE   0x318

Definition at line 3658 of file cxgb_regs.h.

◆ A_TP_DACK_CONFIG

#define A_TP_DACK_CONFIG   0x344

Definition at line 3730 of file cxgb_regs.h.

◆ A_TP_DACK_TIMER

#define A_TP_DACK_TIMER   0x3b4

Definition at line 4356 of file cxgb_regs.h.

◆ A_TP_DBG_LA_CONFIG

#define A_TP_DBG_LA_CONFIG   0x4d4

Definition at line 5060 of file cxgb_regs.h.

◆ A_TP_DBG_LA_DATAH

#define A_TP_DBG_LA_DATAH   0x4d8

Definition at line 5061 of file cxgb_regs.h.

◆ A_TP_DBG_LA_DATAL

#define A_TP_DBG_LA_DATAL   0x4dc

Definition at line 5062 of file cxgb_regs.h.

◆ A_TP_DEBUG

#define A_TP_DEBUG   0x4d0

Definition at line 5059 of file cxgb_regs.h.

◆ A_TP_DEBUG_FLAGS

#define A_TP_DEBUG_FLAGS   0x4ac

Definition at line 4913 of file cxgb_regs.h.

◆ A_TP_DEBUG_REG_SEL

#define A_TP_DEBUG_REG_SEL   0x4cc

Definition at line 5058 of file cxgb_regs.h.

◆ A_TP_DEBUG_SEL

#define A_TP_DEBUG_SEL   0x4a8

Definition at line 4912 of file cxgb_regs.h.

◆ A_TP_DEBUG_VEC

#define A_TP_DEBUG_VEC   0x4c4

Definition at line 5056 of file cxgb_regs.h.

◆ A_TP_DEBUG_VEC2

#define A_TP_DEBUG_VEC2   0x4c8

Definition at line 5057 of file cxgb_regs.h.

◆ A_TP_EGRESS_CONFIG

#define A_TP_EGRESS_CONFIG   0x145

Definition at line 5331 of file cxgb_regs.h.

◆ A_TP_EMBED_OP_FIELD0

#define A_TP_EMBED_OP_FIELD0   0x4e8

Definition at line 5063 of file cxgb_regs.h.

◆ A_TP_EMBED_OP_FIELD1

#define A_TP_EMBED_OP_FIELD1   0x4ec

Definition at line 5064 of file cxgb_regs.h.

◆ A_TP_EMBED_OP_FIELD2

#define A_TP_EMBED_OP_FIELD2   0x4f0

Definition at line 5065 of file cxgb_regs.h.

◆ A_TP_EMBED_OP_FIELD3

#define A_TP_EMBED_OP_FIELD3   0x4f4

Definition at line 5066 of file cxgb_regs.h.

◆ A_TP_EMBED_OP_FIELD4

#define A_TP_EMBED_OP_FIELD4   0x4f8

Definition at line 5067 of file cxgb_regs.h.

◆ A_TP_EMBED_OP_FIELD5

#define A_TP_EMBED_OP_FIELD5   0x4fc

Definition at line 5068 of file cxgb_regs.h.

◆ A_TP_FAST_FINWAIT2_TIMER

#define A_TP_FAST_FINWAIT2_TIMER   0x3bc

Definition at line 4370 of file cxgb_regs.h.

◆ A_TP_FIFO_CONFIG

#define A_TP_FIFO_CONFIG   0x8c0

Definition at line 5343 of file cxgb_regs.h.

◆ A_TP_FINWAIT2_TIMER

#define A_TP_FINWAIT2_TIMER   0x3b8

Definition at line 4363 of file cxgb_regs.h.

◆ A_TP_FLM_FREE_PS_CNT

#define A_TP_FLM_FREE_PS_CNT   0x480

Definition at line 4884 of file cxgb_regs.h.

◆ A_TP_FLM_FREE_RX_CNT

#define A_TP_FLM_FREE_RX_CNT   0x484

Definition at line 4891 of file cxgb_regs.h.

◆ A_TP_FLM_FREE_TX_CNT

#define A_TP_FLM_FREE_TX_CNT   0x488

Definition at line 4898 of file cxgb_regs.h.

◆ A_TP_GLOBAL_CONFIG

#define A_TP_GLOBAL_CONFIG   0x308

Definition at line 3569 of file cxgb_regs.h.

◆ A_TP_GLOBAL_RX_CREDIT

#define A_TP_GLOBAL_RX_CREDIT   0x30c

Definition at line 3643 of file cxgb_regs.h.

◆ A_TP_IN_CONFIG

#define A_TP_IN_CONFIG   0x300

Definition at line 3460 of file cxgb_regs.h.

◆ A_TP_INGRESS_CONFIG

#define A_TP_INGRESS_CONFIG   0x141

Definition at line 5287 of file cxgb_regs.h.

◆ A_TP_INIT_SRTT

#define A_TP_INIT_SRTT   0x3b0

Definition at line 4349 of file cxgb_regs.h.

◆ A_TP_INT_CAUSE

#define A_TP_INT_CAUSE   0x474

Definition at line 4883 of file cxgb_regs.h.

◆ A_TP_INT_ENABLE

#define A_TP_INT_ENABLE   0x470

Definition at line 4757 of file cxgb_regs.h.

◆ A_TP_INTF_FROM_TX_PKT

#define A_TP_INTF_FROM_TX_PKT   0x244

Definition at line 5337 of file cxgb_regs.h.

◆ A_TP_IPMI_CFG1

#define A_TP_IPMI_CFG1   0x28

Definition at line 5087 of file cxgb_regs.h.

◆ A_TP_IPMI_CFG2

#define A_TP_IPMI_CFG2   0x29

Definition at line 5110 of file cxgb_regs.h.

◆ A_TP_KEEP_IDLE

#define A_TP_KEEP_IDLE   0x3a8

Definition at line 4335 of file cxgb_regs.h.

◆ A_TP_KEEP_INTVL

#define A_TP_KEEP_INTVL   0x3ac

Definition at line 4342 of file cxgb_regs.h.

◆ A_TP_MAC_MATCH_MAP0

#define A_TP_MAC_MATCH_MAP0   0x138

Definition at line 5244 of file cxgb_regs.h.

◆ A_TP_MAC_MATCH_MAP1

#define A_TP_MAC_MATCH_MAP1   0x139

Definition at line 5286 of file cxgb_regs.h.

◆ A_TP_MIB_INDEX

#define A_TP_MIB_INDEX   0x450

Definition at line 4725 of file cxgb_regs.h.

◆ A_TP_MIB_RDATA

#define A_TP_MIB_RDATA   0x454

Definition at line 4726 of file cxgb_regs.h.

◆ A_TP_MOD_CHANNEL_WEIGHT

#define A_TP_MOD_CHANNEL_WEIGHT   0x434

Definition at line 4669 of file cxgb_regs.h.

◆ A_TP_MOD_POP_CNT

#define A_TP_MOD_POP_CNT   0x4a0

Definition at line 4910 of file cxgb_regs.h.

◆ A_TP_MOD_RATE_LIMIT

#define A_TP_MOD_RATE_LIMIT   0x438

Definition at line 4691 of file cxgb_regs.h.

◆ A_TP_MSL

#define A_TP_MSL   0x394

Definition at line 4300 of file cxgb_regs.h.

◆ A_TP_MTU_PORT_TABLE

#define A_TP_MTU_PORT_TABLE   0x3d0

Definition at line 4411 of file cxgb_regs.h.

◆ A_TP_MTU_TABLE

#define A_TP_MTU_TABLE   0x3e4

Definition at line 4468 of file cxgb_regs.h.

◆ A_TP_OUT_CONFIG

#define A_TP_OUT_CONFIG   0x304

Definition at line 3523 of file cxgb_regs.h.

◆ A_TP_PACE_TABLE

#define A_TP_PACE_TABLE   0x3d8

Definition at line 4465 of file cxgb_regs.h.

◆ A_TP_PARA_REG0

#define A_TP_PARA_REG0   0x360

Definition at line 4042 of file cxgb_regs.h.

◆ A_TP_PARA_REG1

#define A_TP_PARA_REG1   0x364

Definition at line 4054 of file cxgb_regs.h.

◆ A_TP_PARA_REG2

#define A_TP_PARA_REG2   0x368

Definition at line 4066 of file cxgb_regs.h.

◆ A_TP_PARA_REG3

#define A_TP_PARA_REG3   0x36c

Definition at line 4078 of file cxgb_regs.h.

◆ A_TP_PARA_REG4

#define A_TP_PARA_REG4   0x370

Definition at line 4139 of file cxgb_regs.h.

◆ A_TP_PARA_REG5

#define A_TP_PARA_REG5   0x374

Definition at line 4161 of file cxgb_regs.h.

◆ A_TP_PARA_REG6

#define A_TP_PARA_REG6   0x378

Definition at line 4188 of file cxgb_regs.h.

◆ A_TP_PARA_REG7

#define A_TP_PARA_REG7   0x37c

Definition at line 4271 of file cxgb_regs.h.

◆ A_TP_PC_CONFIG

#define A_TP_PC_CONFIG   0x348

Definition at line 3769 of file cxgb_regs.h.

◆ A_TP_PC_CONFIG2

#define A_TP_PC_CONFIG2   0x34c

Definition at line 3888 of file cxgb_regs.h.

◆ A_TP_PC_CONGESTION_CNTL

#define A_TP_PC_CONGESTION_CNTL   0x4b4

Definition at line 5024 of file cxgb_regs.h.

◆ A_TP_PERS_MAX

#define A_TP_PERS_MAX   0x3a4

Definition at line 4328 of file cxgb_regs.h.

◆ A_TP_PERS_MIN

#define A_TP_PERS_MIN   0x3a0

Definition at line 4321 of file cxgb_regs.h.

◆ A_TP_PIO_ADDR

#define A_TP_PIO_ADDR   0x440

Definition at line 4713 of file cxgb_regs.h.

◆ A_TP_PIO_DATA

#define A_TP_PIO_DATA   0x444

Definition at line 4714 of file cxgb_regs.h.

◆ A_TP_PMM_DEFRAG_BASE

#define A_TP_PMM_DEFRAG_BASE   0x324

Definition at line 3678 of file cxgb_regs.h.

◆ A_TP_PMM_RX_BASE

#define A_TP_PMM_RX_BASE   0x328

Definition at line 3679 of file cxgb_regs.h.

◆ A_TP_PMM_RX_MAX_PAGE

#define A_TP_PMM_RX_MAX_PAGE   0x330

Definition at line 3681 of file cxgb_regs.h.

◆ A_TP_PMM_RX_PAGE_SIZE

#define A_TP_PMM_RX_PAGE_SIZE   0x32c

Definition at line 3680 of file cxgb_regs.h.

◆ A_TP_PMM_SIZE

#define A_TP_PMM_SIZE   0x31c

Definition at line 3670 of file cxgb_regs.h.

◆ A_TP_PMM_TX_BASE

#define A_TP_PMM_TX_BASE   0x320

Definition at line 3677 of file cxgb_regs.h.

◆ A_TP_PMM_TX_MAX_PAGE

#define A_TP_PMM_TX_MAX_PAGE   0x338

Definition at line 3689 of file cxgb_regs.h.

◆ A_TP_PMM_TX_PAGE_SIZE

#define A_TP_PMM_TX_PAGE_SIZE   0x334

Definition at line 3688 of file cxgb_regs.h.

◆ A_TP_PREAMBLE_LSB

#define A_TP_PREAMBLE_LSB   0x143

Definition at line 5330 of file cxgb_regs.h.

◆ A_TP_PREAMBLE_MSB

#define A_TP_PREAMBLE_MSB   0x142

Definition at line 5329 of file cxgb_regs.h.

◆ A_TP_PROXY_FLOW_CNTL

#define A_TP_PROXY_FLOW_CNTL   0x4b0

Definition at line 5017 of file cxgb_regs.h.

◆ A_TP_QOS_RX_MAP_MODE

#define A_TP_QOS_RX_MAP_MODE   0x12a

Definition at line 5132 of file cxgb_regs.h.

◆ A_TP_QOS_RX_TOS_MAP_H

#define A_TP_QOS_RX_TOS_MAP_H   0x128

Definition at line 5130 of file cxgb_regs.h.

◆ A_TP_QOS_RX_TOS_MAP_L

#define A_TP_QOS_RX_TOS_MAP_L   0x129

Definition at line 5131 of file cxgb_regs.h.

◆ A_TP_RESET

#define A_TP_RESET   0x44c

Definition at line 4715 of file cxgb_regs.h.

◆ A_TP_RSS_CONFIG

#define A_TP_RSS_CONFIG   0x3f0

Definition at line 4471 of file cxgb_regs.h.

◆ A_TP_RSS_CONFIG_OFD

#define A_TP_RSS_CONFIG_OFD   0x3f8

Definition at line 4572 of file cxgb_regs.h.

◆ A_TP_RSS_CONFIG_SYN

#define A_TP_RSS_CONFIG_SYN   0x3fc

Definition at line 4573 of file cxgb_regs.h.

◆ A_TP_RSS_CONFIG_TNL

#define A_TP_RSS_CONFIG_TNL   0x3f4

Definition at line 4550 of file cxgb_regs.h.

◆ A_TP_RSS_LKP_TABLE

#define A_TP_RSS_LKP_TABLE   0x3ec

Definition at line 4470 of file cxgb_regs.h.

◆ A_TP_RSS_MAP_TABLE

#define A_TP_RSS_MAP_TABLE   0x3e8

Definition at line 4469 of file cxgb_regs.h.

◆ A_TP_RSS_SECRET_KEY0

#define A_TP_RSS_SECRET_KEY0   0x400

Definition at line 4574 of file cxgb_regs.h.

◆ A_TP_RSS_SECRET_KEY1

#define A_TP_RSS_SECRET_KEY1   0x404

Definition at line 4575 of file cxgb_regs.h.

◆ A_TP_RSS_SECRET_KEY2

#define A_TP_RSS_SECRET_KEY2   0x408

Definition at line 4576 of file cxgb_regs.h.

◆ A_TP_RSS_SECRET_KEY3

#define A_TP_RSS_SECRET_KEY3   0x40c

Definition at line 4577 of file cxgb_regs.h.

◆ A_TP_RX_MOD_Q1_Q0_RATE_LIMIT

#define A_TP_RX_MOD_Q1_Q0_RATE_LIMIT   0x9

Definition at line 5078 of file cxgb_regs.h.

◆ A_TP_RX_MOD_Q1_Q0_TIMER_SEPARATOR

#define A_TP_RX_MOD_Q1_Q0_TIMER_SEPARATOR   0x4

Definition at line 5073 of file cxgb_regs.h.

◆ A_TP_RX_TRC_KEY0

#define A_TP_RX_TRC_KEY0   0x120

Definition at line 5122 of file cxgb_regs.h.

◆ A_TP_RX_TRC_KEY1

#define A_TP_RX_TRC_KEY1   0x122

Definition at line 5124 of file cxgb_regs.h.

◆ A_TP_RX_TRC_KEY2

#define A_TP_RX_TRC_KEY2   0x124

Definition at line 5126 of file cxgb_regs.h.

◆ A_TP_RX_TRC_KEY3

#define A_TP_RX_TRC_KEY3   0x126

Definition at line 5128 of file cxgb_regs.h.

◆ A_TP_RX_TRC_MASK0

#define A_TP_RX_TRC_MASK0   0x121

Definition at line 5123 of file cxgb_regs.h.

◆ A_TP_RX_TRC_MASK1

#define A_TP_RX_TRC_MASK1   0x123

Definition at line 5125 of file cxgb_regs.h.

◆ A_TP_RX_TRC_MASK2

#define A_TP_RX_TRC_MASK2   0x125

Definition at line 5127 of file cxgb_regs.h.

◆ A_TP_RX_TRC_MASK3

#define A_TP_RX_TRC_MASK3   0x127

Definition at line 5129 of file cxgb_regs.h.

◆ A_TP_RXT_MAX

#define A_TP_RXT_MAX   0x39c

Definition at line 4314 of file cxgb_regs.h.

◆ A_TP_RXT_MIN

#define A_TP_RXT_MIN   0x398

Definition at line 4307 of file cxgb_regs.h.

◆ A_TP_SHIFT_CNT

#define A_TP_SHIFT_CNT   0x3c0

Definition at line 4377 of file cxgb_regs.h.

◆ A_TP_SYNC_TIME_HI

#define A_TP_SYNC_TIME_HI   0x458

Definition at line 4727 of file cxgb_regs.h.

◆ A_TP_SYNC_TIME_LO

#define A_TP_SYNC_TIME_LO   0x45c

Definition at line 4728 of file cxgb_regs.h.

◆ A_TP_TCP_BACKOFF_REG0

#define A_TP_TCP_BACKOFF_REG0   0x350

Definition at line 3954 of file cxgb_regs.h.

◆ A_TP_TCP_BACKOFF_REG1

#define A_TP_TCP_BACKOFF_REG1   0x354

Definition at line 3976 of file cxgb_regs.h.

◆ A_TP_TCP_BACKOFF_REG2

#define A_TP_TCP_BACKOFF_REG2   0x358

Definition at line 3998 of file cxgb_regs.h.

◆ A_TP_TCP_BACKOFF_REG3

#define A_TP_TCP_BACKOFF_REG3   0x35c

Definition at line 4020 of file cxgb_regs.h.

◆ A_TP_TCP_OPTIONS

#define A_TP_TCP_OPTIONS   0x340

Definition at line 3696 of file cxgb_regs.h.

◆ A_TP_TIME_HI

#define A_TP_TIME_HI   0x3c8

Definition at line 4409 of file cxgb_regs.h.

◆ A_TP_TIME_LO

#define A_TP_TIME_LO   0x3cc

Definition at line 4410 of file cxgb_regs.h.

◆ A_TP_TIMER_RESOLUTION

#define A_TP_TIMER_RESOLUTION   0x390

Definition at line 4283 of file cxgb_regs.h.

◆ A_TP_TIMER_SEPARATOR

#define A_TP_TIMER_SEPARATOR   0x4a4

Definition at line 4911 of file cxgb_regs.h.

◆ A_TP_TM_DACK_POP_CNT

#define A_TP_TM_DACK_POP_CNT   0x498

Definition at line 4908 of file cxgb_regs.h.

◆ A_TP_TM_DACK_PUSH_CNT

#define A_TP_TM_DACK_PUSH_CNT   0x494

Definition at line 4907 of file cxgb_regs.h.

◆ A_TP_TM_HEAP_POP_CNT

#define A_TP_TM_HEAP_POP_CNT   0x490

Definition at line 4906 of file cxgb_regs.h.

◆ A_TP_TM_HEAP_PUSH_CNT

#define A_TP_TM_HEAP_PUSH_CNT   0x48c

Definition at line 4905 of file cxgb_regs.h.

◆ A_TP_TM_MOD_PUSH_CNT

#define A_TP_TM_MOD_PUSH_CNT   0x49c

Definition at line 4909 of file cxgb_regs.h.

◆ A_TP_TM_PIO_ADDR

#define A_TP_TM_PIO_ADDR   0x418

Definition at line 4578 of file cxgb_regs.h.

◆ A_TP_TM_PIO_DATA

#define A_TP_TM_PIO_DATA   0x41c

Definition at line 4579 of file cxgb_regs.h.

◆ A_TP_TOS_TABLE

#define A_TP_TOS_TABLE   0x3e0

Definition at line 4467 of file cxgb_regs.h.

◆ A_TP_TX_DROP_CFG_CH0

#define A_TP_TX_DROP_CFG_CH0   0x12b

Definition at line 5147 of file cxgb_regs.h.

◆ A_TP_TX_DROP_CFG_CH1

#define A_TP_TX_DROP_CFG_CH1   0x12c

Definition at line 5167 of file cxgb_regs.h.

◆ A_TP_TX_DROP_CNT_CH0

#define A_TP_TX_DROP_CNT_CH0   0x12d

Definition at line 5168 of file cxgb_regs.h.

◆ A_TP_TX_DROP_CNT_CH1

#define A_TP_TX_DROP_CNT_CH1   0x12e

Definition at line 5180 of file cxgb_regs.h.

◆ A_TP_TX_DROP_COUNT

#define A_TP_TX_DROP_COUNT   0x4bc

Definition at line 5049 of file cxgb_regs.h.

◆ A_TP_TX_DROP_MODE

#define A_TP_TX_DROP_MODE   0x12f

Definition at line 5192 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q1_Q0_RATE_LIMIT

#define A_TP_TX_MOD_Q1_Q0_RATE_LIMIT   0x8

Definition at line 5077 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q1_Q0_TIMER_SEPARATOR

#define A_TP_TX_MOD_Q1_Q0_TIMER_SEPARATOR   0x3

Definition at line 5072 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q3_Q2_RATE_LIMIT

#define A_TP_TX_MOD_Q3_Q2_RATE_LIMIT   0x7

Definition at line 5076 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q3_Q2_TIMER_SEPARATOR

#define A_TP_TX_MOD_Q3_Q2_TIMER_SEPARATOR   0x2

Definition at line 5071 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q5_Q4_RATE_LIMIT

#define A_TP_TX_MOD_Q5_Q4_RATE_LIMIT   0x6

Definition at line 5075 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q5_Q4_TIMER_SEPARATOR

#define A_TP_TX_MOD_Q5_Q4_TIMER_SEPARATOR   0x1

Definition at line 5070 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q7_Q6_RATE_LIMIT

#define A_TP_TX_MOD_Q7_Q6_RATE_LIMIT   0x5

Definition at line 5074 of file cxgb_regs.h.

◆ A_TP_TX_MOD_Q7_Q6_TIMER_SEPARATOR

#define A_TP_TX_MOD_Q7_Q6_TIMER_SEPARATOR   0x0

Definition at line 5069 of file cxgb_regs.h.

◆ A_TP_TX_MOD_QUE_TABLE

#define A_TP_TX_MOD_QUE_TABLE   0x420

Definition at line 4580 of file cxgb_regs.h.

◆ A_TP_TX_MOD_QUEUE_REQ_MAP

#define A_TP_TX_MOD_QUEUE_REQ_MAP   0x428

Definition at line 4603 of file cxgb_regs.h.

◆ A_TP_TX_MOD_QUEUE_WEIGHT0

#define A_TP_TX_MOD_QUEUE_WEIGHT0   0x430

Definition at line 4647 of file cxgb_regs.h.

◆ A_TP_TX_MOD_QUEUE_WEIGHT1

#define A_TP_TX_MOD_QUEUE_WEIGHT1   0x42c

Definition at line 4625 of file cxgb_regs.h.

◆ A_TP_TX_RESOURCE_LIMIT

#define A_TP_TX_RESOURCE_LIMIT   0x424

Definition at line 4581 of file cxgb_regs.h.

◆ A_TP_TX_TRC_KEY0

#define A_TP_TX_TRC_KEY0   0x20

Definition at line 5079 of file cxgb_regs.h.

◆ A_TP_TX_TRC_KEY1

#define A_TP_TX_TRC_KEY1   0x22

Definition at line 5081 of file cxgb_regs.h.

◆ A_TP_TX_TRC_KEY2

#define A_TP_TX_TRC_KEY2   0x24

Definition at line 5083 of file cxgb_regs.h.

◆ A_TP_TX_TRC_KEY3

#define A_TP_TX_TRC_KEY3   0x26

Definition at line 5085 of file cxgb_regs.h.

◆ A_TP_TX_TRC_MASK0

#define A_TP_TX_TRC_MASK0   0x21

Definition at line 5080 of file cxgb_regs.h.

◆ A_TP_TX_TRC_MASK1

#define A_TP_TX_TRC_MASK1   0x23

Definition at line 5082 of file cxgb_regs.h.

◆ A_TP_TX_TRC_MASK2

#define A_TP_TX_TRC_MASK2   0x25

Definition at line 5084 of file cxgb_regs.h.

◆ A_TP_TX_TRC_MASK3

#define A_TP_TX_TRC_MASK3   0x27

Definition at line 5086 of file cxgb_regs.h.

◆ A_TP_ULP_TABLE

#define A_TP_ULP_TABLE   0x3d4

Definition at line 4423 of file cxgb_regs.h.

◆ A_TP_VLAN_PRI_MAP

#define A_TP_VLAN_PRI_MAP   0x137

Definition at line 5202 of file cxgb_regs.h.

◆ A_ULPRX_CTL

#define A_ULPRX_CTL   0x500

Definition at line 5358 of file cxgb_regs.h.

◆ A_ULPRX_INT_CAUSE

#define A_ULPRX_INT_CAUSE   0x508

Definition at line 5428 of file cxgb_regs.h.

◆ A_ULPRX_INT_ENABLE

#define A_ULPRX_INT_ENABLE   0x504

Definition at line 5390 of file cxgb_regs.h.

◆ A_ULPRX_ISCSI_LLIMIT

#define A_ULPRX_ISCSI_LLIMIT   0x50c

Definition at line 5429 of file cxgb_regs.h.

◆ A_ULPRX_ISCSI_PSZ

#define A_ULPRX_ISCSI_PSZ   0x518

Definition at line 5450 of file cxgb_regs.h.

◆ A_ULPRX_ISCSI_TAGMASK

#define A_ULPRX_ISCSI_TAGMASK   0x514

Definition at line 5443 of file cxgb_regs.h.

◆ A_ULPRX_ISCSI_ULIMIT

#define A_ULPRX_ISCSI_ULIMIT   0x510

Definition at line 5436 of file cxgb_regs.h.

◆ A_ULPRX_PBL_LLIMIT

#define A_ULPRX_PBL_LLIMIT   0x53c

Definition at line 5498 of file cxgb_regs.h.

◆ A_ULPRX_PBL_ULIMIT

#define A_ULPRX_PBL_ULIMIT   0x540

Definition at line 5499 of file cxgb_regs.h.

◆ A_ULPRX_RQ_LLIMIT

#define A_ULPRX_RQ_LLIMIT   0x534

Definition at line 5496 of file cxgb_regs.h.

◆ A_ULPRX_RQ_ULIMIT

#define A_ULPRX_RQ_ULIMIT   0x538

Definition at line 5497 of file cxgb_regs.h.

◆ A_ULPRX_STAG_LLIMIT

#define A_ULPRX_STAG_LLIMIT   0x52c

Definition at line 5494 of file cxgb_regs.h.

◆ A_ULPRX_STAG_ULIMIT

#define A_ULPRX_STAG_ULIMIT   0x530

Definition at line 5495 of file cxgb_regs.h.

◆ A_ULPRX_TDDP_LLIMIT

#define A_ULPRX_TDDP_LLIMIT   0x51c

Definition at line 5472 of file cxgb_regs.h.

◆ A_ULPRX_TDDP_PSZ

#define A_ULPRX_TDDP_PSZ   0x528

Definition at line 5493 of file cxgb_regs.h.

◆ A_ULPRX_TDDP_TAGMASK

#define A_ULPRX_TDDP_TAGMASK   0x524

Definition at line 5486 of file cxgb_regs.h.

◆ A_ULPRX_TDDP_ULIMIT

#define A_ULPRX_TDDP_ULIMIT   0x520

Definition at line 5479 of file cxgb_regs.h.

◆ A_ULPTX_CONFIG

#define A_ULPTX_CONFIG   0x580

Definition at line 5504 of file cxgb_regs.h.

◆ A_ULPTX_CPL_ERR_MASK

#define A_ULPTX_CPL_ERR_MASK   0x5a0

Definition at line 5554 of file cxgb_regs.h.

◆ A_ULPTX_CPL_ERR_OFFSET

#define A_ULPTX_CPL_ERR_OFFSET   0x59c

Definition at line 5553 of file cxgb_regs.h.

◆ A_ULPTX_CPL_ERR_VALUE

#define A_ULPTX_CPL_ERR_VALUE   0x5a4

Definition at line 5555 of file cxgb_regs.h.

◆ A_ULPTX_CPL_PACK_SIZE

#define A_ULPTX_CPL_PACK_SIZE   0x5a8

Definition at line 5556 of file cxgb_regs.h.

◆ A_ULPTX_DMA_WEIGHT

#define A_ULPTX_DMA_WEIGHT   0x5ac

Definition at line 5583 of file cxgb_regs.h.

◆ A_ULPTX_INT_CAUSE

#define A_ULPTX_INT_CAUSE   0x588

Definition at line 5548 of file cxgb_regs.h.

◆ A_ULPTX_INT_ENABLE

#define A_ULPTX_INT_ENABLE   0x584

Definition at line 5514 of file cxgb_regs.h.

◆ A_ULPTX_PBL_LLIMIT

#define A_ULPTX_PBL_LLIMIT   0x594

Definition at line 5551 of file cxgb_regs.h.

◆ A_ULPTX_PBL_ULIMIT

#define A_ULPTX_PBL_ULIMIT   0x598

Definition at line 5552 of file cxgb_regs.h.

◆ A_ULPTX_TPT_LLIMIT

#define A_ULPTX_TPT_LLIMIT   0x58c

Definition at line 5549 of file cxgb_regs.h.

◆ A_ULPTX_TPT_ULIMIT

#define A_ULPTX_TPT_ULIMIT   0x590

Definition at line 5550 of file cxgb_regs.h.

◆ A_XGM_EPIO_DATA0

#define A_XGM_EPIO_DATA0   0x8c0

Definition at line 7622 of file cxgb_regs.h.

◆ A_XGM_EPIO_DATA1

#define A_XGM_EPIO_DATA1   0x8c4

Definition at line 7623 of file cxgb_regs.h.

◆ A_XGM_EPIO_DATA2

#define A_XGM_EPIO_DATA2   0x8c8

Definition at line 7624 of file cxgb_regs.h.

◆ A_XGM_EPIO_DATA3

#define A_XGM_EPIO_DATA3   0x8cc

Definition at line 7625 of file cxgb_regs.h.

◆ A_XGM_EPIO_OP

#define A_XGM_EPIO_OP   0x8d0

Definition at line 7626 of file cxgb_regs.h.

◆ A_XGM_INT_CAUSE

#define A_XGM_INT_CAUSE   0x8d8

Definition at line 7721 of file cxgb_regs.h.

◆ A_XGM_INT_ENABLE

#define A_XGM_INT_ENABLE   0x8d4

Definition at line 7641 of file cxgb_regs.h.

◆ A_XGM_INT_STATUS

#define A_XGM_INT_STATUS   0x86c

Definition at line 7222 of file cxgb_regs.h.

◆ A_XGM_PAUSE_TIMER

#define A_XGM_PAUSE_TIMER   0x890

Definition at line 7395 of file cxgb_regs.h.

◆ A_XGM_PORT_CFG

#define A_XGM_PORT_CFG   0x8b8

Definition at line 7603 of file cxgb_regs.h.

◆ A_XGM_RESET_CTRL

#define A_XGM_RESET_CTRL   0x8ac

Definition at line 7558 of file cxgb_regs.h.

◆ A_XGM_RGMII_CTRL

#define A_XGM_RGMII_CTRL   0x898

Definition at line 7471 of file cxgb_regs.h.

◆ A_XGM_RGMII_IMP

#define A_XGM_RGMII_IMP   0x89c

Definition at line 7482 of file cxgb_regs.h.

◆ A_XGM_RGMII_STATUS

#define A_XGM_RGMII_STATUS   0x99c

Definition at line 8335 of file cxgb_regs.h.

◆ A_XGM_RX_CFG

#define A_XGM_RX_CFG   0x810

Definition at line 7130 of file cxgb_regs.h.

◆ A_XGM_RX_CTRL

#define A_XGM_RX_CTRL   0x80c

Definition at line 7124 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_1

#define A_XGM_RX_EXACT_MATCH_HIGH_1   0x820

Definition at line 7187 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_2

#define A_XGM_RX_EXACT_MATCH_HIGH_2   0x828

Definition at line 7195 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_3

#define A_XGM_RX_EXACT_MATCH_HIGH_3   0x830

Definition at line 7197 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_4

#define A_XGM_RX_EXACT_MATCH_HIGH_4   0x838

Definition at line 7199 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_5

#define A_XGM_RX_EXACT_MATCH_HIGH_5   0x840

Definition at line 7201 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_6

#define A_XGM_RX_EXACT_MATCH_HIGH_6   0x848

Definition at line 7203 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_7

#define A_XGM_RX_EXACT_MATCH_HIGH_7   0x850

Definition at line 7205 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_HIGH_8

#define A_XGM_RX_EXACT_MATCH_HIGH_8   0x858

Definition at line 7207 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_1

#define A_XGM_RX_EXACT_MATCH_LOW_1   0x81c

Definition at line 7186 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_2

#define A_XGM_RX_EXACT_MATCH_LOW_2   0x824

Definition at line 7194 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_3

#define A_XGM_RX_EXACT_MATCH_LOW_3   0x82c

Definition at line 7196 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_4

#define A_XGM_RX_EXACT_MATCH_LOW_4   0x834

Definition at line 7198 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_5

#define A_XGM_RX_EXACT_MATCH_LOW_5   0x83c

Definition at line 7200 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_6

#define A_XGM_RX_EXACT_MATCH_LOW_6   0x844

Definition at line 7202 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_7

#define A_XGM_RX_EXACT_MATCH_LOW_7   0x84c

Definition at line 7204 of file cxgb_regs.h.

◆ A_XGM_RX_EXACT_MATCH_LOW_8

#define A_XGM_RX_EXACT_MATCH_LOW_8   0x854

Definition at line 7206 of file cxgb_regs.h.

◆ A_XGM_RX_HASH_HIGH

#define A_XGM_RX_HASH_HIGH   0x818

Definition at line 7185 of file cxgb_regs.h.

◆ A_XGM_RX_HASH_LOW

#define A_XGM_RX_HASH_LOW   0x814

Definition at line 7184 of file cxgb_regs.h.

◆ A_XGM_RX_MAX_PKT_SIZE

#define A_XGM_RX_MAX_PKT_SIZE   0x8a8

Definition at line 7534 of file cxgb_regs.h.

◆ A_XGM_RX_MAX_PKT_SIZE_ERR_CNT

#define A_XGM_RX_MAX_PKT_SIZE_ERR_CNT   0x9a4

Definition at line 8361 of file cxgb_regs.h.

◆ A_XGM_RX_SPI4_SOP_EOP_CNT

#define A_XGM_RX_SPI4_SOP_EOP_CNT   0x9ac

Definition at line 8374 of file cxgb_regs.h.

◆ A_XGM_RX_TYPE_MATCH_1

#define A_XGM_RX_TYPE_MATCH_1   0x85c

Definition at line 7208 of file cxgb_regs.h.

◆ A_XGM_RX_TYPE_MATCH_2

#define A_XGM_RX_TYPE_MATCH_2   0x860

Definition at line 7219 of file cxgb_regs.h.

◆ A_XGM_RX_TYPE_MATCH_3

#define A_XGM_RX_TYPE_MATCH_3   0x864

Definition at line 7220 of file cxgb_regs.h.

◆ A_XGM_RX_TYPE_MATCH_4

#define A_XGM_RX_TYPE_MATCH_4   0x868

Definition at line 7221 of file cxgb_regs.h.

◆ A_XGM_RXFIFO_CFG

#define A_XGM_RXFIFO_CFG   0x884

Definition at line 7300 of file cxgb_regs.h.

◆ A_XGM_SERDES_BIST

#define A_XGM_SERDES_BIST   0x8a4

Definition at line 7522 of file cxgb_regs.h.

◆ A_XGM_SERDES_CTRL

#define A_XGM_SERDES_CTRL   0x890

Definition at line 7402 of file cxgb_regs.h.

◆ A_XGM_SERDES_CTRL0

#define A_XGM_SERDES_CTRL0   0x8e0

Definition at line 7728 of file cxgb_regs.h.

◆ A_XGM_SERDES_CTRL1

#define A_XGM_SERDES_CTRL1   0x8e4

Definition at line 7814 of file cxgb_regs.h.

◆ A_XGM_SERDES_CTRL2

#define A_XGM_SERDES_CTRL2   0x8e8

Definition at line 7852 of file cxgb_regs.h.

◆ A_XGM_SERDES_CTRL3

#define A_XGM_SERDES_CTRL3   0x8ec

Definition at line 7902 of file cxgb_regs.h.

◆ A_XGM_SERDES_LANE_CTRL

#define A_XGM_SERDES_LANE_CTRL   0x8b4

Definition at line 7587 of file cxgb_regs.h.

◆ A_XGM_SERDES_STAT0

#define A_XGM_SERDES_STAT0   0x8f0

Definition at line 8004 of file cxgb_regs.h.

◆ A_XGM_SERDES_STAT1

#define A_XGM_SERDES_STAT1   0x8f4

Definition at line 8027 of file cxgb_regs.h.

◆ A_XGM_SERDES_STAT2

#define A_XGM_SERDES_STAT2   0x8f8

Definition at line 8050 of file cxgb_regs.h.

◆ A_XGM_SERDES_STAT3

#define A_XGM_SERDES_STAT3   0x8fc

Definition at line 8073 of file cxgb_regs.h.

◆ A_XGM_SERDES_STATUS0

#define A_XGM_SERDES_STATUS0   0x98c

Definition at line 8197 of file cxgb_regs.h.

◆ A_XGM_SERDES_STATUS1

#define A_XGM_SERDES_STATUS1   0x990

Definition at line 8219 of file cxgb_regs.h.

◆ A_XGM_SERDES_STATUS2

#define A_XGM_SERDES_STATUS2   0x994

Definition at line 8269 of file cxgb_regs.h.

◆ A_XGM_SLOW_TIMER

#define A_XGM_SLOW_TIMER   0x88c

Definition at line 7384 of file cxgb_regs.h.

◆ A_XGM_STAT_CTRL

#define A_XGM_STAT_CTRL   0x880

Definition at line 7278 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_1024_1518B_FRAMES

#define A_XGM_STAT_RX_1024_1518B_FRAMES   0x96c

Definition at line 8153 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_128_255B_FRAMES

#define A_XGM_STAT_RX_128_255B_FRAMES   0x960

Definition at line 8150 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_1519_MAXB_FRAMES

#define A_XGM_STAT_RX_1519_MAXB_FRAMES   0x970

Definition at line 8154 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_256_511B_FRAMES

#define A_XGM_STAT_RX_256_511B_FRAMES   0x964

Definition at line 8151 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_512_1023B_FRAMES

#define A_XGM_STAT_RX_512_1023B_FRAMES   0x968

Definition at line 8152 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_64B_FRAMES

#define A_XGM_STAT_RX_64B_FRAMES   0x958

Definition at line 8148 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_65_127B_FRAMES

#define A_XGM_STAT_RX_65_127B_FRAMES   0x95c

Definition at line 8149 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_BCAST_FRAMES

#define A_XGM_STAT_RX_BCAST_FRAMES   0x94c

Definition at line 8139 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_BYTES_HIGH

#define A_XGM_STAT_RX_BYTES_HIGH   0x940

Definition at line 8124 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_BYTES_LOW

#define A_XGM_STAT_RX_BYTES_LOW   0x93c

Definition at line 8123 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_CRC_ERR_FRAMES

#define A_XGM_STAT_RX_CRC_ERR_FRAMES   0x980

Definition at line 8176 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_FRAMES_HIGH

#define A_XGM_STAT_RX_FRAMES_HIGH   0x948

Definition at line 8132 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_FRAMES_LOW

#define A_XGM_STAT_RX_FRAMES_LOW   0x944

Definition at line 8131 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_JABBER_FRAMES

#define A_XGM_STAT_RX_JABBER_FRAMES   0x97c

Definition at line 8169 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_LENGTH_ERR_FRAMES

#define A_XGM_STAT_RX_LENGTH_ERR_FRAMES   0x984

Definition at line 8183 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_MCAST_FRAMES

#define A_XGM_STAT_RX_MCAST_FRAMES   0x950

Definition at line 8140 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_OVERSIZE_FRAMES

#define A_XGM_STAT_RX_OVERSIZE_FRAMES   0x978

Definition at line 8162 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_PAUSE_FRAMES

#define A_XGM_STAT_RX_PAUSE_FRAMES   0x954

Definition at line 8141 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_SHORT_FRAMES

#define A_XGM_STAT_RX_SHORT_FRAMES   0x974

Definition at line 8155 of file cxgb_regs.h.

◆ A_XGM_STAT_RX_SYM_CODE_ERR_FRAMES

#define A_XGM_STAT_RX_SYM_CODE_ERR_FRAMES   0x988

Definition at line 8190 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_1024_1518B_FRAMES

#define A_XGM_STAT_TX_1024_1518B_FRAMES   0x930

Definition at line 8120 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_128_255B_FRAMES

#define A_XGM_STAT_TX_128_255B_FRAMES   0x924

Definition at line 8117 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_1519_MAXB_FRAMES

#define A_XGM_STAT_TX_1519_MAXB_FRAMES   0x934

Definition at line 8121 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_256_511B_FRAMES

#define A_XGM_STAT_TX_256_511B_FRAMES   0x928

Definition at line 8118 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_512_1023B_FRAMES

#define A_XGM_STAT_TX_512_1023B_FRAMES   0x92c

Definition at line 8119 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_64B_FRAMES

#define A_XGM_STAT_TX_64B_FRAMES   0x91c

Definition at line 8115 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_65_127B_FRAMES

#define A_XGM_STAT_TX_65_127B_FRAMES   0x920

Definition at line 8116 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_BCAST

#define A_XGM_STAT_TX_BCAST   0x910

Definition at line 8112 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_BYTE_HIGH

#define A_XGM_STAT_TX_BYTE_HIGH   0x904

Definition at line 8097 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_BYTE_LOW

#define A_XGM_STAT_TX_BYTE_LOW   0x900

Definition at line 8096 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_ERR_FRAMES

#define A_XGM_STAT_TX_ERR_FRAMES   0x938

Definition at line 8122 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_FRAME_HIGH

#define A_XGM_STAT_TX_FRAME_HIGH   0x90c

Definition at line 8105 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_FRAME_LOW

#define A_XGM_STAT_TX_FRAME_LOW   0x908

Definition at line 8104 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_MCAST

#define A_XGM_STAT_TX_MCAST   0x914

Definition at line 8113 of file cxgb_regs.h.

◆ A_XGM_STAT_TX_PAUSE

#define A_XGM_STAT_TX_PAUSE   0x918

Definition at line 8114 of file cxgb_regs.h.

◆ A_XGM_TX_CFG

#define A_XGM_TX_CFG   0x804

Definition at line 7102 of file cxgb_regs.h.

◆ A_XGM_TX_CTRL

#define A_XGM_TX_CTRL   0x800

Definition at line 7088 of file cxgb_regs.h.

◆ A_XGM_TX_PAUSE_QUANTA

#define A_XGM_TX_PAUSE_QUANTA   0x808

Definition at line 7117 of file cxgb_regs.h.

◆ A_XGM_TX_PAUSE_TIMER

#define A_XGM_TX_PAUSE_TIMER   0x87c

Definition at line 7271 of file cxgb_regs.h.

◆ A_XGM_TX_SPI4_SOP_EOP_CNT

#define A_XGM_TX_SPI4_SOP_EOP_CNT   0x9a8

Definition at line 8362 of file cxgb_regs.h.

◆ A_XGM_TXFIFO_CFG

#define A_XGM_TXFIFO_CFG   0x888

Definition at line 7340 of file cxgb_regs.h.

◆ A_XGM_WOL_STATUS

#define A_XGM_WOL_STATUS   0x9a0

Definition at line 8350 of file cxgb_regs.h.

◆ A_XGM_XAUI1G_CTRL

#define A_XGM_XAUI1G_CTRL   0x8b0

Definition at line 7580 of file cxgb_regs.h.

◆ A_XGM_XAUI_ACT_CTRL

#define A_XGM_XAUI_ACT_CTRL   0x8dc

Definition at line 7722 of file cxgb_regs.h.

◆ A_XGM_XAUI_IMP

#define A_XGM_XAUI_IMP   0x8a0

Definition at line 7506 of file cxgb_regs.h.

◆ A_XGM_XAUI_PCS_ERR

#define A_XGM_XAUI_PCS_ERR   0x998

Definition at line 8319 of file cxgb_regs.h.

◆ A_XGM_XAUI_PCS_TEST

#define A_XGM_XAUI_PCS_TEST   0x894

Definition at line 7460 of file cxgb_regs.h.

◆ A_XGM_XGM_INT_DISABLE

#define A_XGM_XGM_INT_DISABLE   0x878

Definition at line 7270 of file cxgb_regs.h.

◆ A_XGM_XGM_INT_ENABLE

#define A_XGM_XGM_INT_ENABLE   0x874

Definition at line 7269 of file cxgb_regs.h.

◆ A_XGM_XGM_INT_MASK

#define A_XGM_XGM_INT_MASK   0x870

Definition at line 7268 of file cxgb_regs.h.

◆ CIM_BASE_ADDR

#define CIM_BASE_ADDR   0x280

Definition at line 3070 of file cxgb_regs.h.

◆ CPL_SWITCH_BASE_ADDR

#define CPL_SWITCH_BASE_ADDR   0x640

Definition at line 5912 of file cxgb_regs.h.

◆ F_64BIT

#define F_64BIT   V_64BIT(1U)

Definition at line 724 of file cxgb_regs.h.

◆ F_66MHZ

#define F_66MHZ   V_66MHZ(1U)

Definition at line 720 of file cxgb_regs.h.

◆ F_ACCEPTLATESTRCVADV

#define F_ACCEPTLATESTRCVADV   V_ACCEPTLATESTRCVADV(1U)

Definition at line 3841 of file cxgb_regs.h.

◆ F_ACK

#define F_ACK   V_ACK(1U)

Definition at line 6247 of file cxgb_regs.h.

◆ F_ACTIVEHIT

#define F_ACTIVEHIT   V_ACTIVEHIT(1U)

Definition at line 6852 of file cxgb_regs.h.

◆ F_ACTIVEOUTHIT

#define F_ACTIVEOUTHIT   V_ACTIVEOUTHIT(1U)

Definition at line 6856 of file cxgb_regs.h.

◆ F_ACTRGNFULL

#define F_ACTRGNFULL   V_ACTRGNFULL(1U)

Definition at line 6828 of file cxgb_regs.h.

◆ F_AE

#define F_AE   V_AE(1U)

Definition at line 3046 of file cxgb_regs.h.

◆ F_ARBFPERR

#define F_ARBFPERR   V_ARBFPERR(1U)

Definition at line 5406 of file cxgb_regs.h.

◆ F_ARBPF0PERR

#define F_ARBPF0PERR   V_ARBPF0PERR(1U)

Definition at line 5410 of file cxgb_regs.h.

◆ F_ARBPF1PERR

#define F_ARBPF1PERR   V_ARBPF1PERR(1U)

Definition at line 5414 of file cxgb_regs.h.

◆ F_ARPENABLE

#define F_ARPENABLE   V_ARPENABLE(1U)

Definition at line 5103 of file cxgb_regs.h.

◆ F_ARPLUTPERR

#define F_ARPLUTPERR   V_ARPLUTPERR(1U)

Definition at line 4777 of file cxgb_regs.h.

◆ F_ATTACKFILTERENABLE

#define F_ATTACKFILTERENABLE   V_ATTACKFILTERENABLE(1U)

Definition at line 3586 of file cxgb_regs.h.

◆ F_AUTOCAREFUL

#define F_AUTOCAREFUL   V_AUTOCAREFUL(1U)

Definition at line 3759 of file cxgb_regs.h.

◆ F_AUTOENABLE

#define F_AUTOENABLE   V_AUTOENABLE(1U)

Definition at line 3763 of file cxgb_regs.h.

◆ F_AVOIDCQOVFL

#define F_AVOIDCQOVFL   V_AVOIDCQOVFL(1U)

Definition at line 61 of file cxgb_regs.h.

◆ F_BADDLLP

#define F_BADDLLP   V_BADDLLP(1U)

Definition at line 1366 of file cxgb_regs.h.

◆ F_BADECRC

#define F_BADECRC   V_BADECRC(1U)

Definition at line 1390 of file cxgb_regs.h.

◆ F_BADTLP

#define F_BADTLP   V_BADTLP(1U)

Definition at line 1394 of file cxgb_regs.h.

◆ F_BEACONDETECT

#define F_BEACONDETECT   V_BEACONDETECT(1U)

Definition at line 1898 of file cxgb_regs.h.

◆ F_BEACONDETECTCHG

#define F_BEACONDETECTCHG   V_BEACONDETECTCHG(1U)

Definition at line 1886 of file cxgb_regs.h.

◆ F_BGENB

#define F_BGENB   V_BGENB(1U)

Definition at line 7419 of file cxgb_regs.h.

◆ F_BIGENDIANEGRESS

#define F_BIGENDIANEGRESS   V_BIGENDIANEGRESS(1U)

Definition at line 116 of file cxgb_regs.h.

◆ F_BIGENDIANINGRESS

#define F_BIGENDIANINGRESS   V_BIGENDIANINGRESS(1U)

Definition at line 120 of file cxgb_regs.h.

◆ F_BKS

#define F_BKS   V_BKS(1U)

Definition at line 2724 of file cxgb_regs.h.

◆ F_BLKRDBOOTINT

#define F_BLKRDBOOTINT   V_BLKRDBOOTINT(1U)

Definition at line 3288 of file cxgb_regs.h.

◆ F_BLKRDBOOTINTEN

#define F_BLKRDBOOTINTEN   V_BLKRDBOOTINTEN(1U)

Definition at line 3222 of file cxgb_regs.h.

◆ F_BLKRDCTLINT

#define F_BLKRDCTLINT   V_BLKRDCTLINT(1U)

Definition at line 3264 of file cxgb_regs.h.

◆ F_BLKRDCTLINTEN

#define F_BLKRDCTLINTEN   V_BLKRDCTLINTEN(1U)

Definition at line 3198 of file cxgb_regs.h.

◆ F_BLKRDFLASHINT

#define F_BLKRDFLASHINT   V_BLKRDFLASHINT(1U)

Definition at line 3272 of file cxgb_regs.h.

◆ F_BLKRDFLASHINTEN

#define F_BLKRDFLASHINTEN   V_BLKRDFLASHINTEN(1U)

Definition at line 3206 of file cxgb_regs.h.

◆ F_BLKRDPLINT

#define F_BLKRDPLINT   V_BLKRDPLINT(1U)

Definition at line 3256 of file cxgb_regs.h.

◆ F_BLKRDPLINTEN

#define F_BLKRDPLINTEN   V_BLKRDPLINTEN(1U)

Definition at line 3190 of file cxgb_regs.h.

◆ F_BLKWRBOOTINT

#define F_BLKWRBOOTINT   V_BLKWRBOOTINT(1U)

Definition at line 3284 of file cxgb_regs.h.

◆ F_BLKWRBOOTINTEN

#define F_BLKWRBOOTINTEN   V_BLKWRBOOTINTEN(1U)

Definition at line 3218 of file cxgb_regs.h.

◆ F_BLKWRCTLINT

#define F_BLKWRCTLINT   V_BLKWRCTLINT(1U)

Definition at line 3260 of file cxgb_regs.h.

◆ F_BLKWRCTLINTEN

#define F_BLKWRCTLINTEN   V_BLKWRCTLINTEN(1U)

Definition at line 3194 of file cxgb_regs.h.

◆ F_BLKWRFLASHINT

#define F_BLKWRFLASHINT   V_BLKWRFLASHINT(1U)

Definition at line 3268 of file cxgb_regs.h.

◆ F_BLKWRFLASHINTEN

#define F_BLKWRFLASHINTEN   V_BLKWRFLASHINTEN(1U)

Definition at line 3202 of file cxgb_regs.h.

◆ F_BLKWRPLINT

#define F_BLKWRPLINT   V_BLKWRPLINT(1U)

Definition at line 3252 of file cxgb_regs.h.

◆ F_BLKWRPLINTEN

#define F_BLKWRPLINTEN   V_BLKWRPLINTEN(1U)

Definition at line 3186 of file cxgb_regs.h.

◆ F_BOOTSDRAM

#define F_BOOTSDRAM   V_BOOTSDRAM(1U)

Definition at line 3081 of file cxgb_regs.h.

◆ F_BSENLANE0

#define F_BSENLANE0   V_BSENLANE0(1U)

Definition at line 2686 of file cxgb_regs.h.

◆ F_BSENLANE1

#define F_BSENLANE1   V_BSENLANE1(1U)

Definition at line 2677 of file cxgb_regs.h.

◆ F_BSENLANE2

#define F_BSENLANE2   V_BSENLANE2(1U)

Definition at line 2668 of file cxgb_regs.h.

◆ F_BSENLANE3

#define F_BSENLANE3   V_BSENLANE3(1U)

Definition at line 2659 of file cxgb_regs.h.

◆ F_BSENLANE4

#define F_BSENLANE4   V_BSENLANE4(1U)

Definition at line 2646 of file cxgb_regs.h.

◆ F_BSENLANE5

#define F_BSENLANE5   V_BSENLANE5(1U)

Definition at line 2637 of file cxgb_regs.h.

◆ F_BSENLANE6

#define F_BSENLANE6   V_BSENLANE6(1U)

Definition at line 2628 of file cxgb_regs.h.

◆ F_BSENLANE7

#define F_BSENLANE7   V_BSENLANE7(1U)

Definition at line 2619 of file cxgb_regs.h.

◆ F_BSMODEQUAD0

#define F_BSMODEQUAD0   V_BSMODEQUAD0(1U)

Definition at line 2650 of file cxgb_regs.h.

◆ F_BSMODEQUAD1

#define F_BSMODEQUAD1   V_BSMODEQUAD1(1U)

Definition at line 2610 of file cxgb_regs.h.

◆ F_BUILD

#define F_BUILD   V_BUILD(1U)

Definition at line 6630 of file cxgb_regs.h.

◆ F_BUSMSTREN

#define F_BUSMSTREN   V_BUSMSTREN(1U)

Definition at line 1005 of file cxgb_regs.h.

◆ F_BUSY [1/2]

#define F_BUSY   V_BUSY(1U)

Definition at line 2888 of file cxgb_regs.h.

◆ F_BUSY [2/2]

#define F_BUSY   V_BUSY(1U)

Definition at line 2888 of file cxgb_regs.h.

◆ F_C_LOCK

#define F_C_LOCK   V_C_LOCK(1U)

Definition at line 2308 of file cxgb_regs.h.

◆ F_C_LOCK_ACT_LOW

#define F_C_LOCK_ACT_LOW   V_C_LOCK_ACT_LOW(1U)

Definition at line 2470 of file cxgb_regs.h.

◆ F_C_OCLK_EN

#define F_C_OCLK_EN   V_C_OCLK_EN(1U)

Definition at line 2414 of file cxgb_regs.h.

◆ F_CAL_BUSY

#define F_CAL_BUSY   V_CAL_BUSY(1U)

Definition at line 6542 of file cxgb_regs.h.

◆ F_CAL_ERROR

#define F_CAL_ERROR   V_CAL_ERROR(1U)

Definition at line 6546 of file cxgb_regs.h.

◆ F_CAL_FAULT

#define F_CAL_FAULT   V_CAL_FAULT(1U)

Definition at line 2892 of file cxgb_regs.h.

◆ F_CAL_IMP_UPD

#define F_CAL_IMP_UPD   V_CAL_IMP_UPD(1U)

Definition at line 6592 of file cxgb_regs.h.

◆ F_CAL_UPDATE

#define F_CAL_UPDATE   V_CAL_UPDATE(1U)

Definition at line 6538 of file cxgb_regs.h.

◆ F_CALBUSY

#define F_CALBUSY   V_CALBUSY(1U)

Definition at line 1196 of file cxgb_regs.h.

◆ F_CALFAULT

#define F_CALFAULT   V_CALFAULT(1U)

Definition at line 1200 of file cxgb_regs.h.

◆ F_CALRESET

#define F_CALRESET   V_CALRESET(1U)

Definition at line 7486 of file cxgb_regs.h.

◆ F_CALUPDATE

#define F_CALUPDATE   V_CALUPDATE(1U)

Definition at line 7490 of file cxgb_regs.h.

◆ F_CCHECKSUMCHECKIP

#define F_CCHECKSUMCHECKIP   V_CCHECKSUMCHECKIP(1U)

Definition at line 3509 of file cxgb_regs.h.

◆ F_CCHECKSUMCHECKTCP

#define F_CCHECKSUMCHECKTCP   V_CCHECKSUMCHECKTCP(1U)

Definition at line 3505 of file cxgb_regs.h.

◆ F_CCHECKSUMGENERATEIP

#define F_CCHECKSUMGENERATEIP   V_CCHECKSUMGENERATEIP(1U)

Definition at line 3559 of file cxgb_regs.h.

◆ F_CCHECKSUMGENERATETCP

#define F_CCHECKSUMGENERATETCP   V_CCHECKSUMGENERATETCP(1U)

Definition at line 3555 of file cxgb_regs.h.

◆ F_CCPL

#define F_CCPL   V_CCPL(1U)

Definition at line 3513 of file cxgb_regs.h.

◆ F_CDROPTUNNEL

#define F_CDROPTUNNEL   V_CDROPTUNNEL(1U)

Definition at line 5032 of file cxgb_regs.h.

◆ F_CE

#define F_CE   V_CE(1U)

Definition at line 3059 of file cxgb_regs.h.

◆ F_CETHERNET

#define F_CETHERNET   V_CETHERNET(1U)

Definition at line 3517 of file cxgb_regs.h.

◆ F_CF_ACTEMPTY

#define F_CF_ACTEMPTY   V_CF_ACTEMPTY(1U)

Definition at line 1182 of file cxgb_regs.h.

◆ F_CF_REQFIFOEMPTY

#define F_CF_REQFIFOEMPTY   V_CF_REQFIFOEMPTY(1U)

Definition at line 1178 of file cxgb_regs.h.

◆ F_CF_RSPFIFOEMPTY

#define F_CF_RSPFIFOEMPTY   V_CF_RSPFIFOEMPTY(1U)

Definition at line 1174 of file cxgb_regs.h.

◆ F_CFG_CQE_SOP_MASK

#define F_CFG_CQE_SOP_MASK   V_CFG_CQE_SOP_MASK(1U)

Definition at line 5508 of file cxgb_regs.h.

◆ F_CFG_RR_ARB

#define F_CFG_RR_ARB   V_CFG_RR_ARB(1U)

Definition at line 5512 of file cxgb_regs.h.

◆ F_CFREQFIFOEMPTY

#define F_CFREQFIFOEMPTY   V_CFREQFIFOEMPTY(1U)

Definition at line 860 of file cxgb_regs.h.

◆ F_CFRESPFIFOEMPTY

#define F_CFRESPFIFOEMPTY   V_CFRESPFIFOEMPTY(1U)

Definition at line 856 of file cxgb_regs.h.

◆ F_CHDRAFULL

#define F_CHDRAFULL   V_CHDRAFULL(1U)

Definition at line 3952 of file cxgb_regs.h.

◆ F_CIM

#define F_CIM   V_CIM(1U)

Definition at line 6441 of file cxgb_regs.h.

◆ F_CIM_ENABLE

#define F_CIM_ENABLE   V_CIM_ENABLE(1U)

Definition at line 5939 of file cxgb_regs.h.

◆ F_CIM_FRAMING_ERROR

#define F_CIM_FRAMING_ERROR   V_CIM_FRAMING_ERROR(1U)

Definition at line 5976 of file cxgb_regs.h.

◆ F_CIM_LADBGEN

#define F_CIM_LADBGEN   V_CIM_LADBGEN(1U)

Definition at line 3430 of file cxgb_regs.h.

◆ F_CIM_OP_MAP_PERR

#define F_CIM_OP_MAP_PERR   V_CIM_OP_MAP_PERR(1U)

Definition at line 5960 of file cxgb_regs.h.

◆ F_CIM_OVFL_ERROR

#define F_CIM_OVFL_ERROR   V_CIM_OVFL_ERROR(1U)

Definition at line 5964 of file cxgb_regs.h.

◆ F_CIM_TO_UP_FULL_SIZE

#define F_CIM_TO_UP_FULL_SIZE   V_CIM_TO_UP_FULL_SIZE(1U)

Definition at line 5923 of file cxgb_regs.h.

◆ F_CLIDECEN

#define F_CLIDECEN   V_CLIDECEN(1U)

Definition at line 664 of file cxgb_regs.h.

◆ F_CLIPMAPOP

#define F_CLIPMAPOP   V_CLIPMAPOP(1U)

Definition at line 6774 of file cxgb_regs.h.

◆ F_CLIPUPDATE

#define F_CLIPUPDATE   V_CLIPUPDATE(1U)

Definition at line 6638 of file cxgb_regs.h.

◆ F_CLKDIVRESET_

#define F_CLKDIVRESET_   V_CLKDIVRESET_(1U)

Definition at line 7611 of file cxgb_regs.h.

◆ F_CLKEN

#define F_CLKEN   V_CLKEN(1U)

Definition at line 2741 of file cxgb_regs.h.

◆ F_CLRDEBUG

#define F_CLRDEBUG   V_CLRDEBUG(1U)

Definition at line 5054 of file cxgb_regs.h.

◆ F_CLRSTATS

#define F_CLRSTATS   V_CLRSTATS(1U)

Definition at line 7290 of file cxgb_regs.h.

◆ F_CMCACHEDISABLE

#define F_CMCACHEDISABLE   V_CMCACHEDISABLE(1U)

Definition at line 3773 of file cxgb_regs.h.

◆ F_CMCACHEPERR

#define F_CMCACHEPERR   V_CMCACHEPERR(1U)

Definition at line 4785 of file cxgb_regs.h.

◆ F_CMD_FIFO_PERR_SET0

#define F_CMD_FIFO_PERR_SET0   V_CMD_FIFO_PERR_SET0(1U)

Definition at line 5522 of file cxgb_regs.h.

◆ F_CMD_FIFO_PERR_SET1

#define F_CMD_FIFO_PERR_SET1   V_CMD_FIFO_PERR_SET1(1U)

Definition at line 5518 of file cxgb_regs.h.

◆ F_CMFLOWCACHEDISABLE

#define F_CMFLOWCACHEDISABLE   V_CMFLOWCACHEDISABLE(1U)

Definition at line 5022 of file cxgb_regs.h.

◆ F_CMRCFDATAPERR

#define F_CMRCFDATAPERR   V_CMRCFDATAPERR(1U)

Definition at line 4789 of file cxgb_regs.h.

◆ F_CMRCFOPPERR

#define F_CMRCFOPPERR   V_CMRCFOPPERR(1U)

Definition at line 4781 of file cxgb_regs.h.

◆ F_CMULOCK

#define F_CMULOCK   V_CMULOCK(1U)

Definition at line 1775 of file cxgb_regs.h.

◆ F_COMPEN

#define F_COMPEN   V_COMPEN(1U)

Definition at line 6626 of file cxgb_regs.h.

◆ F_CON802_3PREAMBLE

#define F_CON802_3PREAMBLE   V_CON802_3PREAMBLE(1U)

Definition at line 7134 of file cxgb_regs.h.

◆ F_CONGMODE

#define F_CONGMODE   V_CONGMODE(1U)

Definition at line 41 of file cxgb_regs.h.

◆ F_CONT

#define F_CONT   V_CONT(1U)

Definition at line 3035 of file cxgb_regs.h.

◆ F_CONTEXT_CMD_BUSY

#define F_CONTEXT_CMD_BUSY   V_CONTEXT_CMD_BUSY(1U)

Definition at line 167 of file cxgb_regs.h.

◆ F_COPYALLFRAMES

#define F_COPYALLFRAMES   V_COPYALLFRAMES(1U)

Definition at line 7182 of file cxgb_regs.h.

◆ F_COPYPREAMBLE

#define F_COPYPREAMBLE   V_COPYPREAMBLE(1U)

Definition at line 7142 of file cxgb_regs.h.

◆ F_CPL_SWITCH

#define F_CPL_SWITCH   V_CPL_SWITCH(1U)

Definition at line 6413 of file cxgb_regs.h.

◆ F_CPLABT

#define F_CPLABT   V_CPLABT(1U)

Definition at line 1418 of file cxgb_regs.h.

◆ F_CPLPNDCHKEN

#define F_CPLPNDCHKEN   V_CPLPNDCHKEN(1U)

Definition at line 1269 of file cxgb_regs.h.

◆ F_CPLTIMEOUT

#define F_CPLTIMEOUT   V_CPLTIMEOUT(1U)

Definition at line 1378 of file cxgb_regs.h.

◆ F_CPLTIMEOUTRETRY

#define F_CPLTIMEOUTRETRY   V_CPLTIMEOUTRETRY(1U)

Definition at line 1247 of file cxgb_regs.h.

◆ F_CPPARITYERROR

#define F_CPPARITYERROR   V_CPPARITYERROR(1U)

Definition at line 473 of file cxgb_regs.h.

◆ F_CPU_NO_3F_CIM_ENABLE

#define F_CPU_NO_3F_CIM_ENABLE   V_CPU_NO_3F_CIM_ENABLE(1U)

Definition at line 5927 of file cxgb_regs.h.

◆ F_CQ

#define F_CQ   V_CQ(1U)

Definition at line 176 of file cxgb_regs.h.

◆ F_CQCRDTCTRL

#define F_CQCRDTCTRL   V_CQCRDTCTRL(1U)

Definition at line 69 of file cxgb_regs.h.

◆ F_CRSTWRM

#define F_CRSTWRM   V_CRSTWRM(1U)

Definition at line 6482 of file cxgb_regs.h.

◆ F_CRSTWRMMODE

#define F_CRSTWRMMODE   V_CRSTWRMMODE(1U)

Definition at line 1074 of file cxgb_regs.h.

◆ F_CTCDISABLE

#define F_CTCDISABLE   V_CTCDISABLE(1U)

Definition at line 1581 of file cxgb_regs.h.

◆ F_CTPINCPLFIFOPERR

#define F_CTPINCPLFIFOPERR   V_CTPINCPLFIFOPERR(1U)

Definition at line 4865 of file cxgb_regs.h.

◆ F_CTPINETHFIFOPERR

#define F_CTPINETHFIFOPERR   V_CTPINETHFIFOPERR(1U)

Definition at line 4881 of file cxgb_regs.h.

◆ F_CTPINIPFIFOPERR

#define F_CTPINIPFIFOPERR   V_CTPINIPFIFOPERR(1U)

Definition at line 4877 of file cxgb_regs.h.

◆ F_CTPINTCPFIFOPERR

#define F_CTPINTCPFIFOPERR   V_CTPINTCPFIFOPERR(1U)

Definition at line 4873 of file cxgb_regs.h.

◆ F_CTPINTCPOPFIFOPERR

#define F_CTPINTCPOPFIFOPERR   V_CTPINTCPOPFIFOPERR(1U)

Definition at line 4869 of file cxgb_regs.h.

◆ F_CTPOUTCPLFIFOPERR

#define F_CTPOUTCPLFIFOPERR   V_CTPOUTCPLFIFOPERR(1U)

Definition at line 4849 of file cxgb_regs.h.

◆ F_CTPOUTETHFIFOPERR

#define F_CTPOUTETHFIFOPERR   V_CTPOUTETHFIFOPERR(1U)

Definition at line 4861 of file cxgb_regs.h.

◆ F_CTPOUTIPFIFOPERR

#define F_CTPOUTIPFIFOPERR   V_CTPOUTIPFIFOPERR(1U)

Definition at line 4857 of file cxgb_regs.h.

◆ F_CTPOUTTCPFIFOPERR

#define F_CTPOUTTCPFIFOPERR   V_CTPOUTTCPFIFOPERR(1U)

Definition at line 4853 of file cxgb_regs.h.

◆ F_CTUNNEL

#define F_CTUNNEL   V_CTUNNEL(1U)

Definition at line 3521 of file cxgb_regs.h.

◆ F_DACK_MODE

#define F_DACK_MODE   V_DACK_MODE(1U)

Definition at line 3767 of file cxgb_regs.h.

◆ F_DACKTIMERSPIN

#define F_DACKTIMERSPIN   V_DACKTIMERSPIN(1U)

Definition at line 4182 of file cxgb_regs.h.

◆ F_DATASELFRAMEERR0

#define F_DATASELFRAMEERR0   V_DATASELFRAMEERR0(1U)

Definition at line 5394 of file cxgb_regs.h.

◆ F_DATASELFRAMEERR1

#define F_DATASELFRAMEERR1   V_DATASELFRAMEERR1(1U)

Definition at line 5398 of file cxgb_regs.h.

◆ F_DBEXTPERR

#define F_DBEXTPERR   V_DBEXTPERR(1U)

Definition at line 4801 of file cxgb_regs.h.

◆ F_DBGIEN

#define F_DBGIEN   V_DBGIEN(1U)

Definition at line 6659 of file cxgb_regs.h.

◆ F_DBGIRSPHIT

#define F_DBGIRSPHIT   V_DBGIRSPHIT(1U)

Definition at line 6965 of file cxgb_regs.h.

◆ F_DBGIRSPMSGVLD

#define F_DBGIRSPMSGVLD   V_DBGIRSPMSGVLD(1U)

Definition at line 6961 of file cxgb_regs.h.

◆ F_DBGIRSPVALID

#define F_DBGIRSPVALID   V_DBGIRSPVALID(1U)

Definition at line 6969 of file cxgb_regs.h.

◆ F_DBL2TLUTPERR

#define F_DBL2TLUTPERR   V_DBL2TLUTPERR(1U)

Definition at line 4793 of file cxgb_regs.h.

◆ F_DBOPPERR

#define F_DBOPPERR   V_DBOPPERR(1U)

Definition at line 4805 of file cxgb_regs.h.

◆ F_DBTXTIDPERR

#define F_DBTXTIDPERR   V_DBTXTIDPERR(1U)

Definition at line 4797 of file cxgb_regs.h.

◆ F_DCACHEPARERR

#define F_DCACHEPARERR   V_DCACHEPARERR(1U)

Definition at line 3162 of file cxgb_regs.h.

◆ F_DDREN

#define F_DDREN   V_DDREN(1U)

Definition at line 2100 of file cxgb_regs.h.

◆ F_DEFAULTCH

#define F_DEFAULTCH   V_DEFAULTCH(1U)

Definition at line 5136 of file cxgb_regs.h.

◆ F_DELACTEMPTY

#define F_DELACTEMPTY   V_DELACTEMPTY(1U)

Definition at line 6796 of file cxgb_regs.h.

◆ F_DETCORECCERR

#define F_DETCORECCERR   V_DETCORECCERR(1U)

Definition at line 617 of file cxgb_regs.h.

◆ F_DETPARERR

#define F_DETPARERR   V_DETPARERR(1U)

Definition at line 633 of file cxgb_regs.h.

◆ F_DETUNCECCERR

#define F_DETUNCECCERR   V_DETUNCECCERR(1U)

Definition at line 613 of file cxgb_regs.h.

◆ F_DISABLE

#define F_DISABLE   V_DISABLE(1U)

Definition at line 4548 of file cxgb_regs.h.

◆ F_DISABLEFINOLDDATA

#define F_DISABLEFINOLDDATA   V_DISABLEFINOLDDATA(1U)

Definition at line 3853 of file cxgb_regs.h.

◆ F_DISABLEHELDFIN

#define F_DISABLEHELDFIN   V_DISABLEHELDFIN(1U)

Definition at line 3881 of file cxgb_regs.h.

◆ F_DISABLENEXTMTU

#define F_DISABLENEXTMTU   V_DISABLENEXTMTU(1U)

Definition at line 3861 of file cxgb_regs.h.

◆ F_DISABLEPDUCNG

#define F_DISABLEPDUCNG   V_DISABLEPDUCNG(1U)

Definition at line 4233 of file cxgb_regs.h.

◆ F_DISABLEPDURXMT

#define F_DISABLEPDURXMT   V_DISABLEPDURXMT(1U)

Definition at line 4241 of file cxgb_regs.h.

◆ F_DISABLEPDUTIMEOUT

#define F_DISABLEPDUTIMEOUT   V_DISABLEPDUTIMEOUT(1U)

Definition at line 4237 of file cxgb_regs.h.

◆ F_DISABLEPDUXMT

#define F_DISABLEPDUXMT   V_DISABLEPDUXMT(1U)

Definition at line 4245 of file cxgb_regs.h.

◆ F_DISABLESYNDATA

#define F_DISABLESYNDATA   V_DISABLESYNDATA(1U)

Definition at line 3845 of file cxgb_regs.h.

◆ F_DISABLEWINDOWPSH

#define F_DISABLEWINDOWPSH   V_DISABLEWINDOWPSH(1U)

Definition at line 3849 of file cxgb_regs.h.

◆ F_DISBCAST

#define F_DISBCAST   V_DISBCAST(1U)

Definition at line 7178 of file cxgb_regs.h.

◆ F_DISBLEDAPARBIT0

#define F_DISBLEDAPARBIT0   V_DISBLEDAPARBIT0(1U)

Definition at line 3892 of file cxgb_regs.h.

◆ F_DISCRC

#define F_DISCRC   V_DISCRC(1U)

Definition at line 7378 of file cxgb_regs.h.

◆ F_DISERRFRAMES

#define F_DISERRFRAMES   V_DISERRFRAMES(1U)

Definition at line 7338 of file cxgb_regs.h.

◆ F_DISNONVLAN

#define F_DISNONVLAN   V_DISNONVLAN(1U)

Definition at line 7162 of file cxgb_regs.h.

◆ F_DISPAUSEFRAMES

#define F_DISPAUSEFRAMES   V_DISPAUSEFRAMES(1U)

Definition at line 7146 of file cxgb_regs.h.

◆ F_DISPQPARERR

#define F_DISPQPARERR   V_DISPQPARERR(1U)

Definition at line 6800 of file cxgb_regs.h.

◆ F_DISPREAMBLE

#define F_DISPREAMBLE   V_DISPREAMBLE(1U)

Definition at line 7382 of file cxgb_regs.h.

◆ F_DISTLP

#define F_DISTLP   V_DISTLP(1U)

Definition at line 1386 of file cxgb_regs.h.

◆ F_DLLDELTASEL

#define F_DLLDELTASEL   V_DLLDELTASEL(1U)

Definition at line 2810 of file cxgb_regs.h.

◆ F_DLLENB

#define F_DLLENB   V_DLLENB(1U)

Definition at line 2814 of file cxgb_regs.h.

◆ F_DLLLOCK

#define F_DLLLOCK   V_DLLLOCK(1U)

Definition at line 2796 of file cxgb_regs.h.

◆ F_DLLPERR

#define F_DLLPERR   V_DLLPERR(1U)

Definition at line 1370 of file cxgb_regs.h.

◆ F_DLLRST

#define F_DLLRST   V_DLLRST(1U)

Definition at line 2818 of file cxgb_regs.h.

◆ F_DLYTRNPND

#define F_DLYTRNPND   V_DLYTRNPND(1U)

Definition at line 876 of file cxgb_regs.h.

◆ F_DMASTOPEN

#define F_DMASTOPEN   V_DMASTOPEN(1U)

Definition at line 660 of file cxgb_regs.h.

◆ F_DNIN0

#define F_DNIN0   V_DNIN0(1U)

Definition at line 7892 of file cxgb_regs.h.

◆ F_DNIN1

#define F_DNIN1   V_DNIN1(1U)

Definition at line 7880 of file cxgb_regs.h.

◆ F_DNIN2

#define F_DNIN2   V_DNIN2(1U)

Definition at line 7868 of file cxgb_regs.h.

◆ F_DNIN3

#define F_DNIN3   V_DNIN3(1U)

Definition at line 7856 of file cxgb_regs.h.

◆ F_DRAMPARERR

#define F_DRAMPARERR   V_DRAMPARERR(1U)

Definition at line 3170 of file cxgb_regs.h.

◆ F_DROPPKT

#define F_DROPPKT   V_DROPPKT(1U)

Definition at line 77 of file cxgb_regs.h.

◆ F_DTAGPARERR

#define F_DTAGPARERR   V_DTAGPARERR(1U)

Definition at line 3126 of file cxgb_regs.h.

◆ F_ECCCHKEN

#define F_ECCCHKEN   V_ECCCHKEN(1U)

Definition at line 2975 of file cxgb_regs.h.

◆ F_ECCGENEN

#define F_ECCGENEN   V_ECCGENEN(1U)

Definition at line 2979 of file cxgb_regs.h.

◆ F_ECHECKSUMCHECKIP

#define F_ECHECKSUMCHECKIP   V_ECHECKSUMCHECKIP(1U)

Definition at line 3489 of file cxgb_regs.h.

◆ F_ECHECKSUMCHECKTCP

#define F_ECHECKSUMCHECKTCP   V_ECHECKSUMCHECKTCP(1U)

Definition at line 3485 of file cxgb_regs.h.

◆ F_ECHECKSUMGENERATEIP

#define F_ECHECKSUMGENERATEIP   V_ECHECKSUMGENERATEIP(1U)

Definition at line 3543 of file cxgb_regs.h.

◆ F_ECHECKSUMGENERATETCP

#define F_ECHECKSUMGENERATETCP   V_ECHECKSUMGENERATETCP(1U)

Definition at line 3539 of file cxgb_regs.h.

◆ F_ECPL

#define F_ECPL   V_ECPL(1U)

Definition at line 3493 of file cxgb_regs.h.

◆ F_EDROPTUNNEL

#define F_EDROPTUNNEL   V_EDROPTUNNEL(1U)

Definition at line 5028 of file cxgb_regs.h.

◆ F_EETHERNET

#define F_EETHERNET   V_EETHERNET(1U)

Definition at line 3497 of file cxgb_regs.h.

◆ F_EGRENUPBP

#define F_EGRENUPBP   V_EGRENUPBP(1U)

Definition at line 73 of file cxgb_regs.h.

◆ F_EGRESS

#define F_EGRESS   V_EGRESS(1U)

Definition at line 184 of file cxgb_regs.h.

◆ F_EGRGENCTRL

#define F_EGRGENCTRL   V_EGRGENCTRL(1U)

Definition at line 81 of file cxgb_regs.h.

◆ F_EN

#define F_EN   V_EN(1U)

Definition at line 6344 of file cxgb_regs.h.

◆ F_EN1536BFRAMES

#define F_EN1536BFRAMES   V_EN1536BFRAMES(1U)

Definition at line 7150 of file cxgb_regs.h.

◆ F_EN8B10B

#define F_EN8B10B   V_EN8B10B(1U)

Definition at line 7431 of file cxgb_regs.h.

◆ F_ENABLEARPMISS

#define F_ENABLEARPMISS   V_ENABLEARPMISS(1U)

Definition at line 3896 of file cxgb_regs.h.

◆ F_ENABLEBUFE

#define F_ENABLEBUFE   V_ENABLEBUFE(1U)

Definition at line 4221 of file cxgb_regs.h.

◆ F_ENABLEBUFI

#define F_ENABLEBUFI   V_ENABLEBUFI(1U)

Definition at line 4217 of file cxgb_regs.h.

◆ F_ENABLECHDRAFULL

#define F_ENABLECHDRAFULL   V_ENABLECHDRAFULL(1U)

Definition at line 3932 of file cxgb_regs.h.

◆ F_ENABLECLEARRXMTOOS

#define F_ENABLECLEARRXMTOOS   V_ENABLECLEARRXMTOOS(1U)

Definition at line 4229 of file cxgb_regs.h.

◆ F_ENABLECSND

#define F_ENABLECSND   V_ENABLECSND(1U)

Definition at line 4205 of file cxgb_regs.h.

◆ F_ENABLEDDPFLOWCONTROL

#define F_ENABLEDDPFLOWCONTROL   V_ENABLEDDPFLOWCONTROL(1U)

Definition at line 3877 of file cxgb_regs.h.

◆ F_ENABLEDEFER

#define F_ENABLEDEFER   V_ENABLEDEFER(1U)

Definition at line 4225 of file cxgb_regs.h.

◆ F_ENABLEDEFERACK

#define F_ENABLEDEFERACK   V_ENABLEDEFERACK(1U)

Definition at line 4197 of file cxgb_regs.h.

◆ F_ENABLEDROPRQEMPTYPKT

#define F_ENABLEDROPRQEMPTYPKT   V_ENABLEDROPRQEMPTYPKT(1U)

Definition at line 3908 of file cxgb_regs.h.

◆ F_ENABLEEPCMDAFULL

#define F_ENABLEEPCMDAFULL   V_ENABLEEPCMDAFULL(1U)

Definition at line 3805 of file cxgb_regs.h.

◆ F_ENABLEEPDU

#define F_ENABLEEPDU   V_ENABLEEPDU(1U)

Definition at line 4249 of file cxgb_regs.h.

◆ F_ENABLEESND

#define F_ENABLEESND   V_ENABLEESND(1U)

Definition at line 4201 of file cxgb_regs.h.

◆ F_ENABLEEXTRACT

#define F_ENABLEEXTRACT   V_ENABLEEXTRACT(1U)

Definition at line 5307 of file cxgb_regs.h.

◆ F_ENABLEEXTRACTIONSFD

#define F_ENABLEEXTRACTIONSFD   V_ENABLEEXTRACTIONSFD(1U)

Definition at line 5303 of file cxgb_regs.h.

◆ F_ENABLEFEEDBACKSEND

#define F_ENABLEFEEDBACKSEND   V_ENABLEFEEDBACKSEND(1U)

Definition at line 3869 of file cxgb_regs.h.

◆ F_ENABLEFLMERROR

#define F_ENABLEFLMERROR   V_ENABLEFLMERROR(1U)

Definition at line 3857 of file cxgb_regs.h.

◆ F_ENABLEFLMERRORDDP

#define F_ENABLEFLMERRORDDP   V_ENABLEFLMERRORDDP(1U)

Definition at line 3781 of file cxgb_regs.h.

◆ F_ENABLEHOTRST

#define F_ENABLEHOTRST   V_ENABLEHOTRST(1U)

Definition at line 1048 of file cxgb_regs.h.

◆ F_ENABLEINSERTION

#define F_ENABLEINSERTION   V_ENABLEINSERTION(1U)

Definition at line 5299 of file cxgb_regs.h.

◆ F_ENABLEINSERTIONSFD

#define F_ENABLEINSERTIONSFD   V_ENABLEINSERTIONSFD(1U)

Definition at line 5295 of file cxgb_regs.h.

◆ F_ENABLEIPV6RSS

#define F_ENABLEIPV6RSS   V_ENABLEIPV6RSS(1U)

Definition at line 3904 of file cxgb_regs.h.

◆ F_ENABLELINKDOWNRST

#define F_ENABLELINKDOWNRST   V_ENABLELINKDOWNRST(1U)

Definition at line 1044 of file cxgb_regs.h.

◆ F_ENABLELINKDWNDRST

#define F_ENABLELINKDWNDRST   V_ENABLELINKDWNDRST(1U)

Definition at line 1040 of file cxgb_regs.h.

◆ F_ENABLENONOFDSCBBIT

#define F_ENABLENONOFDSCBBIT   V_ENABLENONOFDSCBBIT(1U)

Definition at line 3936 of file cxgb_regs.h.

◆ F_ENABLENONOFDTCBRSS

#define F_ENABLENONOFDTCBRSS   V_ENABLENONOFDTCBRSS(1U)

Definition at line 3944 of file cxgb_regs.h.

◆ F_ENABLENONOFDTIDRSS

#define F_ENABLENONOFDTIDRSS   V_ENABLENONOFDTIDRSS(1U)

Definition at line 3940 of file cxgb_regs.h.

◆ F_ENABLENONOFDTNLSYN

#define F_ENABLENONOFDTNLSYN   V_ENABLENONOFDTNLSYN(1U)

Definition at line 3900 of file cxgb_regs.h.

◆ F_ENABLEOCSPIFULL

#define F_ENABLEOCSPIFULL   V_ENABLEOCSPIFULL(1U)

Definition at line 3777 of file cxgb_regs.h.

◆ F_ENABLEOLDRXFORWARD

#define F_ENABLEOLDRXFORWARD   V_ENABLEOLDRXFORWARD(1U)

Definition at line 3948 of file cxgb_regs.h.

◆ F_ENABLEONFLYPDU

#define F_ENABLEONFLYPDU   V_ENABLEONFLYPDU(1U)

Definition at line 3801 of file cxgb_regs.h.

◆ F_ENABLEPDUC

#define F_ENABLEPDUC   V_ENABLEPDUC(1U)

Definition at line 4213 of file cxgb_regs.h.

◆ F_ENABLEPDUE

#define F_ENABLEPDUE   V_ENABLEPDUE(1U)

Definition at line 4209 of file cxgb_regs.h.

◆ F_ENABLEPDUI

#define F_ENABLEPDUI   V_ENABLEPDUI(1U)

Definition at line 4265 of file cxgb_regs.h.

◆ F_ENABLERDMAERROR

#define F_ENABLERDMAERROR   V_ENABLERDMAERROR(1U)

Definition at line 3873 of file cxgb_regs.h.

◆ F_ENABLERXPKTTMSTPRSS

#define F_ENABLERXPKTTMSTPRSS   V_ENABLERXPKTTMSTPRSS(1U)

Definition at line 3916 of file cxgb_regs.h.

◆ F_ENABLERXPORTFROMADDR

#define F_ENABLERXPORTFROMADDR   V_ENABLERXPORTFROMADDR(1U)

Definition at line 3924 of file cxgb_regs.h.

◆ F_ENABLESNDUNAINRXDATA

#define F_ENABLESNDUNAINRXDATA   V_ENABLESNDUNAINRXDATA(1U)

Definition at line 3920 of file cxgb_regs.h.

◆ F_ENABLETXPORTFROMDA

#define F_ENABLETXPORTFROMDA   V_ENABLETXPORTFROMDA(1U)

Definition at line 3928 of file cxgb_regs.h.

◆ F_ENABLETXPORTFROMDA2

#define F_ENABLETXPORTFROMDA2   V_ENABLETXPORTFROMDA2(1U)

Definition at line 3912 of file cxgb_regs.h.

◆ F_ENCOMMA

#define F_ENCOMMA   V_ENCOMMA(1U)

Definition at line 7427 of file cxgb_regs.h.

◆ F_ENDROPPKT

#define F_ENDROPPKT   V_ENDROPPKT(1U)

Definition at line 7356 of file cxgb_regs.h.

◆ F_ENELBUF

#define F_ENELBUF   V_ENELBUF(1U)

Definition at line 7435 of file cxgb_regs.h.

◆ F_ENEXTMATCH

#define F_ENEXTMATCH   V_ENEXTMATCH(1U)

Definition at line 7166 of file cxgb_regs.h.

◆ F_ENFORCEPKT

#define F_ENFORCEPKT   V_ENFORCEPKT(1U)

Definition at line 5761 of file cxgb_regs.h.

◆ F_ENHASHMCAST

#define F_ENHASHMCAST   V_ENHASHMCAST(1U)

Definition at line 7174 of file cxgb_regs.h.

◆ F_ENHASHUCAST

#define F_ENHASHUCAST   V_ENHASHUCAST(1U)

Definition at line 7170 of file cxgb_regs.h.

◆ F_ENJUMBO

#define F_ENJUMBO   V_ENJUMBO(1U)

Definition at line 7154 of file cxgb_regs.h.

◆ F_ENNON802_3PREAMBLE

#define F_ENNON802_3PREAMBLE   V_ENNON802_3PREAMBLE(1U)

Definition at line 7138 of file cxgb_regs.h.

◆ F_ENRGMII

#define F_ENRGMII   V_ENRGMII(1U)

Definition at line 7620 of file cxgb_regs.h.

◆ F_ENSKPDROP

#define F_ENSKPDROP   V_ENSKPDROP(1U)

Definition at line 7423 of file cxgb_regs.h.

◆ F_ENTERL0SEN

#define F_ENTERL0SEN   V_ENTERL0SEN(1U)

Definition at line 1339 of file cxgb_regs.h.

◆ F_ENTERL1ASPMEN

#define F_ENTERL1ASPMEN   V_ENTERL1ASPMEN(1U)

Definition at line 1331 of file cxgb_regs.h.

◆ F_ENTERL1EN

#define F_ENTERL1EN   V_ENTERL1EN(1U)

Definition at line 1335 of file cxgb_regs.h.

◆ F_ENTERL1REN

#define F_ENTERL1REN   V_ENTERL1REN(1U)

Definition at line 1305 of file cxgb_regs.h.

◆ F_ENTERL23

#define F_ENTERL23   V_ENTERL23(1U)

Definition at line 1343 of file cxgb_regs.h.

◆ F_ENTEST

#define F_ENTEST   V_ENTEST(1U)

Definition at line 7469 of file cxgb_regs.h.

◆ F_ENTESTMODEWR

#define F_ENTESTMODEWR   V_ENTESTMODEWR(1U)

Definition at line 7298 of file cxgb_regs.h.

◆ F_ENTYPEMATCH

#define F_ENTYPEMATCH   V_ENTYPEMATCH(1U)

Definition at line 7212 of file cxgb_regs.h.

◆ F_ER_REQFIFOEMPTY

#define F_ER_REQFIFOEMPTY   V_ER_REQFIFOEMPTY(1U)

Definition at line 1140 of file cxgb_regs.h.

◆ F_ERRINTR

#define F_ERRINTR   V_ERRINTR(1U)

Definition at line 214 of file cxgb_regs.h.

◆ F_ERROP

#define F_ERROP   V_ERROP(1U)

Definition at line 2959 of file cxgb_regs.h.

◆ F_ETPINCPLFIFOPERR

#define F_ETPINCPLFIFOPERR   V_ETPINCPLFIFOPERR(1U)

Definition at line 4829 of file cxgb_regs.h.

◆ F_ETPINETHFIFOPERR

#define F_ETPINETHFIFOPERR   V_ETPINETHFIFOPERR(1U)

Definition at line 4845 of file cxgb_regs.h.

◆ F_ETPINIPFIFOPERR

#define F_ETPINIPFIFOPERR   V_ETPINIPFIFOPERR(1U)

Definition at line 4841 of file cxgb_regs.h.

◆ F_ETPINTCPFIFOPERR

#define F_ETPINTCPFIFOPERR   V_ETPINTCPFIFOPERR(1U)

Definition at line 4837 of file cxgb_regs.h.

◆ F_ETPINTCPOPTFIFOPERR

#define F_ETPINTCPOPTFIFOPERR   V_ETPINTCPOPTFIFOPERR(1U)

Definition at line 4833 of file cxgb_regs.h.

◆ F_ETPOUTCPLFIFOPERR

#define F_ETPOUTCPLFIFOPERR   V_ETPOUTCPLFIFOPERR(1U)

Definition at line 4813 of file cxgb_regs.h.

◆ F_ETPOUTETHFIFOPERR

#define F_ETPOUTETHFIFOPERR   V_ETPOUTETHFIFOPERR(1U)

Definition at line 4825 of file cxgb_regs.h.

◆ F_ETPOUTIPFIFOPERR

#define F_ETPOUTIPFIFOPERR   V_ETPOUTIPFIFOPERR(1U)

Definition at line 4821 of file cxgb_regs.h.

◆ F_ETPOUTTCPFIFOPERR

#define F_ETPOUTTCPFIFOPERR   V_ETPOUTTCPFIFOPERR(1U)

Definition at line 4817 of file cxgb_regs.h.

◆ F_ETUNNEL

#define F_ETUNNEL   V_ETUNNEL(1U)

Definition at line 3501 of file cxgb_regs.h.

◆ F_EXT

#define F_EXT   V_EXT(1U)

Definition at line 6377 of file cxgb_regs.h.

◆ F_EXTBISTCHKEN

#define F_EXTBISTCHKEN   V_EXTBISTCHKEN(1U)

Definition at line 1707 of file cxgb_regs.h.

◆ F_EXTBISTCHKEN0

#define F_EXTBISTCHKEN0   V_EXTBISTCHKEN0(1U)

Definition at line 7985 of file cxgb_regs.h.

◆ F_EXTBISTCHKEN1

#define F_EXTBISTCHKEN1   V_EXTBISTCHKEN1(1U)

Definition at line 7960 of file cxgb_regs.h.

◆ F_EXTBISTCHKEN2

#define F_EXTBISTCHKEN2   V_EXTBISTCHKEN2(1U)

Definition at line 7935 of file cxgb_regs.h.

◆ F_EXTBISTCHKEN3

#define F_EXTBISTCHKEN3   V_EXTBISTCHKEN3(1U)

Definition at line 7910 of file cxgb_regs.h.

◆ F_EXTBISTCHKERRCLR

#define F_EXTBISTCHKERRCLR   V_EXTBISTCHKERRCLR(1U)

Definition at line 1703 of file cxgb_regs.h.

◆ F_EXTBISTCHKERRCLR0

#define F_EXTBISTCHKERRCLR0   V_EXTBISTCHKERRCLR0(1U)

Definition at line 7981 of file cxgb_regs.h.

◆ F_EXTBISTCHKERRCLR1

#define F_EXTBISTCHKERRCLR1   V_EXTBISTCHKERRCLR1(1U)

Definition at line 7956 of file cxgb_regs.h.

◆ F_EXTBISTCHKERRCLR2

#define F_EXTBISTCHKERRCLR2   V_EXTBISTCHKERRCLR2(1U)

Definition at line 7931 of file cxgb_regs.h.

◆ F_EXTBISTCHKERRCLR3

#define F_EXTBISTCHKERRCLR3   V_EXTBISTCHKERRCLR3(1U)

Definition at line 7906 of file cxgb_regs.h.

◆ F_EXTBISTCHKFMD

#define F_EXTBISTCHKFMD   V_EXTBISTCHKFMD(1U)

Definition at line 1882 of file cxgb_regs.h.

◆ F_EXTBISTCHKFMD0

#define F_EXTBISTCHKFMD0   V_EXTBISTCHKFMD0(1U)

Definition at line 8013 of file cxgb_regs.h.

◆ F_EXTBISTCHKFMD1

#define F_EXTBISTCHKFMD1   V_EXTBISTCHKFMD1(1U)

Definition at line 8036 of file cxgb_regs.h.

◆ F_EXTBISTCHKFMD2

#define F_EXTBISTCHKFMD2   V_EXTBISTCHKFMD2(1U)

Definition at line 8059 of file cxgb_regs.h.

◆ F_EXTBISTCHKFMD3

#define F_EXTBISTCHKFMD3   V_EXTBISTCHKFMD3(1U)

Definition at line 8082 of file cxgb_regs.h.

◆ F_EXTBISTGENEN

#define F_EXTBISTGENEN   V_EXTBISTGENEN(1U)

Definition at line 1711 of file cxgb_regs.h.

◆ F_EXTBISTGENEN0

#define F_EXTBISTGENEN0   V_EXTBISTGENEN0(1U)

Definition at line 7989 of file cxgb_regs.h.

◆ F_EXTBISTGENEN1

#define F_EXTBISTGENEN1   V_EXTBISTGENEN1(1U)

Definition at line 7964 of file cxgb_regs.h.

◆ F_EXTBISTGENEN2

#define F_EXTBISTGENEN2   V_EXTBISTGENEN2(1U)

Definition at line 7939 of file cxgb_regs.h.

◆ F_EXTBISTGENEN3

#define F_EXTBISTGENEN3   V_EXTBISTGENEN3(1U)

Definition at line 7914 of file cxgb_regs.h.

◆ F_EXTERNLOOPBACK

#define F_EXTERNLOOPBACK   V_EXTERNLOOPBACK(1U)

Definition at line 7326 of file cxgb_regs.h.

◆ F_EXTPARLPBK

#define F_EXTPARLPBK   V_EXTPARLPBK(1U)

Definition at line 1724 of file cxgb_regs.h.

◆ F_EXTPARLPBK0

#define F_EXTPARLPBK0   V_EXTPARLPBK0(1U)

Definition at line 8002 of file cxgb_regs.h.

◆ F_EXTPARLPBK1

#define F_EXTPARLPBK1   V_EXTPARLPBK1(1U)

Definition at line 7977 of file cxgb_regs.h.

◆ F_EXTPARLPBK2

#define F_EXTPARLPBK2   V_EXTPARLPBK2(1U)

Definition at line 7952 of file cxgb_regs.h.

◆ F_EXTPARLPBK3

#define F_EXTPARLPBK3   V_EXTPARLPBK3(1U)

Definition at line 7927 of file cxgb_regs.h.

◆ F_EXTPARRESET

#define F_EXTPARRESET   V_EXTPARRESET(1U)

Definition at line 1720 of file cxgb_regs.h.

◆ F_EXTPARRESET0

#define F_EXTPARRESET0   V_EXTPARRESET0(1U)

Definition at line 7998 of file cxgb_regs.h.

◆ F_EXTPARRESET1

#define F_EXTPARRESET1   V_EXTPARRESET1(1U)

Definition at line 7973 of file cxgb_regs.h.

◆ F_EXTPARRESET2

#define F_EXTPARRESET2   V_EXTPARRESET2(1U)

Definition at line 7948 of file cxgb_regs.h.

◆ F_EXTPARRESET3

#define F_EXTPARRESET3   V_EXTPARRESET3(1U)

Definition at line 7923 of file cxgb_regs.h.

◆ F_FASTINIT

#define F_FASTINIT   V_FASTINIT(1U)

Definition at line 1577 of file cxgb_regs.h.

◆ F_FATALPERREN

#define F_FATALPERREN   V_FATALPERREN(1U)

Definition at line 6470 of file cxgb_regs.h.

◆ F_FATLPERREN

#define F_FATLPERREN   V_FATLPERREN(1U)

Definition at line 49 of file cxgb_regs.h.

◆ F_FILTEREN

#define F_FILTEREN   V_FILTEREN(1U)

Definition at line 6634 of file cxgb_regs.h.

◆ F_FILTERPEERFIN

#define F_FILTERPEERFIN   V_FILTERPEERFIN(1U)

Definition at line 3865 of file cxgb_regs.h.

◆ F_FIXRCVWND

#define F_FIXRCVWND   V_FIXRCVWND(1U)

Definition at line 3789 of file cxgb_regs.h.

◆ F_FL0EMPTY

#define F_FL0EMPTY   V_FL0EMPTY(1U)

Definition at line 323 of file cxgb_regs.h.

◆ F_FL10EMPTY

#define F_FL10EMPTY   V_FL10EMPTY(1U)

Definition at line 363 of file cxgb_regs.h.

◆ F_FL11EMPTY

#define F_FL11EMPTY   V_FL11EMPTY(1U)

Definition at line 367 of file cxgb_regs.h.

◆ F_FL12EMPTY

#define F_FL12EMPTY   V_FL12EMPTY(1U)

Definition at line 371 of file cxgb_regs.h.

◆ F_FL13EMPTY

#define F_FL13EMPTY   V_FL13EMPTY(1U)

Definition at line 375 of file cxgb_regs.h.

◆ F_FL14EMPTY

#define F_FL14EMPTY   V_FL14EMPTY(1U)

Definition at line 379 of file cxgb_regs.h.

◆ F_FL15EMPTY

#define F_FL15EMPTY   V_FL15EMPTY(1U)

Definition at line 383 of file cxgb_regs.h.

◆ F_FL1EMPTY

#define F_FL1EMPTY   V_FL1EMPTY(1U)

Definition at line 327 of file cxgb_regs.h.

◆ F_FL2EMPTY

#define F_FL2EMPTY   V_FL2EMPTY(1U)

Definition at line 331 of file cxgb_regs.h.

◆ F_FL3EMPTY

#define F_FL3EMPTY   V_FL3EMPTY(1U)

Definition at line 335 of file cxgb_regs.h.

◆ F_FL4EMPTY

#define F_FL4EMPTY   V_FL4EMPTY(1U)

Definition at line 339 of file cxgb_regs.h.

◆ F_FL5EMPTY

#define F_FL5EMPTY   V_FL5EMPTY(1U)

Definition at line 343 of file cxgb_regs.h.

◆ F_FL6EMPTY

#define F_FL6EMPTY   V_FL6EMPTY(1U)

Definition at line 347 of file cxgb_regs.h.

◆ F_FL7EMPTY

#define F_FL7EMPTY   V_FL7EMPTY(1U)

Definition at line 351 of file cxgb_regs.h.

◆ F_FL8EMPTY

#define F_FL8EMPTY   V_FL8EMPTY(1U)

Definition at line 355 of file cxgb_regs.h.

◆ F_FL9EMPTY

#define F_FL9EMPTY   V_FL9EMPTY(1U)

Definition at line 359 of file cxgb_regs.h.

◆ F_FLASHRANGEINT

#define F_FLASHRANGEINT   V_FLASHRANGEINT(1U)

Definition at line 3292 of file cxgb_regs.h.

◆ F_FLASHRANGEINTEN

#define F_FLASHRANGEINTEN   V_FLASHRANGEINTEN(1U)

Definition at line 3226 of file cxgb_regs.h.

◆ F_FLEMPTY

#define F_FLEMPTY   V_FLEMPTY(1U)

Definition at line 533 of file cxgb_regs.h.

◆ F_FLMODE

#define F_FLMODE   V_FLMODE(1U)

Definition at line 99 of file cxgb_regs.h.

◆ F_FLMPERRSET

#define F_FLMPERRSET   V_FLMPERRSET(1U)

Definition at line 4769 of file cxgb_regs.h.

◆ F_FLMRXFLSTEMPTY

#define F_FLMRXFLSTEMPTY   V_FLMRXFLSTEMPTY(1U)

Definition at line 4765 of file cxgb_regs.h.

◆ F_FLMTXFLSTEMPTY

#define F_FLMTXFLSTEMPTY   V_FLMTXFLSTEMPTY(1U)

Definition at line 4761 of file cxgb_regs.h.

◆ F_FLOWCTLOFLOWERR

#define F_FLOWCTLOFLOWERR   V_FLOWCTLOFLOWERR(1U)

Definition at line 1354 of file cxgb_regs.h.

◆ F_FLOWCTLPROTERR

#define F_FLOWCTLPROTERR   V_FLOWCTLPROTERR(1U)

Definition at line 1374 of file cxgb_regs.h.

◆ F_FLPICKAVAIL

#define F_FLPICKAVAIL   V_FLPICKAVAIL(1U)

Definition at line 112 of file cxgb_regs.h.

◆ F_FLSTINITENABLE

#define F_FLSTINITENABLE   V_FLSTINITENABLE(1U)

Definition at line 4719 of file cxgb_regs.h.

◆ F_FMOFFSETEN0

#define F_FMOFFSETEN0   V_FMOFFSETEN0(1U)

Definition at line 7850 of file cxgb_regs.h.

◆ F_FMOFFSETEN1

#define F_FMOFFSETEN1   V_FMOFFSETEN1(1U)

Definition at line 7841 of file cxgb_regs.h.

◆ F_FMOFFSETEN2

#define F_FMOFFSETEN2   V_FMOFFSETEN2(1U)

Definition at line 7832 of file cxgb_regs.h.

◆ F_FMOFFSETEN3

#define F_FMOFFSETEN3   V_FMOFFSETEN3(1U)

Definition at line 7823 of file cxgb_regs.h.

◆ F_FORCEDPAUSE

#define F_FORCEDPAUSE   V_FORCEDPAUSE(1U)

Definition at line 7322 of file cxgb_regs.h.

◆ F_FRAGMENTDROP

#define F_FRAGMENTDROP   V_FRAGMENTDROP(1U)

Definition at line 3602 of file cxgb_regs.h.

◆ F_FRAMERCVD

#define F_FRAMERCVD   V_FRAMERCVD(1U)

Definition at line 7266 of file cxgb_regs.h.

◆ F_FRAMETXMT

#define F_FRAMETXMT   V_FRAMETXMT(1U)

Definition at line 7262 of file cxgb_regs.h.

◆ F_FREELIST

#define F_FREELIST   V_FREELIST(1U)

Definition at line 188 of file cxgb_regs.h.

◆ F_GDDRI

#define F_GDDRI   V_GDDRI(1U)

Definition at line 6526 of file cxgb_regs.h.

◆ F_GDDRII

#define F_GDDRII   V_GDDRII(1U)

Definition at line 6522 of file cxgb_regs.h.

◆ F_GDDRIII

#define F_GDDRIII   V_GDDRIII(1U)

Definition at line 6518 of file cxgb_regs.h.

◆ F_GLOBALENABLE

#define F_GLOBALENABLE   V_GLOBALENABLE(1U)

Definition at line 128 of file cxgb_regs.h.

◆ F_GMIIDUPLEX

#define F_GMIIDUPLEX   V_GMIIDUPLEX(1U)

Definition at line 8339 of file cxgb_regs.h.

◆ F_GMIILINKSTATUS

#define F_GMIILINKSTATUS   V_GMIILINKSTATUS(1U)

Definition at line 8348 of file cxgb_regs.h.

◆ F_GPIO0

#define F_GPIO0   V_GPIO0(1U)

Definition at line 2372 of file cxgb_regs.h.

◆ F_GPIO0_ACT_LOW

#define F_GPIO0_ACT_LOW   V_GPIO0_ACT_LOW(1U)

Definition at line 2534 of file cxgb_regs.h.

◆ F_GPIO0_CHG_DET

#define F_GPIO0_CHG_DET   V_GPIO0_CHG_DET(1U)

Definition at line 2254 of file cxgb_regs.h.

◆ F_GPIO0_IN

#define F_GPIO0_IN   V_GPIO0_IN(1U)

Definition at line 2302 of file cxgb_regs.h.

◆ F_GPIO0_OEN

#define F_GPIO0_OEN   V_GPIO0_OEN(1U)

Definition at line 2156 of file cxgb_regs.h.

◆ F_GPIO0_OUT_VAL

#define F_GPIO0_OUT_VAL   V_GPIO0_OUT_VAL(1U)

Definition at line 2204 of file cxgb_regs.h.

◆ F_GPIO1

#define F_GPIO1   V_GPIO1(1U)

Definition at line 2368 of file cxgb_regs.h.

◆ F_GPIO10

#define F_GPIO10   V_GPIO10(1U)

Definition at line 2332 of file cxgb_regs.h.

◆ F_GPIO10_ACT_LOW

#define F_GPIO10_ACT_LOW   V_GPIO10_ACT_LOW(1U)

Definition at line 2494 of file cxgb_regs.h.

◆ F_GPIO10_CHG_DET

#define F_GPIO10_CHG_DET   V_GPIO10_CHG_DET(1U)

Definition at line 2214 of file cxgb_regs.h.

◆ F_GPIO10_IN

#define F_GPIO10_IN   V_GPIO10_IN(1U)

Definition at line 2262 of file cxgb_regs.h.

◆ F_GPIO10_OEN

#define F_GPIO10_OEN   V_GPIO10_OEN(1U)

Definition at line 2116 of file cxgb_regs.h.

◆ F_GPIO10_OUT_VAL

#define F_GPIO10_OUT_VAL   V_GPIO10_OUT_VAL(1U)

Definition at line 2164 of file cxgb_regs.h.

◆ F_GPIO11

#define F_GPIO11   V_GPIO11(1U)

Definition at line 2328 of file cxgb_regs.h.

◆ F_GPIO11_ACT_LOW

#define F_GPIO11_ACT_LOW   V_GPIO11_ACT_LOW(1U)

Definition at line 2490 of file cxgb_regs.h.

◆ F_GPIO11_CHG_DET

#define F_GPIO11_CHG_DET   V_GPIO11_CHG_DET(1U)

Definition at line 2210 of file cxgb_regs.h.

◆ F_GPIO11_IN

#define F_GPIO11_IN   V_GPIO11_IN(1U)

Definition at line 2258 of file cxgb_regs.h.

◆ F_GPIO11_OEN

#define F_GPIO11_OEN   V_GPIO11_OEN(1U)

Definition at line 2112 of file cxgb_regs.h.

◆ F_GPIO11_OUT_VAL

#define F_GPIO11_OUT_VAL   V_GPIO11_OUT_VAL(1U)

Definition at line 2160 of file cxgb_regs.h.

◆ F_GPIO1_ACT_LOW

#define F_GPIO1_ACT_LOW   V_GPIO1_ACT_LOW(1U)

Definition at line 2530 of file cxgb_regs.h.

◆ F_GPIO1_CHG_DET

#define F_GPIO1_CHG_DET   V_GPIO1_CHG_DET(1U)

Definition at line 2250 of file cxgb_regs.h.

◆ F_GPIO1_IN

#define F_GPIO1_IN   V_GPIO1_IN(1U)

Definition at line 2298 of file cxgb_regs.h.

◆ F_GPIO1_OEN

#define F_GPIO1_OEN   V_GPIO1_OEN(1U)

Definition at line 2152 of file cxgb_regs.h.

◆ F_GPIO1_OUT_VAL

#define F_GPIO1_OUT_VAL   V_GPIO1_OUT_VAL(1U)

Definition at line 2200 of file cxgb_regs.h.

◆ F_GPIO2

#define F_GPIO2   V_GPIO2(1U)

Definition at line 2364 of file cxgb_regs.h.

◆ F_GPIO2_ACT_LOW

#define F_GPIO2_ACT_LOW   V_GPIO2_ACT_LOW(1U)

Definition at line 2526 of file cxgb_regs.h.

◆ F_GPIO2_CHG_DET

#define F_GPIO2_CHG_DET   V_GPIO2_CHG_DET(1U)

Definition at line 2246 of file cxgb_regs.h.

◆ F_GPIO2_IN

#define F_GPIO2_IN   V_GPIO2_IN(1U)

Definition at line 2294 of file cxgb_regs.h.

◆ F_GPIO2_OEN

#define F_GPIO2_OEN   V_GPIO2_OEN(1U)

Definition at line 2148 of file cxgb_regs.h.

◆ F_GPIO2_OUT_VAL

#define F_GPIO2_OUT_VAL   V_GPIO2_OUT_VAL(1U)

Definition at line 2196 of file cxgb_regs.h.

◆ F_GPIO3

#define F_GPIO3   V_GPIO3(1U)

Definition at line 2360 of file cxgb_regs.h.

◆ F_GPIO3_ACT_LOW

#define F_GPIO3_ACT_LOW   V_GPIO3_ACT_LOW(1U)

Definition at line 2522 of file cxgb_regs.h.

◆ F_GPIO3_CHG_DET

#define F_GPIO3_CHG_DET   V_GPIO3_CHG_DET(1U)

Definition at line 2242 of file cxgb_regs.h.

◆ F_GPIO3_IN

#define F_GPIO3_IN   V_GPIO3_IN(1U)

Definition at line 2290 of file cxgb_regs.h.

◆ F_GPIO3_OEN

#define F_GPIO3_OEN   V_GPIO3_OEN(1U)

Definition at line 2144 of file cxgb_regs.h.

◆ F_GPIO3_OUT_VAL

#define F_GPIO3_OUT_VAL   V_GPIO3_OUT_VAL(1U)

Definition at line 2192 of file cxgb_regs.h.

◆ F_GPIO4

#define F_GPIO4   V_GPIO4(1U)

Definition at line 2356 of file cxgb_regs.h.

◆ F_GPIO4_ACT_LOW

#define F_GPIO4_ACT_LOW   V_GPIO4_ACT_LOW(1U)

Definition at line 2518 of file cxgb_regs.h.

◆ F_GPIO4_CHG_DET

#define F_GPIO4_CHG_DET   V_GPIO4_CHG_DET(1U)

Definition at line 2238 of file cxgb_regs.h.

◆ F_GPIO4_IN

#define F_GPIO4_IN   V_GPIO4_IN(1U)

Definition at line 2286 of file cxgb_regs.h.

◆ F_GPIO4_OEN

#define F_GPIO4_OEN   V_GPIO4_OEN(1U)

Definition at line 2140 of file cxgb_regs.h.

◆ F_GPIO4_OUT_VAL

#define F_GPIO4_OUT_VAL   V_GPIO4_OUT_VAL(1U)

Definition at line 2188 of file cxgb_regs.h.

◆ F_GPIO5

#define F_GPIO5   V_GPIO5(1U)

Definition at line 2352 of file cxgb_regs.h.

◆ F_GPIO5_ACT_LOW

#define F_GPIO5_ACT_LOW   V_GPIO5_ACT_LOW(1U)

Definition at line 2514 of file cxgb_regs.h.

◆ F_GPIO5_CHG_DET

#define F_GPIO5_CHG_DET   V_GPIO5_CHG_DET(1U)

Definition at line 2234 of file cxgb_regs.h.

◆ F_GPIO5_IN

#define F_GPIO5_IN   V_GPIO5_IN(1U)

Definition at line 2282 of file cxgb_regs.h.

◆ F_GPIO5_OEN

#define F_GPIO5_OEN   V_GPIO5_OEN(1U)

Definition at line 2136 of file cxgb_regs.h.

◆ F_GPIO5_OUT_VAL

#define F_GPIO5_OUT_VAL   V_GPIO5_OUT_VAL(1U)

Definition at line 2184 of file cxgb_regs.h.

◆ F_GPIO6

#define F_GPIO6   V_GPIO6(1U)

Definition at line 2348 of file cxgb_regs.h.

◆ F_GPIO6_ACT_LOW

#define F_GPIO6_ACT_LOW   V_GPIO6_ACT_LOW(1U)

Definition at line 2510 of file cxgb_regs.h.

◆ F_GPIO6_CHG_DET

#define F_GPIO6_CHG_DET   V_GPIO6_CHG_DET(1U)

Definition at line 2230 of file cxgb_regs.h.

◆ F_GPIO6_IN

#define F_GPIO6_IN   V_GPIO6_IN(1U)

Definition at line 2278 of file cxgb_regs.h.

◆ F_GPIO6_OEN

#define F_GPIO6_OEN   V_GPIO6_OEN(1U)

Definition at line 2132 of file cxgb_regs.h.

◆ F_GPIO6_OUT_VAL

#define F_GPIO6_OUT_VAL   V_GPIO6_OUT_VAL(1U)

Definition at line 2180 of file cxgb_regs.h.

◆ F_GPIO7

#define F_GPIO7   V_GPIO7(1U)

Definition at line 2344 of file cxgb_regs.h.

◆ F_GPIO7_ACT_LOW

#define F_GPIO7_ACT_LOW   V_GPIO7_ACT_LOW(1U)

Definition at line 2506 of file cxgb_regs.h.

◆ F_GPIO7_CHG_DET

#define F_GPIO7_CHG_DET   V_GPIO7_CHG_DET(1U)

Definition at line 2226 of file cxgb_regs.h.

◆ F_GPIO7_IN

#define F_GPIO7_IN   V_GPIO7_IN(1U)

Definition at line 2274 of file cxgb_regs.h.

◆ F_GPIO7_OEN

#define F_GPIO7_OEN   V_GPIO7_OEN(1U)

Definition at line 2128 of file cxgb_regs.h.

◆ F_GPIO7_OUT_VAL

#define F_GPIO7_OUT_VAL   V_GPIO7_OUT_VAL(1U)

Definition at line 2176 of file cxgb_regs.h.

◆ F_GPIO8

#define F_GPIO8   V_GPIO8(1U)

Definition at line 2340 of file cxgb_regs.h.

◆ F_GPIO8_ACT_LOW

#define F_GPIO8_ACT_LOW   V_GPIO8_ACT_LOW(1U)

Definition at line 2502 of file cxgb_regs.h.

◆ F_GPIO8_CHG_DET

#define F_GPIO8_CHG_DET   V_GPIO8_CHG_DET(1U)

Definition at line 2222 of file cxgb_regs.h.

◆ F_GPIO8_IN

#define F_GPIO8_IN   V_GPIO8_IN(1U)

Definition at line 2270 of file cxgb_regs.h.

◆ F_GPIO8_OEN

#define F_GPIO8_OEN   V_GPIO8_OEN(1U)

Definition at line 2124 of file cxgb_regs.h.

◆ F_GPIO8_OUT_VAL

#define F_GPIO8_OUT_VAL   V_GPIO8_OUT_VAL(1U)

Definition at line 2172 of file cxgb_regs.h.

◆ F_GPIO9

#define F_GPIO9   V_GPIO9(1U)

Definition at line 2336 of file cxgb_regs.h.

◆ F_GPIO9_ACT_LOW

#define F_GPIO9_ACT_LOW   V_GPIO9_ACT_LOW(1U)

Definition at line 2498 of file cxgb_regs.h.

◆ F_GPIO9_CHG_DET

#define F_GPIO9_CHG_DET   V_GPIO9_CHG_DET(1U)

Definition at line 2218 of file cxgb_regs.h.

◆ F_GPIO9_IN

#define F_GPIO9_IN   V_GPIO9_IN(1U)

Definition at line 2266 of file cxgb_regs.h.

◆ F_GPIO9_OEN

#define F_GPIO9_OEN   V_GPIO9_OEN(1U)

Definition at line 2120 of file cxgb_regs.h.

◆ F_GPIO9_OUT_VAL

#define F_GPIO9_OUT_VAL   V_GPIO9_OUT_VAL(1U)

Definition at line 2168 of file cxgb_regs.h.

◆ F_HASHSAVE

#define F_HASHSAVE   V_HASHSAVE(1U)

Definition at line 4544 of file cxgb_regs.h.

◆ F_HASHTOEPLITZ

#define F_HASHTOEPLITZ   V_HASHTOEPLITZ(1U)

Definition at line 4540 of file cxgb_regs.h.

◆ F_HEARBEATDACK

#define F_HEARBEATDACK   V_HEARBEATDACK(1U)

Definition at line 3833 of file cxgb_regs.h.

◆ F_HEARBEATONCEDACK

#define F_HEARBEATONCEDACK   V_HEARBEATONCEDACK(1U)

Definition at line 3825 of file cxgb_regs.h.

◆ F_HEARBEATONCEHEAP

#define F_HEARBEATONCEHEAP   V_HEARBEATONCEHEAP(1U)

Definition at line 3829 of file cxgb_regs.h.

◆ F_HICRDTUNDFLOWERR

#define F_HICRDTUNDFLOWERR   V_HICRDTUNDFLOWERR(1U)

Definition at line 501 of file cxgb_regs.h.

◆ F_HICTLDRBDROPERR

#define F_HICTLDRBDROPERR   V_HICTLDRBDROPERR(1U)

Definition at line 485 of file cxgb_regs.h.

◆ F_HIDRBPARITYERROR

#define F_HIDRBPARITYERROR   V_HIDRBPARITYERROR(1U)

Definition at line 443 of file cxgb_regs.h.

◆ F_HIDRV

#define F_HIDRV   V_HIDRV(1U)

Definition at line 1635 of file cxgb_regs.h.

◆ F_HIPIODRBDROPERR

#define F_HIPIODRBDROPERR   V_HIPIODRBDROPERR(1U)

Definition at line 493 of file cxgb_regs.h.

◆ F_HIPRIORITYDBEMPTY

#define F_HIPRIORITYDBEMPTY   V_HIPRIORITYDBEMPTY(1U)

Definition at line 513 of file cxgb_regs.h.

◆ F_HIPRIORITYDBFULL

#define F_HIPRIORITYDBFULL   V_HIPRIORITYDBFULL(1U)

Definition at line 509 of file cxgb_regs.h.

◆ F_HIRCQPARITYERROR

#define F_HIRCQPARITYERROR   V_HIRCQPARITYERROR(1U)

Definition at line 435 of file cxgb_regs.h.

◆ F_HIVMODE

#define F_HIVMODE   V_HIVMODE(1U)

Definition at line 1602 of file cxgb_regs.h.

◆ F_HOSTBUSY

#define F_HOSTBUSY   V_HOSTBUSY(1U)

Definition at line 3342 of file cxgb_regs.h.

◆ F_HOSTWRITE

#define F_HOSTWRITE   V_HOSTWRITE(1U)

Definition at line 3346 of file cxgb_regs.h.

◆ F_I2C_ACK

#define F_I2C_ACK   V_I2C_ACK(1U)

Definition at line 6260 of file cxgb_regs.h.

◆ F_I2C_BUSY

#define F_I2C_BUSY   V_I2C_BUSY(1U)

Definition at line 6256 of file cxgb_regs.h.

◆ F_I2C_CONT

#define F_I2C_CONT   V_I2C_CONT(1U)

Definition at line 6264 of file cxgb_regs.h.

◆ F_I2C_READ

#define F_I2C_READ   V_I2C_RDWR(0U)

Definition at line 6268 of file cxgb_regs.h.

◆ F_I2C_WRITE

#define F_I2C_WRITE   V_I2C_RDWR(1U)

Definition at line 6269 of file cxgb_regs.h.

◆ F_I2CM0

#define F_I2CM0   V_I2CM0(1U)

Definition at line 6405 of file cxgb_regs.h.

◆ F_IBQDBGBUSY

#define F_IBQDBGBUSY   V_IBQDBGBUSY(1U)

Definition at line 3372 of file cxgb_regs.h.

◆ F_IBQDBGEN

#define F_IBQDBGEN   V_IBQDBGEN(1U)

Definition at line 3376 of file cxgb_regs.h.

◆ F_IBQDBGWR

#define F_IBQDBGWR   V_IBQDBGWR(1U)

Definition at line 3368 of file cxgb_regs.h.

◆ F_IBQSGEHIPARERR

#define F_IBQSGEHIPARERR   V_IBQSGEHIPARERR(1U)

Definition at line 3142 of file cxgb_regs.h.

◆ F_IBQSGELOPARERR

#define F_IBQSGELOPARERR   V_IBQSGELOPARERR(1U)

Definition at line 3146 of file cxgb_regs.h.

◆ F_IBQTPPARERR

#define F_IBQTPPARERR   V_IBQTPPARERR(1U)

Definition at line 3134 of file cxgb_regs.h.

◆ F_IBQULPPARERR

#define F_IBQULPPARERR   V_IBQULPPARERR(1U)

Definition at line 3138 of file cxgb_regs.h.

◆ F_ICACHEPARERR

#define F_ICACHEPARERR   V_ICACHEPARERR(1U)

Definition at line 3166 of file cxgb_regs.h.

◆ F_ICSPI0_FIFO2X_RX_FRAMING_ERROR

#define F_ICSPI0_FIFO2X_RX_FRAMING_ERROR   V_ICSPI0_FIFO2X_RX_FRAMING_ERROR(1U)

Definition at line 5696 of file cxgb_regs.h.

◆ F_ICSPI0_RX_FRAMING_ERROR

#define F_ICSPI0_RX_FRAMING_ERROR   V_ICSPI0_RX_FRAMING_ERROR(1U)

Definition at line 5704 of file cxgb_regs.h.

◆ F_ICSPI0_TX_FRAMING_ERROR

#define F_ICSPI0_TX_FRAMING_ERROR   V_ICSPI0_TX_FRAMING_ERROR(1U)

Definition at line 5712 of file cxgb_regs.h.

◆ F_ICSPI1_FIFO2X_RX_FRAMING_ERROR

#define F_ICSPI1_FIFO2X_RX_FRAMING_ERROR   V_ICSPI1_FIFO2X_RX_FRAMING_ERROR(1U)

Definition at line 5700 of file cxgb_regs.h.

◆ F_ICSPI1_RX_FRAMING_ERROR

#define F_ICSPI1_RX_FRAMING_ERROR   V_ICSPI1_RX_FRAMING_ERROR(1U)

Definition at line 5708 of file cxgb_regs.h.

◆ F_ICSPI1_TX_FRAMING_ERROR

#define F_ICSPI1_TX_FRAMING_ERROR   V_ICSPI1_TX_FRAMING_ERROR(1U)

Definition at line 5716 of file cxgb_regs.h.

◆ F_IDDQB

#define F_IDDQB   V_IDDQB(1U)

Definition at line 1482 of file cxgb_regs.h.

◆ F_IESPI0_FIFO2X_RX_FRAMING_ERROR

#define F_IESPI0_FIFO2X_RX_FRAMING_ERROR   V_IESPI0_FIFO2X_RX_FRAMING_ERROR(1U)

Definition at line 5621 of file cxgb_regs.h.

◆ F_IESPI0_RX_FRAMING_ERROR

#define F_IESPI0_RX_FRAMING_ERROR   V_IESPI0_RX_FRAMING_ERROR(1U)

Definition at line 5629 of file cxgb_regs.h.

◆ F_IESPI0_TX_FRAMING_ERROR

#define F_IESPI0_TX_FRAMING_ERROR   V_IESPI0_TX_FRAMING_ERROR(1U)

Definition at line 5637 of file cxgb_regs.h.

◆ F_IESPI1_FIFO2X_RX_FRAMING_ERROR

#define F_IESPI1_FIFO2X_RX_FRAMING_ERROR   V_IESPI1_FIFO2X_RX_FRAMING_ERROR(1U)

Definition at line 5625 of file cxgb_regs.h.

◆ F_IESPI1_RX_FRAMING_ERROR

#define F_IESPI1_RX_FRAMING_ERROR   V_IESPI1_RX_FRAMING_ERROR(1U)

Definition at line 5633 of file cxgb_regs.h.

◆ F_IESPI1_TX_FRAMING_ERROR

#define F_IESPI1_TX_FRAMING_ERROR   V_IESPI1_TX_FRAMING_ERROR(1U)

Definition at line 5641 of file cxgb_regs.h.

◆ F_IFEN

#define F_IFEN   V_IFEN(1U)

Definition at line 2699 of file cxgb_regs.h.

◆ F_IMM_DATA_PERR_SET_CH0

#define F_IMM_DATA_PERR_SET_CH0   V_IMM_DATA_PERR_SET_CH0(1U)

Definition at line 5538 of file cxgb_regs.h.

◆ F_IMM_DATA_PERR_SET_CH1

#define F_IMM_DATA_PERR_SET_CH1   V_IMM_DATA_PERR_SET_CH1(1U)

Definition at line 5534 of file cxgb_regs.h.

◆ F_IMP_SEL [1/2]

#define F_IMP_SEL   V_IMP_SEL(1U)

Definition at line 6558 of file cxgb_regs.h.

◆ F_IMP_SEL [2/2]

#define F_IMP_SEL   V_IMP_SEL(1U)

Definition at line 6558 of file cxgb_regs.h.

◆ F_IMP_SET_UPDATE

#define F_IMP_SET_UPDATE   V_IMP_SET_UPDATE(1U)

Definition at line 6534 of file cxgb_regs.h.

◆ F_IMP_UPD_MODE [1/2]

#define F_IMP_UPD_MODE   V_IMP_UPD_MODE(1U)

Definition at line 6554 of file cxgb_regs.h.

◆ F_IMP_UPD_MODE [2/2]

#define F_IMP_UPD_MODE   V_IMP_UPD_MODE(1U)

Definition at line 6554 of file cxgb_regs.h.

◆ F_IMPSETUPDATE

#define F_IMPSETUPDATE   V_IMPSETUPDATE(1U)

Definition at line 2695 of file cxgb_regs.h.

◆ F_INC

#define F_INC   V_INC(1U)

Definition at line 6321 of file cxgb_regs.h.

◆ F_INCRSTATS

#define F_INCRSTATS   V_INCRSTATS(1U)

Definition at line 7294 of file cxgb_regs.h.

◆ F_INIBEDIS

#define F_INIBEDIS   V_INIBEDIS(1U)

Definition at line 1056 of file cxgb_regs.h.

◆ F_INIFULLPKT

#define F_INIFULLPKT   V_INIFULLPKT(1U)

Definition at line 1036 of file cxgb_regs.h.

◆ F_INIWAITFORGNT

#define F_INIWAITFORGNT   V_INIWAITFORGNT(1U)

Definition at line 1052 of file cxgb_regs.h.

◆ F_INTERNLOOPBACK

#define F_INTERNLOOPBACK   V_INTERNLOOPBACK(1U)

Definition at line 7370 of file cxgb_regs.h.

◆ F_INTFFROMTXPKT

#define F_INTFFROMTXPKT   V_INTFFROMTXPKT(1U)

Definition at line 5341 of file cxgb_regs.h.

◆ F_INTPARLPBK

#define F_INTPARLPBK   V_INTPARLPBK(1U)

Definition at line 1643 of file cxgb_regs.h.

◆ F_INTPARRESET

#define F_INTPARRESET   V_INTPARRESET(1U)

Definition at line 1639 of file cxgb_regs.h.

◆ F_INTSERLPBK

#define F_INTSERLPBK   V_INTSERLPBK(1U)

Definition at line 1769 of file cxgb_regs.h.

◆ F_INTSERLPBK0

#define F_INTSERLPBK0   V_INTSERLPBK0(1U)

Definition at line 7744 of file cxgb_regs.h.

◆ F_INTSERLPBK1

#define F_INTSERLPBK1   V_INTSERLPBK1(1U)

Definition at line 7740 of file cxgb_regs.h.

◆ F_INTSERLPBK2

#define F_INTSERLPBK2   V_INTSERLPBK2(1U)

Definition at line 7736 of file cxgb_regs.h.

◆ F_INTSERLPBK3

#define F_INTSERLPBK3   V_INTSERLPBK3(1U)

Definition at line 7732 of file cxgb_regs.h.

◆ F_INTSERLPBKWDRV

#define F_INTSERLPBKWDRV   V_INTSERLPBKWDRV(1U)

Definition at line 1647 of file cxgb_regs.h.

◆ F_IPCHECKSUMOFFLOAD

#define F_IPCHECKSUMOFFLOAD   V_IPCHECKSUMOFFLOAD(1U)

Definition at line 3619 of file cxgb_regs.h.

◆ F_IPIDENTSPLIT

#define F_IPIDENTSPLIT   V_IPIDENTSPLIT(1U)

Definition at line 3615 of file cxgb_regs.h.

◆ F_IPIDSPLITMODE

#define F_IPIDSPLITMODE   V_IPIDSPLITMODE(1U)

Definition at line 3527 of file cxgb_regs.h.

◆ F_IPV6ENABLE

#define F_IPV6ENABLE   V_IPV6ENABLE(1U)

Definition at line 3477 of file cxgb_regs.h.

◆ F_IRPARITYERROR

#define F_IRPARITYERROR   V_IRPARITYERROR(1U)

Definition at line 461 of file cxgb_regs.h.

◆ F_ISCSICOALESCING

#define F_ISCSICOALESCING   V_ISCSICOALESCING(1U)

Definition at line 124 of file cxgb_regs.h.

◆ F_ISCSITAGTCB

#define F_ISCSITAGTCB   V_ISCSITAGTCB(1U)

Definition at line 5384 of file cxgb_regs.h.

◆ F_ITAGPARERR

#define F_ITAGPARERR   V_ITAGPARERR(1U)

Definition at line 3130 of file cxgb_regs.h.

◆ F_LADBGEN

#define F_LADBGEN   V_LADBGEN(1U)

Definition at line 6014 of file cxgb_regs.h.

◆ F_LANEREVERSAL

#define F_LANEREVERSAL   V_LANEREVERSAL(1U)

Definition at line 7591 of file cxgb_regs.h.

◆ F_LATTMRDIS

#define F_LATTMRDIS   V_LATTMRDIS(1U)

Definition at line 668 of file cxgb_regs.h.

◆ F_LINKFAULTCHANGE

#define F_LINKFAULTCHANGE   V_LINKFAULTCHANGE(1U)

Definition at line 7230 of file cxgb_regs.h.

◆ F_LIP0

#define F_LIP0   V_LIP0(1U)

Definition at line 6840 of file cxgb_regs.h.

◆ F_LIPMISS

#define F_LIPMISS   V_LIPMISS(1U)

Definition at line 6836 of file cxgb_regs.h.

◆ F_LNKCNTLDETDIR

#define F_LNKCNTLDETDIR   V_LNKCNTLDETDIR(1U)

Definition at line 1301 of file cxgb_regs.h.

◆ F_LNKINITIAL

#define F_LNKINITIAL   V_LNKINITIAL(1U)

Definition at line 1119 of file cxgb_regs.h.

◆ F_LOCKTID

#define F_LOCKTID   V_LOCKTID(1U)

Definition at line 3785 of file cxgb_regs.h.

◆ F_LOCRDTUNDFLOWERR

#define F_LOCRDTUNDFLOWERR   V_LOCRDTUNDFLOWERR(1U)

Definition at line 505 of file cxgb_regs.h.

◆ F_LOCTLDRBDROPERR

#define F_LOCTLDRBDROPERR   V_LOCTLDRBDROPERR(1U)

Definition at line 489 of file cxgb_regs.h.

◆ F_LODRBPARITYERROR

#define F_LODRBPARITYERROR   V_LODRBPARITYERROR(1U)

Definition at line 447 of file cxgb_regs.h.

◆ F_LODRV

#define F_LODRV   V_LODRV(1U)

Definition at line 1631 of file cxgb_regs.h.

◆ F_LOOKUPEVERYPKT

#define F_LOOKUPEVERYPKT   V_LOOKUPEVERYPKT(1U)

Definition at line 5291 of file cxgb_regs.h.

◆ F_LOPIODRBDROPERR

#define F_LOPIODRBDROPERR   V_LOPIODRBDROPERR(1U)

Definition at line 497 of file cxgb_regs.h.

◆ F_LOPRIORITYDBEMPTY

#define F_LOPRIORITYDBEMPTY   V_LOPRIORITYDBEMPTY(1U)

Definition at line 521 of file cxgb_regs.h.

◆ F_LOPRIORITYDBFULL

#define F_LOPRIORITYDBFULL   V_LOPRIORITYDBFULL(1U)

Definition at line 517 of file cxgb_regs.h.

◆ F_LORCQPARITYERROR

#define F_LORCQPARITYERROR   V_LORCQPARITYERROR(1U)

Definition at line 439 of file cxgb_regs.h.

◆ F_LOWPWREN

#define F_LOWPWREN   V_LOWPWREN(1U)

Definition at line 672 of file cxgb_regs.h.

◆ F_LOWSIG0

#define F_LOWSIG0   V_LOWSIG0(1U)

Definition at line 8025 of file cxgb_regs.h.

◆ F_LOWSIG1

#define F_LOWSIG1   V_LOWSIG1(1U)

Definition at line 8048 of file cxgb_regs.h.

◆ F_LOWSIG2

#define F_LOWSIG2   V_LOWSIG2(1U)

Definition at line 8071 of file cxgb_regs.h.

◆ F_LOWSIG3

#define F_LOWSIG3   V_LOWSIG3(1U)

Definition at line 8094 of file cxgb_regs.h.

◆ F_LOWSIGFORCEEN0

#define F_LOWSIGFORCEEN0   V_LOWSIGFORCEEN0(1U)

Definition at line 8017 of file cxgb_regs.h.

◆ F_LOWSIGFORCEEN1

#define F_LOWSIGFORCEEN1   V_LOWSIGFORCEEN1(1U)

Definition at line 8040 of file cxgb_regs.h.

◆ F_LOWSIGFORCEEN2

#define F_LOWSIGFORCEEN2   V_LOWSIGFORCEEN2(1U)

Definition at line 8063 of file cxgb_regs.h.

◆ F_LOWSIGFORCEEN3

#define F_LOWSIGFORCEEN3   V_LOWSIGFORCEEN3(1U)

Definition at line 8086 of file cxgb_regs.h.

◆ F_LOWSIGFORCEVALUE0

#define F_LOWSIGFORCEVALUE0   V_LOWSIGFORCEVALUE0(1U)

Definition at line 8021 of file cxgb_regs.h.

◆ F_LOWSIGFORCEVALUE1

#define F_LOWSIGFORCEVALUE1   V_LOWSIGFORCEVALUE1(1U)

Definition at line 8044 of file cxgb_regs.h.

◆ F_LOWSIGFORCEVALUE2

#define F_LOWSIGFORCEVALUE2   V_LOWSIGFORCEVALUE2(1U)

Definition at line 8067 of file cxgb_regs.h.

◆ F_LOWSIGFORCEVALUE3

#define F_LOWSIGFORCEVALUE3   V_LOWSIGFORCEVALUE3(1U)

Definition at line 8090 of file cxgb_regs.h.

◆ F_LRNVEREN

#define F_LRNVEREN   V_LRNVEREN(1U)

Definition at line 6743 of file cxgb_regs.h.

◆ F_LSO_HDR_SRAM_PERR_SET0

#define F_LSO_HDR_SRAM_PERR_SET0   V_LSO_HDR_SRAM_PERR_SET0(1U)

Definition at line 5530 of file cxgb_regs.h.

◆ F_LSO_HDR_SRAM_PERR_SET1

#define F_LSO_HDR_SRAM_PERR_SET1   V_LSO_HDR_SRAM_PERR_SET1(1U)

Definition at line 5526 of file cxgb_regs.h.

◆ F_M_LOCK

#define F_M_LOCK   V_M_LOCK(1U)

Definition at line 2312 of file cxgb_regs.h.

◆ F_M_LOCK_ACT_LOW

#define F_M_LOCK_ACT_LOW   V_M_LOCK_ACT_LOW(1U)

Definition at line 2474 of file cxgb_regs.h.

◆ F_M_OCLK_EN

#define F_M_OCLK_EN   V_M_OCLK_EN(1U)

Definition at line 2410 of file cxgb_regs.h.

◆ F_MAC_RESET_

#define F_MAC_RESET_   V_MAC_RESET_(1U)

Definition at line 7578 of file cxgb_regs.h.

◆ F_MALTLP

#define F_MALTLP   V_MALTLP(1U)

Definition at line 1398 of file cxgb_regs.h.

◆ F_MANBEACONTXEN

#define F_MANBEACONTXEN   V_MANBEACONTXEN(1U)

Definition at line 1732 of file cxgb_regs.h.

◆ F_MANEN

#define F_MANEN   V_MANEN(1U)

Definition at line 1527 of file cxgb_regs.h.

◆ F_MANFMOFFSETEN

#define F_MANFMOFFSETEN   V_MANFMOFFSETEN(1U)

Definition at line 1761 of file cxgb_regs.h.

◆ F_MANL1PWRDN

#define F_MANL1PWRDN   V_MANL1PWRDN(1U)

Definition at line 1748 of file cxgb_regs.h.

◆ F_MANL2PWRDN

#define F_MANL2PWRDN   V_MANL2PWRDN(1U)

Definition at line 1589 of file cxgb_regs.h.

◆ F_MANLANEEN

#define F_MANLANEEN   V_MANLANEEN(1U)

Definition at line 1765 of file cxgb_regs.h.

◆ F_MANMODE

#define F_MANMODE   V_MANMODE(1U)

Definition at line 1486 of file cxgb_regs.h.

◆ F_MANQUADEN

#define F_MANQUADEN   V_MANQUADEN(1U)

Definition at line 1593 of file cxgb_regs.h.

◆ F_MANRESET

#define F_MANRESET   V_MANRESET(1U)

Definition at line 1752 of file cxgb_regs.h.

◆ F_MANRESETPLL

#define F_MANRESETPLL   V_MANRESETPLL(1U)

Definition at line 1585 of file cxgb_regs.h.

◆ F_MANRXDETECTEN

#define F_MANRXDETECTEN   V_MANRXDETECTEN(1U)

Definition at line 1736 of file cxgb_regs.h.

◆ F_MANRXEN

#define F_MANRXEN   V_MANRXEN(1U)

Definition at line 1523 of file cxgb_regs.h.

◆ F_MANRXIDLEEN

#define F_MANRXIDLEEN   V_MANRXIDLEEN(1U)

Definition at line 1744 of file cxgb_regs.h.

◆ F_MANRXPOLARITY

#define F_MANRXPOLARITY   V_MANRXPOLARITY(1U)

Definition at line 1507 of file cxgb_regs.h.

◆ F_MANRXRST

#define F_MANRXRST   V_MANRXRST(1U)

Definition at line 1515 of file cxgb_regs.h.

◆ F_MANRXTERMEN

#define F_MANRXTERMEN   V_MANRXTERMEN(1U)

Definition at line 1728 of file cxgb_regs.h.

◆ F_MANTXBEACON

#define F_MANTXBEACON   V_MANTXBEACON(1U)

Definition at line 1499 of file cxgb_regs.h.

◆ F_MANTXEI

#define F_MANTXEI   V_MANTXEI(1U)

Definition at line 1503 of file cxgb_regs.h.

◆ F_MANTXEN

#define F_MANTXEN   V_MANTXEN(1U)

Definition at line 1519 of file cxgb_regs.h.

◆ F_MANTXIDLEEN

#define F_MANTXIDLEEN   V_MANTXIDLEEN(1U)

Definition at line 1740 of file cxgb_regs.h.

◆ F_MANTXRECDETEN

#define F_MANTXRECDETEN   V_MANTXRECDETEN(1U)

Definition at line 1495 of file cxgb_regs.h.

◆ F_MANTXRST

#define F_MANTXRST   V_MANTXRST(1U)

Definition at line 1511 of file cxgb_regs.h.

◆ F_MBUSEN

#define F_MBUSEN   V_MBUSEN(1U)

Definition at line 6655 of file cxgb_regs.h.

◆ F_MC5_TERM150

#define F_MC5_TERM150   V_MC5_TERM150(1U)

Definition at line 6510 of file cxgb_regs.h.

◆ F_MC5A

#define F_MC5A   V_MC5A(1U)

Definition at line 6393 of file cxgb_regs.h.

◆ F_MC7_CM

#define F_MC7_CM   V_MC7_CM(1U)

Definition at line 6445 of file cxgb_regs.h.

◆ F_MC7_PMRX

#define F_MC7_PMRX   V_MC7_PMRX(1U)

Definition at line 6453 of file cxgb_regs.h.

◆ F_MC7_PMTX

#define F_MC7_PMTX   V_MC7_PMTX(1U)

Definition at line 6449 of file cxgb_regs.h.

◆ F_MDIEN

#define F_MDIEN   V_MDIEN(1U)

Definition at line 6296 of file cxgb_regs.h.

◆ F_MDIINV

#define F_MDIINV   V_MDIINV(1U)

Definition at line 6292 of file cxgb_regs.h.

◆ F_MI1

#define F_MI1   V_MI1(1U)

Definition at line 6409 of file cxgb_regs.h.

◆ F_MISS

#define F_MISS   V_MISS(1U)

Definition at line 6844 of file cxgb_regs.h.

◆ F_MODULATEUNIONMODE

#define F_MODULATEUNIONMODE   V_MODULATEUNIONMODE(1U)

Definition at line 3809 of file cxgb_regs.h.

◆ F_MPS0

#define F_MPS0   V_MPS0(1U)

Definition at line 6417 of file cxgb_regs.h.

◆ F_MSTBUSYSTS

#define F_MSTBUSYSTS   V_MSTBUSYSTS(1U)

Definition at line 6085 of file cxgb_regs.h.

◆ F_MSTCTLEN

#define F_MSTCTLEN   V_MSTCTLEN(1U)

Definition at line 6069 of file cxgb_regs.h.

◆ F_MSTDETPARERR

#define F_MSTDETPARERR   V_MSTDETPARERR(1U)

Definition at line 653 of file cxgb_regs.h.

◆ F_MSTDONEINT

#define F_MSTDONEINT   V_MSTDONEINT(1U)

Definition at line 6211 of file cxgb_regs.h.

◆ F_MSTDONEINTEN

#define F_MSTDONEINTEN   V_MSTDONEINTEN(1U)

Definition at line 6177 of file cxgb_regs.h.

◆ F_MSTFIFODBG

#define F_MSTFIFODBG   V_MSTFIFODBG(1U)

Definition at line 6047 of file cxgb_regs.h.

◆ F_MSTFIFODBGCLR

#define F_MSTFIFODBGCLR   V_MSTFIFODBGCLR(1U)

Definition at line 6051 of file cxgb_regs.h.

◆ F_MSTLOSTARBINT

#define F_MSTLOSTARBINT   V_MSTLOSTARBINT(1U)

Definition at line 6207 of file cxgb_regs.h.

◆ F_MSTLOSTARBINTEN

#define F_MSTLOSTARBINTEN   V_MSTLOSTARBINTEN(1U)

Definition at line 6173 of file cxgb_regs.h.

◆ F_MSTNACKINT

#define F_MSTNACKINT   V_MSTNACKINT(1U)

Definition at line 6203 of file cxgb_regs.h.

◆ F_MSTNACKINTEN

#define F_MSTNACKINTEN   V_MSTNACKINTEN(1U)

Definition at line 6169 of file cxgb_regs.h.

◆ F_MSTPLINT

#define F_MSTPLINT   V_MSTPLINT(1U)

Definition at line 3312 of file cxgb_regs.h.

◆ F_MSTPLINTEN

#define F_MSTPLINTEN   V_MSTPLINTEN(1U)

Definition at line 3306 of file cxgb_regs.h.

◆ F_MSTRESET

#define F_MSTRESET   V_MSTRESET(1U)

Definition at line 6065 of file cxgb_regs.h.

◆ F_MSTTIMEOUTINT

#define F_MSTTIMEOUTINT   V_MSTTIMEOUTINT(1U)

Definition at line 6199 of file cxgb_regs.h.

◆ F_MSTTIMEOUTINTEN

#define F_MSTTIMEOUTINTEN   V_MSTTIMEOUTINTEN(1U)

Definition at line 6165 of file cxgb_regs.h.

◆ F_MTUENABLE

#define F_MTUENABLE   V_MTUENABLE(1U)

Definition at line 3705 of file cxgb_regs.h.

◆ F_NEWNOTIFY

#define F_NEWNOTIFY   V_NEWNOTIFY(1U)

Definition at line 57 of file cxgb_regs.h.

◆ F_NFASRCHFAIL

#define F_NFASRCHFAIL   V_NFASRCHFAIL(1U)

Definition at line 6824 of file cxgb_regs.h.

◆ F_NICMODE

#define F_NICMODE   V_NICMODE(1U)

Definition at line 3481 of file cxgb_regs.h.

◆ F_NON0PAUSERCVD

#define F_NON0PAUSERCVD   V_NON0PAUSERCVD(1U)

Definition at line 7246 of file cxgb_regs.h.

◆ F_OBQDBGBUSY

#define F_OBQDBGBUSY   V_OBQDBGBUSY(1U)

Definition at line 3396 of file cxgb_regs.h.

◆ F_OBQDBGEN

#define F_OBQDBGEN   V_OBQDBGEN(1U)

Definition at line 3400 of file cxgb_regs.h.

◆ F_OBQDBGWR

#define F_OBQDBGWR   V_OBQDBGWR(1U)

Definition at line 3392 of file cxgb_regs.h.

◆ F_OBQSGEPARERR

#define F_OBQSGEPARERR   V_OBQSGEPARERR(1U)

Definition at line 3158 of file cxgb_regs.h.

◆ F_OBQULPHIPARERR

#define F_OBQULPHIPARERR   V_OBQULPHIPARERR(1U)

Definition at line 3154 of file cxgb_regs.h.

◆ F_OBQULPLOPARERR

#define F_OBQULPLOPARERR   V_OBQULPLOPARERR(1U)

Definition at line 3150 of file cxgb_regs.h.

◆ F_OCDADJUSTMODE

#define F_OCDADJUSTMODE   V_OCDADJUSTMODE(1U)

Definition at line 2754 of file cxgb_regs.h.

◆ F_OCPARITYERROR

#define F_OCPARITYERROR   V_OCPARITYERROR(1U)

Definition at line 469 of file cxgb_regs.h.

◆ F_OCSPI0_OFIFO2X_TX_FRAMING_ERROR

#define F_OCSPI0_OFIFO2X_TX_FRAMING_ERROR   V_OCSPI0_OFIFO2X_TX_FRAMING_ERROR(1U)

Definition at line 5661 of file cxgb_regs.h.

◆ F_OCSPI0_RX_FRAMING_ERROR

#define F_OCSPI0_RX_FRAMING_ERROR   V_OCSPI0_RX_FRAMING_ERROR(1U)

Definition at line 5645 of file cxgb_regs.h.

◆ F_OCSPI0_TX_FRAMING_ERROR

#define F_OCSPI0_TX_FRAMING_ERROR   V_OCSPI0_TX_FRAMING_ERROR(1U)

Definition at line 5653 of file cxgb_regs.h.

◆ F_OCSPI1_OFIFO2X_TX_FRAMING_ERROR

#define F_OCSPI1_OFIFO2X_TX_FRAMING_ERROR   V_OCSPI1_OFIFO2X_TX_FRAMING_ERROR(1U)

Definition at line 5665 of file cxgb_regs.h.

◆ F_OCSPI1_RX_FRAMING_ERROR

#define F_OCSPI1_RX_FRAMING_ERROR   V_OCSPI1_RX_FRAMING_ERROR(1U)

Definition at line 5649 of file cxgb_regs.h.

◆ F_OCSPI1_TX_FRAMING_ERROR

#define F_OCSPI1_TX_FRAMING_ERROR   V_OCSPI1_TX_FRAMING_ERROR(1U)

Definition at line 5657 of file cxgb_regs.h.

◆ F_ODTEN

#define F_ODTEN   V_ODTEN(1U)

Definition at line 2720 of file cxgb_regs.h.

◆ F_OESPI0_OFIFO2X_TX_FRAMING_ERROR

#define F_OESPI0_OFIFO2X_TX_FRAMING_ERROR   V_OESPI0_OFIFO2X_TX_FRAMING_ERROR(1U)

Definition at line 5736 of file cxgb_regs.h.

◆ F_OESPI0_RX_FRAMING_ERROR

#define F_OESPI0_RX_FRAMING_ERROR   V_OESPI0_RX_FRAMING_ERROR(1U)

Definition at line 5720 of file cxgb_regs.h.

◆ F_OESPI0_TX_FRAMING_ERROR

#define F_OESPI0_TX_FRAMING_ERROR   V_OESPI0_TX_FRAMING_ERROR(1U)

Definition at line 5728 of file cxgb_regs.h.

◆ F_OESPI1_OFIFO2X_TX_FRAMING_ERROR

#define F_OESPI1_OFIFO2X_TX_FRAMING_ERROR   V_OESPI1_OFIFO2X_TX_FRAMING_ERROR(1U)

Definition at line 5740 of file cxgb_regs.h.

◆ F_OESPI1_RX_FRAMING_ERROR

#define F_OESPI1_RX_FRAMING_ERROR   V_OESPI1_RX_FRAMING_ERROR(1U)

Definition at line 5724 of file cxgb_regs.h.

◆ F_OESPI1_TX_FRAMING_ERROR

#define F_OESPI1_TX_FRAMING_ERROR   V_OESPI1_TX_FRAMING_ERROR(1U)

Definition at line 5732 of file cxgb_regs.h.

◆ F_OFD2TUPEN

#define F_OFD2TUPEN   V_OFD2TUPEN(1U)

Definition at line 4499 of file cxgb_regs.h.

◆ F_OFD4TUPEN

#define F_OFD4TUPEN   V_OFD4TUPEN(1U)

Definition at line 4495 of file cxgb_regs.h.

◆ F_OFDLKPEN

#define F_OFDLKPEN   V_OFDLKPEN(1U)

Definition at line 4507 of file cxgb_regs.h.

◆ F_OFDMAPEN

#define F_OFDMAPEN   V_OFDMAPEN(1U)

Definition at line 4503 of file cxgb_regs.h.

◆ F_OFFSETEN

#define F_OFFSETEN   V_OFFSETEN(1U)

Definition at line 1478 of file cxgb_regs.h.

◆ F_ONEINTMULTQ

#define F_ONEINTMULTQ   V_ONEINTMULTQ(1U)

Definition at line 108 of file cxgb_regs.h.

◆ F_ONFLYDDPENABLE

#define F_ONFLYDDPENABLE   V_ONFLYDDPENABLE(1U)

Definition at line 4178 of file cxgb_regs.h.

◆ F_OP

#define F_OP   V_OP(1U)

Definition at line 3009 of file cxgb_regs.h.

◆ F_OPTONEINTMULTQ

#define F_OPTONEINTMULTQ   V_OPTONEINTMULTQ(1U)

Definition at line 65 of file cxgb_regs.h.

◆ F_ORG

#define F_ORG   V_ORG(1U)

Definition at line 2728 of file cxgb_regs.h.

◆ F_OUT_CCPL

#define F_OUT_CCPL   V_OUT_CCPL(1U)

Definition at line 3563 of file cxgb_regs.h.

◆ F_OUT_CETHERNET

#define F_OUT_CETHERNET   V_OUT_CETHERNET(1U)

Definition at line 3567 of file cxgb_regs.h.

◆ F_OUT_ECPL

#define F_OUT_ECPL   V_OUT_ECPL(1U)

Definition at line 3547 of file cxgb_regs.h.

◆ F_OUT_EETHERNET

#define F_OUT_EETHERNET   V_OUT_EETHERNET(1U)

Definition at line 3551 of file cxgb_regs.h.

◆ F_PAGEPODME

#define F_PAGEPODME   V_PAGEPODME(1U)

Definition at line 5380 of file cxgb_regs.h.

◆ F_PARERR

#define F_PARERR   V_PARERR(1U)

Definition at line 5426 of file cxgb_regs.h.

◆ F_PARERRDATA

#define F_PARERRDATA   V_PARERRDATA(1U)

Definition at line 5422 of file cxgb_regs.h.

◆ F_PARERRPCMD

#define F_PARERRPCMD   V_PARERRPCMD(1U)

Definition at line 5418 of file cxgb_regs.h.

◆ F_PARITYERR

#define F_PARITYERR   V_PARITYERR(1U)

Definition at line 6832 of file cxgb_regs.h.

◆ F_PATDETECTED

#define F_PATDETECTED   V_PATDETECTED(1U)

Definition at line 8354 of file cxgb_regs.h.

◆ F_PATHMTU

#define F_PATHMTU   V_PATHMTU(1U)

Definition at line 3611 of file cxgb_regs.h.

◆ F_PAUSECNTRTIMEOUT

#define F_PAUSECNTRTIMEOUT   V_PAUSECNTRTIMEOUT(1U)

Definition at line 7242 of file cxgb_regs.h.

◆ F_PAUSEFRAMETXMT

#define F_PAUSEFRAMETXMT   V_PAUSEFRAMETXMT(1U)

Definition at line 7238 of file cxgb_regs.h.

◆ F_PAUSESLOWTIMEREN

#define F_PAUSESLOWTIMEREN   V_PAUSESLOWTIMEREN(1U)

Definition at line 7388 of file cxgb_regs.h.

◆ F_PBL_BOUND_ERR_CH0

#define F_PBL_BOUND_ERR_CH0   V_PBL_BOUND_ERR_CH0(1U)

Definition at line 5546 of file cxgb_regs.h.

◆ F_PBL_BOUND_ERR_CH1

#define F_PBL_BOUND_ERR_CH1   V_PBL_BOUND_ERR_CH1(1U)

Definition at line 5542 of file cxgb_regs.h.

◆ F_PCIE_BGENB

#define F_PCIE_BGENB   V_PCIE_BGENB(1U)

Definition at line 1536 of file cxgb_regs.h.

◆ F_PCIE_CFPARERR

#define F_PCIE_CFPARERR   V_PCIE_CFPARERR(1U)

Definition at line 977 of file cxgb_regs.h.

◆ F_PCIE_CLIDECEN

#define F_PCIE_CLIDECEN   V_PCIE_CLIDECEN(1U)

Definition at line 1060 of file cxgb_regs.h.

◆ F_PCIE_DMASTOPEN

#define F_PCIE_DMASTOPEN   V_PCIE_DMASTOPEN(1U)

Definition at line 1028 of file cxgb_regs.h.

◆ F_PCIE_EN8B10B

#define F_PCIE_EN8B10B   V_PCIE_EN8B10B(1U)

Definition at line 1548 of file cxgb_regs.h.

◆ F_PCIE_ENCOMMA

#define F_PCIE_ENCOMMA   V_PCIE_ENCOMMA(1U)

Definition at line 1544 of file cxgb_regs.h.

◆ F_PCIE_ENELBUF

#define F_PCIE_ENELBUF   V_PCIE_ENELBUF(1U)

Definition at line 1552 of file cxgb_regs.h.

◆ F_PCIE_ENSKPDROP

#define F_PCIE_ENSKPDROP   V_PCIE_ENSKPDROP(1U)

Definition at line 1540 of file cxgb_regs.h.

◆ F_PCIE_LOCK

#define F_PCIE_LOCK   V_PCIE_LOCK(1U)

Definition at line 2440 of file cxgb_regs.h.

◆ F_PCIE_OCLK_EN

#define F_PCIE_OCLK_EN   V_PCIE_OCLK_EN(1U)

Definition at line 2390 of file cxgb_regs.h.

◆ F_PCIE_PIOPARERR

#define F_PCIE_PIOPARERR   V_PCIE_PIOPARERR(1U)

Definition at line 989 of file cxgb_regs.h.

◆ F_PCIE_RFPARERR

#define F_PCIE_RFPARERR   V_PCIE_RFPARERR(1U)

Definition at line 981 of file cxgb_regs.h.

◆ F_PCIE_RXADDSKIPLANE0

#define F_PCIE_RXADDSKIPLANE0   V_PCIE_RXADDSKIPLANE0(1U)

Definition at line 2036 of file cxgb_regs.h.

◆ F_PCIE_RXADDSKIPLANE1

#define F_PCIE_RXADDSKIPLANE1   V_PCIE_RXADDSKIPLANE1(1U)

Definition at line 2032 of file cxgb_regs.h.

◆ F_PCIE_RXADDSKIPLANE2

#define F_PCIE_RXADDSKIPLANE2   V_PCIE_RXADDSKIPLANE2(1U)

Definition at line 2028 of file cxgb_regs.h.

◆ F_PCIE_RXADDSKIPLANE3

#define F_PCIE_RXADDSKIPLANE3   V_PCIE_RXADDSKIPLANE3(1U)

Definition at line 2024 of file cxgb_regs.h.

◆ F_PCIE_RXKLOCKLANE0

#define F_PCIE_RXKLOCKLANE0   V_PCIE_RXKLOCKLANE0(1U)

Definition at line 1807 of file cxgb_regs.h.

◆ F_PCIE_RXKLOCKLANE1

#define F_PCIE_RXKLOCKLANE1   V_PCIE_RXKLOCKLANE1(1U)

Definition at line 1803 of file cxgb_regs.h.

◆ F_PCIE_RXKLOCKLANE2

#define F_PCIE_RXKLOCKLANE2   V_PCIE_RXKLOCKLANE2(1U)

Definition at line 1799 of file cxgb_regs.h.

◆ F_PCIE_RXKLOCKLANE3

#define F_PCIE_RXKLOCKLANE3   V_PCIE_RXKLOCKLANE3(1U)

Definition at line 1795 of file cxgb_regs.h.

◆ F_PCIE_RXOFLOWLANE0

#define F_PCIE_RXOFLOWLANE0   V_PCIE_RXOFLOWLANE0(1U)

Definition at line 1871 of file cxgb_regs.h.

◆ F_PCIE_RXOFLOWLANE1

#define F_PCIE_RXOFLOWLANE1   V_PCIE_RXOFLOWLANE1(1U)

Definition at line 1867 of file cxgb_regs.h.

◆ F_PCIE_RXOFLOWLANE2

#define F_PCIE_RXOFLOWLANE2   V_PCIE_RXOFLOWLANE2(1U)

Definition at line 1863 of file cxgb_regs.h.

◆ F_PCIE_RXOFLOWLANE3

#define F_PCIE_RXOFLOWLANE3   V_PCIE_RXOFLOWLANE3(1U)

Definition at line 1859 of file cxgb_regs.h.

◆ F_PCIE_RXREMSKIPLANE0

#define F_PCIE_RXREMSKIPLANE0   V_PCIE_RXREMSKIPLANE0(1U)

Definition at line 2004 of file cxgb_regs.h.

◆ F_PCIE_RXREMSKIPLANE1

#define F_PCIE_RXREMSKIPLANE1   V_PCIE_RXREMSKIPLANE1(1U)

Definition at line 2000 of file cxgb_regs.h.

◆ F_PCIE_RXREMSKIPLANE2

#define F_PCIE_RXREMSKIPLANE2   V_PCIE_RXREMSKIPLANE2(1U)

Definition at line 1996 of file cxgb_regs.h.

◆ F_PCIE_RXREMSKIPLANE3

#define F_PCIE_RXREMSKIPLANE3   V_PCIE_RXREMSKIPLANE3(1U)

Definition at line 1992 of file cxgb_regs.h.

◆ F_PCIE_RXUFLOWLANE0

#define F_PCIE_RXUFLOWLANE0   V_PCIE_RXUFLOWLANE0(1U)

Definition at line 1839 of file cxgb_regs.h.

◆ F_PCIE_RXUFLOWLANE1

#define F_PCIE_RXUFLOWLANE1   V_PCIE_RXUFLOWLANE1(1U)

Definition at line 1835 of file cxgb_regs.h.

◆ F_PCIE_RXUFLOWLANE2

#define F_PCIE_RXUFLOWLANE2   V_PCIE_RXUFLOWLANE2(1U)

Definition at line 1831 of file cxgb_regs.h.

◆ F_PCIE_RXUFLOWLANE3

#define F_PCIE_RXUFLOWLANE3   V_PCIE_RXUFLOWLANE3(1U)

Definition at line 1827 of file cxgb_regs.h.

◆ F_PCIE_WFPARERR

#define F_PCIE_WFPARERR   V_PCIE_WFPARERR(1U)

Definition at line 985 of file cxgb_regs.h.

◆ F_PCIE_ZINSEL

#define F_PCIE_ZINSEL   V_PCIE_ZINSEL(1U)

Definition at line 1204 of file cxgb_regs.h.

◆ F_PCIM0

#define F_PCIM0   V_PCIM0(1U)

Definition at line 6457 of file cxgb_regs.h.

◆ F_PCIMODELOOP

#define F_PCIMODELOOP   V_PCIMODELOOP(1U)

Definition at line 1317 of file cxgb_regs.h.

◆ F_PCIRELAX

#define F_PCIRELAX   V_PCIRELAX(1U)

Definition at line 95 of file cxgb_regs.h.

◆ F_PCIX_LOCK

#define F_PCIX_LOCK   V_PCIX_LOCK(1U)

Definition at line 2420 of file cxgb_regs.h.

◆ F_PCIX_OCLK_EN

#define F_PCIX_OCLK_EN   V_PCIX_OCLK_EN(1U)

Definition at line 2398 of file cxgb_regs.h.

◆ F_PCLKDETECT

#define F_PCLKDETECT   V_PCLKDETECT(1U)

Definition at line 1655 of file cxgb_regs.h.

◆ F_PCLKOFFINP1

#define F_PCLKOFFINP1   V_PCLKOFFINP1(1U)

Definition at line 1462 of file cxgb_regs.h.

◆ F_PCLKREQINP1

#define F_PCLKREQINP1   V_PCLKREQINP1(1U)

Definition at line 1458 of file cxgb_regs.h.

◆ F_PCLKTREE_DBG_EN

#define F_PCLKTREE_DBG_EN   V_PCLKTREE_DBG_EN(1U)

Definition at line 2394 of file cxgb_regs.h.

◆ F_PCMDMUXPERR

#define F_PCMDMUXPERR   V_PCMDMUXPERR(1U)

Definition at line 5402 of file cxgb_regs.h.

◆ F_PCS_NOTALIGNED

#define F_PCS_NOTALIGNED   V_PCS_NOTALIGNED(1U)

Definition at line 8333 of file cxgb_regs.h.

◆ F_PCS_RESET_

#define F_PCS_RESET_   V_PCS_RESET_(1U)

Definition at line 7574 of file cxgb_regs.h.

◆ F_PE_LOCK

#define F_PE_LOCK   V_PE_LOCK(1U)

Definition at line 2376 of file cxgb_regs.h.

◆ F_PE_LOCK_ACT_LOW

#define F_PE_LOCK_ACT_LOW   V_PE_LOCK_ACT_LOW(1U)

Definition at line 2538 of file cxgb_regs.h.

◆ F_PE_RBC_DBG_EN

#define F_PE_RBC_DBG_EN   V_PE_RBC_DBG_EN(1U)

Definition at line 2464 of file cxgb_regs.h.

◆ F_PE_REFCLK_DBG_EN

#define F_PE_REFCLK_DBG_EN   V_PE_REFCLK_DBG_EN(1U)

Definition at line 2582 of file cxgb_regs.h.

◆ F_PE_REFCLK_PD

#define F_PE_REFCLK_PD   V_PE_REFCLK_PD(1U)

Definition at line 2595 of file cxgb_regs.h.

◆ F_PER_CAL_EN

#define F_PER_CAL_EN   V_PER_CAL_EN(1U)

Definition at line 2901 of file cxgb_regs.h.

◆ F_PERCALEN

#define F_PERCALEN   V_PERCALEN(1U)

Definition at line 739 of file cxgb_regs.h.

◆ F_PERREFEN

#define F_PERREFEN   V_PERREFEN(1U)

Definition at line 2790 of file cxgb_regs.h.

◆ F_PEXERR

#define F_PEXERR   V_PEXERR(1U)

Definition at line 1021 of file cxgb_regs.h.

◆ F_PEXMSG

#define F_PEXMSG   V_PEXMSG(1U)

Definition at line 1013 of file cxgb_regs.h.

◆ F_PHYFRAMECOMPLETE

#define F_PHYFRAMECOMPLETE   V_PHYFRAMECOMPLETE(1U)

Definition at line 7234 of file cxgb_regs.h.

◆ F_PHYRCVERR

#define F_PHYRCVERR   V_PHYRCVERR(1U)

Definition at line 1382 of file cxgb_regs.h.

◆ F_PINGDROP

#define F_PINGDROP   V_PINGDROP(1U)

Definition at line 3598 of file cxgb_regs.h.

◆ F_PIO_READY

#define F_PIO_READY   V_PIO_READY(1U)

Definition at line 7630 of file cxgb_regs.h.

◆ F_PIO_RSPPND

#define F_PIO_RSPPND   V_PIO_RSPPND(1U)

Definition at line 872 of file cxgb_regs.h.

◆ F_PIO_WRRD

#define F_PIO_WRRD   V_PIO_WRRD(1U)

Definition at line 7634 of file cxgb_regs.h.

◆ F_PIOACK64EN

#define F_PIOACK64EN   V_PIOACK64EN(1U)

Definition at line 704 of file cxgb_regs.h.

◆ F_PIOPARERR

#define F_PIOPARERR   V_PIOPARERR(1U)

Definition at line 609 of file cxgb_regs.h.

◆ F_PLL_C_LOCK

#define F_PLL_C_LOCK   V_PLL_C_LOCK(1U)

Definition at line 2436 of file cxgb_regs.h.

◆ F_PLL_M_LOCK

#define F_PLL_M_LOCK   V_PLL_M_LOCK(1U)

Definition at line 2432 of file cxgb_regs.h.

◆ F_PLL_R_LOCK

#define F_PLL_R_LOCK   V_PLL_R_LOCK(1U)

Definition at line 2428 of file cxgb_regs.h.

◆ F_PLL_U_LOCK

#define F_PLL_U_LOCK   V_PLL_U_LOCK(1U)

Definition at line 2424 of file cxgb_regs.h.

◆ F_PM1_RX

#define F_PM1_RX   V_PM1_RX(1U)

Definition at line 6425 of file cxgb_regs.h.

◆ F_PM1_TX

#define F_PM1_TX   V_PM1_TX(1U)

Definition at line 6421 of file cxgb_regs.h.

◆ F_PMASEL

#define F_PMASEL   V_PMASEL(1U)

Definition at line 1428 of file cxgb_regs.h.

◆ F_PMEXITL1REQ

#define F_PMEXITL1REQ   V_PMEXITL1REQ(1U)

Definition at line 1309 of file cxgb_regs.h.

◆ F_PMON_AUTO

#define F_PMON_AUTO   V_PMON_AUTO(1U)

Definition at line 2576 of file cxgb_regs.h.

◆ F_PMON_DONE

#define F_PMON_DONE   V_PMON_DONE(1U)

Definition at line 2544 of file cxgb_regs.h.

◆ F_PMON_FAIL

#define F_PMON_FAIL   V_PMON_FAIL(1U)

Definition at line 2548 of file cxgb_regs.h.

◆ F_PMON_MANUAL

#define F_PMON_MANUAL   V_PMON_MANUAL(1U)

Definition at line 2572 of file cxgb_regs.h.

◆ F_PMSTCHNG

#define F_PMSTCHNG   V_PMSTCHNG(1U)

Definition at line 1009 of file cxgb_regs.h.

◆ F_PMTXIDLE

#define F_PMTXIDLE   V_PMTXIDLE(1U)

Definition at line 1313 of file cxgb_regs.h.

◆ F_PORT0ACTIVE

#define F_PORT0ACTIVE   V_PORT0ACTIVE(1U)

Definition at line 5798 of file cxgb_regs.h.

◆ F_PORT1ACTIVE

#define F_PORT1ACTIVE   V_PORT1ACTIVE(1U)

Definition at line 5794 of file cxgb_regs.h.

◆ F_PORTEN

#define F_PORTEN   V_PORTEN(1U)

Definition at line 2104 of file cxgb_regs.h.

◆ F_POVEREN

#define F_POVEREN   V_POVEREN(1U)

Definition at line 6747 of file cxgb_regs.h.

◆ F_PREEN

#define F_PREEN   V_PREEN(1U)

Definition at line 6288 of file cxgb_regs.h.

◆ F_PREFDROPINT

#define F_PREFDROPINT   V_PREFDROPINT(1U)

Definition at line 3248 of file cxgb_regs.h.

◆ F_PREFDROPINTEN

#define F_PREFDROPINTEN   V_PREFDROPINTEN(1U)

Definition at line 3182 of file cxgb_regs.h.

◆ F_PRIMARYPORTENABLE

#define F_PRIMARYPORTENABLE   V_PRIMARYPORTENABLE(1U)

Definition at line 5095 of file cxgb_regs.h.

◆ F_PRIORITY_CH

#define F_PRIORITY_CH   V_PRIORITY_CH(1U)

Definition at line 5607 of file cxgb_regs.h.

◆ F_PRIORITYINTA

#define F_PRIORITYINTA   V_PRIORITYINTA(1U)

Definition at line 1032 of file cxgb_regs.h.

◆ F_PROTECTEDMODE

#define F_PROTECTEDMODE   V_PROTECTEDMODE(1U)

Definition at line 3594 of file cxgb_regs.h.

◆ F_PROTOCOLSRAMPERR

#define F_PROTOCOLSRAMPERR   V_PROTOCOLSRAMPERR(1U)

Definition at line 4773 of file cxgb_regs.h.

◆ F_PRTYEN

#define F_PRTYEN   V_PRTYEN(1U)

Definition at line 6651 of file cxgb_regs.h.

◆ F_PSNCPL

#define F_PSNCPL   V_PSNCPL(1U)

Definition at line 1422 of file cxgb_regs.h.

◆ F_PSNREQ

#define F_PSNREQ   V_PSNREQ(1U)

Definition at line 1410 of file cxgb_regs.h.

◆ F_PUSHTIMERENABLE

#define F_PUSHTIMERENABLE   V_PUSHTIMERENABLE(1U)

Definition at line 4186 of file cxgb_regs.h.

◆ F_PW

#define F_PW   V_PW(1U)

Definition at line 1651 of file cxgb_regs.h.

◆ F_PWRDN0

#define F_PWRDN0   V_PWRDN0(1U)

Definition at line 7776 of file cxgb_regs.h.

◆ F_PWRDN1

#define F_PWRDN1   V_PWRDN1(1U)

Definition at line 7772 of file cxgb_regs.h.

◆ F_PWRDN2

#define F_PWRDN2   V_PWRDN2(1U)

Definition at line 7768 of file cxgb_regs.h.

◆ F_PWRDN3

#define F_PWRDN3   V_PWRDN3(1U)

Definition at line 7764 of file cxgb_regs.h.

◆ F_PX_LOCK

#define F_PX_LOCK   V_PX_LOCK(1U)

Definition at line 2324 of file cxgb_regs.h.

◆ F_PX_LOCK_ACT_LOW

#define F_PX_LOCK_ACT_LOW   V_PX_LOCK_ACT_LOW(1U)

Definition at line 2486 of file cxgb_regs.h.

◆ F_QOSMAPPING

#define F_QOSMAPPING   V_QOSMAPPING(1U)

Definition at line 3631 of file cxgb_regs.h.

◆ F_R_LOCK

#define F_R_LOCK   V_R_LOCK(1U)

Definition at line 2320 of file cxgb_regs.h.

◆ F_R_LOCK_ACT_LOW

#define F_R_LOCK_ACT_LOW   V_R_LOCK_ACT_LOW(1U)

Definition at line 2482 of file cxgb_regs.h.

◆ F_R_OCLK_EN

#define F_R_OCLK_EN   V_R_OCLK_EN(1U)

Definition at line 2406 of file cxgb_regs.h.

◆ F_R_REQ_FRAMINGERROR

#define F_R_REQ_FRAMINGERROR   V_R_REQ_FRAMINGERROR(1U)

Definition at line 477 of file cxgb_regs.h.

◆ F_RAMWR

#define F_RAMWR   V_RAMWR(1U)

Definition at line 6703 of file cxgb_regs.h.

◆ F_RCPARITYERROR

#define F_RCPARITYERROR   V_RCPARITYERROR(1U)

Definition at line 465 of file cxgb_regs.h.

◆ F_RCVMSTABT

#define F_RCVMSTABT   V_RCVMSTABT(1U)

Definition at line 641 of file cxgb_regs.h.

◆ F_RCVSPLCMPERR

#define F_RCVSPLCMPERR   V_RCVSPLCMPERR(1U)

Definition at line 621 of file cxgb_regs.h.

◆ F_RCVTARABT

#define F_RCVTARABT   V_RCVTARABT(1U)

Definition at line 645 of file cxgb_regs.h.

◆ F_RDDPCONGEN

#define F_RDDPCONGEN   V_RDDPCONGEN(1U)

Definition at line 3797 of file cxgb_regs.h.

◆ F_RDMA_PERMISSIVE_MODE

#define F_RDMA_PERMISSIVE_MODE   V_RDMA_PERMISSIVE_MODE(1U)

Definition at line 5376 of file cxgb_regs.h.

◆ F_RDY

#define F_RDY   V_RDY(1U)

Definition at line 2737 of file cxgb_regs.h.

◆ F_READ

#define F_READ   V_READ(1U)

Definition at line 6530 of file cxgb_regs.h.

◆ F_READSNPSHOT

#define F_READSNPSHOT   V_READSNPSHOT(1U)

Definition at line 7282 of file cxgb_regs.h.

◆ F_REPLAYROLLOVER

#define F_REPLAYROLLOVER   V_REPLAYROLLOVER(1U)

Definition at line 1362 of file cxgb_regs.h.

◆ F_REPLAYTIMEOUT

#define F_REPLAYTIMEOUT   V_REPLAYTIMEOUT(1U)

Definition at line 1358 of file cxgb_regs.h.

◆ F_REQQPARERR

#define F_REQQPARERR   V_REQQPARERR(1U)

Definition at line 6804 of file cxgb_regs.h.

◆ F_RESET0

#define F_RESET0   V_RESET0(1U)

Definition at line 7760 of file cxgb_regs.h.

◆ F_RESET1

#define F_RESET1   V_RESET1(1U)

Definition at line 7756 of file cxgb_regs.h.

◆ F_RESET2

#define F_RESET2   V_RESET2(1U)

Definition at line 7752 of file cxgb_regs.h.

◆ F_RESET3

#define F_RESET3   V_RESET3(1U)

Definition at line 7748 of file cxgb_regs.h.

◆ F_RESETPLL01

#define F_RESETPLL01   V_RESETPLL01(1U)

Definition at line 7784 of file cxgb_regs.h.

◆ F_RESETPLL23

#define F_RESETPLL23   V_RESETPLL23(1U)

Definition at line 7780 of file cxgb_regs.h.

◆ F_RESPONSEQ

#define F_RESPONSEQ   V_RESPONSEQ(1U)

Definition at line 180 of file cxgb_regs.h.

◆ F_RETRYBUFPARERR

#define F_RETRYBUFPARERR   V_RETRYBUFPARERR(1U)

Definition at line 968 of file cxgb_regs.h.

◆ F_RETRYLUTPARERR

#define F_RETRYLUTPARERR   V_RETRYLUTPARERR(1U)

Definition at line 964 of file cxgb_regs.h.

◆ F_REWRITEFORCETOSIZE

#define F_REWRITEFORCETOSIZE   V_REWRITEFORCETOSIZE(1U)

Definition at line 5335 of file cxgb_regs.h.

◆ F_RF_ACTEMPTY

#define F_RF_ACTEMPTY   V_RF_ACTEMPTY(1U)

Definition at line 1160 of file cxgb_regs.h.

◆ F_RF_REQFIFOEMPTY

#define F_RF_REQFIFOEMPTY   V_RF_REQFIFOEMPTY(1U)

Definition at line 1156 of file cxgb_regs.h.

◆ F_RF_RSPFIFOEMPTY

#define F_RF_RSPFIFOEMPTY   V_RF_RSPFIFOEMPTY(1U)

Definition at line 1152 of file cxgb_regs.h.

◆ F_RFREQFIFOEMPTY

#define F_RFREQFIFOEMPTY   V_RFREQFIFOEMPTY(1U)

Definition at line 847 of file cxgb_regs.h.

◆ F_RFRESPFIFOEMPTY

#define F_RFRESPFIFOEMPTY   V_RFRESPFIFOEMPTY(1U)

Definition at line 843 of file cxgb_regs.h.

◆ F_RGMII_RESET_

#define F_RGMII_RESET_   V_RGMII_RESET_(1U)

Definition at line 7570 of file cxgb_regs.h.

◆ F_RGMIILINKSTSCHANGE

#define F_RGMIILINKSTSCHANGE   V_RGMIILINKSTSCHANGE(1U)

Definition at line 7701 of file cxgb_regs.h.

◆ F_RGMIIRXFIFOOVERFLOW

#define F_RGMIIRXFIFOOVERFLOW   V_RGMIIRXFIFOOVERFLOW(1U)

Definition at line 7649 of file cxgb_regs.h.

◆ F_RGMIIRXFIFOUNDERFLOW

#define F_RGMIIRXFIFOUNDERFLOW   V_RGMIIRXFIFOUNDERFLOW(1U)

Definition at line 7653 of file cxgb_regs.h.

◆ F_RMFCS

#define F_RMFCS   V_RMFCS(1U)

Definition at line 7158 of file cxgb_regs.h.

◆ F_ROUND_ROBIN

#define F_ROUND_ROBIN   V_ROUND_ROBIN(1U)

Definition at line 5372 of file cxgb_regs.h.

◆ F_ROUTINGHIT

#define F_ROUTINGHIT   V_ROUTINGHIT(1U)

Definition at line 6848 of file cxgb_regs.h.

◆ F_RQFEEDBACKENABLE

#define F_RQFEEDBACKENABLE   V_RQFEEDBACKENABLE(1U)

Definition at line 4536 of file cxgb_regs.h.

◆ F_RRCPLMAPEN

#define F_RRCPLMAPEN   V_RRCPLMAPEN(1U)

Definition at line 4527 of file cxgb_regs.h.

◆ F_RSPQ0DISABLED

#define F_RSPQ0DISABLED   V_RSPQ0DISABLED(1U)

Definition at line 291 of file cxgb_regs.h.

◆ F_RSPQ0STARVED

#define F_RSPQ0STARVED   V_RSPQ0STARVED(1U)

Definition at line 254 of file cxgb_regs.h.

◆ F_RSPQ1DISABLED

#define F_RSPQ1DISABLED   V_RSPQ1DISABLED(1U)

Definition at line 295 of file cxgb_regs.h.

◆ F_RSPQ1STARVED

#define F_RSPQ1STARVED   V_RSPQ1STARVED(1U)

Definition at line 258 of file cxgb_regs.h.

◆ F_RSPQ2DISABLED

#define F_RSPQ2DISABLED   V_RSPQ2DISABLED(1U)

Definition at line 299 of file cxgb_regs.h.

◆ F_RSPQ2STARVED

#define F_RSPQ2STARVED   V_RSPQ2STARVED(1U)

Definition at line 262 of file cxgb_regs.h.

◆ F_RSPQ3DISABLED

#define F_RSPQ3DISABLED   V_RSPQ3DISABLED(1U)

Definition at line 303 of file cxgb_regs.h.

◆ F_RSPQ3STARVED

#define F_RSPQ3STARVED   V_RSPQ3STARVED(1U)

Definition at line 266 of file cxgb_regs.h.

◆ F_RSPQ4DISABLED

#define F_RSPQ4DISABLED   V_RSPQ4DISABLED(1U)

Definition at line 307 of file cxgb_regs.h.

◆ F_RSPQ4STARVED

#define F_RSPQ4STARVED   V_RSPQ4STARVED(1U)

Definition at line 270 of file cxgb_regs.h.

◆ F_RSPQ5DISABLED

#define F_RSPQ5DISABLED   V_RSPQ5DISABLED(1U)

Definition at line 311 of file cxgb_regs.h.

◆ F_RSPQ5STARVED

#define F_RSPQ5STARVED   V_RSPQ5STARVED(1U)

Definition at line 274 of file cxgb_regs.h.

◆ F_RSPQ6DISABLED

#define F_RSPQ6DISABLED   V_RSPQ6DISABLED(1U)

Definition at line 315 of file cxgb_regs.h.

◆ F_RSPQ6STARVED

#define F_RSPQ6STARVED   V_RSPQ6STARVED(1U)

Definition at line 278 of file cxgb_regs.h.

◆ F_RSPQ7DISABLED

#define F_RSPQ7DISABLED   V_RSPQ7DISABLED(1U)

Definition at line 319 of file cxgb_regs.h.

◆ F_RSPQ7STARVED

#define F_RSPQ7STARVED   V_RSPQ7STARVED(1U)

Definition at line 282 of file cxgb_regs.h.

◆ F_RSPQCREDITOVERFOW

#define F_RSPQCREDITOVERFOW   V_RSPQCREDITOVERFOW(1U)

Definition at line 529 of file cxgb_regs.h.

◆ F_RSPQDISABLED

#define F_RSPQDISABLED   V_RSPQDISABLED(1U)

Definition at line 525 of file cxgb_regs.h.

◆ F_RSPQSTARVE

#define F_RSPQSTARVE   V_RSPQSTARVE(1U)

Definition at line 537 of file cxgb_regs.h.

◆ F_RSTWRMMODE

#define F_RSTWRMMODE   V_RSTWRMMODE(1U)

Definition at line 700 of file cxgb_regs.h.

◆ F_RSVDSPACEINT

#define F_RSVDSPACEINT   V_RSVDSPACEINT(1U)

Definition at line 3300 of file cxgb_regs.h.

◆ F_RSVDSPACEINTEN

#define F_RSVDSPACEINTEN   V_RSVDSPACEINTEN(1U)

Definition at line 3234 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE0

#define F_RXADDSKIPLANE0   V_RXADDSKIPLANE0(1U)

Definition at line 8317 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE1

#define F_RXADDSKIPLANE1   V_RXADDSKIPLANE1(1U)

Definition at line 8313 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE2

#define F_RXADDSKIPLANE2   V_RXADDSKIPLANE2(1U)

Definition at line 8309 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE3

#define F_RXADDSKIPLANE3   V_RXADDSKIPLANE3(1U)

Definition at line 8305 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE4

#define F_RXADDSKIPLANE4   V_RXADDSKIPLANE4(1U)

Definition at line 2020 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE5

#define F_RXADDSKIPLANE5   V_RXADDSKIPLANE5(1U)

Definition at line 2016 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE6

#define F_RXADDSKIPLANE6   V_RXADDSKIPLANE6(1U)

Definition at line 2012 of file cxgb_regs.h.

◆ F_RXADDSKIPLANE7

#define F_RXADDSKIPLANE7   V_RXADDSKIPLANE7(1U)

Definition at line 2008 of file cxgb_regs.h.

◆ F_RXBYTESWAP

#define F_RXBYTESWAP   V_RXBYTESWAP(1U)

Definition at line 7330 of file cxgb_regs.h.

◆ F_RXCOALESCEENABLE

#define F_RXCOALESCEENABLE   V_RXCOALESCEENABLE(1U)

Definition at line 4133 of file cxgb_regs.h.

◆ F_RXCOALESCEPSHEN

#define F_RXCOALESCEPSHEN   V_RXCOALESCEPSHEN(1U)

Definition at line 4137 of file cxgb_regs.h.

◆ F_RXCOMADJ

#define F_RXCOMADJ   V_RXCOMADJ(1U)

Definition at line 1566 of file cxgb_regs.h.

◆ F_RXCONGESTIONMODE

#define F_RXCONGESTIONMODE   V_RXCONGESTIONMODE(1U)

Definition at line 3821 of file cxgb_regs.h.

◆ F_RXDDPOFFINIT

#define F_RXDDPOFFINIT   V_RXDDPOFFINIT(1U)

Definition at line 4174 of file cxgb_regs.h.

◆ F_RXDETECT

#define F_RXDETECT   V_RXDETECT(1U)

Definition at line 1902 of file cxgb_regs.h.

◆ F_RXDETECTCHG

#define F_RXDETECTCHG   V_RXDETECTCHG(1U)

Definition at line 1890 of file cxgb_regs.h.

◆ F_RXEIDLANE0

#define F_RXEIDLANE0   V_RXEIDLANE0(1U)

Definition at line 1972 of file cxgb_regs.h.

◆ F_RXEIDLANE1

#define F_RXEIDLANE1   V_RXEIDLANE1(1U)

Definition at line 1968 of file cxgb_regs.h.

◆ F_RXEIDLANE2

#define F_RXEIDLANE2   V_RXEIDLANE2(1U)

Definition at line 1964 of file cxgb_regs.h.

◆ F_RXEIDLANE3

#define F_RXEIDLANE3   V_RXEIDLANE3(1U)

Definition at line 1960 of file cxgb_regs.h.

◆ F_RXEIDLANE4

#define F_RXEIDLANE4   V_RXEIDLANE4(1U)

Definition at line 1956 of file cxgb_regs.h.

◆ F_RXEIDLANE5

#define F_RXEIDLANE5   V_RXEIDLANE5(1U)

Definition at line 1952 of file cxgb_regs.h.

◆ F_RXEIDLANE6

#define F_RXEIDLANE6   V_RXEIDLANE6(1U)

Definition at line 1948 of file cxgb_regs.h.

◆ F_RXEIDLANE7

#define F_RXEIDLANE7   V_RXEIDLANE7(1U)

Definition at line 1944 of file cxgb_regs.h.

◆ F_RXEN

#define F_RXEN   V_RXEN(1U)

Definition at line 7128 of file cxgb_regs.h.

◆ F_RXENABLE

#define F_RXENABLE   V_RXENABLE(1U)

Definition at line 7454 of file cxgb_regs.h.

◆ F_RXENERRORGATHER

#define F_RXENERRORGATHER   V_RXENERRORGATHER(1U)

Definition at line 7543 of file cxgb_regs.h.

◆ F_RXENFRAMER

#define F_RXENFRAMER   V_RXENFRAMER(1U)

Definition at line 7551 of file cxgb_regs.h.

◆ F_RXENSINGLEFLIT

#define F_RXENSINGLEFLIT   V_RXENSINGLEFLIT(1U)

Definition at line 7547 of file cxgb_regs.h.

◆ F_RXFBARBPRIO

#define F_RXFBARBPRIO   V_RXFBARBPRIO(1U)

Definition at line 3464 of file cxgb_regs.h.

◆ F_RXFIFO_EMPTY

#define F_RXFIFO_EMPTY   V_RXFIFO_EMPTY(1U)

Definition at line 7304 of file cxgb_regs.h.

◆ F_RXFIFO_FULL

#define F_RXFIFO_FULL   V_RXFIFO_FULL(1U)

Definition at line 7308 of file cxgb_regs.h.

◆ F_RXFIFO_OVERFLOW

#define F_RXFIFO_OVERFLOW   V_RXFIFO_OVERFLOW(1U)

Definition at line 7679 of file cxgb_regs.h.

◆ F_RXFLOWCONTROLDISABLE

#define F_RXFLOWCONTROLDISABLE   V_RXFLOWCONTROLDISABLE(1U)

Definition at line 3578 of file cxgb_regs.h.

◆ F_RXFUTUREDATA

#define F_RXFUTUREDATA   V_RXFUTUREDATA(1U)

Definition at line 4937 of file cxgb_regs.h.

◆ F_RXKLOCKLANE0

#define F_RXKLOCKLANE0   V_RXKLOCKLANE0(1U)

Definition at line 8235 of file cxgb_regs.h.

◆ F_RXKLOCKLANE1

#define F_RXKLOCKLANE1   V_RXKLOCKLANE1(1U)

Definition at line 8231 of file cxgb_regs.h.

◆ F_RXKLOCKLANE2

#define F_RXKLOCKLANE2   V_RXKLOCKLANE2(1U)

Definition at line 8227 of file cxgb_regs.h.

◆ F_RXKLOCKLANE3

#define F_RXKLOCKLANE3   V_RXKLOCKLANE3(1U)

Definition at line 8223 of file cxgb_regs.h.

◆ F_RXKLOCKLANE4

#define F_RXKLOCKLANE4   V_RXKLOCKLANE4(1U)

Definition at line 1791 of file cxgb_regs.h.

◆ F_RXKLOCKLANE5

#define F_RXKLOCKLANE5   V_RXKLOCKLANE5(1U)

Definition at line 1787 of file cxgb_regs.h.

◆ F_RXKLOCKLANE6

#define F_RXKLOCKLANE6   V_RXKLOCKLANE6(1U)

Definition at line 1783 of file cxgb_regs.h.

◆ F_RXKLOCKLANE7

#define F_RXKLOCKLANE7   V_RXKLOCKLANE7(1U)

Definition at line 1779 of file cxgb_regs.h.

◆ F_RXOFLOWLANE0

#define F_RXOFLOWLANE0   V_RXOFLOWLANE0(1U)

Definition at line 8267 of file cxgb_regs.h.

◆ F_RXOFLOWLANE1

#define F_RXOFLOWLANE1   V_RXOFLOWLANE1(1U)

Definition at line 8263 of file cxgb_regs.h.

◆ F_RXOFLOWLANE2

#define F_RXOFLOWLANE2   V_RXOFLOWLANE2(1U)

Definition at line 8259 of file cxgb_regs.h.

◆ F_RXOFLOWLANE3

#define F_RXOFLOWLANE3   V_RXOFLOWLANE3(1U)

Definition at line 8255 of file cxgb_regs.h.

◆ F_RXOFLOWLANE4

#define F_RXOFLOWLANE4   V_RXOFLOWLANE4(1U)

Definition at line 1855 of file cxgb_regs.h.

◆ F_RXOFLOWLANE5

#define F_RXOFLOWLANE5   V_RXOFLOWLANE5(1U)

Definition at line 1851 of file cxgb_regs.h.

◆ F_RXOFLOWLANE6

#define F_RXOFLOWLANE6   V_RXOFLOWLANE6(1U)

Definition at line 1847 of file cxgb_regs.h.

◆ F_RXOFLOWLANE7

#define F_RXOFLOWLANE7   V_RXOFLOWLANE7(1U)

Definition at line 1843 of file cxgb_regs.h.

◆ F_RXPARERR

#define F_RXPARERR   V_RXPARERR(1U)

Definition at line 960 of file cxgb_regs.h.

◆ F_RXPAWSDROP

#define F_RXPAWSDROP   V_RXPAWSDROP(1U)

Definition at line 4929 of file cxgb_regs.h.

◆ F_RXPHYERREN

#define F_RXPHYERREN   V_RXPHYERREN(1U)

Definition at line 1275 of file cxgb_regs.h.

◆ F_RXPKTSIZEERROR

#define F_RXPKTSIZEERROR   V_RXPKTSIZEERROR(1U)

Definition at line 7657 of file cxgb_regs.h.

◆ F_RXRCVOOODATA

#define F_RXRCVOOODATA   V_RXRCVOOODATA(1U)

Definition at line 4949 of file cxgb_regs.h.

◆ F_RXRCVOOODATAFIN

#define F_RXRCVOOODATAFIN   V_RXRCVOOODATAFIN(1U)

Definition at line 4945 of file cxgb_regs.h.

◆ F_RXRCVRXMDATA

#define F_RXRCVRXMDATA   V_RXRCVRXMDATA(1U)

Definition at line 4941 of file cxgb_regs.h.

◆ F_RXRCVWNDLTMSS

#define F_RXRCVWNDLTMSS   V_RXRCVWNDLTMSS(1U)

Definition at line 4957 of file cxgb_regs.h.

◆ F_RXRCVWNDZERO

#define F_RXRCVWNDZERO   V_RXRCVWNDZERO(1U)

Definition at line 4953 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE0

#define F_RXREMSKIPLANE0   V_RXREMSKIPLANE0(1U)

Definition at line 8301 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE1

#define F_RXREMSKIPLANE1   V_RXREMSKIPLANE1(1U)

Definition at line 8297 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE2

#define F_RXREMSKIPLANE2   V_RXREMSKIPLANE2(1U)

Definition at line 8293 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE3

#define F_RXREMSKIPLANE3   V_RXREMSKIPLANE3(1U)

Definition at line 8289 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE4

#define F_RXREMSKIPLANE4   V_RXREMSKIPLANE4(1U)

Definition at line 1988 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE5

#define F_RXREMSKIPLANE5   V_RXREMSKIPLANE5(1U)

Definition at line 1984 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE6

#define F_RXREMSKIPLANE6   V_RXREMSKIPLANE6(1U)

Definition at line 1980 of file cxgb_regs.h.

◆ F_RXREMSKIPLANE7

#define F_RXREMSKIPLANE7   V_RXREMSKIPLANE7(1U)

Definition at line 1976 of file cxgb_regs.h.

◆ F_RXSLAVE0

#define F_RXSLAVE0   V_RXSLAVE0(1U)

Definition at line 7900 of file cxgb_regs.h.

◆ F_RXSLAVE1

#define F_RXSLAVE1   V_RXSLAVE1(1U)

Definition at line 7888 of file cxgb_regs.h.

◆ F_RXSLAVE2

#define F_RXSLAVE2   V_RXSLAVE2(1U)

Definition at line 7876 of file cxgb_regs.h.

◆ F_RXSLAVE3

#define F_RXSLAVE3   V_RXSLAVE3(1U)

Definition at line 7864 of file cxgb_regs.h.

◆ F_RXSTRFRWRD

#define F_RXSTRFRWRD   V_RXSTRFRWRD(1U)

Definition at line 7334 of file cxgb_regs.h.

◆ F_RXTIMERDACK

#define F_RXTIMERDACK   V_RXTIMERDACK(1U)

Definition at line 4921 of file cxgb_regs.h.

◆ F_RXTIMERDACKFIRST

#define F_RXTIMERDACKFIRST   V_RXTIMERDACKFIRST(1U)

Definition at line 4917 of file cxgb_regs.h.

◆ F_RXTIMERHEARTBEAT

#define F_RXTIMERHEARTBEAT   V_RXTIMERHEARTBEAT(1U)

Definition at line 4925 of file cxgb_regs.h.

◆ F_RXUFLOWLANE0

#define F_RXUFLOWLANE0   V_RXUFLOWLANE0(1U)

Definition at line 8251 of file cxgb_regs.h.

◆ F_RXUFLOWLANE1

#define F_RXUFLOWLANE1   V_RXUFLOWLANE1(1U)

Definition at line 8247 of file cxgb_regs.h.

◆ F_RXUFLOWLANE2

#define F_RXUFLOWLANE2   V_RXUFLOWLANE2(1U)

Definition at line 8243 of file cxgb_regs.h.

◆ F_RXUFLOWLANE3

#define F_RXUFLOWLANE3   V_RXUFLOWLANE3(1U)

Definition at line 8239 of file cxgb_regs.h.

◆ F_RXUFLOWLANE4

#define F_RXUFLOWLANE4   V_RXUFLOWLANE4(1U)

Definition at line 1823 of file cxgb_regs.h.

◆ F_RXUFLOWLANE5

#define F_RXUFLOWLANE5   V_RXUFLOWLANE5(1U)

Definition at line 1819 of file cxgb_regs.h.

◆ F_RXUFLOWLANE6

#define F_RXUFLOWLANE6   V_RXUFLOWLANE6(1U)

Definition at line 1815 of file cxgb_regs.h.

◆ F_RXUFLOWLANE7

#define F_RXUFLOWLANE7   V_RXUFLOWLANE7(1U)

Definition at line 1811 of file cxgb_regs.h.

◆ F_RXURGDATADROP

#define F_RXURGDATADROP   V_RXURGDATADROP(1U)

Definition at line 4933 of file cxgb_regs.h.

◆ F_RXURGMODE

#define F_RXURGMODE   V_RXURGMODE(1U)

Definition at line 4120 of file cxgb_regs.h.

◆ F_RXURGTUNNEL

#define F_RXURGTUNNEL   V_RXURGTUNNEL(1U)

Definition at line 4116 of file cxgb_regs.h.

◆ F_RXVLANMAP

#define F_RXVLANMAP   V_RXVLANMAP(1U)

Definition at line 5145 of file cxgb_regs.h.

◆ F_SACKRX

#define F_SACKRX   V_SACKRX(1U)

Definition at line 3713 of file cxgb_regs.h.

◆ F_SACKTX

#define F_SACKTX   V_SACKTX(1U)

Definition at line 3709 of file cxgb_regs.h.

◆ F_SADRSEL

#define F_SADRSEL   V_SADRSEL(1U)

Definition at line 6882 of file cxgb_regs.h.

◆ F_SAFESPEEDCHANGE

#define F_SAFESPEEDCHANGE   V_SAFESPEEDCHANGE(1U)

Definition at line 7607 of file cxgb_regs.h.

◆ F_SCHDENABLE

#define F_SCHDENABLE   V_SCHDENABLE(1U)

Definition at line 4170 of file cxgb_regs.h.

◆ F_SDRAMRANGEINT

#define F_SDRAMRANGEINT   V_SDRAMRANGEINT(1U)

Definition at line 3296 of file cxgb_regs.h.

◆ F_SDRAMRANGEINTEN

#define F_SDRAMRANGEINTEN   V_SDRAMRANGEINTEN(1U)

Definition at line 3230 of file cxgb_regs.h.

◆ F_SDRBYTE0

#define F_SDRBYTE0   V_SDRBYTE0(1U)

Definition at line 2096 of file cxgb_regs.h.

◆ F_SECUREPORTENABLE

#define F_SECUREPORTENABLE   V_SECUREPORTENABLE(1U)

Definition at line 5099 of file cxgb_regs.h.

◆ F_SELEGRCNTX

#define F_SELEGRCNTX   V_SELEGRCNTX(1U)

Definition at line 134 of file cxgb_regs.h.

◆ F_SENDPAUSE

#define F_SENDPAUSE   V_SENDPAUSE(1U)

Definition at line 7092 of file cxgb_regs.h.

◆ F_SENDZEROPAUSE

#define F_SENDZEROPAUSE   V_SENDZEROPAUSE(1U)

Definition at line 7096 of file cxgb_regs.h.

◆ F_SERDESCMULOCK_LOSS

#define F_SERDESCMULOCK_LOSS   V_SERDESCMULOCK_LOSS(1U)

Definition at line 7709 of file cxgb_regs.h.

◆ F_SERDESEN

#define F_SERDESEN   V_SERDESEN(1U)

Definition at line 7406 of file cxgb_regs.h.

◆ F_SERDESRESET_

#define F_SERDESRESET_   V_SERDESRESET_(1U)

Definition at line 7410 of file cxgb_regs.h.

◆ F_SF1

#define F_SF1   V_SF1(1U)

Definition at line 6397 of file cxgb_regs.h.

◆ F_SGE3

#define F_SGE3   V_SGE3(1U)

Definition at line 6461 of file cxgb_regs.h.

◆ F_SGE_ENABLE

#define F_SGE_ENABLE   V_SGE_ENABLE(1U)

Definition at line 5935 of file cxgb_regs.h.

◆ F_SGE_FRAMING_ERROR

#define F_SGE_FRAMING_ERROR   V_SGE_FRAMING_ERROR(1U)

Definition at line 5972 of file cxgb_regs.h.

◆ F_SGL_CAL_EN [1/2]

#define F_SGL_CAL_EN   V_SGL_CAL_EN(1U)

Definition at line 6550 of file cxgb_regs.h.

◆ F_SGL_CAL_EN [2/2]

#define F_SGL_CAL_EN   V_SGL_CAL_EN(1U)

Definition at line 6550 of file cxgb_regs.h.

◆ F_SGLCALEN

#define F_SGLCALEN   V_SGLCALEN(1U)

Definition at line 743 of file cxgb_regs.h.

◆ F_SGLWRFLASHINT

#define F_SGLWRFLASHINT   V_SGLWRFLASHINT(1U)

Definition at line 3276 of file cxgb_regs.h.

◆ F_SGLWRFLASHINTEN

#define F_SGLWRFLASHINTEN   V_SGLWRFLASHINTEN(1U)

Definition at line 3210 of file cxgb_regs.h.

◆ F_SIGSYSERR

#define F_SIGSYSERR   V_SIGSYSERR(1U)

Definition at line 637 of file cxgb_regs.h.

◆ F_SIGTARABT

#define F_SIGTARABT   V_SIGTARABT(1U)

Definition at line 649 of file cxgb_regs.h.

◆ F_SLEEPMODE0

#define F_SLEEPMODE0   V_SLEEPMODE0(1U)

Definition at line 799 of file cxgb_regs.h.

◆ F_SLEEPMODE1

#define F_SLEEPMODE1   V_SLEEPMODE1(1U)

Definition at line 795 of file cxgb_regs.h.

◆ F_SLOW

#define F_SLOW   V_SLOW(1U)

Definition at line 2711 of file cxgb_regs.h.

◆ F_SLVALRTSET

#define F_SLVALRTSET   V_SLVALRTSET(1U)

Definition at line 6113 of file cxgb_regs.h.

◆ F_SLVALRTSTS

#define F_SLVALRTSTS   V_SLVALRTSTS(1U)

Definition at line 6137 of file cxgb_regs.h.

◆ F_SLVBUSYSTS

#define F_SLVBUSYSTS   V_SLVBUSYSTS(1U)

Definition at line 6141 of file cxgb_regs.h.

◆ F_SLVCTLEN

#define F_SLVCTLEN   V_SLVCTLEN(1U)

Definition at line 6121 of file cxgb_regs.h.

◆ F_SLVDONEINT

#define F_SLVDONEINT   V_SLVDONEINT(1U)

Definition at line 6191 of file cxgb_regs.h.

◆ F_SLVDONEINTEN

#define F_SLVDONEINTEN   V_SLVDONEINTEN(1U)

Definition at line 6157 of file cxgb_regs.h.

◆ F_SLVERRINT

#define F_SLVERRINT   V_SLVERRINT(1U)

Definition at line 6187 of file cxgb_regs.h.

◆ F_SLVERRINTEN

#define F_SLVERRINTEN   V_SLVERRINTEN(1U)

Definition at line 6153 of file cxgb_regs.h.

◆ F_SLVFIFODBG

#define F_SLVFIFODBG   V_SLVFIFODBG(1U)

Definition at line 6100 of file cxgb_regs.h.

◆ F_SLVFIFODBGCLR

#define F_SLVFIFODBGCLR   V_SLVFIFODBGCLR(1U)

Definition at line 6104 of file cxgb_regs.h.

◆ F_SLVRESET

#define F_SLVRESET   V_SLVRESET(1U)

Definition at line 6117 of file cxgb_regs.h.

◆ F_SLVRXRDYINT

#define F_SLVRXRDYINT   V_SLVRXRDYINT(1U)

Definition at line 6195 of file cxgb_regs.h.

◆ F_SLVRXRDYINTEN

#define F_SLVRXRDYINTEN   V_SLVRXRDYINTEN(1U)

Definition at line 6161 of file cxgb_regs.h.

◆ F_SLVTIMEOUTINT

#define F_SLVTIMEOUTINT   V_SLVTIMEOUTINT(1U)

Definition at line 6183 of file cxgb_regs.h.

◆ F_SLVTIMEOUTINTEN

#define F_SLVTIMEOUTINTEN   V_SLVTIMEOUTINTEN(1U)

Definition at line 6149 of file cxgb_regs.h.

◆ F_SMB0

#define F_SMB0   V_SMB0(1U)

Definition at line 6401 of file cxgb_regs.h.

◆ F_SPLCMPDIS

#define F_SPLCMPDIS   V_SPLCMPDIS(1U)

Definition at line 629 of file cxgb_regs.h.

◆ F_SPLTRNPND

#define F_SPLTRNPND   V_SPLTRNPND(1U)

Definition at line 880 of file cxgb_regs.h.

◆ F_STAT_CHANNEL

#define F_STAT_CHANNEL   V_STAT_CHANNEL(1U)

Definition at line 5603 of file cxgb_regs.h.

◆ F_STATOFLOW

#define F_STATOFLOW   V_STATOFLOW(1U)

Definition at line 7250 of file cxgb_regs.h.

◆ F_STRETCHMODE

#define F_STRETCHMODE   V_STRETCHMODE(1U)

Definition at line 7111 of file cxgb_regs.h.

◆ F_STRICTTSMN

#define F_STRICTTSMN   V_STRICTTSMN(1U)

Definition at line 1251 of file cxgb_regs.h.

◆ F_SW

#define F_SW   V_SW(1U)

Definition at line 6373 of file cxgb_regs.h.

◆ F_SWINT0

#define F_SWINT0   V_SWINT0(1U)

Definition at line 6478 of file cxgb_regs.h.

◆ F_SWINT1

#define F_SWINT1   V_SWINT1(1U)

Definition at line 6474 of file cxgb_regs.h.

◆ F_SWITCH_TABLE_ENABLE

#define F_SWITCH_TABLE_ENABLE   V_SWITCH_TABLE_ENABLE(1U)

Definition at line 5931 of file cxgb_regs.h.

◆ F_SYN2TUPEN

#define F_SYN2TUPEN   V_SYN2TUPEN(1U)

Definition at line 4515 of file cxgb_regs.h.

◆ F_SYN4TUPEN

#define F_SYN4TUPEN   V_SYN4TUPEN(1U)

Definition at line 4511 of file cxgb_regs.h.

◆ F_SYNCOOKIE

#define F_SYNCOOKIE   V_SYNCOOKIE(1U)

Definition at line 6820 of file cxgb_regs.h.

◆ F_SYNCOOKIEBAD

#define F_SYNCOOKIEBAD   V_SYNCOOKIEBAD(1U)

Definition at line 6816 of file cxgb_regs.h.

◆ F_SYNCOOKIENOOPTIONS

#define F_SYNCOOKIENOOPTIONS   V_SYNCOOKIENOOPTIONS(1U)

Definition at line 3590 of file cxgb_regs.h.

◆ F_SYNCOOKIEOFF

#define F_SYNCOOKIEOFF   V_SYNCOOKIEOFF(1U)

Definition at line 6812 of file cxgb_regs.h.

◆ F_SYNLKPEN

#define F_SYNLKPEN   V_SYNLKPEN(1U)

Definition at line 4523 of file cxgb_regs.h.

◆ F_SYNMAPEN

#define F_SYNMAPEN   V_SYNMAPEN(1U)

Definition at line 4519 of file cxgb_regs.h.

◆ F_T3A_ENABLECSND

#define F_T3A_ENABLECSND   V_T3A_ENABLECSND(1U)

Definition at line 4257 of file cxgb_regs.h.

◆ F_T3A_ENABLEDEFERACK

#define F_T3A_ENABLEDEFERACK   V_T3A_ENABLEDEFERACK(1U)

Definition at line 4261 of file cxgb_regs.h.

◆ F_T3A_ENABLEESND

#define F_T3A_ENABLEESND   V_T3A_ENABLEESND(1U)

Definition at line 4253 of file cxgb_regs.h.

◆ F_T3A_ENABLEPDUE

#define F_T3A_ENABLEPDUE   V_T3A_ENABLEPDUE(1U)

Definition at line 4269 of file cxgb_regs.h.

◆ F_T3DBG

#define F_T3DBG   V_T3DBG(1U)

Definition at line 6381 of file cxgb_regs.h.

◆ F_TAKESNPSHOT

#define F_TAKESNPSHOT   V_TAKESNPSHOT(1U)

Definition at line 7286 of file cxgb_regs.h.

◆ F_TCMCFGOVR

#define F_TCMCFGOVR   V_TCMCFGOVR(1U)

Definition at line 6663 of file cxgb_regs.h.

◆ F_TCPCHECKSUMOFFLOAD

#define F_TCPCHECKSUMOFFLOAD   V_TCPCHECKSUMOFFLOAD(1U)

Definition at line 3627 of file cxgb_regs.h.

◆ F_TDDPTAGTCB

#define F_TDDPTAGTCB   V_TDDPTAGTCB(1U)

Definition at line 5388 of file cxgb_regs.h.

◆ F_TERM150

#define F_TERM150   V_TERM150(1U)

Definition at line 2707 of file cxgb_regs.h.

◆ F_TERM300

#define F_TERM300   V_TERM300(1U)

Definition at line 2703 of file cxgb_regs.h.

◆ F_TERM300_240

#define F_TERM300_240   V_TERM300_240(1U)

Definition at line 6506 of file cxgb_regs.h.

◆ F_TERM60

#define F_TERM60   V_TERM60(1U)

Definition at line 6514 of file cxgb_regs.h.

◆ F_TIMER0INT

#define F_TIMER0INT   V_TIMER0INT(1U)

Definition at line 3244 of file cxgb_regs.h.

◆ F_TIMER0INTEN

#define F_TIMER0INTEN   V_TIMER0INTEN(1U)

Definition at line 3178 of file cxgb_regs.h.

◆ F_TIMER1INT

#define F_TIMER1INT   V_TIMER1INT(1U)

Definition at line 3240 of file cxgb_regs.h.

◆ F_TIMER1INTEN

#define F_TIMER1INTEN   V_TIMER1INTEN(1U)

Definition at line 3174 of file cxgb_regs.h.

◆ F_TIMERENABLED

#define F_TIMERENABLED   V_TIMERENABLED(1U)

Definition at line 5151 of file cxgb_regs.h.

◆ F_TIMERERRORENABLE

#define F_TIMERERRORENABLE   V_TIMERERRORENABLE(1U)

Definition at line 5155 of file cxgb_regs.h.

◆ F_TM_IO_PDOWN

#define F_TM_IO_PDOWN   V_TM_IO_PDOWN(1U)

Definition at line 6642 of file cxgb_regs.h.

◆ F_TMCACHEPERR

#define F_TMCACHEPERR   V_TMCACHEPERR(1U)

Definition at line 4809 of file cxgb_regs.h.

◆ F_TMCFGWRLOCK

#define F_TMCFGWRLOCK   V_TMCFGWRLOCK(1U)

Definition at line 6598 of file cxgb_regs.h.

◆ F_TMMODE

#define F_TMMODE   V_TMMODE(1U)

Definition at line 6675 of file cxgb_regs.h.

◆ F_TMRDY

#define F_TMRDY   V_TMRDY(1U)

Definition at line 6667 of file cxgb_regs.h.

◆ F_TMRST

#define F_TMRST   V_TMRST(1U)

Definition at line 6671 of file cxgb_regs.h.

◆ F_TMTYPEHI

#define F_TMTYPEHI   V_TMTYPEHI(1U)

Definition at line 6602 of file cxgb_regs.h.

◆ F_TNL2TUPEN

#define F_TNL2TUPEN   V_TNL2TUPEN(1U)

Definition at line 4479 of file cxgb_regs.h.

◆ F_TNL4TUPEN

#define F_TNL4TUPEN   V_TNL4TUPEN(1U)

Definition at line 4475 of file cxgb_regs.h.

◆ F_TNLFLMODE

#define F_TNLFLMODE   V_TNLFLMODE(1U)

Definition at line 45 of file cxgb_regs.h.

◆ F_TNLLKPEN

#define F_TNLLKPEN   V_TNLLKPEN(1U)

Definition at line 4491 of file cxgb_regs.h.

◆ F_TNLMAPEN

#define F_TNLMAPEN   V_TNLMAPEN(1U)

Definition at line 4487 of file cxgb_regs.h.

◆ F_TNLPRTEN

#define F_TNLPRTEN   V_TNLPRTEN(1U)

Definition at line 4483 of file cxgb_regs.h.

◆ F_TP1

#define F_TP1   V_TP1(1U)

Definition at line 6437 of file cxgb_regs.h.

◆ F_TP_FRAMING_ERROR

#define F_TP_FRAMING_ERROR   V_TP_FRAMING_ERROR(1U)

Definition at line 5968 of file cxgb_regs.h.

◆ F_TPRESET

#define F_TPRESET   V_TPRESET(1U)

Definition at line 4723 of file cxgb_regs.h.

◆ F_TPRXPORTEN

#define F_TPRXPORTEN   V_TPRXPORTEN(1U)

Definition at line 5782 of file cxgb_regs.h.

◆ F_TPRXPORTSIZE

#define F_TPRXPORTSIZE   V_TPRXPORTSIZE(1U)

Definition at line 5770 of file cxgb_regs.h.

◆ F_TPTXPORT0EN

#define F_TPTXPORT0EN   V_TPTXPORT0EN(1U)

Definition at line 5790 of file cxgb_regs.h.

◆ F_TPTXPORT0SIZE

#define F_TPTXPORT0SIZE   V_TPTXPORT0SIZE(1U)

Definition at line 5778 of file cxgb_regs.h.

◆ F_TPTXPORT1EN

#define F_TPTXPORT1EN   V_TPTXPORT1EN(1U)

Definition at line 5786 of file cxgb_regs.h.

◆ F_TPTXPORT1SIZE

#define F_TPTXPORT1SIZE   V_TPTXPORT1SIZE(1U)

Definition at line 5774 of file cxgb_regs.h.

◆ F_TRST

#define F_TRST   V_TRST(1U)

Definition at line 6340 of file cxgb_regs.h.

◆ F_TUNNELCNGDROP0

#define F_TUNNELCNGDROP0   V_TUNNELCNGDROP0(1U)

Definition at line 4086 of file cxgb_regs.h.

◆ F_TUNNELCNGDROP1

#define F_TUNNELCNGDROP1   V_TUNNELCNGDROP1(1U)

Definition at line 4082 of file cxgb_regs.h.

◆ F_TXACTENABLE

#define F_TXACTENABLE   V_TXACTENABLE(1U)

Definition at line 7726 of file cxgb_regs.h.

◆ F_TXBYTESWAP

#define F_TXBYTESWAP   V_TXBYTESWAP(1U)

Definition at line 7374 of file cxgb_regs.h.

◆ F_TXCLK90SHIFT

#define F_TXCLK90SHIFT   V_TXCLK90SHIFT(1U)

Definition at line 7480 of file cxgb_regs.h.

◆ F_TXCONGESTIONMODE

#define F_TXCONGESTIONMODE   V_TXCONGESTIONMODE(1U)

Definition at line 3837 of file cxgb_regs.h.

◆ F_TXDATAACKRATEENABLE

#define F_TXDATAACKRATEENABLE   V_TXDATAACKRATEENABLE(1U)

Definition at line 3813 of file cxgb_regs.h.

◆ F_TXDEFERENABLE

#define F_TXDEFERENABLE   V_TXDEFERENABLE(1U)

Definition at line 3817 of file cxgb_regs.h.

◆ F_TXDROPMODECH0

#define F_TXDROPMODECH0   V_TXDROPMODECH0(1U)

Definition at line 5200 of file cxgb_regs.h.

◆ F_TXDROPMODECH1

#define F_TXDROPMODECH1   V_TXDROPMODECH1(1U)

Definition at line 5196 of file cxgb_regs.h.

◆ F_TXDUPACKINC

#define F_TXDUPACKINC   V_TXDUPACKINC(1U)

Definition at line 4961 of file cxgb_regs.h.

◆ F_TXEN

#define F_TXEN   V_TXEN(1U)

Definition at line 7100 of file cxgb_regs.h.

◆ F_TXENABLE

#define F_TXENABLE   V_TXENABLE(1U)

Definition at line 7458 of file cxgb_regs.h.

◆ F_TXERRFIFO

#define F_TXERRFIFO   V_TXERRFIFO(1U)

Definition at line 7254 of file cxgb_regs.h.

◆ F_TXFBARBPRIO

#define F_TXFBARBPRIO   V_TXFBARBPRIO(1U)

Definition at line 3468 of file cxgb_regs.h.

◆ F_TXFIFO_EMPTY

#define F_TXFIFO_EMPTY   V_TXFIFO_EMPTY(1U)

Definition at line 7344 of file cxgb_regs.h.

◆ F_TXFIFO_FULL

#define F_TXFIFO_FULL   V_TXFIFO_FULL(1U)

Definition at line 7348 of file cxgb_regs.h.

◆ F_TXFIFO_UNDERRUN

#define F_TXFIFO_UNDERRUN   V_TXFIFO_UNDERRUN(1U)

Definition at line 7675 of file cxgb_regs.h.

◆ F_TXIDLEDETECT

#define F_TXIDLEDETECT   V_TXIDLEDETECT(1U)

Definition at line 1906 of file cxgb_regs.h.

◆ F_TXIDLEDETECTCHG

#define F_TXIDLEDETECTCHG   V_TXIDLEDETECTCHG(1U)

Definition at line 1894 of file cxgb_regs.h.

◆ F_TXPACEAUTO

#define F_TXPACEAUTO   V_TXPACEAUTO(1U)

Definition at line 4112 of file cxgb_regs.h.

◆ F_TXPACEAUTOSTRICT

#define F_TXPACEAUTOSTRICT   V_TXPACEAUTOSTRICT(1U)

Definition at line 4104 of file cxgb_regs.h.

◆ F_TXPACEFIXED

#define F_TXPACEFIXED   V_TXPACEFIXED(1U)

Definition at line 4108 of file cxgb_regs.h.

◆ F_TXPACEFIXEDSTRICT

#define F_TXPACEFIXEDSTRICT   V_TXPACEFIXEDSTRICT(1U)

Definition at line 4100 of file cxgb_regs.h.

◆ F_TXPACINGENABLE

#define F_TXPACINGENABLE   V_TXPACINGENABLE(1U)

Definition at line 3582 of file cxgb_regs.h.

◆ F_TXPARERR

#define F_TXPARERR   V_TXPARERR(1U)

Definition at line 956 of file cxgb_regs.h.

◆ F_TXPAUSEEN

#define F_TXPAUSEEN   V_TXPAUSEEN(1U)

Definition at line 7115 of file cxgb_regs.h.

◆ F_TXPNDCHKEN

#define F_TXPNDCHKEN   V_TXPNDCHKEN(1U)

Definition at line 1265 of file cxgb_regs.h.

◆ F_TXRCVADVLTMSS

#define F_TXRCVADVLTMSS   V_TXRCVADVLTMSS(1U)

Definition at line 5005 of file cxgb_regs.h.

◆ F_TXRCVADVSHRUNK

#define F_TXRCVADVSHRUNK   V_TXRCVADVSHRUNK(1U)

Definition at line 4997 of file cxgb_regs.h.

◆ F_TXRCVADVZERO

#define F_TXRCVADVZERO   V_TXRCVADVZERO(1U)

Definition at line 5001 of file cxgb_regs.h.

◆ F_TXRECDETLANE0

#define F_TXRECDETLANE0   V_TXRECDETLANE0(1U)

Definition at line 1940 of file cxgb_regs.h.

◆ F_TXRECDETLANE1

#define F_TXRECDETLANE1   V_TXRECDETLANE1(1U)

Definition at line 1936 of file cxgb_regs.h.

◆ F_TXRECDETLANE2

#define F_TXRECDETLANE2   V_TXRECDETLANE2(1U)

Definition at line 1932 of file cxgb_regs.h.

◆ F_TXRECDETLANE3

#define F_TXRECDETLANE3   V_TXRECDETLANE3(1U)

Definition at line 1928 of file cxgb_regs.h.

◆ F_TXRECDETLANE4

#define F_TXRECDETLANE4   V_TXRECDETLANE4(1U)

Definition at line 1924 of file cxgb_regs.h.

◆ F_TXRECDETLANE5

#define F_TXRECDETLANE5   V_TXRECDETLANE5(1U)

Definition at line 1920 of file cxgb_regs.h.

◆ F_TXRECDETLANE6

#define F_TXRECDETLANE6   V_TXRECDETLANE6(1U)

Definition at line 1916 of file cxgb_regs.h.

◆ F_TXRECDETLANE7

#define F_TXRECDETLANE7   V_TXRECDETLANE7(1U)

Definition at line 1912 of file cxgb_regs.h.

◆ F_TXRXMFAST

#define F_TXRXMFAST   V_TXRXMFAST(1U)

Definition at line 4981 of file cxgb_regs.h.

◆ F_TXRXMFIN

#define F_TXRXMFIN   V_TXRXMFIN(1U)

Definition at line 4969 of file cxgb_regs.h.

◆ F_TXRXMNEWRENO

#define F_TXRXMNEWRENO   V_TXRXMNEWRENO(1U)

Definition at line 4977 of file cxgb_regs.h.

◆ F_TXRXMSYN

#define F_TXRXMSYN   V_TXRXMSYN(1U)

Definition at line 4973 of file cxgb_regs.h.

◆ F_TXRXMTIMER

#define F_TXRXMTIMER   V_TXRXMTIMER(1U)

Definition at line 4985 of file cxgb_regs.h.

◆ F_TXRXMTIMERKEEPALIVE

#define F_TXRXMTIMERKEEPALIVE   V_TXRXMTIMERKEEPALIVE(1U)

Definition at line 4989 of file cxgb_regs.h.

◆ F_TXRXMTIMERPERSIST

#define F_TXRXMTIMERPERSIST   V_TXRXMTIMERPERSIST(1U)

Definition at line 4993 of file cxgb_regs.h.

◆ F_TXRXMURG

#define F_TXRXMURG   V_TXRXMURG(1U)

Definition at line 4965 of file cxgb_regs.h.

◆ F_TXTOSQUEUEMAPMODE

#define F_TXTOSQUEUEMAPMODE   V_TXTOSQUEUEMAPMODE(1U)

Definition at line 3793 of file cxgb_regs.h.

◆ F_TXUFLOW

#define F_TXUFLOW   V_TXUFLOW(1U)

Definition at line 7258 of file cxgb_regs.h.

◆ F_TXURGMODE

#define F_TXURGMODE   V_TXURGMODE(1U)

Definition at line 4124 of file cxgb_regs.h.

◆ F_U_LOCK

#define F_U_LOCK   V_U_LOCK(1U)

Definition at line 2316 of file cxgb_regs.h.

◆ F_U_LOCK_ACT_LOW

#define F_U_LOCK_ACT_LOW   V_U_LOCK_ACT_LOW(1U)

Definition at line 2478 of file cxgb_regs.h.

◆ F_U_OCLK_EN

#define F_U_OCLK_EN   V_U_OCLK_EN(1U)

Definition at line 2402 of file cxgb_regs.h.

◆ F_UC_REQ_FRAMINGERROR

#define F_UC_REQ_FRAMINGERROR   V_UC_REQ_FRAMINGERROR(1U)

Definition at line 481 of file cxgb_regs.h.

◆ F_UDPCHECKSUMOFFLOAD

#define F_UDPCHECKSUMOFFLOAD   V_UDPCHECKSUMOFFLOAD(1U)

Definition at line 3623 of file cxgb_regs.h.

◆ F_UE

#define F_UE   V_UE(1U)

Definition at line 3055 of file cxgb_regs.h.

◆ F_ULP2_RX

#define F_ULP2_RX   V_ULP2_RX(1U)

Definition at line 6433 of file cxgb_regs.h.

◆ F_ULP2_TX

#define F_ULP2_TX   V_ULP2_TX(1U)

Definition at line 6429 of file cxgb_regs.h.

◆ F_UNDERUNFIX

#define F_UNDERUNFIX   V_UNDERUNFIX(1U)

Definition at line 7352 of file cxgb_regs.h.

◆ F_UNKNOWNCMD

#define F_UNKNOWNCMD   V_UNKNOWNCMD(1U)

Definition at line 6808 of file cxgb_regs.h.

◆ F_UNSCPL

#define F_UNSCPL   V_UNSCPL(1U)

Definition at line 1414 of file cxgb_regs.h.

◆ F_UNSREQ

#define F_UNSREQ   V_UNSREQ(1U)

Definition at line 1406 of file cxgb_regs.h.

◆ F_UNXCPL

#define F_UNXCPL   V_UNXCPL(1U)

Definition at line 1402 of file cxgb_regs.h.

◆ F_UNXSPLCMP

#define F_UNXSPLCMP   V_UNXSPLCMP(1U)

Definition at line 625 of file cxgb_regs.h.

◆ F_UNXSPLCPLERRC

#define F_UNXSPLCPLERRC   V_UNXSPLCPLERRC(1U)

Definition at line 993 of file cxgb_regs.h.

◆ F_UNXSPLCPLERRR

#define F_UNXSPLCPLERRR   V_UNXSPLCPLERRR(1U)

Definition at line 997 of file cxgb_regs.h.

◆ F_UPCRST

#define F_UPCRST   V_UPCRST(1U)

Definition at line 3085 of file cxgb_regs.h.

◆ F_UPIN0

#define F_UPIN0   V_UPIN0(1U)

Definition at line 7896 of file cxgb_regs.h.

◆ F_UPIN1

#define F_UPIN1   V_UPIN1(1U)

Definition at line 7884 of file cxgb_regs.h.

◆ F_UPIN2

#define F_UPIN2   V_UPIN2(1U)

Definition at line 7872 of file cxgb_regs.h.

◆ F_UPIN3

#define F_UPIN3   V_UPIN3(1U)

Definition at line 7860 of file cxgb_regs.h.

◆ F_URGTNL

#define F_URGTNL   V_URGTNL(1U)

Definition at line 53 of file cxgb_regs.h.

◆ F_USECDRLOS

#define F_USECDRLOS   V_USECDRLOS(1U)

Definition at line 1454 of file cxgb_regs.h.

◆ F_VC0UP

#define F_VC0UP   V_VC0UP(1U)

Definition at line 1115 of file cxgb_regs.h.

◆ F_VLANENABLE

#define F_VLANENABLE   V_VLANENABLE(1U)

Definition at line 5091 of file cxgb_regs.h.

◆ F_VLANEXTRACTIONENABLE

#define F_VLANEXTRACTIONENABLE   V_VLANEXTRACTIONENABLE(1U)

Definition at line 3535 of file cxgb_regs.h.

◆ F_VLANEXTRACTIONENABLE2NDPORT

#define F_VLANEXTRACTIONENABLE2NDPORT   V_VLANEXTRACTIONENABLE2NDPORT(1U)

Definition at line 3531 of file cxgb_regs.h.

◆ F_VPD_REQFIFOEMPTY

#define F_VPD_REQFIFOEMPTY   V_VPD_REQFIFOEMPTY(1U)

Definition at line 1190 of file cxgb_regs.h.

◆ F_VPD_RSPFIFOEMPTY

#define F_VPD_RSPFIFOEMPTY   V_VPD_RSPFIFOEMPTY(1U)

Definition at line 1186 of file cxgb_regs.h.

◆ F_VPDADDRCHNG

#define F_VPDADDRCHNG   V_VPDADDRCHNG(1U)

Definition at line 1001 of file cxgb_regs.h.

◆ F_VPDREQFIFOEMPTY

#define F_VPDREQFIFOEMPTY   V_VPDREQFIFOEMPTY(1U)

Definition at line 868 of file cxgb_regs.h.

◆ F_VPDRESPFIFOEMPTY

#define F_VPDRESPFIFOEMPTY   V_VPDRESPFIFOEMPTY(1U)

Definition at line 864 of file cxgb_regs.h.

◆ F_VWVEREN

#define F_VWVEREN   V_VWVEREN(1U)

Definition at line 6739 of file cxgb_regs.h.

◆ F_WAKEUP0

#define F_WAKEUP0   V_WAKEUP0(1U)

Definition at line 791 of file cxgb_regs.h.

◆ F_WAKEUP1

#define F_WAKEUP1   V_WAKEUP1(1U)

Definition at line 787 of file cxgb_regs.h.

◆ F_WF_REQFIFOEMPTY

#define F_WF_REQFIFOEMPTY   V_WF_REQFIFOEMPTY(1U)

Definition at line 1148 of file cxgb_regs.h.

◆ F_WF_RSPFIFOEMPTY

#define F_WF_RSPFIFOEMPTY   V_WF_RSPFIFOEMPTY(1U)

Definition at line 1144 of file cxgb_regs.h.

◆ F_WFREQFIFOEMPTY

#define F_WFREQFIFOEMPTY   V_WFREQFIFOEMPTY(1U)

Definition at line 839 of file cxgb_regs.h.

◆ F_WFRESPFIFOEMPTY

#define F_WFRESPFIFOEMPTY   V_WFRESPFIFOEMPTY(1U)

Definition at line 835 of file cxgb_regs.h.

◆ F_WOLPATDETECTED

#define F_WOLPATDETECTED   V_WOLPATDETECTED(1U)

Definition at line 7661 of file cxgb_regs.h.

◆ F_WRBLKFLASHINT

#define F_WRBLKFLASHINT   V_WRBLKFLASHINT(1U)

Definition at line 3280 of file cxgb_regs.h.

◆ F_WRBLKFLASHINTEN

#define F_WRBLKFLASHINTEN   V_WRBLKFLASHINTEN(1U)

Definition at line 3214 of file cxgb_regs.h.

◆ F_WRREQATOMICEN

#define F_WRREQATOMICEN   V_WRREQATOMICEN(1U)

Definition at line 696 of file cxgb_regs.h.

◆ F_X_RBC_DBG_EN

#define F_X_RBC_DBG_EN   V_X_RBC_DBG_EN(1U)

Definition at line 2451 of file cxgb_regs.h.

◆ F_X_REFCLK_DBG_EN

#define F_X_REFCLK_DBG_EN   V_X_REFCLK_DBG_EN(1U)

Definition at line 2586 of file cxgb_regs.h.

◆ F_X_REFCLK_PD

#define F_X_REFCLK_PD   V_X_REFCLK_PD(1U)

Definition at line 2604 of file cxgb_regs.h.

◆ F_X_SERDES_SEL

#define F_X_SERDES_SEL   V_X_SERDES_SEL(1U)

Definition at line 2455 of file cxgb_regs.h.

◆ F_XAUIPCSALIGNCHANGE

#define F_XAUIPCSALIGNCHANGE   V_XAUIPCSALIGNCHANGE(1U)

Definition at line 7697 of file cxgb_regs.h.

◆ F_XAUIPCSCTCERR

#define F_XAUIPCSCTCERR   V_XAUIPCSCTCERR(1U)

Definition at line 7693 of file cxgb_regs.h.

◆ F_XAUIPCSDECERR

#define F_XAUIPCSDECERR   V_XAUIPCSDECERR(1U)

Definition at line 7645 of file cxgb_regs.h.

◆ F_XG2G_RESET_

#define F_XG2G_RESET_   V_XG2G_RESET_(1U)

Definition at line 7566 of file cxgb_regs.h.

◆ F_XGM_CALFAULT

#define F_XGM_CALFAULT   V_XGM_CALFAULT(1U)

Definition at line 7510 of file cxgb_regs.h.

◆ F_XGM_HIDRV

#define F_XGM_HIDRV   V_XGM_HIDRV(1U)

Definition at line 7812 of file cxgb_regs.h.

◆ F_XGM_IMPSETUPDATE

#define F_XGM_IMPSETUPDATE   V_XGM_IMPSETUPDATE(1U)

Definition at line 7494 of file cxgb_regs.h.

◆ F_XGM_INT

#define F_XGM_INT   V_XGM_INT(1U)

Definition at line 7705 of file cxgb_regs.h.

◆ F_XGM_LODRV

#define F_XGM_LODRV   V_XGM_LODRV(1U)

Definition at line 7808 of file cxgb_regs.h.

◆ F_XGM_RXEIDLANE0

#define F_XGM_RXEIDLANE0   V_XGM_RXEIDLANE0(1U)

Definition at line 8285 of file cxgb_regs.h.

◆ F_XGM_RXEIDLANE1

#define F_XGM_RXEIDLANE1   V_XGM_RXEIDLANE1(1U)

Definition at line 8281 of file cxgb_regs.h.

◆ F_XGM_RXEIDLANE2

#define F_XGM_RXEIDLANE2   V_XGM_RXEIDLANE2(1U)

Definition at line 8277 of file cxgb_regs.h.

◆ F_XGM_RXEIDLANE3

#define F_XGM_RXEIDLANE3   V_XGM_RXEIDLANE3(1U)

Definition at line 8273 of file cxgb_regs.h.

◆ F_XGMAC0_0

#define F_XGMAC0_0   V_XGMAC0_0(1U)

Definition at line 6389 of file cxgb_regs.h.

◆ F_XGMAC0_1

#define F_XGMAC0_1   V_XGMAC0_1(1U)

Definition at line 6385 of file cxgb_regs.h.

◆ F_XGMAC_STOP_EN

#define F_XGMAC_STOP_EN   V_XGMAC_STOP_EN(1U)

Definition at line 7562 of file cxgb_regs.h.

◆ F_XGMIIEXTINT

#define F_XGMIIEXTINT   V_XGMIIEXTINT(1U)

Definition at line 7226 of file cxgb_regs.h.

◆ F_ZERO_C_CMD_ERROR

#define F_ZERO_C_CMD_ERROR   V_ZERO_C_CMD_ERROR(1U)

Definition at line 5692 of file cxgb_regs.h.

◆ F_ZERO_E_CMD_ERROR

#define F_ZERO_E_CMD_ERROR   V_ZERO_E_CMD_ERROR(1U)

Definition at line 5617 of file cxgb_regs.h.

◆ F_ZERO_SWITCH_ERROR

#define F_ZERO_SWITCH_ERROR   V_ZERO_SWITCH_ERROR(1U)

Definition at line 5980 of file cxgb_regs.h.

◆ F_ZEROLENRD

#define F_ZEROLENRD   V_ZEROLENRD(1U)

Definition at line 1017 of file cxgb_regs.h.

◆ F_ZINSEL

#define F_ZINSEL   V_ZINSEL(1U)

Definition at line 751 of file cxgb_regs.h.

◆ F_ZINUPDMODE

#define F_ZINUPDMODE   V_ZINUPDMODE(1U)

Definition at line 747 of file cxgb_regs.h.

◆ G_ACK_LRN

#define G_ACK_LRN (   x)    (((x) >> S_ACK_LRN) & M_ACK_LRN)

Definition at line 7048 of file cxgb_regs.h.

◆ G_ACK_SRCH

#define G_ACK_SRCH (   x)    (((x) >> S_ACK_SRCH) & M_ACK_SRCH)

Definition at line 7041 of file cxgb_regs.h.

◆ G_ACKLAT

#define G_ACKLAT (   x)    (((x) >> S_ACKLAT) & M_ACKLAT)

Definition at line 1285 of file cxgb_regs.h.

◆ G_ACTCNT

#define G_ACTCNT (   x)    (((x) >> S_ACTCNT) & M_ACTCNT)

Definition at line 6768 of file cxgb_regs.h.

◆ G_ACTTOPREDLY

#define G_ACTTOPREDLY (   x)    (((x) >> S_ACTTOPREDLY) & M_ACTTOPREDLY)

Definition at line 2825 of file cxgb_regs.h.

◆ G_ACTTORDWRDLY

#define G_ACTTORDWRDLY (   x)    (((x) >> S_ACTTORDWRDLY) & M_ACTTORDWRDLY)

Definition at line 2830 of file cxgb_regs.h.

◆ G_ADDR

#define G_ADDR (   x)    (((x) >> S_ADDR) & M_ADDR)

Definition at line 3000 of file cxgb_regs.h.

◆ G_ADDRBEG

#define G_ADDRBEG (   x)    (((x) >> S_ADDRBEG) & M_ADDRBEG)

Definition at line 3016 of file cxgb_regs.h.

◆ G_ADDREND

#define G_ADDREND (   x)    (((x) >> S_ADDREND) & M_ADDREND)

Definition at line 3023 of file cxgb_regs.h.

◆ G_ADDRESS_HIGH

#define G_ADDRESS_HIGH (   x)    (((x) >> S_ADDRESS_HIGH) & M_ADDRESS_HIGH)

Definition at line 7192 of file cxgb_regs.h.

◆ G_AO_LRN

#define G_AO_LRN (   x)    (((x) >> S_AO_LRN) & M_AO_LRN)

Definition at line 7020 of file cxgb_regs.h.

◆ G_AO_SRCH

#define G_AO_SRCH (   x)    (((x) >> S_AO_SRCH) & M_AO_SRCH)

Definition at line 7013 of file cxgb_regs.h.

◆ G_ARBST

#define G_ARBST (   x)    (((x) >> S_ARBST) & M_ARBST)

Definition at line 892 of file cxgb_regs.h.

◆ G_ASYNCINTVEC

#define G_ASYNCINTVEC (   x)    (((x) >> S_ASYNCINTVEC) & M_ASYNCINTVEC)

Definition at line 677 of file cxgb_regs.h.

◆ G_AUTOSTATE1

#define G_AUTOSTATE1 (   x)    (((x) >> S_AUTOSTATE1) & M_AUTOSTATE1)

Definition at line 3745 of file cxgb_regs.h.

◆ G_AUTOSTATE2

#define G_AUTOSTATE2 (   x)    (((x) >> S_AUTOSTATE2) & M_AUTOSTATE2)

Definition at line 3740 of file cxgb_regs.h.

◆ G_AUTOSTATE3

#define G_AUTOSTATE3 (   x)    (((x) >> S_AUTOSTATE3) & M_AUTOSTATE3)

Definition at line 3735 of file cxgb_regs.h.

◆ G_BANDGAP

#define G_BANDGAP (   x)    (((x) >> S_BANDGAP) & M_BANDGAP)

Definition at line 7445 of file cxgb_regs.h.

◆ G_BASE0

#define G_BASE0 (   x)    (((x) >> S_BASE0) & M_BASE0)

Definition at line 570 of file cxgb_regs.h.

◆ G_BASE1

#define G_BASE1 (   x)    (((x) >> S_BASE1) & M_BASE1)

Definition at line 565 of file cxgb_regs.h.

◆ G_BASEADDR

#define G_BASEADDR (   x)    (((x) >> S_BASEADDR) & M_BASEADDR)

Definition at line 558 of file cxgb_regs.h.

◆ G_BISTCYCLETHRESH

#define G_BISTCYCLETHRESH (   x)    (((x) >> S_BISTCYCLETHRESH) & M_BISTCYCLETHRESH)

Definition at line 7532 of file cxgb_regs.h.

◆ G_BISTDONE

#define G_BISTDONE (   x)    (((x) >> S_BISTDONE) & M_BISTDONE)

Definition at line 7527 of file cxgb_regs.h.

◆ G_BISTERR

#define G_BISTERR (   x)    (((x) >> S_BISTERR) & M_BISTERR)

Definition at line 952 of file cxgb_regs.h.

◆ G_BISTMODE

#define G_BISTMODE (   x)    (((x) >> S_BISTMODE) & M_BISTMODE)

Definition at line 2070 of file cxgb_regs.h.

◆ G_BITPOS0

#define G_BITPOS0 (   x)    (((x) >> S_BITPOS0) & M_BITPOS0)

Definition at line 5327 of file cxgb_regs.h.

◆ G_BITPOS1

#define G_BITPOS1 (   x)    (((x) >> S_BITPOS1) & M_BITPOS1)

Definition at line 5322 of file cxgb_regs.h.

◆ G_BITPOS2

#define G_BITPOS2 (   x)    (((x) >> S_BITPOS2) & M_BITPOS2)

Definition at line 5317 of file cxgb_regs.h.

◆ G_BITPOS3

#define G_BITPOS3 (   x)    (((x) >> S_BITPOS3) & M_BITPOS3)

Definition at line 5312 of file cxgb_regs.h.

◆ G_BKCYC

#define G_BKCYC (   x)    (((x) >> S_BKCYC) & M_BKCYC)

Definition at line 2845 of file cxgb_regs.h.

◆ G_BOOTADDR

#define G_BOOTADDR (   x)    (((x) >> S_BOOTADDR) & M_BOOTADDR)

Definition at line 3077 of file cxgb_regs.h.

◆ G_BSINSELLANE0

#define G_BSINSELLANE0 (   x)    (((x) >> S_BSINSELLANE0) & M_BSINSELLANE0)

Definition at line 2682 of file cxgb_regs.h.

◆ G_BSINSELLANE1

#define G_BSINSELLANE1 (   x)    (((x) >> S_BSINSELLANE1) & M_BSINSELLANE1)

Definition at line 2673 of file cxgb_regs.h.

◆ G_BSINSELLANE2

#define G_BSINSELLANE2 (   x)    (((x) >> S_BSINSELLANE2) & M_BSINSELLANE2)

Definition at line 2664 of file cxgb_regs.h.

◆ G_BSINSELLANE3

#define G_BSINSELLANE3 (   x)    (((x) >> S_BSINSELLANE3) & M_BSINSELLANE3)

Definition at line 2655 of file cxgb_regs.h.

◆ G_BSINSELLANE4

#define G_BSINSELLANE4 (   x)    (((x) >> S_BSINSELLANE4) & M_BSINSELLANE4)

Definition at line 2642 of file cxgb_regs.h.

◆ G_BSINSELLANE5

#define G_BSINSELLANE5 (   x)    (((x) >> S_BSINSELLANE5) & M_BSINSELLANE5)

Definition at line 2633 of file cxgb_regs.h.

◆ G_BSINSELLANE6

#define G_BSINSELLANE6 (   x)    (((x) >> S_BSINSELLANE6) & M_BSINSELLANE6)

Definition at line 2624 of file cxgb_regs.h.

◆ G_BSINSELLANE7

#define G_BSINSELLANE7 (   x)    (((x) >> S_BSINSELLANE7) & M_BSINSELLANE7)

Definition at line 2615 of file cxgb_regs.h.

◆ G_BYTECNT

#define G_BYTECNT (   x)    (((x) >> S_BYTECNT) & M_BYTECNT)

Definition at line 6364 of file cxgb_regs.h.

◆ G_BYTETHRESHOLD

#define G_BYTETHRESHOLD (   x)    (((x) >> S_BYTETHRESHOLD) & M_BYTETHRESHOLD)

Definition at line 3750 of file cxgb_regs.h.

◆ G_CAL_PD

#define G_CAL_PD (   x)    (((x) >> S_CAL_PD) & M_CAL_PD)

Definition at line 6578 of file cxgb_regs.h.

◆ G_CAL_PU

#define G_CAL_PU (   x)    (((x) >> S_CAL_PU) & M_CAL_PU)

Definition at line 6573 of file cxgb_regs.h.

◆ G_CALIMP

#define G_CALIMP (   x)    (((x) >> S_CALIMP) & M_CALIMP)

Definition at line 7515 of file cxgb_regs.h.

◆ G_CALST

#define G_CALST (   x)    (((x) >> S_CALST) & M_CALST)

Definition at line 902 of file cxgb_regs.h.

◆ G_CDEBUGDATAH

#define G_CDEBUGDATAH (   x)    (((x) >> S_CDEBUGDATAH) & M_CDEBUGDATAH)

Definition at line 3409 of file cxgb_regs.h.

◆ G_CDEBUGDATAL

#define G_CDEBUGDATAL (   x)    (((x) >> S_CDEBUGDATAL) & M_CDEBUGDATAL)

Definition at line 3414 of file cxgb_regs.h.

◆ G_CECNT

#define G_CECNT (   x)    (((x) >> S_CECNT) & M_CECNT)

Definition at line 2971 of file cxgb_regs.h.

◆ G_CF_RSPSTATE

#define G_CF_RSPSTATE (   x)    (((x) >> S_CF_RSPSTATE) & M_CF_RSPSTATE)

Definition at line 1226 of file cxgb_regs.h.

◆ G_CF_STATEINI

#define G_CF_STATEINI (   x)    (((x) >> S_CF_STATEINI) & M_CF_STATEINI)

Definition at line 1091 of file cxgb_regs.h.

◆ G_CFGCLKSPEED

#define G_CFGCLKSPEED (   x)    (((x) >> S_CFGCLKSPEED) & M_CFGCLKSPEED)

Definition at line 7107 of file cxgb_regs.h.

◆ G_CFINIST

#define G_CFINIST (   x)    (((x) >> S_CFINIST) & M_CFINIST)

Definition at line 912 of file cxgb_regs.h.

◆ G_CFPARERR

#define G_CFPARERR (   x)    (((x) >> S_CFPARERR) & M_CFPARERR)

Definition at line 595 of file cxgb_regs.h.

◆ G_CFREQRDST

#define G_CFREQRDST (   x)    (((x) >> S_CFREQRDST) & M_CFREQRDST)

Definition at line 907 of file cxgb_regs.h.

◆ G_CFRESPRDST

#define G_CFRESPRDST (   x)    (((x) >> S_CFRESPRDST) & M_CFRESPRDST)

Definition at line 917 of file cxgb_regs.h.

◆ G_CH0SIZE1

#define G_CH0SIZE1 (   x)    (((x) >> S_CH0SIZE1) & M_CH0SIZE1)

Definition at line 5581 of file cxgb_regs.h.

◆ G_CH0SIZE2

#define G_CH0SIZE2 (   x)    (((x) >> S_CH0SIZE2) & M_CH0SIZE2)

Definition at line 5576 of file cxgb_regs.h.

◆ G_CH1SIZE1

#define G_CH1SIZE1 (   x)    (((x) >> S_CH1SIZE1) & M_CH1SIZE1)

Definition at line 5571 of file cxgb_regs.h.

◆ G_CH1SIZE2

#define G_CH1SIZE2 (   x)    (((x) >> S_CH1SIZE2) & M_CH1SIZE2)

Definition at line 5566 of file cxgb_regs.h.

◆ G_CLIPMAPADDR

#define G_CLIPMAPADDR (   x)    (((x) >> S_CLIPMAPADDR) & M_CLIPMAPADDR)

Definition at line 6784 of file cxgb_regs.h.

◆ G_CLIPMAPVAL

#define G_CLIPMAPVAL (   x)    (((x) >> S_CLIPMAPVAL) & M_CLIPMAPVAL)

Definition at line 6779 of file cxgb_regs.h.

◆ G_CLKDIV

#define G_CLKDIV (   x)    (((x) >> S_CLKDIV) & M_CLKDIV)

Definition at line 6279 of file cxgb_regs.h.

◆ G_CLKSELECT

#define G_CLKSELECT (   x)    (((x) >> S_CLKSELECT) & M_CLKSELECT)

Definition at line 2090 of file cxgb_regs.h.

◆ G_CMDMODE

#define G_CMDMODE (   x)    (((x) >> S_CMDMODE) & M_CMDMODE)

Definition at line 6887 of file cxgb_regs.h.

◆ G_CMMAXPSTRUCT

#define G_CMMAXPSTRUCT (   x)    (((x) >> S_CMMAXPSTRUCT) & M_CMMAXPSTRUCT)

Definition at line 4755 of file cxgb_regs.h.

◆ G_CMMEMMGRBASE

#define G_CMMEMMGRBASE (   x)    (((x) >> S_CMMEMMGRBASE) & M_CMMEMMGRBASE)

Definition at line 3656 of file cxgb_regs.h.

◆ G_CMMEMMGRSIZE

#define G_CMMEMMGRSIZE (   x)    (((x) >> S_CMMEMMGRSIZE) & M_CMMEMMGRSIZE)

Definition at line 3649 of file cxgb_regs.h.

◆ G_CMPSFLSTBASE

#define G_CMPSFLSTBASE (   x)    (((x) >> S_CMPSFLSTBASE) & M_CMPSFLSTBASE)

Definition at line 4748 of file cxgb_regs.h.

◆ G_CMRXFLSTBASE

#define G_CMRXFLSTBASE (   x)    (((x) >> S_CMRXFLSTBASE) & M_CMRXFLSTBASE)

Definition at line 4734 of file cxgb_regs.h.

◆ G_CMTIMERBASE

#define G_CMTIMERBASE (   x)    (((x) >> S_CMTIMERBASE) & M_CMTIMERBASE)

Definition at line 3668 of file cxgb_regs.h.

◆ G_CMTIMERMAXNUM

#define G_CMTIMERMAXNUM (   x)    (((x) >> S_CMTIMERMAXNUM) & M_CMTIMERMAXNUM)

Definition at line 3663 of file cxgb_regs.h.

◆ G_CMTXFLSTBASE

#define G_CMTXFLSTBASE (   x)    (((x) >> S_CMTXFLSTBASE) & M_CMTXFLSTBASE)

Definition at line 4741 of file cxgb_regs.h.

◆ G_CMURANGE

#define G_CMURANGE (   x)    (((x) >> S_CMURANGE) & M_CMURANGE)

Definition at line 7415 of file cxgb_regs.h.

◆ G_CNGCTRLMODE

#define G_CNGCTRLMODE (   x)    (((x) >> S_CNGCTRLMODE) & M_CNGCTRLMODE)

Definition at line 4129 of file cxgb_regs.h.

◆ G_CNT

#define G_CNT (   x)    (((x) >> S_CNT) & M_CNT)

Definition at line 6353 of file cxgb_regs.h.

◆ G_CONTEXT

#define G_CONTEXT (   x)    (((x) >> S_CONTEXT) & M_CONTEXT)

Definition at line 193 of file cxgb_regs.h.

◆ G_CONTEXT_CMD_OPCODE

#define G_CONTEXT_CMD_OPCODE (   x)    (((x) >> S_CONTEXT_CMD_OPCODE) & M_CONTEXT_CMD_OPCODE)

Definition at line 163 of file cxgb_regs.h.

◆ G_CPL_MAP_TBL_DATA

#define G_CPL_MAP_TBL_DATA (   x)    (((x) >> S_CPL_MAP_TBL_DATA) & M_CPL_MAP_TBL_DATA)

Definition at line 5995 of file cxgb_regs.h.

◆ G_CPL_MAP_TBL_IDX

#define G_CPL_MAP_TBL_IDX (   x)    (((x) >> S_CPL_MAP_TBL_IDX) & M_CPL_MAP_TBL_IDX)

Definition at line 5988 of file cxgb_regs.h.

◆ G_CPL_PKT_TID

#define G_CPL_PKT_TID (   x)    (((x) >> S_CPL_PKT_TID) & M_CPL_PKT_TID)

Definition at line 5919 of file cxgb_regs.h.

◆ G_CPL_WMARK

#define G_CPL_WMARK (   x)    (((x) >> S_CPL_WMARK) & M_CPL_WMARK)

Definition at line 2053 of file cxgb_regs.h.

◆ G_CPLTIMEOUTID

#define G_CPLTIMEOUTID (   x)    (((x) >> S_CPLTIMEOUTID) & M_CPLTIMEOUTID)

Definition at line 1350 of file cxgb_regs.h.

◆ G_CQ_CREDIT

#define G_CQ_CREDIT (   x)    (((x) >> S_CQ_CREDIT) & M_CQ_CREDIT)

Definition at line 172 of file cxgb_regs.h.

◆ G_CREDITS

#define G_CREDITS (   x)    (((x) >> S_CREDITS) & M_CREDITS)

Definition at line 208 of file cxgb_regs.h.

◆ G_CTHRESHOLD

#define G_CTHRESHOLD (   x)    (((x) >> S_CTHRESHOLD) & M_CTHRESHOLD)

Definition at line 5042 of file cxgb_regs.h.

◆ G_CURPAUSETIMER

#define G_CURPAUSETIMER (   x)    (((x) >> S_CURPAUSETIMER) & M_CURPAUSETIMER)

Definition at line 7276 of file cxgb_regs.h.

◆ G_D0_WEIGHT

#define G_D0_WEIGHT (   x)    (((x) >> S_D0_WEIGHT) & M_D0_WEIGHT)

Definition at line 5593 of file cxgb_regs.h.

◆ G_D1_WEIGHT

#define G_D1_WEIGHT (   x)    (((x) >> S_D1_WEIGHT) & M_D1_WEIGHT)

Definition at line 5588 of file cxgb_regs.h.

◆ G_DACKTIME

#define G_DACKTIME (   x)    (((x) >> S_DACKTIME) & M_DACKTIME)

Definition at line 4361 of file cxgb_regs.h.

◆ G_DATA

#define G_DATA (   x)    (((x) >> S_DATA) & M_DATA)

Definition at line 2989 of file cxgb_regs.h.

◆ G_DATAINTR

#define G_DATAINTR (   x)    (((x) >> S_DATAINTR) & M_DATAINTR)

Definition at line 219 of file cxgb_regs.h.

◆ G_DATAPAT

#define G_DATAPAT (   x)    (((x) >> S_DATAPAT) & M_DATAPAT)

Definition at line 3040 of file cxgb_regs.h.

◆ G_DBGIREQADRHI

#define G_DBGIREQADRHI (   x)    (((x) >> S_DBGIREQADRHI) & M_DBGIREQADRHI)

Definition at line 6928 of file cxgb_regs.h.

◆ G_DBGIREQDATA4

#define G_DBGIREQDATA4 (   x)    (((x) >> S_DBGIREQDATA4) & M_DBGIREQDATA4)

Definition at line 6939 of file cxgb_regs.h.

◆ G_DBGIREQMSK4

#define G_DBGIREQMSK4 (   x)    (((x) >> S_DBGIREQMSK4) & M_DBGIREQMSK4)

Definition at line 6950 of file cxgb_regs.h.

◆ G_DBGIRSPDATA3

#define G_DBGIRSPDATA3 (   x)    (((x) >> S_DBGIRSPDATA3) & M_DBGIRSPDATA3)

Definition at line 6980 of file cxgb_regs.h.

◆ G_DBGIRSPMSG

#define G_DBGIRSPMSG (   x)    (((x) >> S_DBGIRSPMSG) & M_DBGIRSPMSG)

Definition at line 6957 of file cxgb_regs.h.

◆ G_DBMAXOPCNT

#define G_DBMAXOPCNT (   x)    (((x) >> S_DBMAXOPCNT) & M_DBMAXOPCNT)

Definition at line 3473 of file cxgb_regs.h.

◆ G_DEBUGDATA

#define G_DEBUGDATA (   x)    (((x) >> S_DEBUGDATA) & M_DEBUGDATA)

Definition at line 2384 of file cxgb_regs.h.

◆ G_DEBUGDATAH

#define G_DEBUGDATAH (   x)    (((x) >> S_DEBUGDATAH) & M_DEBUGDATAH)

Definition at line 6218 of file cxgb_regs.h.

◆ G_DEBUGDATAL

#define G_DEBUGDATAL (   x)    (((x) >> S_DEBUGDATAL) & M_DEBUGDATAL)

Definition at line 6223 of file cxgb_regs.h.

◆ G_DEBUGLAREQADDR

#define G_DEBUGLAREQADDR (   x)    (((x) >> S_DEBUGLAREQADDR) & M_DEBUGLAREQADDR)

Definition at line 6230 of file cxgb_regs.h.

◆ G_DEBUGSELH

#define G_DEBUGSELH (   x)    (((x) >> S_DEBUGSELH) & M_DEBUGSELH)

Definition at line 6031 of file cxgb_regs.h.

◆ G_DEBUGSELHI

#define G_DEBUGSELHI (   x)    (((x) >> S_DEBUGSELHI) & M_DEBUGSELHI)

Definition at line 3435 of file cxgb_regs.h.

◆ G_DEBUGSELL

#define G_DEBUGSELL (   x)    (((x) >> S_DEBUGSELL) & M_DEBUGSELL)

Definition at line 6036 of file cxgb_regs.h.

◆ G_DEBUGSELLO

#define G_DEBUGSELLO (   x)    (((x) >> S_DEBUGSELLO) & M_DEBUGSELLO)

Definition at line 3440 of file cxgb_regs.h.

◆ G_DEFAULTCPU

#define G_DEFAULTCPU (   x)    (((x) >> S_DEFAULTCPU) & M_DEFAULTCPU)

Definition at line 4565 of file cxgb_regs.h.

◆ G_DEFAULTCPUBASE

#define G_DEFAULTCPUBASE (   x)    (((x) >> S_DEFAULTCPUBASE) & M_DEFAULTCPUBASE)

Definition at line 4560 of file cxgb_regs.h.

◆ G_DEFAULTQUEUE

#define G_DEFAULTQUEUE (   x)    (((x) >> S_DEFAULTQUEUE) & M_DEFAULTQUEUE)

Definition at line 4570 of file cxgb_regs.h.

◆ G_DELAYEDACKRESOLUTION

#define G_DELAYEDACKRESOLUTION (   x)    (((x) >> S_DELAYEDACKRESOLUTION) & M_DELAYEDACKRESOLUTION)

Definition at line 4298 of file cxgb_regs.h.

◆ G_DEN

#define G_DEN (   x)    (((x) >> S_DEN) & M_DEN)

Definition at line 2733 of file cxgb_regs.h.

◆ G_DEQ

#define G_DEQ (   x)    (((x) >> S_DEQ) & M_DEQ)

Definition at line 1622 of file cxgb_regs.h.

◆ G_DLLDELTA

#define G_DLLDELTA (   x)    (((x) >> S_DLLDELTA) & M_DLLDELTA)

Definition at line 2801 of file cxgb_regs.h.

◆ G_DLLPTIMEOUTLMT

#define G_DLLPTIMEOUTLMT (   x)    (((x) >> S_DLLPTIMEOUTLMT) & M_DLLPTIMEOUTLMT)

Definition at line 1280 of file cxgb_regs.h.

◆ G_DRBPRITHRSH

#define G_DRBPRITHRSH (   x)    (((x) >> S_DRBPRITHRSH) & M_DRBPRITHRSH)

Definition at line 577 of file cxgb_regs.h.

◆ G_DTX

#define G_DTX (   x)    (((x) >> S_DTX) & M_DTX)

Definition at line 1627 of file cxgb_regs.h.

◆ G_DUPACKTHRESH

#define G_DUPACKTHRESH (   x)    (((x) >> S_DUPACKTHRESH) & M_DUPACKTHRESH)

Definition at line 4052 of file cxgb_regs.h.

◆ G_E_SRCH

#define G_E_SRCH (   x)    (((x) >> S_E_SRCH) & M_E_SRCH)

Definition at line 7062 of file cxgb_regs.h.

◆ G_EGRCNTX

#define G_EGRCNTX (   x)    (((x) >> S_EGRCNTX) & M_EGRCNTX)

Definition at line 139 of file cxgb_regs.h.

◆ G_EGRCNTXBADDR

#define G_EGRCNTXBADDR (   x)    (((x) >> S_EGRCNTXBADDR) & M_EGRCNTXBADDR)

Definition at line 429 of file cxgb_regs.h.

◆ G_EGRERROPCODE

#define G_EGRERROPCODE (   x)    (((x) >> S_EGRERROPCODE) & M_EGRERROPCODE)

Definition at line 395 of file cxgb_regs.h.

◆ G_EGRHIOPCODE

#define G_EGRHIOPCODE (   x)    (((x) >> S_EGRHIOPCODE) & M_EGRHIOPCODE)

Definition at line 400 of file cxgb_regs.h.

◆ G_EGRLOOPCODE

#define G_EGRLOOPCODE (   x)    (((x) >> S_EGRLOOPCODE) & M_EGRLOOPCODE)

Definition at line 405 of file cxgb_regs.h.

◆ G_EGRPRICNT

#define G_EGRPRICNT (   x)    (((x) >> S_EGRPRICNT) & M_EGRPRICNT)

Definition at line 410 of file cxgb_regs.h.

◆ G_ELECIDLEDETCYC

#define G_ELECIDLEDETCYC (   x)    (((x) >> S_ELECIDLEDETCYC) & M_ELECIDLEDETCYC)

Definition at line 1450 of file cxgb_regs.h.

◆ G_ERRADDRESS

#define G_ERRADDRESS (   x)    (((x) >> S_ERRADDRESS) & M_ERRADDRESS)

Definition at line 2950 of file cxgb_regs.h.

◆ G_ERRAGENT

#define G_ERRAGENT (   x)    (((x) >> S_ERRAGENT) & M_ERRAGENT)

Definition at line 2955 of file cxgb_regs.h.

◆ G_ETHRESHOLD

#define G_ETHRESHOLD (   x)    (((x) >> S_ETHRESHOLD) & M_ETHRESHOLD)

Definition at line 5037 of file cxgb_regs.h.

◆ G_EXTBISTCHKERRCNT

#define G_EXTBISTCHKERRCNT (   x)    (((x) >> S_EXTBISTCHKERRCNT) & M_EXTBISTCHKERRCNT)

Definition at line 1878 of file cxgb_regs.h.

◆ G_EXTBISTCHKERRCNT0

#define G_EXTBISTCHKERRCNT0 (   x)    (((x) >> S_EXTBISTCHKERRCNT0) & M_EXTBISTCHKERRCNT0)

Definition at line 8009 of file cxgb_regs.h.

◆ G_EXTBISTCHKERRCNT1

#define G_EXTBISTCHKERRCNT1 (   x)    (((x) >> S_EXTBISTCHKERRCNT1) & M_EXTBISTCHKERRCNT1)

Definition at line 8032 of file cxgb_regs.h.

◆ G_EXTBISTCHKERRCNT2

#define G_EXTBISTCHKERRCNT2 (   x)    (((x) >> S_EXTBISTCHKERRCNT2) & M_EXTBISTCHKERRCNT2)

Definition at line 8055 of file cxgb_regs.h.

◆ G_EXTBISTCHKERRCNT3

#define G_EXTBISTCHKERRCNT3 (   x)    (((x) >> S_EXTBISTCHKERRCNT3) & M_EXTBISTCHKERRCNT3)

Definition at line 8078 of file cxgb_regs.h.

◆ G_EXTBISTPAT

#define G_EXTBISTPAT (   x)    (((x) >> S_EXTBISTPAT) & M_EXTBISTPAT)

Definition at line 1716 of file cxgb_regs.h.

◆ G_EXTBISTPAT0

#define G_EXTBISTPAT0 (   x)    (((x) >> S_EXTBISTPAT0) & M_EXTBISTPAT0)

Definition at line 7994 of file cxgb_regs.h.

◆ G_EXTBISTPAT1

#define G_EXTBISTPAT1 (   x)    (((x) >> S_EXTBISTPAT1) & M_EXTBISTPAT1)

Definition at line 7969 of file cxgb_regs.h.

◆ G_EXTBISTPAT2

#define G_EXTBISTPAT2 (   x)    (((x) >> S_EXTBISTPAT2) & M_EXTBISTPAT2)

Definition at line 7944 of file cxgb_regs.h.

◆ G_EXTBISTPAT3

#define G_EXTBISTPAT3 (   x)    (((x) >> S_EXTBISTPAT3) & M_EXTBISTPAT3)

Definition at line 7919 of file cxgb_regs.h.

◆ G_EXTMODE1

#define G_EXTMODE1 (   x)    (((x) >> S_EXTMODE1) & M_EXTMODE1)

Definition at line 2764 of file cxgb_regs.h.

◆ G_EXTMODE2

#define G_EXTMODE2 (   x)    (((x) >> S_EXTMODE2) & M_EXTMODE2)

Definition at line 2771 of file cxgb_regs.h.

◆ G_EXTMODE3

#define G_EXTMODE3 (   x)    (((x) >> S_EXTMODE3) & M_EXTMODE3)

Definition at line 2778 of file cxgb_regs.h.

◆ G_FASTFINWAIT2TIME

#define G_FASTFINWAIT2TIME (   x)    (((x) >> S_FASTFINWAIT2TIME) & M_FASTFINWAIT2TIME)

Definition at line 4375 of file cxgb_regs.h.

◆ G_FINWAIT2TIME

#define G_FINWAIT2TIME (   x)    (((x) >> S_FINWAIT2TIME) & M_FINWAIT2TIME)

Definition at line 4368 of file cxgb_regs.h.

◆ G_FIVETUPLELOOKUP

#define G_FIVETUPLELOOKUP (   x)    (((x) >> S_FIVETUPLELOOKUP) & M_FIVETUPLELOOKUP)

Definition at line 3607 of file cxgb_regs.h.

◆ G_FLASHADDRSIZE

#define G_FLASHADDRSIZE (   x)    (((x) >> S_FLASHADDRSIZE) & M_FLASHADDRSIZE)

Definition at line 3099 of file cxgb_regs.h.

◆ G_FLASHBASEADDR

#define G_FLASHBASEADDR (   x)    (((x) >> S_FLASHBASEADDR) & M_FLASHBASEADDR)

Definition at line 3092 of file cxgb_regs.h.

◆ G_FLPARITYERROR

#define G_FLPARITYERROR (   x)    (((x) >> S_FLPARITYERROR) & M_FLPARITYERROR)

Definition at line 452 of file cxgb_regs.h.

◆ G_FLXEMPTY

#define G_FLXEMPTY (   x)    (((x) >> S_FLXEMPTY) & M_FLXEMPTY)

Definition at line 388 of file cxgb_regs.h.

◆ G_FMOFFSET0

#define G_FMOFFSET0 (   x)    (((x) >> S_FMOFFSET0) & M_FMOFFSET0)

Definition at line 7846 of file cxgb_regs.h.

◆ G_FMOFFSET1

#define G_FMOFFSET1 (   x)    (((x) >> S_FMOFFSET1) & M_FMOFFSET1)

Definition at line 7837 of file cxgb_regs.h.

◆ G_FMOFFSET2

#define G_FMOFFSET2 (   x)    (((x) >> S_FMOFFSET2) & M_FMOFFSET2)

Definition at line 7828 of file cxgb_regs.h.

◆ G_FMOFFSET3

#define G_FMOFFSET3 (   x)    (((x) >> S_FMOFFSET3) & M_FMOFFSET3)

Definition at line 7819 of file cxgb_regs.h.

◆ G_FREEPSTRUCTCOUNT

#define G_FREEPSTRUCTCOUNT (   x)    (((x) >> S_FREEPSTRUCTCOUNT) & M_FREEPSTRUCTCOUNT)

Definition at line 4889 of file cxgb_regs.h.

◆ G_FREERXPAGECOUNT

#define G_FREERXPAGECOUNT (   x)    (((x) >> S_FREERXPAGECOUNT) & M_FREERXPAGECOUNT)

Definition at line 4896 of file cxgb_regs.h.

◆ G_FREETXPAGECOUNT

#define G_FREETXPAGECOUNT (   x)    (((x) >> S_FREETXPAGECOUNT) & M_FREETXPAGECOUNT)

Definition at line 4903 of file cxgb_regs.h.

◆ G_GAIN

#define G_GAIN (   x)    (((x) >> S_GAIN) & M_GAIN)

Definition at line 7440 of file cxgb_regs.h.

◆ G_GAP

#define G_GAP (   x)    (((x) >> S_GAP) & M_GAP)

Definition at line 3031 of file cxgb_regs.h.

◆ G_GMIISPEED

#define G_GMIISPEED (   x)    (((x) >> S_GMIISPEED) & M_GMIISPEED)

Definition at line 8344 of file cxgb_regs.h.

◆ G_HIDRBHITHRSH

#define G_HIDRBHITHRSH (   x)    (((x) >> S_HIDRBHITHRSH) & M_HIDRBHITHRSH)

Definition at line 226 of file cxgb_regs.h.

◆ G_HIDRBLOTHRSH

#define G_HIDRBLOTHRSH (   x)    (((x) >> S_HIDRBLOTHRSH) & M_HIDRBLOTHRSH)

Definition at line 233 of file cxgb_regs.h.

◆ G_HIGHSPEEDCFG

#define G_HIGHSPEEDCFG (   x)    (((x) >> S_HIGHSPEEDCFG) & M_HIGHSPEEDCFG)

Definition at line 4144 of file cxgb_regs.h.

◆ G_HIRCQDRBTHRSH

#define G_HIRCQDRBTHRSH (   x)    (((x) >> S_HIRCQDRBTHRSH) & M_HIRCQDRBTHRSH)

Definition at line 417 of file cxgb_regs.h.

◆ G_HOSTADDR

#define G_HOSTADDR (   x)    (((x) >> S_HOSTADDR) & M_HOSTADDR)

Definition at line 3351 of file cxgb_regs.h.

◆ G_HOSTPAGESIZE

#define G_HOSTPAGESIZE (   x)    (((x) >> S_HOSTPAGESIZE) & M_HOSTPAGESIZE)

Definition at line 91 of file cxgb_regs.h.

◆ G_HPZ0

#define G_HPZ0 (   x)    (((x) >> S_HPZ0) & M_HPZ0)

Definition at line 5470 of file cxgb_regs.h.

◆ G_HPZ1

#define G_HPZ1 (   x)    (((x) >> S_HPZ1) & M_HPZ1)

Definition at line 5465 of file cxgb_regs.h.

◆ G_HPZ2

#define G_HPZ2 (   x)    (((x) >> S_HPZ2) & M_HPZ2)

Definition at line 5460 of file cxgb_regs.h.

◆ G_HPZ3

#define G_HPZ3 (   x)    (((x) >> S_HPZ3) & M_HPZ3)

Definition at line 5455 of file cxgb_regs.h.

◆ G_I2C_CLKDIV

#define G_I2C_CLKDIV (   x)    (((x) >> S_I2C_CLKDIV) & M_I2C_CLKDIV)

Definition at line 6240 of file cxgb_regs.h.

◆ G_I2C_DATA

#define G_I2C_DATA (   x)    (((x) >> S_I2C_DATA) & M_I2C_DATA)

Definition at line 6252 of file cxgb_regs.h.

◆ G_I_SRCH

#define G_I_SRCH (   x)    (((x) >> S_I_SRCH) & M_I_SRCH)

Definition at line 7055 of file cxgb_regs.h.

◆ G_IBQ0FULLTHRSH

#define G_IBQ0FULLTHRSH (   x)    (((x) >> S_IBQ0FULLTHRSH) & M_IBQ0FULLTHRSH)

Definition at line 3319 of file cxgb_regs.h.

◆ G_IBQ1FULLTHRSH

#define G_IBQ1FULLTHRSH (   x)    (((x) >> S_IBQ1FULLTHRSH) & M_IBQ1FULLTHRSH)

Definition at line 3324 of file cxgb_regs.h.

◆ G_IBQ2FULLTHRSH

#define G_IBQ2FULLTHRSH (   x)    (((x) >> S_IBQ2FULLTHRSH) & M_IBQ2FULLTHRSH)

Definition at line 3331 of file cxgb_regs.h.

◆ G_IBQ3FULLTHRSH

#define G_IBQ3FULLTHRSH (   x)    (((x) >> S_IBQ3FULLTHRSH) & M_IBQ3FULLTHRSH)

Definition at line 3336 of file cxgb_regs.h.

◆ G_IBQDBGADDR

#define G_IBQDBGADDR (   x)    (((x) >> S_IBQDBGADDR) & M_IBQDBGADDR)

Definition at line 3359 of file cxgb_regs.h.

◆ G_IBQDBGQID

#define G_IBQDBGQID (   x)    (((x) >> S_IBQDBGQID) & M_IBQDBGQID)

Definition at line 3364 of file cxgb_regs.h.

◆ G_ICSPI_PAR_ERROR

#define G_ICSPI_PAR_ERROR (   x)    (((x) >> S_ICSPI_PAR_ERROR) & M_ICSPI_PAR_ERROR)

Definition at line 5745 of file cxgb_regs.h.

◆ G_IDINDEX

#define G_IDINDEX (   x)    (((x) >> S_IDINDEX) & M_IDINDEX)

Definition at line 6754 of file cxgb_regs.h.

◆ G_IDTCMD

#define G_IDTCMD (   x)    (((x) >> S_IDTCMD) & M_IDTCMD)

Definition at line 6909 of file cxgb_regs.h.

◆ G_IDTCMDHI

#define G_IDTCMDHI (   x)    (((x) >> S_IDTCMDHI) & M_IDTCMDHI)

Definition at line 6899 of file cxgb_regs.h.

◆ G_IDTCMDLO

#define G_IDTCMDLO (   x)    (((x) >> S_IDTCMDLO) & M_IDTCMDLO)

Definition at line 6904 of file cxgb_regs.h.

◆ G_IESPI_PAR_ERROR

#define G_IESPI_PAR_ERROR (   x)    (((x) >> S_IESPI_PAR_ERROR) & M_IESPI_PAR_ERROR)

Definition at line 5670 of file cxgb_regs.h.

◆ G_IMP_CAL_PD

#define G_IMP_CAL_PD (   x)    (((x) >> S_IMP_CAL_PD) & M_IMP_CAL_PD)

Definition at line 2928 of file cxgb_regs.h.

◆ G_IMP_CAL_PU

#define G_IMP_CAL_PU (   x)    (((x) >> S_IMP_CAL_PU) & M_IMP_CAL_PU)

Definition at line 2933 of file cxgb_regs.h.

◆ G_IMP_MAN_PD

#define G_IMP_MAN_PD (   x)    (((x) >> S_IMP_MAN_PD) & M_IMP_MAN_PD)

Definition at line 2918 of file cxgb_regs.h.

◆ G_IMP_MAN_PU

#define G_IMP_MAN_PU (   x)    (((x) >> S_IMP_MAN_PU) & M_IMP_MAN_PU)

Definition at line 2923 of file cxgb_regs.h.

◆ G_IMP_SET_PD

#define G_IMP_SET_PD (   x)    (((x) >> S_IMP_SET_PD) & M_IMP_SET_PD)

Definition at line 2938 of file cxgb_regs.h.

◆ G_IMP_SET_PU

#define G_IMP_SET_PU (   x)    (((x) >> S_IMP_SET_PU) & M_IMP_SET_PU)

Definition at line 2943 of file cxgb_regs.h.

◆ G_INDICATESIZE

#define G_INDICATESIZE (   x)    (((x) >> S_INDICATESIZE) & M_INDICATESIZE)

Definition at line 4166 of file cxgb_regs.h.

◆ G_INI_STATE

#define G_INI_STATE (   x)    (((x) >> S_INI_STATE) & M_INI_STATE)

Definition at line 1126 of file cxgb_regs.h.

◆ G_INICST

#define G_INICST (   x)    (((x) >> S_INICST) & M_INICST)

Definition at line 922 of file cxgb_regs.h.

◆ G_INITCWND

#define G_INITCWND (   x)    (((x) >> S_INITCWND) & M_INITCWND)

Definition at line 4047 of file cxgb_regs.h.

◆ G_INITIALSSTHRESH

#define G_INITIALSSTHRESH (   x)    (((x) >> S_INITIALSSTHRESH) & M_INITIALSSTHRESH)

Definition at line 4064 of file cxgb_regs.h.

◆ G_INITRWND

#define G_INITRWND (   x)    (((x) >> S_INITRWND) & M_INITRWND)

Definition at line 4059 of file cxgb_regs.h.

◆ G_INITSRTT

#define G_INITSRTT (   x)    (((x) >> S_INITSRTT) & M_INITSRTT)

Definition at line 4354 of file cxgb_regs.h.

◆ G_INIXST

#define G_INIXST (   x)    (((x) >> S_INIXST) & M_INIXST)

Definition at line 927 of file cxgb_regs.h.

◆ G_INT_STATE

#define G_INT_STATE (   x)    (((x) >> S_INT_STATE) & M_INT_STATE)

Definition at line 1241 of file cxgb_regs.h.

◆ G_INTPTID

#define G_INTPTID (   x)    (((x) >> S_INTPTID) & M_INTPTID)

Definition at line 6871 of file cxgb_regs.h.

◆ G_INTST

#define G_INTST (   x)    (((x) >> S_INTST) & M_INTST)

Definition at line 932 of file cxgb_regs.h.

◆ G_INTTID

#define G_INTTID (   x)    (((x) >> S_INTTID) & M_INTTID)

Definition at line 6864 of file cxgb_regs.h.

◆ G_IPTTL

#define G_IPTTL (   x)    (((x) >> S_IPTTL) & M_IPTTL)

Definition at line 3641 of file cxgb_regs.h.

◆ G_ISCSILLIMIT

#define G_ISCSILLIMIT (   x)    (((x) >> S_ISCSILLIMIT) & M_ISCSILLIMIT)

Definition at line 5434 of file cxgb_regs.h.

◆ G_ISCSITAGMASK

#define G_ISCSITAGMASK (   x)    (((x) >> S_ISCSITAGMASK) & M_ISCSITAGMASK)

Definition at line 5448 of file cxgb_regs.h.

◆ G_ISCSIULIMIT

#define G_ISCSIULIMIT (   x)    (((x) >> S_ISCSIULIMIT) & M_ISCSIULIMIT)

Definition at line 5441 of file cxgb_regs.h.

◆ G_ITPARITYERROR

#define G_ITPARITYERROR (   x)    (((x) >> S_ITPARITYERROR) & M_ITPARITYERROR)

Definition at line 457 of file cxgb_regs.h.

◆ G_JM_CLKDIV

#define G_JM_CLKDIV (   x)    (((x) >> S_JM_CLKDIV) & M_JM_CLKDIV)

Definition at line 6336 of file cxgb_regs.h.

◆ G_KEEPALIVEIDLE

#define G_KEEPALIVEIDLE (   x)    (((x) >> S_KEEPALIVEIDLE) & M_KEEPALIVEIDLE)

Definition at line 4340 of file cxgb_regs.h.

◆ G_KEEPALIVEINTVL

#define G_KEEPALIVEINTVL (   x)    (((x) >> S_KEEPALIVEINTVL) & M_KEEPALIVEINTVL)

Definition at line 4347 of file cxgb_regs.h.

◆ G_KEEPALIVEMAX

#define G_KEEPALIVEMAX (   x)    (((x) >> S_KEEPALIVEMAX) & M_KEEPALIVEMAX)

Definition at line 4407 of file cxgb_regs.h.

◆ G_L0SIDLETIME

#define G_L0SIDLETIME (   x)    (((x) >> S_L0SIDLETIME) & M_L0SIDLETIME)

Definition at line 1327 of file cxgb_regs.h.

◆ G_L1ASPMTXRXL0STIME

#define G_L1ASPMTXRXL0STIME (   x)    (((x) >> S_L1ASPMTXRXL0STIME) & M_L1ASPMTXRXL0STIME)

Definition at line 1322 of file cxgb_regs.h.

◆ G_LADBGRDPTR

#define G_LADBGRDPTR (   x)    (((x) >> S_LADBGRDPTR) & M_LADBGRDPTR)

Definition at line 6010 of file cxgb_regs.h.

◆ G_LADBGWRPTR

#define G_LADBGWRPTR (   x)    (((x) >> S_LADBGWRPTR) & M_LADBGWRPTR)

Definition at line 6005 of file cxgb_regs.h.

◆ G_LANE

#define G_LANE (   x)    (((x) >> S_LANE) & M_LANE)

Definition at line 1433 of file cxgb_regs.h.

◆ G_LASTCMDA

#define G_LASTCMDA (   x)    (((x) >> S_LASTCMDA) & M_LASTCMDA)

Definition at line 6992 of file cxgb_regs.h.

◆ G_LASTCMDB

#define G_LASTCMDB (   x)    (((x) >> S_LASTCMDB) & M_LASTCMDB)

Definition at line 6987 of file cxgb_regs.h.

◆ G_LCK

#define G_LCK (   x)    (((x) >> S_LCK) & M_LCK)

Definition at line 6497 of file cxgb_regs.h.

◆ G_LCMDA

#define G_LCMDA (   x)    (((x) >> S_LCMDA) & M_LCMDA)

Definition at line 6919 of file cxgb_regs.h.

◆ G_LCMDB

#define G_LCMDB (   x)    (((x) >> S_LCMDB) & M_LCMDB)

Definition at line 6914 of file cxgb_regs.h.

◆ G_LIP_CMP_UNAVAILABLE

#define G_LIP_CMP_UNAVAILABLE (   x)    (((x) >> S_LIP_CMP_UNAVAILABLE) & M_LIP_CMP_UNAVAILABLE)

Definition at line 6682 of file cxgb_regs.h.

◆ G_LNKCNTLSTATE

#define G_LNKCNTLSTATE (   x)    (((x) >> S_LNKCNTLSTATE) & M_LNKCNTLSTATE)

Definition at line 1111 of file cxgb_regs.h.

◆ G_LODRBHITHRSH

#define G_LODRBHITHRSH (   x)    (((x) >> S_LODRBHITHRSH) & M_LODRBHITHRSH)

Definition at line 240 of file cxgb_regs.h.

◆ G_LODRBLOTHRSH

#define G_LODRBLOTHRSH (   x)    (((x) >> S_LODRBLOTHRSH) & M_LODRBLOTHRSH)

Definition at line 247 of file cxgb_regs.h.

◆ G_LORCQDRBTHRSH

#define G_LORCQDRBTHRSH (   x)    (((x) >> S_LORCQDRBTHRSH) & M_LORCQDRBTHRSH)

Definition at line 422 of file cxgb_regs.h.

◆ G_LPBKEN

#define G_LPBKEN (   x)    (((x) >> S_LPBKEN) & M_LPBKEN)

Definition at line 7450 of file cxgb_regs.h.

◆ G_LRNLAT

#define G_LRNLAT (   x)    (((x) >> S_LRNLAT) & M_LRNLAT)

Definition at line 6721 of file cxgb_regs.h.

◆ G_MACMATCHMAP0

#define G_MACMATCHMAP0 (   x)    (((x) >> S_MACMATCHMAP0) & M_MACMATCHMAP0)

Definition at line 5284 of file cxgb_regs.h.

◆ G_MACMATCHMAP1

#define G_MACMATCHMAP1 (   x)    (((x) >> S_MACMATCHMAP1) & M_MACMATCHMAP1)

Definition at line 5279 of file cxgb_regs.h.

◆ G_MACMATCHMAP2

#define G_MACMATCHMAP2 (   x)    (((x) >> S_MACMATCHMAP2) & M_MACMATCHMAP2)

Definition at line 5274 of file cxgb_regs.h.

◆ G_MACMATCHMAP3

#define G_MACMATCHMAP3 (   x)    (((x) >> S_MACMATCHMAP3) & M_MACMATCHMAP3)

Definition at line 5269 of file cxgb_regs.h.

◆ G_MACMATCHMAP4

#define G_MACMATCHMAP4 (   x)    (((x) >> S_MACMATCHMAP4) & M_MACMATCHMAP4)

Definition at line 5264 of file cxgb_regs.h.

◆ G_MACMATCHMAP5

#define G_MACMATCHMAP5 (   x)    (((x) >> S_MACMATCHMAP5) & M_MACMATCHMAP5)

Definition at line 5259 of file cxgb_regs.h.

◆ G_MACMATCHMAP6

#define G_MACMATCHMAP6 (   x)    (((x) >> S_MACMATCHMAP6) & M_MACMATCHMAP6)

Definition at line 5254 of file cxgb_regs.h.

◆ G_MACMATCHMAP7

#define G_MACMATCHMAP7 (   x)    (((x) >> S_MACMATCHMAP7) & M_MACMATCHMAP7)

Definition at line 5249 of file cxgb_regs.h.

◆ G_MACROCNTCFG

#define G_MACROCNTCFG (   x)    (((x) >> S_MACROCNTCFG) & M_MACROCNTCFG)

Definition at line 6019 of file cxgb_regs.h.

◆ G_MAN_PD

#define G_MAN_PD (   x)    (((x) >> S_MAN_PD) & M_MAN_PD)

Definition at line 6568 of file cxgb_regs.h.

◆ G_MAN_PU

#define G_MAN_PU (   x)    (((x) >> S_MAN_PU) & M_MAN_PU)

Definition at line 6563 of file cxgb_regs.h.

◆ G_MANDELTA

#define G_MANDELTA (   x)    (((x) >> S_MANDELTA) & M_MANDELTA)

Definition at line 2806 of file cxgb_regs.h.

◆ G_MANFMOFFSET

#define G_MANFMOFFSET (   x)    (((x) >> S_MANFMOFFSET) & M_MANFMOFFSET)

Definition at line 1757 of file cxgb_regs.h.

◆ G_MANLPBKEN

#define G_MANLPBKEN (   x)    (((x) >> S_MANLPBKEN) & M_MANLPBKEN)

Definition at line 1491 of file cxgb_regs.h.

◆ G_MASKSIZE

#define G_MASKSIZE (   x)    (((x) >> S_MASKSIZE) & M_MASKSIZE)

Definition at line 4555 of file cxgb_regs.h.

◆ G_MASKWR

#define G_MASKWR (   x)    (((x) >> S_MASKWR) & M_MASKWR)

Definition at line 7083 of file cxgb_regs.h.

◆ G_MATCHEDFILTER

#define G_MATCHEDFILTER (   x)    (((x) >> S_MATCHEDFILTER) & M_MATCHEDFILTER)

Definition at line 8359 of file cxgb_regs.h.

◆ G_MAXRXDATA

#define G_MAXRXDATA (   x)    (((x) >> S_MAXRXDATA) & M_MAXRXDATA)

Definition at line 4071 of file cxgb_regs.h.

◆ G_MAXSPLTRNC

#define G_MAXSPLTRNC (   x)    (((x) >> S_MAXSPLTRNC) & M_MAXSPLTRNC)

Definition at line 682 of file cxgb_regs.h.

◆ G_MAXSPLTRNR

#define G_MAXSPLTRNR (   x)    (((x) >> S_MAXSPLTRNR) & M_MAXSPLTRNR)

Definition at line 687 of file cxgb_regs.h.

◆ G_MAXWRBYTECNT

#define G_MAXWRBYTECNT (   x)    (((x) >> S_MAXWRBYTECNT) & M_MAXWRBYTECNT)

Definition at line 692 of file cxgb_regs.h.

◆ G_MBUSCMD

#define G_MBUSCMD (   x)    (((x) >> S_MBUSCMD) & M_MBUSCMD)

Definition at line 6894 of file cxgb_regs.h.

◆ G_MCADEPTH

#define G_MCADEPTH (   x)    (((x) >> S_MCADEPTH) & M_MCADEPTH)

Definition at line 5829 of file cxgb_regs.h.

◆ G_MCAPARERR

#define G_MCAPARERR (   x)    (((x) >> S_MCAPARERR) & M_MCAPARERR)

Definition at line 5894 of file cxgb_regs.h.

◆ G_MCAPARERRENB

#define G_MCAPARERRENB (   x)    (((x) >> S_MCAPARERRENB) & M_MCAPARERRENB)

Definition at line 5872 of file cxgb_regs.h.

◆ G_MCAPKTCNT

#define G_MCAPKTCNT (   x)    (((x) >> S_MCAPKTCNT) & M_MCAPKTCNT)

Definition at line 5824 of file cxgb_regs.h.

◆ G_MDI_DATA

#define G_MDI_DATA (   x)    (((x) >> S_MDI_DATA) & M_MDI_DATA)

Definition at line 6315 of file cxgb_regs.h.

◆ G_MDI_OP

#define G_MDI_OP (   x)    (((x) >> S_MDI_OP) & M_MDI_OP)

Definition at line 6326 of file cxgb_regs.h.

◆ G_MEM_HWM

#define G_MEM_HWM (   x)    (((x) >> S_MEM_HWM) & M_MEM_HWM)

Definition at line 2862 of file cxgb_regs.h.

◆ G_MEM_RLD_WT

#define G_MEM_RLD_WT (   x)    (((x) >> S_MEM_RLD_WT) & M_MEM_RLD_WT)

Definition at line 2877 of file cxgb_regs.h.

◆ G_MICROCNTCFG

#define G_MICROCNTCFG (   x)    (((x) >> S_MICROCNTCFG) & M_MICROCNTCFG)

Definition at line 6024 of file cxgb_regs.h.

◆ G_MODE

#define G_MODE (   x)    (((x) >> S_MODE) & M_MODE)

Definition at line 2748 of file cxgb_regs.h.

◆ G_MODULESELECT

#define G_MODULESELECT (   x)    (((x) >> S_MODULESELECT) & M_MODULESELECT)

Definition at line 2085 of file cxgb_regs.h.

◆ G_MSGSEL

#define G_MSGSEL (   x)    (((x) >> S_MSGSEL) & M_MSGSEL)

Definition at line 6792 of file cxgb_regs.h.

◆ G_MSIXPARERR

#define G_MSIXPARERR (   x)    (((x) >> S_MSIXPARERR) & M_MSIXPARERR)

Definition at line 590 of file cxgb_regs.h.

◆ G_MSL

#define G_MSL (   x)    (((x) >> S_MSL) & M_MSL)

Definition at line 4305 of file cxgb_regs.h.

◆ G_MSSTHRESHOLD

#define G_MSSTHRESHOLD (   x)    (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)

Definition at line 3755 of file cxgb_regs.h.

◆ G_MSTRXBYTECFG

#define G_MSTRXBYTECFG (   x)    (((x) >> S_MSTRXBYTECFG) & M_MSTRXBYTECFG)

Definition at line 6056 of file cxgb_regs.h.

◆ G_MSTRXBYTECNT

#define G_MSTRXBYTECNT (   x)    (((x) >> S_MSTRXBYTECNT) & M_MSTRXBYTECNT)

Definition at line 6076 of file cxgb_regs.h.

◆ G_MSTTIMEOUTCFG

#define G_MSTTIMEOUTCFG (   x)    (((x) >> S_MSTTIMEOUTCFG) & M_MSTTIMEOUTCFG)

Definition at line 6041 of file cxgb_regs.h.

◆ G_MSTTXBYTECFG

#define G_MSTTXBYTECFG (   x)    (((x) >> S_MSTTXBYTECFG) & M_MSTTXBYTECFG)

Definition at line 6061 of file cxgb_regs.h.

◆ G_MSTTXBYTECNT

#define G_MSTTXBYTECNT (   x)    (((x) >> S_MSTTXBYTECNT) & M_MSTTXBYTECNT)

Definition at line 6081 of file cxgb_regs.h.

◆ G_MTUDEFAULT

#define G_MTUDEFAULT (   x)    (((x) >> S_MTUDEFAULT) & M_MTUDEFAULT)

Definition at line 3701 of file cxgb_regs.h.

◆ G_NEWINDEX

#define G_NEWINDEX (   x)    (((x) >> S_NEWINDEX) & M_NEWINDEX)

Definition at line 156 of file cxgb_regs.h.

◆ G_NEWRENOCFG

#define G_NEWRENOCFG (   x)    (((x) >> S_NEWRENOCFG) & M_NEWRENOCFG)

Definition at line 4149 of file cxgb_regs.h.

◆ G_NEWTIMER

#define G_NEWTIMER (   x)    (((x) >> S_NEWTIMER) & M_NEWTIMER)

Definition at line 151 of file cxgb_regs.h.

◆ G_NLIP

#define G_NLIP (   x)    (((x) >> S_NLIP) & M_NLIP)

Definition at line 6622 of file cxgb_regs.h.

◆ G_NP_WMARK

#define G_NP_WMARK (   x)    (((x) >> S_NP_WMARK) & M_NP_WMARK)

Definition at line 2048 of file cxgb_regs.h.

◆ G_NUMFSTTRNSEQ

#define G_NUMFSTTRNSEQ (   x)    (((x) >> S_NUMFSTTRNSEQ) & M_NUMFSTTRNSEQ)

Definition at line 1256 of file cxgb_regs.h.

◆ G_NUMFSTTRNSEQRX

#define G_NUMFSTTRNSEQRX (   x)    (((x) >> S_NUMFSTTRNSEQRX) & M_NUMFSTTRNSEQRX)

Definition at line 1106 of file cxgb_regs.h.

◆ G_OBQDBGADDR

#define G_OBQDBGADDR (   x)    (((x) >> S_OBQDBGADDR) & M_OBQDBGADDR)

Definition at line 3383 of file cxgb_regs.h.

◆ G_OBQDBGQID

#define G_OBQDBGQID (   x)    (((x) >> S_OBQDBGQID) & M_OBQDBGQID)

Definition at line 3388 of file cxgb_regs.h.

◆ G_OCDCODE

#define G_OCDCODE (   x)    (((x) >> S_OCDCODE) & M_OCDCODE)

Definition at line 2759 of file cxgb_regs.h.

◆ G_OCSPI_PAR_ERROR

#define G_OCSPI_PAR_ERROR (   x)    (((x) >> S_OCSPI_PAR_ERROR) & M_OCSPI_PAR_ERROR)

Definition at line 5675 of file cxgb_regs.h.

◆ G_OESPI_PAR_ERROR

#define G_OESPI_PAR_ERROR (   x)    (((x) >> S_OESPI_PAR_ERROR) & M_OESPI_PAR_ERROR)

Definition at line 5750 of file cxgb_regs.h.

◆ G_OFFSET

#define G_OFFSET (   x)    (((x) >> S_OFFSET) & M_OFFSET)

Definition at line 1474 of file cxgb_regs.h.

◆ G_P_WMARK

#define G_P_WMARK (   x)    (((x) >> S_P_WMARK) & M_P_WMARK)

Definition at line 2043 of file cxgb_regs.h.

◆ G_PACKETDROPS

#define G_PACKETDROPS (   x)    (((x) >> S_PACKETDROPS) & M_PACKETDROPS)

Definition at line 5165 of file cxgb_regs.h.

◆ G_PARLAT

#define G_PARLAT (   x)    (((x) >> S_PARLAT) & M_PARLAT)

Definition at line 6733 of file cxgb_regs.h.

◆ G_PAUSESLOWTIMER

#define G_PAUSESLOWTIMER (   x)    (((x) >> S_PAUSESLOWTIMER) & M_PAUSESLOWTIMER)

Definition at line 7393 of file cxgb_regs.h.

◆ G_PAUSETIMER

#define G_PAUSETIMER (   x)    (((x) >> S_PAUSETIMER) & M_PAUSETIMER)

Definition at line 7400 of file cxgb_regs.h.

◆ G_PCIE_BANDGAP

#define G_PCIE_BANDGAP (   x)    (((x) >> S_PCIE_BANDGAP) & M_PCIE_BANDGAP)

Definition at line 1562 of file cxgb_regs.h.

◆ G_PCIE_BISTCYCLETHRESH

#define G_PCIE_BISTCYCLETHRESH (   x)    (((x) >> S_PCIE_BISTCYCLETHRESH) & M_PCIE_BISTCYCLETHRESH)

Definition at line 2065 of file cxgb_regs.h.

◆ G_PCIE_BISTDONE

#define G_PCIE_BISTDONE (   x)    (((x) >> S_PCIE_BISTDONE) & M_PCIE_BISTDONE)

Definition at line 2060 of file cxgb_regs.h.

◆ G_PCIE_CMURANGE

#define G_PCIE_CMURANGE (   x)    (((x) >> S_PCIE_CMURANGE) & M_PCIE_CMURANGE)

Definition at line 1532 of file cxgb_regs.h.

◆ G_PCIE_GAIN

#define G_PCIE_GAIN (   x)    (((x) >> S_PCIE_GAIN) & M_PCIE_GAIN)

Definition at line 1557 of file cxgb_regs.h.

◆ G_PCIE_MAXSPLTRNC

#define G_PCIE_MAXSPLTRNC (   x)    (((x) >> S_PCIE_MAXSPLTRNC) & M_PCIE_MAXSPLTRNC)

Definition at line 1065 of file cxgb_regs.h.

◆ G_PCIE_MAXSPLTRNR

#define G_PCIE_MAXSPLTRNR (   x)    (((x) >> S_PCIE_MAXSPLTRNR) & M_PCIE_MAXSPLTRNR)

Definition at line 1070 of file cxgb_regs.h.

◆ G_PCIE_MSIXPARERR

#define G_PCIE_MSIXPARERR (   x)    (((x) >> S_PCIE_MSIXPARERR) & M_PCIE_MSIXPARERR)

Definition at line 973 of file cxgb_regs.h.

◆ G_PCIE_RXERRLANE0

#define G_PCIE_RXERRLANE0 (   x)    (((x) >> S_PCIE_RXERRLANE0) & M_PCIE_RXERRLANE0)

Definition at line 1697 of file cxgb_regs.h.

◆ G_PCIE_RXERRLANE1

#define G_PCIE_RXERRLANE1 (   x)    (((x) >> S_PCIE_RXERRLANE1) & M_PCIE_RXERRLANE1)

Definition at line 1692 of file cxgb_regs.h.

◆ G_PCIE_RXERRLANE2

#define G_PCIE_RXERRLANE2 (   x)    (((x) >> S_PCIE_RXERRLANE2) & M_PCIE_RXERRLANE2)

Definition at line 1687 of file cxgb_regs.h.

◆ G_PCIE_RXERRLANE3

#define G_PCIE_RXERRLANE3 (   x)    (((x) >> S_PCIE_RXERRLANE3) & M_PCIE_RXERRLANE3)

Definition at line 1682 of file cxgb_regs.h.

◆ G_PCIXINITPAT

#define G_PCIXINITPAT (   x)    (((x) >> S_PCIXINITPAT) & M_PCIXINITPAT)

Definition at line 716 of file cxgb_regs.h.

◆ G_PCLKRANGE

#define G_PCLKRANGE (   x)    (((x) >> S_PCLKRANGE) & M_PCLKRANGE)

Definition at line 711 of file cxgb_regs.h.

◆ G_PCMD0THRESHOLD

#define G_PCMD0THRESHOLD (   x)    (((x) >> S_PCMD0THRESHOLD) & M_PCMD0THRESHOLD)

Definition at line 5368 of file cxgb_regs.h.

◆ G_PCMD1THRESHOLD

#define G_PCMD1THRESHOLD (   x)    (((x) >> S_PCMD1THRESHOLD) & M_PCMD1THRESHOLD)

Definition at line 5363 of file cxgb_regs.h.

◆ G_PCS_CTCFIFOERR

#define G_PCS_CTCFIFOERR (   x)    (((x) >> S_PCS_CTCFIFOERR) & M_PCS_CTCFIFOERR)

Definition at line 8329 of file cxgb_regs.h.

◆ G_PCS_SYNCSTATUS

#define G_PCS_SYNCSTATUS (   x)    (((x) >> S_PCS_SYNCSTATUS) & M_PCS_SYNCSTATUS)

Definition at line 8324 of file cxgb_regs.h.

◆ G_PE

#define G_PE (   x)    (((x) >> S_PE) & M_PE)

Definition at line 3051 of file cxgb_regs.h.

◆ G_PE_RBC_LANE_SEL

#define G_PE_RBC_LANE_SEL (   x)    (((x) >> S_PE_RBC_LANE_SEL) & M_PE_RBC_LANE_SEL)

Definition at line 2460 of file cxgb_regs.h.

◆ G_PE_REFCLK_TERMADJ

#define G_PE_REFCLK_TERMADJ (   x)    (((x) >> S_PE_REFCLK_TERMADJ) & M_PE_REFCLK_TERMADJ)

Definition at line 2591 of file cxgb_regs.h.

◆ G_PER_CAL_DIV

#define G_PER_CAL_DIV (   x)    (((x) >> S_PER_CAL_DIV) & M_PER_CAL_DIV)

Definition at line 2897 of file cxgb_regs.h.

◆ G_PERCALDIV

#define G_PERCALDIV (   x)    (((x) >> S_PERCALDIV) & M_PERCALDIV)

Definition at line 735 of file cxgb_regs.h.

◆ G_PERSHIFTBACKOFFMAX

#define G_PERSHIFTBACKOFFMAX (   x)    (((x) >> S_PERSHIFTBACKOFFMAX) & M_PERSHIFTBACKOFFMAX)

Definition at line 4397 of file cxgb_regs.h.

◆ G_PERSHIFTMAX

#define G_PERSHIFTMAX (   x)    (((x) >> S_PERSHIFTMAX) & M_PERSHIFTMAX)

Definition at line 4402 of file cxgb_regs.h.

◆ G_PERSMAX

#define G_PERSMAX (   x)    (((x) >> S_PERSMAX) & M_PERSMAX)

Definition at line 4333 of file cxgb_regs.h.

◆ G_PERSMIN

#define G_PERSMIN (   x)    (((x) >> S_PERSMIN) & M_PERSMIN)

Definition at line 4326 of file cxgb_regs.h.

◆ G_PHALIGNFIFOTHRESH

#define G_PHALIGNFIFOTHRESH (   x)    (((x) >> S_PHALIGNFIFOTHRESH) & M_PHALIGNFIFOTHRESH)

Definition at line 7476 of file cxgb_regs.h.

◆ G_PHYADDR

#define G_PHYADDR (   x)    (((x) >> S_PHYADDR) & M_PHYADDR)

Definition at line 6303 of file cxgb_regs.h.

◆ G_PILADBGRDPTR

#define G_PILADBGRDPTR (   x)    (((x) >> S_PILADBGRDPTR) & M_PILADBGRDPTR)

Definition at line 3426 of file cxgb_regs.h.

◆ G_PILADBGWRPTR

#define G_PILADBGWRPTR (   x)    (((x) >> S_PILADBGWRPTR) & M_PILADBGWRPTR)

Definition at line 3452 of file cxgb_regs.h.

◆ G_PIO_ADDRESS

#define G_PIO_ADDRESS (   x)    (((x) >> S_PIO_ADDRESS) & M_PIO_ADDRESS)

Definition at line 7639 of file cxgb_regs.h.

◆ G_PIO_REQFIFOCNT

#define G_PIO_REQFIFOCNT (   x)    (((x) >> S_PIO_REQFIFOCNT) & M_PIO_REQFIFOCNT)

Definition at line 1170 of file cxgb_regs.h.

◆ G_PIO_RSPFIFOCNT

#define G_PIO_RSPFIFOCNT (   x)    (((x) >> S_PIO_RSPFIFOCNT) & M_PIO_RSPFIFOCNT)

Definition at line 1165 of file cxgb_regs.h.

◆ G_PIO_STATEISC

#define G_PIO_STATEISC (   x)    (((x) >> S_PIO_STATEISC) & M_PIO_STATEISC)

Definition at line 1101 of file cxgb_regs.h.

◆ G_PIO_STATEPL

#define G_PIO_STATEPL (   x)    (((x) >> S_PIO_STATEPL) & M_PIO_STATEPL)

Definition at line 1096 of file cxgb_regs.h.

◆ G_PIOREQFIFOLEVEL

#define G_PIOREQFIFOLEVEL (   x)    (((x) >> S_PIOREQFIFOLEVEL) & M_PIOREQFIFOLEVEL)

Definition at line 806 of file cxgb_regs.h.

◆ G_PIORESPFIFOLEVEL

#define G_PIORESPFIFOLEVEL (   x)    (((x) >> S_PIORESPFIFOLEVEL) & M_PIORESPFIFOLEVEL)

Definition at line 852 of file cxgb_regs.h.

◆ G_PIOST

#define G_PIOST (   x)    (((x) >> S_PIOST) & M_PIOST)

Definition at line 937 of file cxgb_regs.h.

◆ G_PKTSHIFT

#define G_PKTSHIFT (   x)    (((x) >> S_PKTSHIFT) & M_PKTSHIFT)

Definition at line 104 of file cxgb_regs.h.

◆ G_PLLLCKCYC

#define G_PLLLCKCYC (   x)    (((x) >> S_PLLLCKCYC) & M_PLLLCKCYC)

Definition at line 1445 of file cxgb_regs.h.

◆ G_PLM_REQFIFOCNT

#define G_PLM_REQFIFOCNT (   x)    (((x) >> S_PLM_REQFIFOCNT) & M_PLM_REQFIFOCNT)

Definition at line 1136 of file cxgb_regs.h.

◆ G_PME_STATE

#define G_PME_STATE (   x)    (((x) >> S_PME_STATE) & M_PME_STATE)

Definition at line 1236 of file cxgb_regs.h.

◆ G_PMIST

#define G_PMIST (   x)    (((x) >> S_PMIST) & M_PMIST)

Definition at line 897 of file cxgb_regs.h.

◆ G_PMMAXXFERLEN0

#define G_PMMAXXFERLEN0 (   x)    (((x) >> S_PMMAXXFERLEN0) & M_PMMAXXFERLEN0)

Definition at line 4281 of file cxgb_regs.h.

◆ G_PMMAXXFERLEN1

#define G_PMMAXXFERLEN1 (   x)    (((x) >> S_PMMAXXFERLEN1) & M_PMMAXXFERLEN1)

Definition at line 4276 of file cxgb_regs.h.

◆ G_PMON_CDEL_AUTO

#define G_PMON_CDEL_AUTO (   x)    (((x) >> S_PMON_CDEL_AUTO) & M_PMON_CDEL_AUTO)

Definition at line 2558 of file cxgb_regs.h.

◆ G_PMON_CDEL_MANUAL

#define G_PMON_CDEL_MANUAL (   x)    (((x) >> S_PMON_CDEL_MANUAL) & M_PMON_CDEL_MANUAL)

Definition at line 2568 of file cxgb_regs.h.

◆ G_PMON_FDEL_AUTO

#define G_PMON_FDEL_AUTO (   x)    (((x) >> S_PMON_FDEL_AUTO) & M_PMON_FDEL_AUTO)

Definition at line 2553 of file cxgb_regs.h.

◆ G_PMON_FDEL_MANUAL

#define G_PMON_FDEL_MANUAL (   x)    (((x) >> S_PMON_FDEL_MANUAL) & M_PMON_FDEL_MANUAL)

Definition at line 2563 of file cxgb_regs.h.

◆ G_PMRXMAXPAGE

#define G_PMRXMAXPAGE (   x)    (((x) >> S_PMRXMAXPAGE) & M_PMRXMAXPAGE)

Definition at line 3686 of file cxgb_regs.h.

◆ G_PMSIZE

#define G_PMSIZE (   x)    (((x) >> S_PMSIZE) & M_PMSIZE)

Definition at line 3675 of file cxgb_regs.h.

◆ G_PMTXMAXPAGE

#define G_PMTXMAXPAGE (   x)    (((x) >> S_PMTXMAXPAGE) & M_PMTXMAXPAGE)

Definition at line 3694 of file cxgb_regs.h.

◆ G_PO_DWR

#define G_PO_DWR (   x)    (((x) >> S_PO_DWR) & M_PO_DWR)

Definition at line 6999 of file cxgb_regs.h.

◆ G_PO_MWR

#define G_PO_MWR (   x)    (((x) >> S_PO_MWR) & M_PO_MWR)

Definition at line 7006 of file cxgb_regs.h.

◆ G_POLADBGRDPTR

#define G_POLADBGRDPTR (   x)    (((x) >> S_POLADBGRDPTR) & M_POLADBGRDPTR)

Definition at line 3421 of file cxgb_regs.h.

◆ G_POLADBGWRPTR

#define G_POLADBGWRPTR (   x)    (((x) >> S_POLADBGWRPTR) & M_POLADBGWRPTR)

Definition at line 3447 of file cxgb_regs.h.

◆ G_PORT0MTUVALUE

#define G_PORT0MTUVALUE (   x)    (((x) >> S_PORT0MTUVALUE) & M_PORT0MTUVALUE)

Definition at line 4421 of file cxgb_regs.h.

◆ G_PORT1MTUVALUE

#define G_PORT1MTUVALUE (   x)    (((x) >> S_PORT1MTUVALUE) & M_PORT1MTUVALUE)

Definition at line 4416 of file cxgb_regs.h.

◆ G_PORTSPEED

#define G_PORTSPEED (   x)    (((x) >> S_PORTSPEED) & M_PORTSPEED)

Definition at line 7616 of file cxgb_regs.h.

◆ G_PRECYC

#define G_PRECYC (   x)    (((x) >> S_PRECYC) & M_PRECYC)

Definition at line 2835 of file cxgb_regs.h.

◆ G_PREEMPH

#define G_PREEMPH (   x)    (((x) >> S_PREEMPH) & M_PREEMPH)

Definition at line 1571 of file cxgb_regs.h.

◆ G_PREREFDIV

#define G_PREREFDIV (   x)    (((x) >> S_PREREFDIV) & M_PREREFDIV)

Definition at line 2786 of file cxgb_regs.h.

◆ G_PRIMARYPORT

#define G_PRIMARYPORT (   x)    (((x) >> S_PRIMARYPORT) & M_PRIMARYPORT)

Definition at line 5120 of file cxgb_regs.h.

◆ G_PW01

#define G_PW01 (   x)    (((x) >> S_PW01) & M_PW01)

Definition at line 7794 of file cxgb_regs.h.

◆ G_PW23

#define G_PW23 (   x)    (((x) >> S_PW23) & M_PW23)

Definition at line 7789 of file cxgb_regs.h.

◆ G_RAMADDR

#define G_RAMADDR (   x)    (((x) >> S_RAMADDR) & M_RAMADDR)

Definition at line 6708 of file cxgb_regs.h.

◆ G_RDLAT

#define G_RDLAT (   x)    (((x) >> S_RDLAT) & M_RDLAT)

Definition at line 6716 of file cxgb_regs.h.

◆ G_RDTOWRDLY

#define G_RDTOWRDLY (   x)    (((x) >> S_RDTOWRDLY) & M_RDTOWRDLY)

Definition at line 2855 of file cxgb_regs.h.

◆ G_READCMD

#define G_READCMD (   x)    (((x) >> S_READCMD) & M_READCMD)

Definition at line 7076 of file cxgb_regs.h.

◆ G_RECDETUSEC

#define G_RECDETUSEC (   x)    (((x) >> S_RECDETUSEC) & M_RECDETUSEC)

Definition at line 1440 of file cxgb_regs.h.

◆ G_REFCYC

#define G_REFCYC (   x)    (((x) >> S_REFCYC) & M_REFCYC)

Definition at line 2840 of file cxgb_regs.h.

◆ G_REFSEL

#define G_REFSEL (   x)    (((x) >> S_REFSEL) & M_REFSEL)

Definition at line 1607 of file cxgb_regs.h.

◆ G_REGADDR

#define G_REGADDR (   x)    (((x) >> S_REGADDR) & M_REGADDR)

Definition at line 6308 of file cxgb_regs.h.

◆ G_REGSELECT

#define G_REGSELECT (   x)    (((x) >> S_REGSELECT) & M_REGSELECT)

Definition at line 2080 of file cxgb_regs.h.

◆ G_RENOCFG

#define G_RENOCFG (   x)    (((x) >> S_RENOCFG) & M_RENOCFG)

Definition at line 4159 of file cxgb_regs.h.

◆ G_REPLAYLMT

#define G_REPLAYLMT (   x)    (((x) >> S_REPLAYLMT) & M_REPLAYLMT)

Definition at line 1261 of file cxgb_regs.h.

◆ G_REV

#define G_REV (   x)    (((x) >> S_REV) & M_REV)

Definition at line 6489 of file cxgb_regs.h.

◆ G_RF_RSPSTATE

#define G_RF_RSPSTATE (   x)    (((x) >> S_RF_RSPSTATE) & M_RF_RSPSTATE)

Definition at line 1231 of file cxgb_regs.h.

◆ G_RF_STATEINI

#define G_RF_STATEINI (   x)    (((x) >> S_RF_STATEINI) & M_RF_STATEINI)

Definition at line 1086 of file cxgb_regs.h.

◆ G_RFINIST

#define G_RFINIST (   x)    (((x) >> S_RFINIST) & M_RFINIST)

Definition at line 811 of file cxgb_regs.h.

◆ G_RFPARERR

#define G_RFPARERR (   x)    (((x) >> S_RFPARERR) & M_RFPARERR)

Definition at line 600 of file cxgb_regs.h.

◆ G_RFREQRDST

#define G_RFREQRDST (   x)    (((x) >> S_RFREQRDST) & M_RFREQRDST)

Definition at line 942 of file cxgb_regs.h.

◆ G_RFRESPRDST

#define G_RFRESPRDST (   x)    (((x) >> S_RFRESPRDST) & M_RFRESPRDST)

Definition at line 816 of file cxgb_regs.h.

◆ G_RGMIIIMPPD

#define G_RGMIIIMPPD (   x)    (((x) >> S_RGMIIIMPPD) & M_RGMIIIMPPD)

Definition at line 7499 of file cxgb_regs.h.

◆ G_RGMIIIMPPU

#define G_RGMIIIMPPU (   x)    (((x) >> S_RGMIIIMPPU) & M_RGMIIIMPPU)

Definition at line 7504 of file cxgb_regs.h.

◆ G_RLDWTTOTAL

#define G_RLDWTTOTAL (   x)    (((x) >> S_RLDWTTOTAL) & M_RLDWTTOTAL)

Definition at line 5817 of file cxgb_regs.h.

◆ G_RLDWTTPD0

#define G_RLDWTTPD0 (   x)    (((x) >> S_RLDWTTPD0) & M_RLDWTTPD0)

Definition at line 5810 of file cxgb_regs.h.

◆ G_RLDWTTPD1

#define G_RLDWTTPD1 (   x)    (((x) >> S_RLDWTTPD1) & M_RLDWTTPD1)

Definition at line 5805 of file cxgb_regs.h.

◆ G_RRCPLCPUSIZE

#define G_RRCPLCPUSIZE (   x)    (((x) >> S_RRCPLCPUSIZE) & M_RRCPLCPUSIZE)

Definition at line 4532 of file cxgb_regs.h.

◆ G_RSPQ

#define G_RSPQ (   x)    (((x) >> S_RSPQ) & M_RSPQ)

Definition at line 146 of file cxgb_regs.h.

◆ G_RSPQXSTARVED

#define G_RSPQXSTARVED (   x)    (((x) >> S_RSPQXSTARVED) & M_RSPQXSTARVED)

Definition at line 287 of file cxgb_regs.h.

◆ G_RSTMAX

#define G_RSTMAX (   x)    (((x) >> S_RSTMAX) & M_RSTMAX)

Definition at line 6761 of file cxgb_regs.h.

◆ G_RTINDX

#define G_RTINDX (   x)    (((x) >> S_RTINDX) & M_RTINDX)

Definition at line 6689 of file cxgb_regs.h.

◆ G_RX_MOD_CHANNEL_WEIGHT0

#define G_RX_MOD_CHANNEL_WEIGHT0 (   x)    (((x) >> S_RX_MOD_CHANNEL_WEIGHT0) & M_RX_MOD_CHANNEL_WEIGHT0)

Definition at line 4679 of file cxgb_regs.h.

◆ G_RX_MOD_CHANNEL_WEIGHT1

#define G_RX_MOD_CHANNEL_WEIGHT1 (   x)    (((x) >> S_RX_MOD_CHANNEL_WEIGHT1) & M_RX_MOD_CHANNEL_WEIGHT1)

Definition at line 4674 of file cxgb_regs.h.

◆ G_RX_MOD_RATE_LIMIT_INC

#define G_RX_MOD_RATE_LIMIT_INC (   x)    (((x) >> S_RX_MOD_RATE_LIMIT_INC) & M_RX_MOD_RATE_LIMIT_INC)

Definition at line 4696 of file cxgb_regs.h.

◆ G_RX_MOD_RATE_LIMIT_TICK

#define G_RX_MOD_RATE_LIMIT_TICK (   x)    (((x) >> S_RX_MOD_RATE_LIMIT_TICK) & M_RX_MOD_RATE_LIMIT_TICK)

Definition at line 4701 of file cxgb_regs.h.

◆ G_RX_MOD_WEIGHT

#define G_RX_MOD_WEIGHT (   x)    (((x) >> S_RX_MOD_WEIGHT) & M_RX_MOD_WEIGHT)

Definition at line 4608 of file cxgb_regs.h.

◆ G_RXBYTES_HIGH

#define G_RXBYTES_HIGH (   x)    (((x) >> S_RXBYTES_HIGH) & M_RXBYTES_HIGH)

Definition at line 8129 of file cxgb_regs.h.

◆ G_RXCOALESCESIZE

#define G_RXCOALESCESIZE (   x)    (((x) >> S_RXCOALESCESIZE) & M_RXCOALESCESIZE)

Definition at line 4076 of file cxgb_regs.h.

◆ G_RXCRCERRFRAMES

#define G_RXCRCERRFRAMES (   x)    (((x) >> S_RXCRCERRFRAMES) & M_RXCRCERRFRAMES)

Definition at line 8181 of file cxgb_regs.h.

◆ G_RXDEBUGFLAGS

#define G_RXDEBUGFLAGS (   x)    (((x) >> S_RXDEBUGFLAGS) & M_RXDEBUGFLAGS)

Definition at line 5010 of file cxgb_regs.h.

◆ G_RXEQCTL

#define G_RXEQCTL (   x)    (((x) >> S_RXEQCTL) & M_RXEQCTL)

Definition at line 1598 of file cxgb_regs.h.

◆ G_RXERRLANE0

#define G_RXERRLANE0 (   x)    (((x) >> S_RXERRLANE0) & M_RXERRLANE0)

Definition at line 8217 of file cxgb_regs.h.

◆ G_RXERRLANE1

#define G_RXERRLANE1 (   x)    (((x) >> S_RXERRLANE1) & M_RXERRLANE1)

Definition at line 8212 of file cxgb_regs.h.

◆ G_RXERRLANE2

#define G_RXERRLANE2 (   x)    (((x) >> S_RXERRLANE2) & M_RXERRLANE2)

Definition at line 8207 of file cxgb_regs.h.

◆ G_RXERRLANE3

#define G_RXERRLANE3 (   x)    (((x) >> S_RXERRLANE3) & M_RXERRLANE3)

Definition at line 8202 of file cxgb_regs.h.

◆ G_RXERRLANE4

#define G_RXERRLANE4 (   x)    (((x) >> S_RXERRLANE4) & M_RXERRLANE4)

Definition at line 1677 of file cxgb_regs.h.

◆ G_RXERRLANE5

#define G_RXERRLANE5 (   x)    (((x) >> S_RXERRLANE5) & M_RXERRLANE5)

Definition at line 1672 of file cxgb_regs.h.

◆ G_RXERRLANE6

#define G_RXERRLANE6 (   x)    (((x) >> S_RXERRLANE6) & M_RXERRLANE6)

Definition at line 1667 of file cxgb_regs.h.

◆ G_RXERRLANE7

#define G_RXERRLANE7 (   x)    (((x) >> S_RXERRLANE7) & M_RXERRLANE7)

Definition at line 1662 of file cxgb_regs.h.

◆ G_RXFIFO_PRTY_ERR

#define G_RXFIFO_PRTY_ERR (   x)    (((x) >> S_RXFIFO_PRTY_ERR) & M_RXFIFO_PRTY_ERR)

Definition at line 7671 of file cxgb_regs.h.

◆ G_RXFIFOCONFIG

#define G_RXFIFOCONFIG (   x)    (((x) >> S_RXFIFOCONFIG) & M_RXFIFOCONFIG)

Definition at line 5348 of file cxgb_regs.h.

◆ G_RXFIFOPAUSEHWM

#define G_RXFIFOPAUSEHWM (   x)    (((x) >> S_RXFIFOPAUSEHWM) & M_RXFIFOPAUSEHWM)

Definition at line 7313 of file cxgb_regs.h.

◆ G_RXFIFOPAUSELWM

#define G_RXFIFOPAUSELWM (   x)    (((x) >> S_RXFIFOPAUSELWM) & M_RXFIFOPAUSELWM)

Definition at line 7318 of file cxgb_regs.h.

◆ G_RXFRAGENABLE

#define G_RXFRAGENABLE (   x)    (((x) >> S_RXFRAGENABLE) & M_RXFRAGENABLE)

Definition at line 4096 of file cxgb_regs.h.

◆ G_RXFRAMES_HIGH

#define G_RXFRAMES_HIGH (   x)    (((x) >> S_RXFRAMES_HIGH) & M_RXFRAMES_HIGH)

Definition at line 8137 of file cxgb_regs.h.

◆ G_RXJABBERFRAMES

#define G_RXJABBERFRAMES (   x)    (((x) >> S_RXJABBERFRAMES) & M_RXJABBERFRAMES)

Definition at line 8174 of file cxgb_regs.h.

◆ G_RXLENGTHERRFRAMES

#define G_RXLENGTHERRFRAMES (   x)    (((x) >> S_RXLENGTHERRFRAMES) & M_RXLENGTHERRFRAMES)

Definition at line 8188 of file cxgb_regs.h.

◆ G_RXMAPMODE

#define G_RXMAPMODE (   x)    (((x) >> S_RXMAPMODE) & M_RXMAPMODE)

Definition at line 5141 of file cxgb_regs.h.

◆ G_RXMAXFRAMERSIZE

#define G_RXMAXFRAMERSIZE (   x)    (((x) >> S_RXMAXFRAMERSIZE) & M_RXMAXFRAMERSIZE)

Definition at line 7539 of file cxgb_regs.h.

◆ G_RXMAXPKTSIZE

#define G_RXMAXPKTSIZE (   x)    (((x) >> S_RXMAXPKTSIZE) & M_RXMAXPKTSIZE)

Definition at line 7556 of file cxgb_regs.h.

◆ G_RXOVERSIZEFRAMES

#define G_RXOVERSIZEFRAMES (   x)    (((x) >> S_RXOVERSIZEFRAMES) & M_RXOVERSIZEFRAMES)

Definition at line 8167 of file cxgb_regs.h.

◆ G_RXPAUSEFRAMES

#define G_RXPAUSEFRAMES (   x)    (((x) >> S_RXPAUSEFRAMES) & M_RXPAUSEFRAMES)

Definition at line 8146 of file cxgb_regs.h.

◆ G_RXPOLARITY

#define G_RXPOLARITY (   x)    (((x) >> S_RXPOLARITY) & M_RXPOLARITY)

Definition at line 7601 of file cxgb_regs.h.

◆ G_RXSHORTFRAMES

#define G_RXSHORTFRAMES (   x)    (((x) >> S_RXSHORTFRAMES) & M_RXSHORTFRAMES)

Definition at line 8160 of file cxgb_regs.h.

◆ G_RXSPI4EOPCNT

#define G_RXSPI4EOPCNT (   x)    (((x) >> S_RXSPI4EOPCNT) & M_RXSPI4EOPCNT)

Definition at line 8384 of file cxgb_regs.h.

◆ G_RXSPI4SOPCNT

#define G_RXSPI4SOPCNT (   x)    (((x) >> S_RXSPI4SOPCNT) & M_RXSPI4SOPCNT)

Definition at line 8379 of file cxgb_regs.h.

◆ G_RXSYMCODEERRFRAMES

#define G_RXSYMCODEERRFRAMES (   x)    (((x) >> S_RXSYMCODEERRFRAMES) & M_RXSYMCODEERRFRAMES)

Definition at line 8195 of file cxgb_regs.h.

◆ G_RXTERMADJ

#define G_RXTERMADJ (   x)    (((x) >> S_RXTERMADJ) & M_RXTERMADJ)

Definition at line 1612 of file cxgb_regs.h.

◆ G_RXTMAX

#define G_RXTMAX (   x)    (((x) >> S_RXTMAX) & M_RXTMAX)

Definition at line 4319 of file cxgb_regs.h.

◆ G_RXTMIN

#define G_RXTMIN (   x)    (((x) >> S_RXTMIN) & M_RXTMIN)

Definition at line 4312 of file cxgb_regs.h.

◆ G_RXTPCNT

#define G_RXTPCNT (   x)    (((x) >> S_RXTPCNT) & M_RXTPCNT)

Definition at line 5865 of file cxgb_regs.h.

◆ G_RXTPDISCNT

#define G_RXTPDISCNT (   x)    (((x) >> S_RXTPDISCNT) & M_RXTPDISCNT)

Definition at line 5860 of file cxgb_regs.h.

◆ G_RXTPPARERR

#define G_RXTPPARERR (   x)    (((x) >> S_RXTPPARERR) & M_RXTPPARERR)

Definition at line 5899 of file cxgb_regs.h.

◆ G_RXTPPARERRENB

#define G_RXTPPARERRENB (   x)    (((x) >> S_RXTPPARERRENB) & M_RXTPPARERRENB)

Definition at line 5877 of file cxgb_regs.h.

◆ G_RXTSHIFTMAXR1

#define G_RXTSHIFTMAXR1 (   x)    (((x) >> S_RXTSHIFTMAXR1) & M_RXTSHIFTMAXR1)

Definition at line 4387 of file cxgb_regs.h.

◆ G_RXTSHIFTMAXR2

#define G_RXTSHIFTMAXR2 (   x)    (((x) >> S_RXTSHIFTMAXR2) & M_RXTSHIFTMAXR2)

Definition at line 4392 of file cxgb_regs.h.

◆ G_SACKMODE

#define G_SACKMODE (   x)    (((x) >> S_SACKMODE) & M_SACKMODE)

Definition at line 3718 of file cxgb_regs.h.

◆ G_SDRAMADDRSIZE

#define G_SDRAMADDRSIZE (   x)    (((x) >> S_SDRAMADDRSIZE) & M_SDRAMADDRSIZE)

Definition at line 3113 of file cxgb_regs.h.

◆ G_SDRAMBASEADDR

#define G_SDRAMBASEADDR (   x)    (((x) >> S_SDRAMBASEADDR) & M_SDRAMBASEADDR)

Definition at line 3106 of file cxgb_regs.h.

◆ G_SECUREPORT

#define G_SECUREPORT (   x)    (((x) >> S_SECUREPORT) & M_SECUREPORT)

Definition at line 5115 of file cxgb_regs.h.

◆ G_SERDES_LOS

#define G_SERDES_LOS (   x)    (((x) >> S_SERDES_LOS) & M_SERDES_LOS)

Definition at line 7719 of file cxgb_regs.h.

◆ G_SERDESBIST_ERR

#define G_SERDESBIST_ERR (   x)    (((x) >> S_SERDESBIST_ERR) & M_SERDESBIST_ERR)

Definition at line 7714 of file cxgb_regs.h.

◆ G_SERDESBISTERR

#define G_SERDESBISTERR (   x)    (((x) >> S_SERDESBISTERR) & M_SERDESBISTERR)

Definition at line 7684 of file cxgb_regs.h.

◆ G_SERDESLOWSIGCHANGE

#define G_SERDESLOWSIGCHANGE (   x)    (((x) >> S_SERDESLOWSIGCHANGE) & M_SERDESLOWSIGCHANGE)

Definition at line 7689 of file cxgb_regs.h.

◆ G_SET_PD

#define G_SET_PD (   x)    (((x) >> S_SET_PD) & M_SET_PD)

Definition at line 6588 of file cxgb_regs.h.

◆ G_SET_PU

#define G_SET_PU (   x)    (((x) >> S_SET_PU) & M_SET_PU)

Definition at line 6583 of file cxgb_regs.h.

◆ G_SGETPQID

#define G_SGETPQID (   x)    (((x) >> S_SGETPQID) & M_SGETPQID)

Definition at line 5766 of file cxgb_regs.h.

◆ G_SLVADDRCFG

#define G_SLVADDRCFG (   x)    (((x) >> S_SLVADDRCFG) & M_SLVADDRCFG)

Definition at line 6109 of file cxgb_regs.h.

◆ G_SLVFIFOCNT

#define G_SLVFIFOCNT (   x)    (((x) >> S_SLVFIFOCNT) & M_SLVFIFOCNT)

Definition at line 6133 of file cxgb_regs.h.

◆ G_SLVFIFOTXCNT

#define G_SLVFIFOTXCNT (   x)    (((x) >> S_SLVFIFOTXCNT) & M_SLVFIFOTXCNT)

Definition at line 6128 of file cxgb_regs.h.

◆ G_SLVTIMEOUTCFG

#define G_SLVTIMEOUTCFG (   x)    (((x) >> S_SLVTIMEOUTCFG) & M_SLVTIMEOUTCFG)

Definition at line 6094 of file cxgb_regs.h.

◆ G_SRCHLAT

#define G_SRCHLAT (   x)    (((x) >> S_SRCHLAT) & M_SRCHLAT)

Definition at line 6726 of file cxgb_regs.h.

◆ G_SRINDX

#define G_SRINDX (   x)    (((x) >> S_SRINDX) & M_SRINDX)

Definition at line 6696 of file cxgb_regs.h.

◆ G_ST

#define G_ST (   x)    (((x) >> S_ST) & M_ST)

Definition at line 6284 of file cxgb_regs.h.

◆ G_SWITCH_TBL_IDX

#define G_SWITCH_TBL_IDX (   x)    (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)

Definition at line 5946 of file cxgb_regs.h.

◆ G_SYN_LRN

#define G_SYN_LRN (   x)    (((x) >> S_SYN_LRN) & M_SYN_LRN)

Definition at line 7034 of file cxgb_regs.h.

◆ G_SYN_SRCH

#define G_SYN_SRCH (   x)    (((x) >> S_SYN_SRCH) & M_SYN_SRCH)

Definition at line 7027 of file cxgb_regs.h.

◆ G_SYNCOOKIEPARAMS

#define G_SYNCOOKIEPARAMS (   x)    (((x) >> S_SYNCOOKIEPARAMS) & M_SYNCOOKIEPARAMS)

Definition at line 3574 of file cxgb_regs.h.

◆ G_SYNMODE

#define G_SYNMODE (   x)    (((x) >> S_SYNMODE) & M_SYNMODE)

Definition at line 6647 of file cxgb_regs.h.

◆ G_SYNSHIFTMAX

#define G_SYNSHIFTMAX (   x)    (((x) >> S_SYNSHIFTMAX) & M_SYNSHIFTMAX)

Definition at line 4382 of file cxgb_regs.h.

◆ G_T3A_ACKLAT

#define G_T3A_ACKLAT (   x)    (((x) >> S_T3A_ACKLAT) & M_T3A_ACKLAT)

Definition at line 1295 of file cxgb_regs.h.

◆ G_T3A_DLLPTIMEOUTLMT

#define G_T3A_DLLPTIMEOUTLMT (   x)    (((x) >> S_T3A_DLLPTIMEOUTLMT) & M_T3A_DLLPTIMEOUTLMT)

Definition at line 1290 of file cxgb_regs.h.

◆ G_TABLELATENCYDELTA

#define G_TABLELATENCYDELTA (   x)    (((x) >> S_TABLELATENCYDELTA) & M_TABLELATENCYDELTA)

Definition at line 3886 of file cxgb_regs.h.

◆ G_TAHOECFG

#define G_TAHOECFG (   x)    (((x) >> S_TAHOECFG) & M_TAHOECFG)

Definition at line 4154 of file cxgb_regs.h.

◆ G_TAR_STATE

#define G_TAR_STATE (   x)    (((x) >> S_TAR_STATE) & M_TAR_STATE)

Definition at line 1081 of file cxgb_regs.h.

◆ G_TARCST

#define G_TARCST (   x)    (((x) >> S_TARCST) & M_TARCST)

Definition at line 821 of file cxgb_regs.h.

◆ G_TARXST

#define G_TARXST (   x)    (((x) >> S_TARXST) & M_TARXST)

Definition at line 826 of file cxgb_regs.h.

◆ G_TCAMSERVERUSE

#define G_TCAMSERVERUSE (   x)    (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)

Definition at line 3636 of file cxgb_regs.h.

◆ G_TDDPLLIMIT

#define G_TDDPLLIMIT (   x)    (((x) >> S_TDDPLLIMIT) & M_TDDPLLIMIT)

Definition at line 5477 of file cxgb_regs.h.

◆ G_TDDPTAGMASK

#define G_TDDPTAGMASK (   x)    (((x) >> S_TDDPTAGMASK) & M_TDDPTAGMASK)

Definition at line 5491 of file cxgb_regs.h.

◆ G_TDDPULIMIT

#define G_TDDPULIMIT (   x)    (((x) >> S_TDDPULIMIT) & M_TDDPULIMIT)

Definition at line 5484 of file cxgb_regs.h.

◆ G_TESTPATTERN

#define G_TESTPATTERN (   x)    (((x) >> S_TESTPATTERN) & M_TESTPATTERN)

Definition at line 7465 of file cxgb_regs.h.

◆ G_TESTSIG

#define G_TESTSIG (   x)    (((x) >> S_TESTSIG) & M_TESTSIG)

Definition at line 1469 of file cxgb_regs.h.

◆ G_THRESHOLD

#define G_THRESHOLD (   x)    (((x) >> S_THRESHOLD) & M_THRESHOLD)

Definition at line 550 of file cxgb_regs.h.

◆ G_TIMEOUT

#define G_TIMEOUT (   x)    (((x) >> S_TIMEOUT) & M_TIMEOUT)

Definition at line 545 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX0

#define G_TIMERBACKOFFINDEX0 (   x)    (((x) >> S_TIMERBACKOFFINDEX0) & M_TIMERBACKOFFINDEX0)

Definition at line 3974 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX1

#define G_TIMERBACKOFFINDEX1 (   x)    (((x) >> S_TIMERBACKOFFINDEX1) & M_TIMERBACKOFFINDEX1)

Definition at line 3969 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX10

#define G_TIMERBACKOFFINDEX10 (   x)    (((x) >> S_TIMERBACKOFFINDEX10) & M_TIMERBACKOFFINDEX10)

Definition at line 4008 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX11

#define G_TIMERBACKOFFINDEX11 (   x)    (((x) >> S_TIMERBACKOFFINDEX11) & M_TIMERBACKOFFINDEX11)

Definition at line 4003 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX12

#define G_TIMERBACKOFFINDEX12 (   x)    (((x) >> S_TIMERBACKOFFINDEX12) & M_TIMERBACKOFFINDEX12)

Definition at line 4040 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX13

#define G_TIMERBACKOFFINDEX13 (   x)    (((x) >> S_TIMERBACKOFFINDEX13) & M_TIMERBACKOFFINDEX13)

Definition at line 4035 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX14

#define G_TIMERBACKOFFINDEX14 (   x)    (((x) >> S_TIMERBACKOFFINDEX14) & M_TIMERBACKOFFINDEX14)

Definition at line 4030 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX15

#define G_TIMERBACKOFFINDEX15 (   x)    (((x) >> S_TIMERBACKOFFINDEX15) & M_TIMERBACKOFFINDEX15)

Definition at line 4025 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX2

#define G_TIMERBACKOFFINDEX2 (   x)    (((x) >> S_TIMERBACKOFFINDEX2) & M_TIMERBACKOFFINDEX2)

Definition at line 3964 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX3

#define G_TIMERBACKOFFINDEX3 (   x)    (((x) >> S_TIMERBACKOFFINDEX3) & M_TIMERBACKOFFINDEX3)

Definition at line 3959 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX4

#define G_TIMERBACKOFFINDEX4 (   x)    (((x) >> S_TIMERBACKOFFINDEX4) & M_TIMERBACKOFFINDEX4)

Definition at line 3996 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX5

#define G_TIMERBACKOFFINDEX5 (   x)    (((x) >> S_TIMERBACKOFFINDEX5) & M_TIMERBACKOFFINDEX5)

Definition at line 3991 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX6

#define G_TIMERBACKOFFINDEX6 (   x)    (((x) >> S_TIMERBACKOFFINDEX6) & M_TIMERBACKOFFINDEX6)

Definition at line 3986 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX7

#define G_TIMERBACKOFFINDEX7 (   x)    (((x) >> S_TIMERBACKOFFINDEX7) & M_TIMERBACKOFFINDEX7)

Definition at line 3981 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX8

#define G_TIMERBACKOFFINDEX8 (   x)    (((x) >> S_TIMERBACKOFFINDEX8) & M_TIMERBACKOFFINDEX8)

Definition at line 4018 of file cxgb_regs.h.

◆ G_TIMERBACKOFFINDEX9

#define G_TIMERBACKOFFINDEX9 (   x)    (((x) >> S_TIMERBACKOFFINDEX9) & M_TIMERBACKOFFINDEX9)

Definition at line 4013 of file cxgb_regs.h.

◆ G_TIMERRESOLUTION

#define G_TIMERRESOLUTION (   x)    (((x) >> S_TIMERRESOLUTION) & M_TIMERRESOLUTION)

Definition at line 4288 of file cxgb_regs.h.

◆ G_TIMERTHRESHOLD

#define G_TIMERTHRESHOLD (   x)    (((x) >> S_TIMERTHRESHOLD) & M_TIMERTHRESHOLD)

Definition at line 5160 of file cxgb_regs.h.

◆ G_TIMESTAMPRESOLUTION

#define G_TIMESTAMPRESOLUTION (   x)    (((x) >> S_TIMESTAMPRESOLUTION) & M_TIMESTAMPRESOLUTION)

Definition at line 4293 of file cxgb_regs.h.

◆ G_TIMESTAMPSMODE

#define G_TIMESTAMPSMODE (   x)    (((x) >> S_TIMESTAMPSMODE) & M_TIMESTAMPSMODE)

Definition at line 3728 of file cxgb_regs.h.

◆ G_TMPARTCOUNT

#define G_TMPARTCOUNT (   x)    (((x) >> S_TMPARTCOUNT) & M_TMPARTCOUNT)

Definition at line 6617 of file cxgb_regs.h.

◆ G_TMPARTSIZE

#define G_TMPARTSIZE (   x)    (((x) >> S_TMPARTSIZE) & M_TMPARTSIZE)

Definition at line 6607 of file cxgb_regs.h.

◆ G_TMTYPE

#define G_TMTYPE (   x)    (((x) >> S_TMTYPE) & M_TMTYPE)

Definition at line 6612 of file cxgb_regs.h.

◆ G_TOT_RLD_WT

#define G_TOT_RLD_WT (   x)    (((x) >> S_TOT_RLD_WT) & M_TOT_RLD_WT)

Definition at line 2872 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT0

#define G_TP_TX_MODQ_WGHT0 (   x)    (((x) >> S_TP_TX_MODQ_WGHT0) & M_TP_TX_MODQ_WGHT0)

Definition at line 4667 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT1

#define G_TP_TX_MODQ_WGHT1 (   x)    (((x) >> S_TP_TX_MODQ_WGHT1) & M_TP_TX_MODQ_WGHT1)

Definition at line 4662 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT2

#define G_TP_TX_MODQ_WGHT2 (   x)    (((x) >> S_TP_TX_MODQ_WGHT2) & M_TP_TX_MODQ_WGHT2)

Definition at line 4657 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT3

#define G_TP_TX_MODQ_WGHT3 (   x)    (((x) >> S_TP_TX_MODQ_WGHT3) & M_TP_TX_MODQ_WGHT3)

Definition at line 4652 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT4

#define G_TP_TX_MODQ_WGHT4 (   x)    (((x) >> S_TP_TX_MODQ_WGHT4) & M_TP_TX_MODQ_WGHT4)

Definition at line 4645 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT5

#define G_TP_TX_MODQ_WGHT5 (   x)    (((x) >> S_TP_TX_MODQ_WGHT5) & M_TP_TX_MODQ_WGHT5)

Definition at line 4640 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT6

#define G_TP_TX_MODQ_WGHT6 (   x)    (((x) >> S_TP_TX_MODQ_WGHT6) & M_TP_TX_MODQ_WGHT6)

Definition at line 4635 of file cxgb_regs.h.

◆ G_TP_TX_MODQ_WGHT7

#define G_TP_TX_MODQ_WGHT7 (   x)    (((x) >> S_TP_TX_MODQ_WGHT7) & M_TP_TX_MODQ_WGHT7)

Definition at line 4630 of file cxgb_regs.h.

◆ G_TX0TPCNT

#define G_TX0TPCNT (   x)    (((x) >> S_TX0TPCNT) & M_TX0TPCNT)

Definition at line 5841 of file cxgb_regs.h.

◆ G_TX0TPDISCNT

#define G_TX0TPDISCNT (   x)    (((x) >> S_TX0TPDISCNT) & M_TX0TPDISCNT)

Definition at line 5836 of file cxgb_regs.h.

◆ G_TX0TPPARERR

#define G_TX0TPPARERR (   x)    (((x) >> S_TX0TPPARERR) & M_TX0TPPARERR)

Definition at line 5909 of file cxgb_regs.h.

◆ G_TX0TPPARERRENB

#define G_TX0TPPARERRENB (   x)    (((x) >> S_TX0TPPARERRENB) & M_TX0TPPARERRENB)

Definition at line 5887 of file cxgb_regs.h.

◆ G_TX1TPCNT

#define G_TX1TPCNT (   x)    (((x) >> S_TX1TPCNT) & M_TX1TPCNT)

Definition at line 5853 of file cxgb_regs.h.

◆ G_TX1TPDISCNT

#define G_TX1TPDISCNT (   x)    (((x) >> S_TX1TPDISCNT) & M_TX1TPDISCNT)

Definition at line 5848 of file cxgb_regs.h.

◆ G_TX1TPPARERR

#define G_TX1TPPARERR (   x)    (((x) >> S_TX1TPPARERR) & M_TX1TPPARERR)

Definition at line 5904 of file cxgb_regs.h.

◆ G_TX1TPPARERRENB

#define G_TX1TPPARERRENB (   x)    (((x) >> S_TX1TPPARERRENB) & M_TX1TPPARERRENB)

Definition at line 5882 of file cxgb_regs.h.

◆ G_TX_MOD_CHANNEL_WEIGHT0

#define G_TX_MOD_CHANNEL_WEIGHT0 (   x)    (((x) >> S_TX_MOD_CHANNEL_WEIGHT0) & M_TX_MOD_CHANNEL_WEIGHT0)

Definition at line 4689 of file cxgb_regs.h.

◆ G_TX_MOD_CHANNEL_WEIGHT1

#define G_TX_MOD_CHANNEL_WEIGHT1 (   x)    (((x) >> S_TX_MOD_CHANNEL_WEIGHT1) & M_TX_MOD_CHANNEL_WEIGHT1)

Definition at line 4684 of file cxgb_regs.h.

◆ G_TX_MOD_QUEUE_REQ_MAP

#define G_TX_MOD_QUEUE_REQ_MAP (   x)    (((x) >> S_TX_MOD_QUEUE_REQ_MAP) & M_TX_MOD_QUEUE_REQ_MAP)

Definition at line 4623 of file cxgb_regs.h.

◆ G_TX_MOD_RATE_LIMIT_INC

#define G_TX_MOD_RATE_LIMIT_INC (   x)    (((x) >> S_TX_MOD_RATE_LIMIT_INC) & M_TX_MOD_RATE_LIMIT_INC)

Definition at line 4706 of file cxgb_regs.h.

◆ G_TX_MOD_RATE_LIMIT_TICK

#define G_TX_MOD_RATE_LIMIT_TICK (   x)    (((x) >> S_TX_MOD_RATE_LIMIT_TICK) & M_TX_MOD_RATE_LIMIT_TICK)

Definition at line 4711 of file cxgb_regs.h.

◆ G_TX_MOD_TIMER_MODE

#define G_TX_MOD_TIMER_MODE (   x)    (((x) >> S_TX_MOD_TIMER_MODE) & M_TX_MOD_TIMER_MODE)

Definition at line 4618 of file cxgb_regs.h.

◆ G_TX_MOD_WEIGHT

#define G_TX_MOD_WEIGHT (   x)    (((x) >> S_TX_MOD_WEIGHT) & M_TX_MOD_WEIGHT)

Definition at line 4613 of file cxgb_regs.h.

◆ G_TX_RESOURCE_LIMIT_CH0_NON_PC

#define G_TX_RESOURCE_LIMIT_CH0_NON_PC (   x)    (((x) >> S_TX_RESOURCE_LIMIT_CH0_NON_PC) & M_TX_RESOURCE_LIMIT_CH0_NON_PC)

Definition at line 4601 of file cxgb_regs.h.

◆ G_TX_RESOURCE_LIMIT_CH0_PC

#define G_TX_RESOURCE_LIMIT_CH0_PC (   x)    (((x) >> S_TX_RESOURCE_LIMIT_CH0_PC) & M_TX_RESOURCE_LIMIT_CH0_PC)

Definition at line 4596 of file cxgb_regs.h.

◆ G_TX_RESOURCE_LIMIT_CH1_NON_PC

#define G_TX_RESOURCE_LIMIT_CH1_NON_PC (   x)    (((x) >> S_TX_RESOURCE_LIMIT_CH1_NON_PC) & M_TX_RESOURCE_LIMIT_CH1_NON_PC)

Definition at line 4591 of file cxgb_regs.h.

◆ G_TX_RESOURCE_LIMIT_CH1_PC

#define G_TX_RESOURCE_LIMIT_CH1_PC (   x)    (((x) >> S_TX_RESOURCE_LIMIT_CH1_PC) & M_TX_RESOURCE_LIMIT_CH1_PC)

Definition at line 4586 of file cxgb_regs.h.

◆ G_TXBYTES_HIGH

#define G_TXBYTES_HIGH (   x)    (((x) >> S_TXBYTES_HIGH) & M_TXBYTES_HIGH)

Definition at line 8102 of file cxgb_regs.h.

◆ G_TXDATAACKIDX

#define G_TXDATAACKIDX (   x)    (((x) >> S_TXDATAACKIDX) & M_TXDATAACKIDX)

Definition at line 4091 of file cxgb_regs.h.

◆ G_TXDEBUGFLAGS

#define G_TXDEBUGFLAGS (   x)    (((x) >> S_TXDEBUGFLAGS) & M_TXDEBUGFLAGS)

Definition at line 5015 of file cxgb_regs.h.

◆ G_TXDROPCNTCH0RCVD

#define G_TXDROPCNTCH0RCVD (   x)    (((x) >> S_TXDROPCNTCH0RCVD) & M_TXDROPCNTCH0RCVD)

Definition at line 5178 of file cxgb_regs.h.

◆ G_TXDROPCNTCH0SENT

#define G_TXDROPCNTCH0SENT (   x)    (((x) >> S_TXDROPCNTCH0SENT) & M_TXDROPCNTCH0SENT)

Definition at line 5173 of file cxgb_regs.h.

◆ G_TXDROPCNTCH1RCVD

#define G_TXDROPCNTCH1RCVD (   x)    (((x) >> S_TXDROPCNTCH1RCVD) & M_TXDROPCNTCH1RCVD)

Definition at line 5190 of file cxgb_regs.h.

◆ G_TXDROPCNTCH1SENT

#define G_TXDROPCNTCH1SENT (   x)    (((x) >> S_TXDROPCNTCH1SENT) & M_TXDROPCNTCH1SENT)

Definition at line 5185 of file cxgb_regs.h.

◆ G_TXFIFO_PRTY_ERR

#define G_TXFIFO_PRTY_ERR (   x)    (((x) >> S_TXFIFO_PRTY_ERR) & M_TXFIFO_PRTY_ERR)

Definition at line 7666 of file cxgb_regs.h.

◆ G_TXFIFOCONFIG

#define G_TXFIFOCONFIG (   x)    (((x) >> S_TXFIFOCONFIG) & M_TXFIFOCONFIG)

Definition at line 5353 of file cxgb_regs.h.

◆ G_TXFIFOTHRESH

#define G_TXFIFOTHRESH (   x)    (((x) >> S_TXFIFOTHRESH) & M_TXFIFOTHRESH)

Definition at line 7366 of file cxgb_regs.h.

◆ G_TXFRAMES_HIGH

#define G_TXFRAMES_HIGH (   x)    (((x) >> S_TXFRAMES_HIGH) & M_TXFRAMES_HIGH)

Definition at line 8110 of file cxgb_regs.h.

◆ G_TXIPG

#define G_TXIPG (   x)    (((x) >> S_TXIPG) & M_TXIPG)

Definition at line 7361 of file cxgb_regs.h.

◆ G_TXPAUSEQUANTA

#define G_TXPAUSEQUANTA (   x)    (((x) >> S_TXPAUSEQUANTA) & M_TXPAUSEQUANTA)

Definition at line 7122 of file cxgb_regs.h.

◆ G_TXPDUSIZEADJ

#define G_TXPDUSIZEADJ (   x)    (((x) >> S_TXPDUSIZEADJ) & M_TXPDUSIZEADJ)

Definition at line 4193 of file cxgb_regs.h.

◆ G_TXPOLARITY

#define G_TXPOLARITY (   x)    (((x) >> S_TXPOLARITY) & M_TXPOLARITY)

Definition at line 7596 of file cxgb_regs.h.

◆ G_TXSPI4EOPCNT

#define G_TXSPI4EOPCNT (   x)    (((x) >> S_TXSPI4EOPCNT) & M_TXSPI4EOPCNT)

Definition at line 8372 of file cxgb_regs.h.

◆ G_TXSPI4SOPCNT

#define G_TXSPI4SOPCNT (   x)    (((x) >> S_TXSPI4SOPCNT) & M_TXSPI4SOPCNT)

Definition at line 8367 of file cxgb_regs.h.

◆ G_TXTERMADJ

#define G_TXTERMADJ (   x)    (((x) >> S_TXTERMADJ) & M_TXTERMADJ)

Definition at line 1617 of file cxgb_regs.h.

◆ G_TXTHRESHOLD

#define G_TXTHRESHOLD (   x)    (((x) >> S_TXTHRESHOLD) & M_TXTHRESHOLD)

Definition at line 5047 of file cxgb_regs.h.

◆ G_TYPE

#define G_TYPE (   x)    (((x) >> S_TYPE) & M_TYPE)

Definition at line 7217 of file cxgb_regs.h.

◆ G_UECNT

#define G_UECNT (   x)    (((x) >> S_UECNT) & M_UECNT)

Definition at line 2966 of file cxgb_regs.h.

◆ G_ULP_HWM

#define G_ULP_HWM (   x)    (((x) >> S_ULP_HWM) & M_ULP_HWM)

Definition at line 2867 of file cxgb_regs.h.

◆ G_ULP_RLD_WT

#define G_ULP_RLD_WT (   x)    (((x) >> S_ULP_RLD_WT) & M_ULP_RLD_WT)

Definition at line 2882 of file cxgb_regs.h.

◆ G_ULPTYPE0FIELD

#define G_ULPTYPE0FIELD (   x)    (((x) >> S_ULPTYPE0FIELD) & M_ULPTYPE0FIELD)

Definition at line 4463 of file cxgb_regs.h.

◆ G_ULPTYPE1FIELD

#define G_ULPTYPE1FIELD (   x)    (((x) >> S_ULPTYPE1FIELD) & M_ULPTYPE1FIELD)

Definition at line 4458 of file cxgb_regs.h.

◆ G_ULPTYPE2FIELD

#define G_ULPTYPE2FIELD (   x)    (((x) >> S_ULPTYPE2FIELD) & M_ULPTYPE2FIELD)

Definition at line 4453 of file cxgb_regs.h.

◆ G_ULPTYPE3FIELD

#define G_ULPTYPE3FIELD (   x)    (((x) >> S_ULPTYPE3FIELD) & M_ULPTYPE3FIELD)

Definition at line 4448 of file cxgb_regs.h.

◆ G_ULPTYPE4FIELD

#define G_ULPTYPE4FIELD (   x)    (((x) >> S_ULPTYPE4FIELD) & M_ULPTYPE4FIELD)

Definition at line 4443 of file cxgb_regs.h.

◆ G_ULPTYPE5FIELD

#define G_ULPTYPE5FIELD (   x)    (((x) >> S_ULPTYPE5FIELD) & M_ULPTYPE5FIELD)

Definition at line 4438 of file cxgb_regs.h.

◆ G_ULPTYPE6FIELD

#define G_ULPTYPE6FIELD (   x)    (((x) >> S_ULPTYPE6FIELD) & M_ULPTYPE6FIELD)

Definition at line 4433 of file cxgb_regs.h.

◆ G_ULPTYPE7FIELD

#define G_ULPTYPE7FIELD (   x)    (((x) >> S_ULPTYPE7FIELD) & M_ULPTYPE7FIELD)

Definition at line 4428 of file cxgb_regs.h.

◆ G_UPSPAREINT

#define G_UPSPAREINT (   x)    (((x) >> S_UPSPAREINT) & M_UPSPAREINT)

Definition at line 3120 of file cxgb_regs.h.

◆ G_USERSPACESIZE

#define G_USERSPACESIZE (   x)    (((x) >> S_USERSPACESIZE) & M_USERSPACESIZE)

Definition at line 86 of file cxgb_regs.h.

◆ G_VALUE

#define G_VALUE (   x)    (((x) >> S_VALUE) & M_VALUE)

Definition at line 5561 of file cxgb_regs.h.

◆ G_VLAN

#define G_VLAN (   x)    (((x) >> S_VLAN) & M_VLAN)

Definition at line 5108 of file cxgb_regs.h.

◆ G_VLANPRIMAP0

#define G_VLANPRIMAP0 (   x)    (((x) >> S_VLANPRIMAP0) & M_VLANPRIMAP0)

Definition at line 5242 of file cxgb_regs.h.

◆ G_VLANPRIMAP1

#define G_VLANPRIMAP1 (   x)    (((x) >> S_VLANPRIMAP1) & M_VLANPRIMAP1)

Definition at line 5237 of file cxgb_regs.h.

◆ G_VLANPRIMAP2

#define G_VLANPRIMAP2 (   x)    (((x) >> S_VLANPRIMAP2) & M_VLANPRIMAP2)

Definition at line 5232 of file cxgb_regs.h.

◆ G_VLANPRIMAP3

#define G_VLANPRIMAP3 (   x)    (((x) >> S_VLANPRIMAP3) & M_VLANPRIMAP3)

Definition at line 5227 of file cxgb_regs.h.

◆ G_VLANPRIMAP4

#define G_VLANPRIMAP4 (   x)    (((x) >> S_VLANPRIMAP4) & M_VLANPRIMAP4)

Definition at line 5222 of file cxgb_regs.h.

◆ G_VLANPRIMAP5

#define G_VLANPRIMAP5 (   x)    (((x) >> S_VLANPRIMAP5) & M_VLANPRIMAP5)

Definition at line 5217 of file cxgb_regs.h.

◆ G_VLANPRIMAP6

#define G_VLANPRIMAP6 (   x)    (((x) >> S_VLANPRIMAP6) & M_VLANPRIMAP6)

Definition at line 5212 of file cxgb_regs.h.

◆ G_VLANPRIMAP7

#define G_VLANPRIMAP7 (   x)    (((x) >> S_VLANPRIMAP7) & M_VLANPRIMAP7)

Definition at line 5207 of file cxgb_regs.h.

◆ G_WF_STATEINI

#define G_WF_STATEINI (   x)    (((x) >> S_WF_STATEINI) & M_WF_STATEINI)

Definition at line 1131 of file cxgb_regs.h.

◆ G_WFINIST

#define G_WFINIST (   x)    (((x) >> S_WFINIST) & M_WFINIST)

Definition at line 887 of file cxgb_regs.h.

◆ G_WFPARERR

#define G_WFPARERR (   x)    (((x) >> S_WFPARERR) & M_WFPARERR)

Definition at line 605 of file cxgb_regs.h.

◆ G_WFREQWRST

#define G_WFREQWRST (   x)    (((x) >> S_WFREQWRST) & M_WFREQWRST)

Definition at line 831 of file cxgb_regs.h.

◆ G_WIDTH

#define G_WIDTH (   x)    (((x) >> S_WIDTH) & M_WIDTH)

Definition at line 2716 of file cxgb_regs.h.

◆ G_WINDOWSCALEMODE

#define G_WINDOWSCALEMODE (   x)    (((x) >> S_WINDOWSCALEMODE) & M_WINDOWSCALEMODE)

Definition at line 3723 of file cxgb_regs.h.

◆ G_WRITE

#define G_WRITE (   x)    (((x) >> S_WRITE) & M_WRITE)

Definition at line 7069 of file cxgb_regs.h.

◆ G_WRREQSIZE

#define G_WRREQSIZE (   x)    (((x) >> S_WRREQSIZE) & M_WRREQSIZE)

Definition at line 6878 of file cxgb_regs.h.

◆ G_WRTORDDLY

#define G_WRTORDDLY (   x)    (((x) >> S_WRTORDDLY) & M_WRTORDDLY)

Definition at line 2850 of file cxgb_regs.h.

◆ G_X_RBC_LANE_SEL

#define G_X_RBC_LANE_SEL (   x)    (((x) >> S_X_RBC_LANE_SEL) & M_X_RBC_LANE_SEL)

Definition at line 2447 of file cxgb_regs.h.

◆ G_X_REFCLK_TERMADJ

#define G_X_REFCLK_TERMADJ (   x)    (((x) >> S_X_REFCLK_TERMADJ) & M_X_REFCLK_TERMADJ)

Definition at line 2600 of file cxgb_regs.h.

◆ G_XAUI1GLINKID

#define G_XAUI1GLINKID (   x)    (((x) >> S_XAUI1GLINKID) & M_XAUI1GLINKID)

Definition at line 7585 of file cxgb_regs.h.

◆ G_XAUIIMP

#define G_XAUIIMP (   x)    (((x) >> S_XAUIIMP) & M_XAUIIMP)

Definition at line 7520 of file cxgb_regs.h.

◆ G_XGM_DEQ

#define G_XGM_DEQ (   x)    (((x) >> S_XGM_DEQ) & M_XGM_DEQ)

Definition at line 7799 of file cxgb_regs.h.

◆ G_XGM_DTX

#define G_XGM_DTX (   x)    (((x) >> S_XGM_DTX) & M_XGM_DTX)

Definition at line 7804 of file cxgb_regs.h.

◆ G_ZERO_CMD

#define G_ZERO_CMD (   x)    (((x) >> S_ZERO_CMD) & M_ZERO_CMD)

Definition at line 5954 of file cxgb_regs.h.

◆ G_ZIN

#define G_ZIN (   x)    (((x) >> S_ZIN) & M_ZIN)

Definition at line 1219 of file cxgb_regs.h.

◆ G_ZMAN

#define G_ZMAN (   x)    (((x) >> S_ZMAN) & M_ZMAN)

Definition at line 1209 of file cxgb_regs.h.

◆ G_ZOUT

#define G_ZOUT (   x)    (((x) >> S_ZOUT) & M_ZOUT)

Definition at line 1214 of file cxgb_regs.h.

◆ G_ZPDIN

#define G_ZPDIN (   x)    (((x) >> S_ZPDIN) & M_ZPDIN)

Definition at line 776 of file cxgb_regs.h.

◆ G_ZPDMAN

#define G_ZPDMAN (   x)    (((x) >> S_ZPDMAN) & M_ZPDMAN)

Definition at line 756 of file cxgb_regs.h.

◆ G_ZPDOUT

#define G_ZPDOUT (   x)    (((x) >> S_ZPDOUT) & M_ZPDOUT)

Definition at line 766 of file cxgb_regs.h.

◆ G_ZPUIN

#define G_ZPUIN (   x)    (((x) >> S_ZPUIN) & M_ZPUIN)

Definition at line 781 of file cxgb_regs.h.

◆ G_ZPUMAN

#define G_ZPUMAN (   x)    (((x) >> S_ZPUMAN) & M_ZPUMAN)

Definition at line 761 of file cxgb_regs.h.

◆ G_ZPUOUT

#define G_ZPUOUT (   x)    (((x) >> S_ZPUOUT) & M_ZPUOUT)

Definition at line 771 of file cxgb_regs.h.

◆ I2CM0_BASE_ADDR

#define I2CM0_BASE_ADDR   0x6a0

Definition at line 6233 of file cxgb_regs.h.

◆ JM1_BASE_ADDR

#define JM1_BASE_ADDR   0x6c0

Definition at line 6329 of file cxgb_regs.h.

◆ M_ACK_LRN

#define M_ACK_LRN   0xfffff

Definition at line 7046 of file cxgb_regs.h.

◆ M_ACK_SRCH

#define M_ACK_SRCH   0xfffff

Definition at line 7039 of file cxgb_regs.h.

◆ M_ACKLAT

#define M_ACKLAT   0x1fff

Definition at line 1283 of file cxgb_regs.h.

◆ M_ACTCNT

#define M_ACTCNT   0xfffff

Definition at line 6766 of file cxgb_regs.h.

◆ M_ACTTOPREDLY

#define M_ACTTOPREDLY   0xf

Definition at line 2823 of file cxgb_regs.h.

◆ M_ACTTORDWRDLY

#define M_ACTTORDWRDLY   0x7

Definition at line 2828 of file cxgb_regs.h.

◆ M_ADDR

#define M_ADDR   0x1fffffff

Definition at line 2998 of file cxgb_regs.h.

◆ M_ADDRBEG

#define M_ADDRBEG   0x7ffffff

Definition at line 3014 of file cxgb_regs.h.

◆ M_ADDREND

#define M_ADDREND   0x7ffffff

Definition at line 3021 of file cxgb_regs.h.

◆ M_ADDRESS_HIGH

#define M_ADDRESS_HIGH   0xffff

Definition at line 7190 of file cxgb_regs.h.

◆ M_AO_LRN

#define M_AO_LRN   0xfffff

Definition at line 7018 of file cxgb_regs.h.

◆ M_AO_SRCH

#define M_AO_SRCH   0xfffff

Definition at line 7011 of file cxgb_regs.h.

◆ M_ARBST

#define M_ARBST   0x7

Definition at line 890 of file cxgb_regs.h.

◆ M_ASYNCINTVEC

#define M_ASYNCINTVEC   0x1f

Definition at line 675 of file cxgb_regs.h.

◆ M_AUTOSTATE1

#define M_AUTOSTATE1   0x3

Definition at line 3743 of file cxgb_regs.h.

◆ M_AUTOSTATE2

#define M_AUTOSTATE2   0x3

Definition at line 3738 of file cxgb_regs.h.

◆ M_AUTOSTATE3

#define M_AUTOSTATE3   0x3

Definition at line 3733 of file cxgb_regs.h.

◆ M_BANDGAP

#define M_BANDGAP   0xf

Definition at line 7443 of file cxgb_regs.h.

◆ M_BASE0

#define M_BASE0   0xffff

Definition at line 568 of file cxgb_regs.h.

◆ M_BASE1

#define M_BASE1   0xffff

Definition at line 563 of file cxgb_regs.h.

◆ M_BASEADDR

#define M_BASEADDR   0x7ffffff

Definition at line 556 of file cxgb_regs.h.

◆ M_BISTCYCLETHRESH

#define M_BISTCYCLETHRESH   0x1ffff

Definition at line 7530 of file cxgb_regs.h.

◆ M_BISTDONE

#define M_BISTDONE   0xf

Definition at line 7525 of file cxgb_regs.h.

◆ M_BISTERR

#define M_BISTERR   0xff

Definition at line 950 of file cxgb_regs.h.

◆ M_BISTMODE

#define M_BISTMODE   0x7

Definition at line 2068 of file cxgb_regs.h.

◆ M_BITPOS0

#define M_BITPOS0   0x3f

Definition at line 5325 of file cxgb_regs.h.

◆ M_BITPOS1

#define M_BITPOS1   0x3f

Definition at line 5320 of file cxgb_regs.h.

◆ M_BITPOS2

#define M_BITPOS2   0x3f

Definition at line 5315 of file cxgb_regs.h.

◆ M_BITPOS3

#define M_BITPOS3   0x3f

Definition at line 5310 of file cxgb_regs.h.

◆ M_BKCYC

#define M_BKCYC   0x1f

Definition at line 2843 of file cxgb_regs.h.

◆ M_BOOTADDR

#define M_BOOTADDR   0x3fffffff

Definition at line 3075 of file cxgb_regs.h.

◆ M_BSINSELLANE0

#define M_BSINSELLANE0   0x3

Definition at line 2680 of file cxgb_regs.h.

◆ M_BSINSELLANE1

#define M_BSINSELLANE1   0x3

Definition at line 2671 of file cxgb_regs.h.

◆ M_BSINSELLANE2

#define M_BSINSELLANE2   0x3

Definition at line 2662 of file cxgb_regs.h.

◆ M_BSINSELLANE3

#define M_BSINSELLANE3   0x3

Definition at line 2653 of file cxgb_regs.h.

◆ M_BSINSELLANE4

#define M_BSINSELLANE4   0x3

Definition at line 2640 of file cxgb_regs.h.

◆ M_BSINSELLANE5

#define M_BSINSELLANE5   0x3

Definition at line 2631 of file cxgb_regs.h.

◆ M_BSINSELLANE6

#define M_BSINSELLANE6   0x3

Definition at line 2622 of file cxgb_regs.h.

◆ M_BSINSELLANE7

#define M_BSINSELLANE7   0x3

Definition at line 2613 of file cxgb_regs.h.

◆ M_BYTECNT

#define M_BYTECNT   0x3

Definition at line 6362 of file cxgb_regs.h.

◆ M_BYTETHRESHOLD

#define M_BYTETHRESHOLD   0xfffff

Definition at line 3748 of file cxgb_regs.h.

◆ M_CAL_PD

#define M_CAL_PD   0x7

Definition at line 6576 of file cxgb_regs.h.

◆ M_CAL_PU

#define M_CAL_PU   0x7

Definition at line 6571 of file cxgb_regs.h.

◆ M_CALIMP

#define M_CALIMP   0x1f

Definition at line 7513 of file cxgb_regs.h.

◆ M_CALST

#define M_CALST   0x3

Definition at line 900 of file cxgb_regs.h.

◆ M_CDEBUGDATAH

#define M_CDEBUGDATAH   0xffff

Definition at line 3407 of file cxgb_regs.h.

◆ M_CDEBUGDATAL

#define M_CDEBUGDATAL   0xffff

Definition at line 3412 of file cxgb_regs.h.

◆ M_CECNT

#define M_CECNT   0xff

Definition at line 2969 of file cxgb_regs.h.

◆ M_CF_RSPSTATE

#define M_CF_RSPSTATE   0x3

Definition at line 1224 of file cxgb_regs.h.

◆ M_CF_STATEINI

#define M_CF_STATEINI   0x7

Definition at line 1089 of file cxgb_regs.h.

◆ M_CFGCLKSPEED

#define M_CFGCLKSPEED   0x7

Definition at line 7105 of file cxgb_regs.h.

◆ M_CFINIST

#define M_CFINIST   0x3

Definition at line 910 of file cxgb_regs.h.

◆ M_CFPARERR

#define M_CFPARERR   0xf

Definition at line 593 of file cxgb_regs.h.

◆ M_CFREQRDST

#define M_CFREQRDST   0x3

Definition at line 905 of file cxgb_regs.h.

◆ M_CFRESPRDST

#define M_CFRESPRDST   0x3

Definition at line 915 of file cxgb_regs.h.

◆ M_CH0SIZE1

#define M_CH0SIZE1   0xff

Definition at line 5579 of file cxgb_regs.h.

◆ M_CH0SIZE2

#define M_CH0SIZE2   0xff

Definition at line 5574 of file cxgb_regs.h.

◆ M_CH1SIZE1

#define M_CH1SIZE1   0xff

Definition at line 5569 of file cxgb_regs.h.

◆ M_CH1SIZE2

#define M_CH1SIZE2   0xff

Definition at line 5564 of file cxgb_regs.h.

◆ M_CLIPMAPADDR

#define M_CLIPMAPADDR   0x3f

Definition at line 6782 of file cxgb_regs.h.

◆ M_CLIPMAPVAL

#define M_CLIPMAPVAL   0x3f

Definition at line 6777 of file cxgb_regs.h.

◆ M_CLKDIV

#define M_CLKDIV   0xff

Definition at line 6277 of file cxgb_regs.h.

◆ M_CLKSELECT

#define M_CLKSELECT   0xf

Definition at line 2088 of file cxgb_regs.h.

◆ M_CMDMODE

#define M_CMDMODE   0x7

Definition at line 6885 of file cxgb_regs.h.

◆ M_CMMAXPSTRUCT

#define M_CMMAXPSTRUCT   0x1fffff

Definition at line 4753 of file cxgb_regs.h.

◆ M_CMMEMMGRBASE

#define M_CMMEMMGRBASE   0xfffffff

Definition at line 3654 of file cxgb_regs.h.

◆ M_CMMEMMGRSIZE

#define M_CMMEMMGRSIZE   0xfffffff

Definition at line 3647 of file cxgb_regs.h.

◆ M_CMPSFLSTBASE

#define M_CMPSFLSTBASE   0xfffffff

Definition at line 4746 of file cxgb_regs.h.

◆ M_CMRXFLSTBASE

#define M_CMRXFLSTBASE   0xfffffff

Definition at line 4732 of file cxgb_regs.h.

◆ M_CMTIMERBASE

#define M_CMTIMERBASE   0xfffffff

Definition at line 3666 of file cxgb_regs.h.

◆ M_CMTIMERMAXNUM

#define M_CMTIMERMAXNUM   0x3

Definition at line 3661 of file cxgb_regs.h.

◆ M_CMTXFLSTBASE

#define M_CMTXFLSTBASE   0xfffffff

Definition at line 4739 of file cxgb_regs.h.

◆ M_CMURANGE

#define M_CMURANGE   0x7

Definition at line 7413 of file cxgb_regs.h.

◆ M_CNGCTRLMODE

#define M_CNGCTRLMODE   0x3

Definition at line 4127 of file cxgb_regs.h.

◆ M_CNT

#define M_CNT   0x1f

Definition at line 6351 of file cxgb_regs.h.

◆ M_CONTEXT

#define M_CONTEXT   0xffff

Definition at line 191 of file cxgb_regs.h.

◆ M_CONTEXT_CMD_OPCODE

#define M_CONTEXT_CMD_OPCODE   0xf

Definition at line 161 of file cxgb_regs.h.

◆ M_CPL_MAP_TBL_DATA

#define M_CPL_MAP_TBL_DATA   0xff

Definition at line 5993 of file cxgb_regs.h.

◆ M_CPL_MAP_TBL_IDX

#define M_CPL_MAP_TBL_IDX   0xff

Definition at line 5986 of file cxgb_regs.h.

◆ M_CPL_PKT_TID

#define M_CPL_PKT_TID   0xffffff

Definition at line 5917 of file cxgb_regs.h.

◆ M_CPL_WMARK

#define M_CPL_WMARK   0x7ff

Definition at line 2051 of file cxgb_regs.h.

◆ M_CPLTIMEOUTID

#define M_CPLTIMEOUTID   0x7f

Definition at line 1348 of file cxgb_regs.h.

◆ M_CQ_CREDIT

#define M_CQ_CREDIT   0x7f

Definition at line 170 of file cxgb_regs.h.

◆ M_CREDITS

#define M_CREDITS   0xffff

Definition at line 206 of file cxgb_regs.h.

◆ M_CTHRESHOLD

#define M_CTHRESHOLD   0x3f

Definition at line 5040 of file cxgb_regs.h.

◆ M_CURPAUSETIMER

#define M_CURPAUSETIMER   0xffff

Definition at line 7274 of file cxgb_regs.h.

◆ M_D0_WEIGHT

#define M_D0_WEIGHT   0xffff

Definition at line 5591 of file cxgb_regs.h.

◆ M_D1_WEIGHT

#define M_D1_WEIGHT   0xffff

Definition at line 5586 of file cxgb_regs.h.

◆ M_DACKTIME

#define M_DACKTIME   0xfff

Definition at line 4359 of file cxgb_regs.h.

◆ M_DATA

#define M_DATA   0xff

Definition at line 2987 of file cxgb_regs.h.

◆ M_DATAINTR

#define M_DATAINTR   0xff

Definition at line 217 of file cxgb_regs.h.

◆ M_DATAPAT

#define M_DATAPAT   0x3

Definition at line 3038 of file cxgb_regs.h.

◆ M_DBGIREQADRHI

#define M_DBGIREQADRHI   0xff

Definition at line 6926 of file cxgb_regs.h.

◆ M_DBGIREQDATA4

#define M_DBGIREQDATA4   0xffff

Definition at line 6937 of file cxgb_regs.h.

◆ M_DBGIREQMSK4

#define M_DBGIREQMSK4   0xffff

Definition at line 6948 of file cxgb_regs.h.

◆ M_DBGIRSPDATA3

#define M_DBGIRSPDATA3   0xffff

Definition at line 6978 of file cxgb_regs.h.

◆ M_DBGIRSPMSG

#define M_DBGIRSPMSG   0xf

Definition at line 6955 of file cxgb_regs.h.

◆ M_DBMAXOPCNT

#define M_DBMAXOPCNT   0xff

Definition at line 3471 of file cxgb_regs.h.

◆ M_DEBUGDATA

#define M_DEBUGDATA   0xff

Definition at line 2382 of file cxgb_regs.h.

◆ M_DEBUGDATAH

#define M_DEBUGDATAH   0xffff

Definition at line 6216 of file cxgb_regs.h.

◆ M_DEBUGDATAL

#define M_DEBUGDATAL   0xffff

Definition at line 6221 of file cxgb_regs.h.

◆ M_DEBUGLAREQADDR

#define M_DEBUGLAREQADDR   0x3ff

Definition at line 6228 of file cxgb_regs.h.

◆ M_DEBUGSELH

#define M_DEBUGSELH   0xf

Definition at line 6029 of file cxgb_regs.h.

◆ M_DEBUGSELHI

#define M_DEBUGSELHI   0x1f

Definition at line 3433 of file cxgb_regs.h.

◆ M_DEBUGSELL

#define M_DEBUGSELL   0xf

Definition at line 6034 of file cxgb_regs.h.

◆ M_DEBUGSELLO

#define M_DEBUGSELLO   0x1f

Definition at line 3438 of file cxgb_regs.h.

◆ M_DEFAULTCPU

#define M_DEFAULTCPU   0x3f

Definition at line 4563 of file cxgb_regs.h.

◆ M_DEFAULTCPUBASE

#define M_DEFAULTCPUBASE   0x3f

Definition at line 4558 of file cxgb_regs.h.

◆ M_DEFAULTQUEUE

#define M_DEFAULTQUEUE   0xffff

Definition at line 4568 of file cxgb_regs.h.

◆ M_DELAYEDACKRESOLUTION

#define M_DELAYEDACKRESOLUTION   0xff

Definition at line 4296 of file cxgb_regs.h.

◆ M_DEN

#define M_DEN   0x7

Definition at line 2731 of file cxgb_regs.h.

◆ M_DEQ

#define M_DEQ   0xf

Definition at line 1620 of file cxgb_regs.h.

◆ M_DLLDELTA

#define M_DLLDELTA   0x7f

Definition at line 2799 of file cxgb_regs.h.

◆ M_DLLPTIMEOUTLMT

#define M_DLLPTIMEOUTLMT   0x3ffff

Definition at line 1278 of file cxgb_regs.h.

◆ M_DRBPRITHRSH

#define M_DRBPRITHRSH   0xffff

Definition at line 575 of file cxgb_regs.h.

◆ M_DTX

#define M_DTX   0xf

Definition at line 1625 of file cxgb_regs.h.

◆ M_DUPACKTHRESH

#define M_DUPACKTHRESH   0xf

Definition at line 4050 of file cxgb_regs.h.

◆ M_E_SRCH

#define M_E_SRCH   0xfffff

Definition at line 7060 of file cxgb_regs.h.

◆ M_EGRCNTX

#define M_EGRCNTX   0xffff

Definition at line 137 of file cxgb_regs.h.

◆ M_EGRCNTXBADDR

#define M_EGRCNTXBADDR   0x7ffffff

Definition at line 427 of file cxgb_regs.h.

◆ M_EGRERROPCODE

#define M_EGRERROPCODE   0xff

Definition at line 393 of file cxgb_regs.h.

◆ M_EGRHIOPCODE

#define M_EGRHIOPCODE   0xff

Definition at line 398 of file cxgb_regs.h.

◆ M_EGRLOOPCODE

#define M_EGRLOOPCODE   0xff

Definition at line 403 of file cxgb_regs.h.

◆ M_EGRPRICNT

#define M_EGRPRICNT   0x1f

Definition at line 408 of file cxgb_regs.h.

◆ M_ELECIDLEDETCYC

#define M_ELECIDLEDETCYC   0x7

Definition at line 1448 of file cxgb_regs.h.

◆ M_ERRADDRESS

#define M_ERRADDRESS   0x1fffffff

Definition at line 2948 of file cxgb_regs.h.

◆ M_ERRAGENT

#define M_ERRAGENT   0x3

Definition at line 2953 of file cxgb_regs.h.

◆ M_ETHRESHOLD

#define M_ETHRESHOLD   0x3f

Definition at line 5035 of file cxgb_regs.h.

◆ M_EXTBISTCHKERRCNT

#define M_EXTBISTCHKERRCNT   0xffffff

Definition at line 1876 of file cxgb_regs.h.

◆ M_EXTBISTCHKERRCNT0

#define M_EXTBISTCHKERRCNT0   0xffffff

Definition at line 8007 of file cxgb_regs.h.

◆ M_EXTBISTCHKERRCNT1

#define M_EXTBISTCHKERRCNT1   0xffffff

Definition at line 8030 of file cxgb_regs.h.

◆ M_EXTBISTCHKERRCNT2

#define M_EXTBISTCHKERRCNT2   0xffffff

Definition at line 8053 of file cxgb_regs.h.

◆ M_EXTBISTCHKERRCNT3

#define M_EXTBISTCHKERRCNT3   0xffffff

Definition at line 8076 of file cxgb_regs.h.

◆ M_EXTBISTPAT

#define M_EXTBISTPAT   0x7

Definition at line 1714 of file cxgb_regs.h.

◆ M_EXTBISTPAT0

#define M_EXTBISTPAT0   0x7

Definition at line 7992 of file cxgb_regs.h.

◆ M_EXTBISTPAT1

#define M_EXTBISTPAT1   0x7

Definition at line 7967 of file cxgb_regs.h.

◆ M_EXTBISTPAT2

#define M_EXTBISTPAT2   0x7

Definition at line 7942 of file cxgb_regs.h.

◆ M_EXTBISTPAT3

#define M_EXTBISTPAT3   0x7

Definition at line 7917 of file cxgb_regs.h.

◆ M_EXTMODE1

#define M_EXTMODE1   0xffff

Definition at line 2762 of file cxgb_regs.h.

◆ M_EXTMODE2

#define M_EXTMODE2   0xffff

Definition at line 2769 of file cxgb_regs.h.

◆ M_EXTMODE3

#define M_EXTMODE3   0xffff

Definition at line 2776 of file cxgb_regs.h.

◆ M_FASTFINWAIT2TIME

#define M_FASTFINWAIT2TIME   0x3fffffff

Definition at line 4373 of file cxgb_regs.h.

◆ M_FINWAIT2TIME

#define M_FINWAIT2TIME   0x3fffffff

Definition at line 4366 of file cxgb_regs.h.

◆ M_FIVETUPLELOOKUP

#define M_FIVETUPLELOOKUP   0x3

Definition at line 3605 of file cxgb_regs.h.

◆ M_FLASHADDRSIZE

#define M_FLASHADDRSIZE   0x3fffff

Definition at line 3097 of file cxgb_regs.h.

◆ M_FLASHBASEADDR

#define M_FLASHBASEADDR   0x3fffff

Definition at line 3090 of file cxgb_regs.h.

◆ M_FLPARITYERROR

#define M_FLPARITYERROR   0x3f

Definition at line 450 of file cxgb_regs.h.

◆ M_FLXEMPTY

#define M_FLXEMPTY   0xffff

Definition at line 386 of file cxgb_regs.h.

◆ M_FMOFFSET0

#define M_FMOFFSET0   0x1f

Definition at line 7844 of file cxgb_regs.h.

◆ M_FMOFFSET1

#define M_FMOFFSET1   0x1f

Definition at line 7835 of file cxgb_regs.h.

◆ M_FMOFFSET2

#define M_FMOFFSET2   0x1f

Definition at line 7826 of file cxgb_regs.h.

◆ M_FMOFFSET3

#define M_FMOFFSET3   0x1f

Definition at line 7817 of file cxgb_regs.h.

◆ M_FREEPSTRUCTCOUNT

#define M_FREEPSTRUCTCOUNT   0x1fffff

Definition at line 4887 of file cxgb_regs.h.

◆ M_FREERXPAGECOUNT

#define M_FREERXPAGECOUNT   0x1fffff

Definition at line 4894 of file cxgb_regs.h.

◆ M_FREETXPAGECOUNT

#define M_FREETXPAGECOUNT   0x1fffff

Definition at line 4901 of file cxgb_regs.h.

◆ M_GAIN

#define M_GAIN   0x1f

Definition at line 7438 of file cxgb_regs.h.

◆ M_GAP

#define M_GAP   0x1f

Definition at line 3029 of file cxgb_regs.h.

◆ M_GMIISPEED

#define M_GMIISPEED   0x3

Definition at line 8342 of file cxgb_regs.h.

◆ M_HIDRBHITHRSH

#define M_HIDRBHITHRSH   0x3ff

Definition at line 224 of file cxgb_regs.h.

◆ M_HIDRBLOTHRSH

#define M_HIDRBLOTHRSH   0x3ff

Definition at line 231 of file cxgb_regs.h.

◆ M_HIGHSPEEDCFG

#define M_HIGHSPEEDCFG   0xff

Definition at line 4142 of file cxgb_regs.h.

◆ M_HIRCQDRBTHRSH

#define M_HIRCQDRBTHRSH   0x7ff

Definition at line 415 of file cxgb_regs.h.

◆ M_HOSTADDR

#define M_HOSTADDR   0xffff

Definition at line 3349 of file cxgb_regs.h.

◆ M_HOSTPAGESIZE

#define M_HOSTPAGESIZE   0x7

Definition at line 89 of file cxgb_regs.h.

◆ M_HPZ0

#define M_HPZ0   0xf

Definition at line 5468 of file cxgb_regs.h.

◆ M_HPZ1

#define M_HPZ1   0xf

Definition at line 5463 of file cxgb_regs.h.

◆ M_HPZ2

#define M_HPZ2   0xf

Definition at line 5458 of file cxgb_regs.h.

◆ M_HPZ3

#define M_HPZ3   0xf

Definition at line 5453 of file cxgb_regs.h.

◆ M_I2C_CLKDIV

#define M_I2C_CLKDIV   0xfff

Definition at line 6238 of file cxgb_regs.h.

◆ M_I2C_DATA

#define M_I2C_DATA   0xff

Definition at line 6250 of file cxgb_regs.h.

◆ M_I_SRCH

#define M_I_SRCH   0xfffff

Definition at line 7053 of file cxgb_regs.h.

◆ M_IBQ0FULLTHRSH

#define M_IBQ0FULLTHRSH   0x1ff

Definition at line 3317 of file cxgb_regs.h.

◆ M_IBQ1FULLTHRSH

#define M_IBQ1FULLTHRSH   0x1ff

Definition at line 3322 of file cxgb_regs.h.

◆ M_IBQ2FULLTHRSH

#define M_IBQ2FULLTHRSH   0x1ff

Definition at line 3329 of file cxgb_regs.h.

◆ M_IBQ3FULLTHRSH

#define M_IBQ3FULLTHRSH   0x1ff

Definition at line 3334 of file cxgb_regs.h.

◆ M_IBQDBGADDR

#define M_IBQDBGADDR   0x1ff

Definition at line 3357 of file cxgb_regs.h.

◆ M_IBQDBGQID

#define M_IBQDBGQID   0x3

Definition at line 3362 of file cxgb_regs.h.

◆ M_ICSPI_PAR_ERROR

#define M_ICSPI_PAR_ERROR   0x7

Definition at line 5743 of file cxgb_regs.h.

◆ M_IDINDEX

#define M_IDINDEX   0xf

Definition at line 6752 of file cxgb_regs.h.

◆ M_IDTCMD

#define M_IDTCMD   0xfffff

Definition at line 6907 of file cxgb_regs.h.

◆ M_IDTCMDHI

#define M_IDTCMDHI   0x7

Definition at line 6897 of file cxgb_regs.h.

◆ M_IDTCMDLO

#define M_IDTCMDLO   0xf

Definition at line 6902 of file cxgb_regs.h.

◆ M_IESPI_PAR_ERROR

#define M_IESPI_PAR_ERROR   0x7

Definition at line 5668 of file cxgb_regs.h.

◆ M_IMP_CAL_PD

#define M_IMP_CAL_PD   0x7

Definition at line 2926 of file cxgb_regs.h.

◆ M_IMP_CAL_PU

#define M_IMP_CAL_PU   0x7

Definition at line 2931 of file cxgb_regs.h.

◆ M_IMP_MAN_PD

#define M_IMP_MAN_PD   0x7

Definition at line 2916 of file cxgb_regs.h.

◆ M_IMP_MAN_PU

#define M_IMP_MAN_PU   0x7

Definition at line 2921 of file cxgb_regs.h.

◆ M_IMP_SET_PD

#define M_IMP_SET_PD   0x7

Definition at line 2936 of file cxgb_regs.h.

◆ M_IMP_SET_PU

#define M_IMP_SET_PU   0x7

Definition at line 2941 of file cxgb_regs.h.

◆ M_INDICATESIZE

#define M_INDICATESIZE   0xffff

Definition at line 4164 of file cxgb_regs.h.

◆ M_INI_STATE

#define M_INI_STATE   0xf

Definition at line 1124 of file cxgb_regs.h.

◆ M_INICST

#define M_INICST   0x7

Definition at line 920 of file cxgb_regs.h.

◆ M_INITCWND

#define M_INITCWND   0x7

Definition at line 4045 of file cxgb_regs.h.

◆ M_INITIALSSTHRESH

#define M_INITIALSSTHRESH   0xffff

Definition at line 4062 of file cxgb_regs.h.

◆ M_INITRWND

#define M_INITRWND   0xffff

Definition at line 4057 of file cxgb_regs.h.

◆ M_INITSRTT

#define M_INITSRTT   0xffff

Definition at line 4352 of file cxgb_regs.h.

◆ M_INIXST

#define M_INIXST   0x7

Definition at line 925 of file cxgb_regs.h.

◆ M_INT_STATE

#define M_INT_STATE   0x7

Definition at line 1239 of file cxgb_regs.h.

◆ M_INTPTID

#define M_INTPTID   0xfffff

Definition at line 6869 of file cxgb_regs.h.

◆ M_INTST

#define M_INTST   0x7

Definition at line 930 of file cxgb_regs.h.

◆ M_INTTID

#define M_INTTID   0xfffff

Definition at line 6862 of file cxgb_regs.h.

◆ M_IPTTL

#define M_IPTTL   0xff

Definition at line 3639 of file cxgb_regs.h.

◆ M_ISCSILLIMIT

#define M_ISCSILLIMIT   0x3ffffff

Definition at line 5432 of file cxgb_regs.h.

◆ M_ISCSITAGMASK

#define M_ISCSITAGMASK   0x3ffffff

Definition at line 5446 of file cxgb_regs.h.

◆ M_ISCSIULIMIT

#define M_ISCSIULIMIT   0x3ffffff

Definition at line 5439 of file cxgb_regs.h.

◆ M_ITPARITYERROR

#define M_ITPARITYERROR   0x3

Definition at line 455 of file cxgb_regs.h.

◆ M_JM_CLKDIV

#define M_JM_CLKDIV   0xff

Definition at line 6334 of file cxgb_regs.h.

◆ M_KEEPALIVEIDLE

#define M_KEEPALIVEIDLE   0x3fffffff

Definition at line 4338 of file cxgb_regs.h.

◆ M_KEEPALIVEINTVL

#define M_KEEPALIVEINTVL   0x3fffffff

Definition at line 4345 of file cxgb_regs.h.

◆ M_KEEPALIVEMAX

#define M_KEEPALIVEMAX   0xff

Definition at line 4405 of file cxgb_regs.h.

◆ M_L0SIDLETIME

#define M_L0SIDLETIME   0x7ff

Definition at line 1325 of file cxgb_regs.h.

◆ M_L1ASPMTXRXL0STIME

#define M_L1ASPMTXRXL0STIME   0xfff

Definition at line 1320 of file cxgb_regs.h.

◆ M_LADBGRDPTR

#define M_LADBGRDPTR   0xff

Definition at line 6008 of file cxgb_regs.h.

◆ M_LADBGWRPTR

#define M_LADBGWRPTR   0xff

Definition at line 6003 of file cxgb_regs.h.

◆ M_LANE

#define M_LANE   0x7

Definition at line 1431 of file cxgb_regs.h.

◆ M_LASTCMDA

#define M_LASTCMDA   0x7ff

Definition at line 6990 of file cxgb_regs.h.

◆ M_LASTCMDB

#define M_LASTCMDB   0x7ff

Definition at line 6985 of file cxgb_regs.h.

◆ M_LCK

#define M_LCK   0x3

Definition at line 6495 of file cxgb_regs.h.

◆ M_LCMDA

#define M_LCMDA   0x7ff

Definition at line 6917 of file cxgb_regs.h.

◆ M_LCMDB

#define M_LCMDB   0x7ff

Definition at line 6912 of file cxgb_regs.h.

◆ M_LIP_CMP_UNAVAILABLE

#define M_LIP_CMP_UNAVAILABLE   0xf

Definition at line 6680 of file cxgb_regs.h.

◆ M_LNKCNTLSTATE

#define M_LNKCNTLSTATE   0xff

Definition at line 1109 of file cxgb_regs.h.

◆ M_LODRBHITHRSH

#define M_LODRBHITHRSH   0x3ff

Definition at line 238 of file cxgb_regs.h.

◆ M_LODRBLOTHRSH

#define M_LODRBLOTHRSH   0x3ff

Definition at line 245 of file cxgb_regs.h.

◆ M_LORCQDRBTHRSH

#define M_LORCQDRBTHRSH   0x7ff

Definition at line 420 of file cxgb_regs.h.

◆ M_LPBKEN

#define M_LPBKEN   0x3

Definition at line 7448 of file cxgb_regs.h.

◆ M_LRNLAT

#define M_LRNLAT   0x1f

Definition at line 6719 of file cxgb_regs.h.

◆ M_MACMATCHMAP0

#define M_MACMATCHMAP0   0x7

Definition at line 5282 of file cxgb_regs.h.

◆ M_MACMATCHMAP1

#define M_MACMATCHMAP1   0x7

Definition at line 5277 of file cxgb_regs.h.

◆ M_MACMATCHMAP2

#define M_MACMATCHMAP2   0x7

Definition at line 5272 of file cxgb_regs.h.

◆ M_MACMATCHMAP3

#define M_MACMATCHMAP3   0x7

Definition at line 5267 of file cxgb_regs.h.

◆ M_MACMATCHMAP4

#define M_MACMATCHMAP4   0x7

Definition at line 5262 of file cxgb_regs.h.

◆ M_MACMATCHMAP5

#define M_MACMATCHMAP5   0x7

Definition at line 5257 of file cxgb_regs.h.

◆ M_MACMATCHMAP6

#define M_MACMATCHMAP6   0x7

Definition at line 5252 of file cxgb_regs.h.

◆ M_MACMATCHMAP7

#define M_MACMATCHMAP7   0x7

Definition at line 5247 of file cxgb_regs.h.

◆ M_MACROCNTCFG

#define M_MACROCNTCFG   0x1f

Definition at line 6017 of file cxgb_regs.h.

◆ M_MAN_PD

#define M_MAN_PD   0x7

Definition at line 6566 of file cxgb_regs.h.

◆ M_MAN_PU

#define M_MAN_PU   0x7

Definition at line 6561 of file cxgb_regs.h.

◆ M_MANDELTA

#define M_MANDELTA   0x7f

Definition at line 2804 of file cxgb_regs.h.

◆ M_MANFMOFFSET

#define M_MANFMOFFSET   0x1f

Definition at line 1755 of file cxgb_regs.h.

◆ M_MANLPBKEN

#define M_MANLPBKEN   0x3

Definition at line 1489 of file cxgb_regs.h.

◆ M_MASKSIZE

#define M_MASKSIZE   0x7

Definition at line 4553 of file cxgb_regs.h.

◆ M_MASKWR

#define M_MASKWR   0xffff

Definition at line 7081 of file cxgb_regs.h.

◆ M_MATCHEDFILTER

#define M_MATCHEDFILTER   0x7

Definition at line 8357 of file cxgb_regs.h.

◆ M_MAXRXDATA

#define M_MAXRXDATA   0xffff

Definition at line 4069 of file cxgb_regs.h.

◆ M_MAXSPLTRNC

#define M_MAXSPLTRNC   0x7

Definition at line 680 of file cxgb_regs.h.

◆ M_MAXSPLTRNR

#define M_MAXSPLTRNR   0x7

Definition at line 685 of file cxgb_regs.h.

◆ M_MAXWRBYTECNT

#define M_MAXWRBYTECNT   0x3

Definition at line 690 of file cxgb_regs.h.

◆ M_MBUSCMD

#define M_MBUSCMD   0xf

Definition at line 6892 of file cxgb_regs.h.

◆ M_MCADEPTH

#define M_MCADEPTH   0xfff

Definition at line 5827 of file cxgb_regs.h.

◆ M_MCAPARERR

#define M_MCAPARERR   0x7

Definition at line 5892 of file cxgb_regs.h.

◆ M_MCAPARERRENB

#define M_MCAPARERRENB   0x7

Definition at line 5870 of file cxgb_regs.h.

◆ M_MCAPKTCNT

#define M_MCAPKTCNT   0xfffff

Definition at line 5822 of file cxgb_regs.h.

◆ M_MDI_DATA

#define M_MDI_DATA   0xffff

Definition at line 6313 of file cxgb_regs.h.

◆ M_MDI_OP

#define M_MDI_OP   0x3

Definition at line 6324 of file cxgb_regs.h.

◆ M_MEM_HWM

#define M_MEM_HWM   0x3f

Definition at line 2860 of file cxgb_regs.h.

◆ M_MEM_RLD_WT

#define M_MEM_RLD_WT   0x7f

Definition at line 2875 of file cxgb_regs.h.

◆ M_MICROCNTCFG

#define M_MICROCNTCFG   0xff

Definition at line 6022 of file cxgb_regs.h.

◆ M_MODE

#define M_MODE   0xffff

Definition at line 2746 of file cxgb_regs.h.

◆ M_MODULESELECT

#define M_MODULESELECT   0x1f

Definition at line 2083 of file cxgb_regs.h.

◆ M_MSGSEL

#define M_MSGSEL   0xf

Definition at line 6790 of file cxgb_regs.h.

◆ M_MSIXPARERR

#define M_MSIXPARERR   0x7

Definition at line 588 of file cxgb_regs.h.

◆ M_MSL

#define M_MSL   0x3fffffff

Definition at line 4303 of file cxgb_regs.h.

◆ M_MSSTHRESHOLD

#define M_MSSTHRESHOLD   0x3

Definition at line 3753 of file cxgb_regs.h.

◆ M_MSTRXBYTECFG

#define M_MSTRXBYTECFG   0x3f

Definition at line 6054 of file cxgb_regs.h.

◆ M_MSTRXBYTECNT

#define M_MSTRXBYTECNT   0x3f

Definition at line 6074 of file cxgb_regs.h.

◆ M_MSTTIMEOUTCFG

#define M_MSTTIMEOUTCFG   0xffffff

Definition at line 6039 of file cxgb_regs.h.

◆ M_MSTTXBYTECFG

#define M_MSTTXBYTECFG   0x3f

Definition at line 6059 of file cxgb_regs.h.

◆ M_MSTTXBYTECNT

#define M_MSTTXBYTECNT   0x3f

Definition at line 6079 of file cxgb_regs.h.

◆ M_MTUDEFAULT

#define M_MTUDEFAULT   0xffff

Definition at line 3699 of file cxgb_regs.h.

◆ M_NEWINDEX

#define M_NEWINDEX   0xffff

Definition at line 154 of file cxgb_regs.h.

◆ M_NEWRENOCFG

#define M_NEWRENOCFG   0xff

Definition at line 4147 of file cxgb_regs.h.

◆ M_NEWTIMER

#define M_NEWTIMER   0x1fff

Definition at line 149 of file cxgb_regs.h.

◆ M_NLIP

#define M_NLIP   0x3f

Definition at line 6620 of file cxgb_regs.h.

◆ M_NP_WMARK

#define M_NP_WMARK   0x7f

Definition at line 2046 of file cxgb_regs.h.

◆ M_NUMFSTTRNSEQ

#define M_NUMFSTTRNSEQ   0xff

Definition at line 1254 of file cxgb_regs.h.

◆ M_NUMFSTTRNSEQRX

#define M_NUMFSTTRNSEQRX   0xff

Definition at line 1104 of file cxgb_regs.h.

◆ M_OBQDBGADDR

#define M_OBQDBGADDR   0x1ff

Definition at line 3381 of file cxgb_regs.h.

◆ M_OBQDBGQID

#define M_OBQDBGQID   0x3

Definition at line 3386 of file cxgb_regs.h.

◆ M_OCDCODE

#define M_OCDCODE   0xf

Definition at line 2757 of file cxgb_regs.h.

◆ M_OCSPI_PAR_ERROR

#define M_OCSPI_PAR_ERROR   0x7

Definition at line 5673 of file cxgb_regs.h.

◆ M_OESPI_PAR_ERROR

#define M_OESPI_PAR_ERROR   0x7

Definition at line 5748 of file cxgb_regs.h.

◆ M_OFFSET

#define M_OFFSET   0xff

Definition at line 1472 of file cxgb_regs.h.

◆ M_P_WMARK

#define M_P_WMARK   0x7ff

Definition at line 2041 of file cxgb_regs.h.

◆ M_PACKETDROPS

#define M_PACKETDROPS   0xf

Definition at line 5163 of file cxgb_regs.h.

◆ M_PARLAT

#define M_PARLAT   0xf

Definition at line 6731 of file cxgb_regs.h.

◆ M_PAUSESLOWTIMER

#define M_PAUSESLOWTIMER   0xfffff

Definition at line 7391 of file cxgb_regs.h.

◆ M_PAUSETIMER

#define M_PAUSETIMER   0xfffff

Definition at line 7398 of file cxgb_regs.h.

◆ M_PCIE_BANDGAP

#define M_PCIE_BANDGAP   0xf

Definition at line 1560 of file cxgb_regs.h.

◆ M_PCIE_BISTCYCLETHRESH

#define M_PCIE_BISTCYCLETHRESH   0xffff

Definition at line 2063 of file cxgb_regs.h.

◆ M_PCIE_BISTDONE

#define M_PCIE_BISTDONE   0xff

Definition at line 2058 of file cxgb_regs.h.

◆ M_PCIE_CMURANGE

#define M_PCIE_CMURANGE   0x7

Definition at line 1530 of file cxgb_regs.h.

◆ M_PCIE_GAIN

#define M_PCIE_GAIN   0x1f

Definition at line 1555 of file cxgb_regs.h.

◆ M_PCIE_MAXSPLTRNC

#define M_PCIE_MAXSPLTRNC   0xf

Definition at line 1063 of file cxgb_regs.h.

◆ M_PCIE_MAXSPLTRNR

#define M_PCIE_MAXSPLTRNR   0x3f

Definition at line 1068 of file cxgb_regs.h.

◆ M_PCIE_MSIXPARERR

#define M_PCIE_MSIXPARERR   0x7

Definition at line 971 of file cxgb_regs.h.

◆ M_PCIE_RXERRLANE0

#define M_PCIE_RXERRLANE0   0x7

Definition at line 1695 of file cxgb_regs.h.

◆ M_PCIE_RXERRLANE1

#define M_PCIE_RXERRLANE1   0x7

Definition at line 1690 of file cxgb_regs.h.

◆ M_PCIE_RXERRLANE2

#define M_PCIE_RXERRLANE2   0x7

Definition at line 1685 of file cxgb_regs.h.

◆ M_PCIE_RXERRLANE3

#define M_PCIE_RXERRLANE3   0x7

Definition at line 1680 of file cxgb_regs.h.

◆ M_PCIXINITPAT

#define M_PCIXINITPAT   0xf

Definition at line 714 of file cxgb_regs.h.

◆ M_PCLKRANGE

#define M_PCLKRANGE   0x3

Definition at line 709 of file cxgb_regs.h.

◆ M_PCMD0THRESHOLD

#define M_PCMD0THRESHOLD   0xff

Definition at line 5366 of file cxgb_regs.h.

◆ M_PCMD1THRESHOLD

#define M_PCMD1THRESHOLD   0xff

Definition at line 5361 of file cxgb_regs.h.

◆ M_PCS_CTCFIFOERR

#define M_PCS_CTCFIFOERR   0xf

Definition at line 8327 of file cxgb_regs.h.

◆ M_PCS_SYNCSTATUS

#define M_PCS_SYNCSTATUS   0xf

Definition at line 8322 of file cxgb_regs.h.

◆ M_PE

#define M_PE   0x7fff

Definition at line 3049 of file cxgb_regs.h.

◆ M_PE_RBC_LANE_SEL

#define M_PE_RBC_LANE_SEL   0x7

Definition at line 2458 of file cxgb_regs.h.

◆ M_PE_REFCLK_TERMADJ

#define M_PE_REFCLK_TERMADJ   0x3

Definition at line 2589 of file cxgb_regs.h.

◆ M_PER_CAL_DIV

#define M_PER_CAL_DIV   0xff

Definition at line 2895 of file cxgb_regs.h.

◆ M_PERCALDIV

#define M_PERCALDIV   0xff

Definition at line 733 of file cxgb_regs.h.

◆ M_PERSHIFTBACKOFFMAX

#define M_PERSHIFTBACKOFFMAX   0xf

Definition at line 4395 of file cxgb_regs.h.

◆ M_PERSHIFTMAX

#define M_PERSHIFTMAX   0xf

Definition at line 4400 of file cxgb_regs.h.

◆ M_PERSMAX

#define M_PERSMAX   0x3fffffff

Definition at line 4331 of file cxgb_regs.h.

◆ M_PERSMIN

#define M_PERSMIN   0x3fffffff

Definition at line 4324 of file cxgb_regs.h.

◆ M_PHALIGNFIFOTHRESH

#define M_PHALIGNFIFOTHRESH   0x3

Definition at line 7474 of file cxgb_regs.h.

◆ M_PHYADDR

#define M_PHYADDR   0x1f

Definition at line 6301 of file cxgb_regs.h.

◆ M_PILADBGRDPTR

#define M_PILADBGRDPTR   0x1ff

Definition at line 3424 of file cxgb_regs.h.

◆ M_PILADBGWRPTR

#define M_PILADBGWRPTR   0x1ff

Definition at line 3450 of file cxgb_regs.h.

◆ M_PIO_ADDRESS

#define M_PIO_ADDRESS   0xff

Definition at line 7637 of file cxgb_regs.h.

◆ M_PIO_REQFIFOCNT

#define M_PIO_REQFIFOCNT   0x3f

Definition at line 1168 of file cxgb_regs.h.

◆ M_PIO_RSPFIFOCNT

#define M_PIO_RSPFIFOCNT   0x1f

Definition at line 1163 of file cxgb_regs.h.

◆ M_PIO_STATEISC

#define M_PIO_STATEISC   0x3

Definition at line 1099 of file cxgb_regs.h.

◆ M_PIO_STATEPL

#define M_PIO_STATEPL   0x7

Definition at line 1094 of file cxgb_regs.h.

◆ M_PIOREQFIFOLEVEL

#define M_PIOREQFIFOLEVEL   0x3f

Definition at line 804 of file cxgb_regs.h.

◆ M_PIORESPFIFOLEVEL

#define M_PIORESPFIFOLEVEL   0x3

Definition at line 850 of file cxgb_regs.h.

◆ M_PIOST

#define M_PIOST   0x3

Definition at line 935 of file cxgb_regs.h.

◆ M_PKTSHIFT

#define M_PKTSHIFT   0x7

Definition at line 102 of file cxgb_regs.h.

◆ M_PLLLCKCYC

#define M_PLLLCKCYC   0x1fff

Definition at line 1443 of file cxgb_regs.h.

◆ M_PLM_REQFIFOCNT

#define M_PLM_REQFIFOCNT   0x3

Definition at line 1134 of file cxgb_regs.h.

◆ M_PME_STATE

#define M_PME_STATE   0x7

Definition at line 1234 of file cxgb_regs.h.

◆ M_PMIST

#define M_PMIST   0x3

Definition at line 895 of file cxgb_regs.h.

◆ M_PMMAXXFERLEN0

#define M_PMMAXXFERLEN0   0xffff

Definition at line 4279 of file cxgb_regs.h.

◆ M_PMMAXXFERLEN1

#define M_PMMAXXFERLEN1   0xffff

Definition at line 4274 of file cxgb_regs.h.

◆ M_PMON_CDEL_AUTO

#define M_PMON_CDEL_AUTO   0x3f

Definition at line 2556 of file cxgb_regs.h.

◆ M_PMON_CDEL_MANUAL

#define M_PMON_CDEL_MANUAL   0x3f

Definition at line 2566 of file cxgb_regs.h.

◆ M_PMON_FDEL_AUTO

#define M_PMON_FDEL_AUTO   0x3f

Definition at line 2551 of file cxgb_regs.h.

◆ M_PMON_FDEL_MANUAL

#define M_PMON_FDEL_MANUAL   0x3f

Definition at line 2561 of file cxgb_regs.h.

◆ M_PMRXMAXPAGE

#define M_PMRXMAXPAGE   0x1fffff

Definition at line 3684 of file cxgb_regs.h.

◆ M_PMSIZE

#define M_PMSIZE   0xfffffff

Definition at line 3673 of file cxgb_regs.h.

◆ M_PMTXMAXPAGE

#define M_PMTXMAXPAGE   0x1fffff

Definition at line 3692 of file cxgb_regs.h.

◆ M_PO_DWR

#define M_PO_DWR   0xfffff

Definition at line 6997 of file cxgb_regs.h.

◆ M_PO_MWR

#define M_PO_MWR   0xfffff

Definition at line 7004 of file cxgb_regs.h.

◆ M_POLADBGRDPTR

#define M_POLADBGRDPTR   0x1ff

Definition at line 3419 of file cxgb_regs.h.

◆ M_POLADBGWRPTR

#define M_POLADBGWRPTR   0x1ff

Definition at line 3445 of file cxgb_regs.h.

◆ M_PORT0MTUVALUE

#define M_PORT0MTUVALUE   0xffff

Definition at line 4419 of file cxgb_regs.h.

◆ M_PORT1MTUVALUE

#define M_PORT1MTUVALUE   0xffff

Definition at line 4414 of file cxgb_regs.h.

◆ M_PORTSPEED

#define M_PORTSPEED   0x3

Definition at line 7614 of file cxgb_regs.h.

◆ M_PRECYC

#define M_PRECYC   0x7

Definition at line 2833 of file cxgb_regs.h.

◆ M_PREEMPH

#define M_PREEMPH   0x3

Definition at line 1569 of file cxgb_regs.h.

◆ M_PREREFDIV

#define M_PREREFDIV   0x3fff

Definition at line 2784 of file cxgb_regs.h.

◆ M_PRIMARYPORT

#define M_PRIMARYPORT   0xffff

Definition at line 5118 of file cxgb_regs.h.

◆ M_PW01

#define M_PW01   0x3

Definition at line 7792 of file cxgb_regs.h.

◆ M_PW23

#define M_PW23   0x3

Definition at line 7787 of file cxgb_regs.h.

◆ M_RAMADDR

#define M_RAMADDR   0x3f

Definition at line 6706 of file cxgb_regs.h.

◆ M_RDLAT

#define M_RDLAT   0x1f

Definition at line 6714 of file cxgb_regs.h.

◆ M_RDTOWRDLY

#define M_RDTOWRDLY   0xf

Definition at line 2853 of file cxgb_regs.h.

◆ M_READCMD

#define M_READCMD   0xfffff

Definition at line 7074 of file cxgb_regs.h.

◆ M_RECDETUSEC

#define M_RECDETUSEC   0x7

Definition at line 1438 of file cxgb_regs.h.

◆ M_REFCYC

#define M_REFCYC   0x7f

Definition at line 2838 of file cxgb_regs.h.

◆ M_REFSEL

#define M_REFSEL   0x3

Definition at line 1605 of file cxgb_regs.h.

◆ M_REGADDR

#define M_REGADDR   0x1f

Definition at line 6306 of file cxgb_regs.h.

◆ M_REGSELECT

#define M_REGSELECT   0xff

Definition at line 2078 of file cxgb_regs.h.

◆ M_RENOCFG

#define M_RENOCFG   0xff

Definition at line 4157 of file cxgb_regs.h.

◆ M_REPLAYLMT

#define M_REPLAYLMT   0xfffff

Definition at line 1259 of file cxgb_regs.h.

◆ M_REV

#define M_REV   0xf

Definition at line 6487 of file cxgb_regs.h.

◆ M_RF_RSPSTATE

#define M_RF_RSPSTATE   0x3

Definition at line 1229 of file cxgb_regs.h.

◆ M_RF_STATEINI

#define M_RF_STATEINI   0x7

Definition at line 1084 of file cxgb_regs.h.

◆ M_RFINIST

#define M_RFINIST   0x3

Definition at line 809 of file cxgb_regs.h.

◆ M_RFPARERR

#define M_RFPARERR   0xf

Definition at line 598 of file cxgb_regs.h.

◆ M_RFREQRDST

#define M_RFREQRDST   0x3

Definition at line 940 of file cxgb_regs.h.

◆ M_RFRESPRDST

#define M_RFRESPRDST   0x3

Definition at line 814 of file cxgb_regs.h.

◆ M_RGMIIIMPPD

#define M_RGMIIIMPPD   0x7

Definition at line 7497 of file cxgb_regs.h.

◆ M_RGMIIIMPPU

#define M_RGMIIIMPPU   0x7

Definition at line 7502 of file cxgb_regs.h.

◆ M_RLDWTTOTAL

#define M_RLDWTTOTAL   0xfff

Definition at line 5815 of file cxgb_regs.h.

◆ M_RLDWTTPD0

#define M_RLDWTTPD0   0x7ff

Definition at line 5808 of file cxgb_regs.h.

◆ M_RLDWTTPD1

#define M_RLDWTTPD1   0x7ff

Definition at line 5803 of file cxgb_regs.h.

◆ M_RRCPLCPUSIZE

#define M_RRCPLCPUSIZE   0x7

Definition at line 4530 of file cxgb_regs.h.

◆ M_RSPQ

#define M_RSPQ   0x7

Definition at line 144 of file cxgb_regs.h.

◆ M_RSPQXSTARVED

#define M_RSPQXSTARVED   0xff

Definition at line 285 of file cxgb_regs.h.

◆ M_RSTMAX

#define M_RSTMAX   0xf

Definition at line 6759 of file cxgb_regs.h.

◆ M_RTINDX

#define M_RTINDX   0x3fffff

Definition at line 6687 of file cxgb_regs.h.

◆ M_RX_MOD_CHANNEL_WEIGHT0

#define M_RX_MOD_CHANNEL_WEIGHT0   0xff

Definition at line 4677 of file cxgb_regs.h.

◆ M_RX_MOD_CHANNEL_WEIGHT1

#define M_RX_MOD_CHANNEL_WEIGHT1   0xff

Definition at line 4672 of file cxgb_regs.h.

◆ M_RX_MOD_RATE_LIMIT_INC

#define M_RX_MOD_RATE_LIMIT_INC   0xff

Definition at line 4694 of file cxgb_regs.h.

◆ M_RX_MOD_RATE_LIMIT_TICK

#define M_RX_MOD_RATE_LIMIT_TICK   0xff

Definition at line 4699 of file cxgb_regs.h.

◆ M_RX_MOD_WEIGHT

#define M_RX_MOD_WEIGHT   0xff

Definition at line 4606 of file cxgb_regs.h.

◆ M_RXBYTES_HIGH

#define M_RXBYTES_HIGH   0x1fff

Definition at line 8127 of file cxgb_regs.h.

◆ M_RXCOALESCESIZE

#define M_RXCOALESCESIZE   0xffff

Definition at line 4074 of file cxgb_regs.h.

◆ M_RXCRCERRFRAMES

#define M_RXCRCERRFRAMES   0xffff

Definition at line 8179 of file cxgb_regs.h.

◆ M_RXDEBUGFLAGS

#define M_RXDEBUGFLAGS   0xffff

Definition at line 5008 of file cxgb_regs.h.

◆ M_RXEQCTL

#define M_RXEQCTL   0x3

Definition at line 1596 of file cxgb_regs.h.

◆ M_RXERRLANE0

#define M_RXERRLANE0   0x7

Definition at line 8215 of file cxgb_regs.h.

◆ M_RXERRLANE1

#define M_RXERRLANE1   0x7

Definition at line 8210 of file cxgb_regs.h.

◆ M_RXERRLANE2

#define M_RXERRLANE2   0x7

Definition at line 8205 of file cxgb_regs.h.

◆ M_RXERRLANE3

#define M_RXERRLANE3   0x7

Definition at line 8200 of file cxgb_regs.h.

◆ M_RXERRLANE4

#define M_RXERRLANE4   0x7

Definition at line 1675 of file cxgb_regs.h.

◆ M_RXERRLANE5

#define M_RXERRLANE5   0x7

Definition at line 1670 of file cxgb_regs.h.

◆ M_RXERRLANE6

#define M_RXERRLANE6   0x7

Definition at line 1665 of file cxgb_regs.h.

◆ M_RXERRLANE7

#define M_RXERRLANE7   0x7

Definition at line 1660 of file cxgb_regs.h.

◆ M_RXFIFO_PRTY_ERR

#define M_RXFIFO_PRTY_ERR   0x7

Definition at line 7669 of file cxgb_regs.h.

◆ M_RXFIFOCONFIG

#define M_RXFIFOCONFIG   0x3f

Definition at line 5346 of file cxgb_regs.h.

◆ M_RXFIFOPAUSEHWM

#define M_RXFIFOPAUSEHWM   0xfff

Definition at line 7311 of file cxgb_regs.h.

◆ M_RXFIFOPAUSELWM

#define M_RXFIFOPAUSELWM   0xfff

Definition at line 7316 of file cxgb_regs.h.

◆ M_RXFRAGENABLE

#define M_RXFRAGENABLE   0x7

Definition at line 4094 of file cxgb_regs.h.

◆ M_RXFRAMES_HIGH

#define M_RXFRAMES_HIGH   0xf

Definition at line 8135 of file cxgb_regs.h.

◆ M_RXJABBERFRAMES

#define M_RXJABBERFRAMES   0xffff

Definition at line 8172 of file cxgb_regs.h.

◆ M_RXLENGTHERRFRAMES

#define M_RXLENGTHERRFRAMES   0xffff

Definition at line 8186 of file cxgb_regs.h.

◆ M_RXMAPMODE

#define M_RXMAPMODE   0x7

Definition at line 5139 of file cxgb_regs.h.

◆ M_RXMAXFRAMERSIZE

#define M_RXMAXFRAMERSIZE   0x3fff

Definition at line 7537 of file cxgb_regs.h.

◆ M_RXMAXPKTSIZE

#define M_RXMAXPKTSIZE   0x3fff

Definition at line 7554 of file cxgb_regs.h.

◆ M_RXOVERSIZEFRAMES

#define M_RXOVERSIZEFRAMES   0xffff

Definition at line 8165 of file cxgb_regs.h.

◆ M_RXPAUSEFRAMES

#define M_RXPAUSEFRAMES   0xffff

Definition at line 8144 of file cxgb_regs.h.

◆ M_RXPOLARITY

#define M_RXPOLARITY   0xf

Definition at line 7599 of file cxgb_regs.h.

◆ M_RXSHORTFRAMES

#define M_RXSHORTFRAMES   0xffff

Definition at line 8158 of file cxgb_regs.h.

◆ M_RXSPI4EOPCNT

#define M_RXSPI4EOPCNT   0xffff

Definition at line 8382 of file cxgb_regs.h.

◆ M_RXSPI4SOPCNT

#define M_RXSPI4SOPCNT   0xffff

Definition at line 8377 of file cxgb_regs.h.

◆ M_RXSYMCODEERRFRAMES

#define M_RXSYMCODEERRFRAMES   0xffff

Definition at line 8193 of file cxgb_regs.h.

◆ M_RXTERMADJ

#define M_RXTERMADJ   0x3

Definition at line 1610 of file cxgb_regs.h.

◆ M_RXTMAX

#define M_RXTMAX   0x3fffffff

Definition at line 4317 of file cxgb_regs.h.

◆ M_RXTMIN

#define M_RXTMIN   0x3fffffff

Definition at line 4310 of file cxgb_regs.h.

◆ M_RXTPCNT

#define M_RXTPCNT   0xffffff

Definition at line 5863 of file cxgb_regs.h.

◆ M_RXTPDISCNT

#define M_RXTPDISCNT   0xff

Definition at line 5858 of file cxgb_regs.h.

◆ M_RXTPPARERR

#define M_RXTPPARERR   0x3

Definition at line 5897 of file cxgb_regs.h.

◆ M_RXTPPARERRENB

#define M_RXTPPARERRENB   0x3

Definition at line 5875 of file cxgb_regs.h.

◆ M_RXTSHIFTMAXR1

#define M_RXTSHIFTMAXR1   0xf

Definition at line 4385 of file cxgb_regs.h.

◆ M_RXTSHIFTMAXR2

#define M_RXTSHIFTMAXR2   0xf

Definition at line 4390 of file cxgb_regs.h.

◆ M_SACKMODE

#define M_SACKMODE   0x3

Definition at line 3716 of file cxgb_regs.h.

◆ M_SDRAMADDRSIZE

#define M_SDRAMADDRSIZE   0x3fffffff

Definition at line 3111 of file cxgb_regs.h.

◆ M_SDRAMBASEADDR

#define M_SDRAMBASEADDR   0x3fffffff

Definition at line 3104 of file cxgb_regs.h.

◆ M_SECUREPORT

#define M_SECUREPORT   0xffff

Definition at line 5113 of file cxgb_regs.h.

◆ M_SERDES_LOS

#define M_SERDES_LOS   0xf

Definition at line 7717 of file cxgb_regs.h.

◆ M_SERDESBIST_ERR

#define M_SERDESBIST_ERR   0xf

Definition at line 7712 of file cxgb_regs.h.

◆ M_SERDESBISTERR

#define M_SERDESBISTERR   0xf

Definition at line 7682 of file cxgb_regs.h.

◆ M_SERDESLOWSIGCHANGE

#define M_SERDESLOWSIGCHANGE   0xf

Definition at line 7687 of file cxgb_regs.h.

◆ M_SET_PD

#define M_SET_PD   0x7

Definition at line 6586 of file cxgb_regs.h.

◆ M_SET_PU

#define M_SET_PU   0x7

Definition at line 6581 of file cxgb_regs.h.

◆ M_SGETPQID

#define M_SGETPQID   0x7

Definition at line 5764 of file cxgb_regs.h.

◆ M_SLVADDRCFG

#define M_SLVADDRCFG   0x7f

Definition at line 6107 of file cxgb_regs.h.

◆ M_SLVFIFOCNT

#define M_SLVFIFOCNT   0x3f

Definition at line 6131 of file cxgb_regs.h.

◆ M_SLVFIFOTXCNT

#define M_SLVFIFOTXCNT   0x3f

Definition at line 6126 of file cxgb_regs.h.

◆ M_SLVTIMEOUTCFG

#define M_SLVTIMEOUTCFG   0xffffff

Definition at line 6092 of file cxgb_regs.h.

◆ M_SRCHLAT

#define M_SRCHLAT   0x1f

Definition at line 6724 of file cxgb_regs.h.

◆ M_SRINDX

#define M_SRINDX   0x3fffff

Definition at line 6694 of file cxgb_regs.h.

◆ M_ST

#define M_ST   0x3

Definition at line 6282 of file cxgb_regs.h.

◆ M_SWITCH_TBL_IDX

#define M_SWITCH_TBL_IDX   0xf

Definition at line 5944 of file cxgb_regs.h.

◆ M_SYN_LRN

#define M_SYN_LRN   0xfffff

Definition at line 7032 of file cxgb_regs.h.

◆ M_SYN_SRCH

#define M_SYN_SRCH   0xfffff

Definition at line 7025 of file cxgb_regs.h.

◆ M_SYNCOOKIEPARAMS

#define M_SYNCOOKIEPARAMS   0x3f

Definition at line 3572 of file cxgb_regs.h.

◆ M_SYNMODE

#define M_SYNMODE   0x3

Definition at line 6645 of file cxgb_regs.h.

◆ M_SYNSHIFTMAX

#define M_SYNSHIFTMAX   0xff

Definition at line 4380 of file cxgb_regs.h.

◆ M_T3A_ACKLAT

#define M_T3A_ACKLAT   0x7ff

Definition at line 1293 of file cxgb_regs.h.

◆ M_T3A_DLLPTIMEOUTLMT

#define M_T3A_DLLPTIMEOUTLMT   0xfffff

Definition at line 1288 of file cxgb_regs.h.

◆ M_TABLELATENCYDELTA

#define M_TABLELATENCYDELTA   0xf

Definition at line 3884 of file cxgb_regs.h.

◆ M_TAHOECFG

#define M_TAHOECFG   0xff

Definition at line 4152 of file cxgb_regs.h.

◆ M_TAR_STATE

#define M_TAR_STATE   0x7

Definition at line 1079 of file cxgb_regs.h.

◆ M_TARCST

#define M_TARCST   0x7

Definition at line 819 of file cxgb_regs.h.

◆ M_TARXST

#define M_TARXST   0x7

Definition at line 824 of file cxgb_regs.h.

◆ M_TCAMSERVERUSE

#define M_TCAMSERVERUSE   0x3

Definition at line 3634 of file cxgb_regs.h.

◆ M_TDDPLLIMIT

#define M_TDDPLLIMIT   0x3ffffff

Definition at line 5475 of file cxgb_regs.h.

◆ M_TDDPTAGMASK

#define M_TDDPTAGMASK   0x3ffffff

Definition at line 5489 of file cxgb_regs.h.

◆ M_TDDPULIMIT

#define M_TDDPULIMIT   0x3ffffff

Definition at line 5482 of file cxgb_regs.h.

◆ M_TESTPATTERN

#define M_TESTPATTERN   0x3

Definition at line 7463 of file cxgb_regs.h.

◆ M_TESTSIG

#define M_TESTSIG   0x7ffff

Definition at line 1467 of file cxgb_regs.h.

◆ M_THRESHOLD

#define M_THRESHOLD   0xff

Definition at line 548 of file cxgb_regs.h.

◆ M_TIMEOUT

#define M_TIMEOUT   0xffffff

Definition at line 543 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX0

#define M_TIMERBACKOFFINDEX0   0xff

Definition at line 3972 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX1

#define M_TIMERBACKOFFINDEX1   0xff

Definition at line 3967 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX10

#define M_TIMERBACKOFFINDEX10   0xff

Definition at line 4006 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX11

#define M_TIMERBACKOFFINDEX11   0xff

Definition at line 4001 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX12

#define M_TIMERBACKOFFINDEX12   0xff

Definition at line 4038 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX13

#define M_TIMERBACKOFFINDEX13   0xff

Definition at line 4033 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX14

#define M_TIMERBACKOFFINDEX14   0xff

Definition at line 4028 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX15

#define M_TIMERBACKOFFINDEX15   0xff

Definition at line 4023 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX2

#define M_TIMERBACKOFFINDEX2   0xff

Definition at line 3962 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX3

#define M_TIMERBACKOFFINDEX3   0xff

Definition at line 3957 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX4

#define M_TIMERBACKOFFINDEX4   0xff

Definition at line 3994 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX5

#define M_TIMERBACKOFFINDEX5   0xff

Definition at line 3989 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX6

#define M_TIMERBACKOFFINDEX6   0xff

Definition at line 3984 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX7

#define M_TIMERBACKOFFINDEX7   0xff

Definition at line 3979 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX8

#define M_TIMERBACKOFFINDEX8   0xff

Definition at line 4016 of file cxgb_regs.h.

◆ M_TIMERBACKOFFINDEX9

#define M_TIMERBACKOFFINDEX9   0xff

Definition at line 4011 of file cxgb_regs.h.

◆ M_TIMERRESOLUTION

#define M_TIMERRESOLUTION   0xff

Definition at line 4286 of file cxgb_regs.h.

◆ M_TIMERTHRESHOLD

#define M_TIMERTHRESHOLD   0x3ffffff

Definition at line 5158 of file cxgb_regs.h.

◆ M_TIMESTAMPRESOLUTION

#define M_TIMESTAMPRESOLUTION   0xff

Definition at line 4291 of file cxgb_regs.h.

◆ M_TIMESTAMPSMODE

#define M_TIMESTAMPSMODE   0x3

Definition at line 3726 of file cxgb_regs.h.

◆ M_TMPARTCOUNT

#define M_TMPARTCOUNT   0x3

Definition at line 6615 of file cxgb_regs.h.

◆ M_TMPARTSIZE

#define M_TMPARTSIZE   0x3

Definition at line 6605 of file cxgb_regs.h.

◆ M_TMTYPE

#define M_TMTYPE   0x3

Definition at line 6610 of file cxgb_regs.h.

◆ M_TOT_RLD_WT

#define M_TOT_RLD_WT   0xff

Definition at line 2870 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT0

#define M_TP_TX_MODQ_WGHT0   0xff

Definition at line 4665 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT1

#define M_TP_TX_MODQ_WGHT1   0xff

Definition at line 4660 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT2

#define M_TP_TX_MODQ_WGHT2   0xff

Definition at line 4655 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT3

#define M_TP_TX_MODQ_WGHT3   0xff

Definition at line 4650 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT4

#define M_TP_TX_MODQ_WGHT4   0xff

Definition at line 4643 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT5

#define M_TP_TX_MODQ_WGHT5   0xff

Definition at line 4638 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT6

#define M_TP_TX_MODQ_WGHT6   0xff

Definition at line 4633 of file cxgb_regs.h.

◆ M_TP_TX_MODQ_WGHT7

#define M_TP_TX_MODQ_WGHT7   0xff

Definition at line 4628 of file cxgb_regs.h.

◆ M_TX0TPCNT

#define M_TX0TPCNT   0xffffff

Definition at line 5839 of file cxgb_regs.h.

◆ M_TX0TPDISCNT

#define M_TX0TPDISCNT   0xff

Definition at line 5834 of file cxgb_regs.h.

◆ M_TX0TPPARERR

#define M_TX0TPPARERR   0x3

Definition at line 5907 of file cxgb_regs.h.

◆ M_TX0TPPARERRENB

#define M_TX0TPPARERRENB   0x3

Definition at line 5885 of file cxgb_regs.h.

◆ M_TX1TPCNT

#define M_TX1TPCNT   0xffffff

Definition at line 5851 of file cxgb_regs.h.

◆ M_TX1TPDISCNT

#define M_TX1TPDISCNT   0xff

Definition at line 5846 of file cxgb_regs.h.

◆ M_TX1TPPARERR

#define M_TX1TPPARERR   0x3

Definition at line 5902 of file cxgb_regs.h.

◆ M_TX1TPPARERRENB

#define M_TX1TPPARERRENB   0x3

Definition at line 5880 of file cxgb_regs.h.

◆ M_TX_MOD_CHANNEL_WEIGHT0

#define M_TX_MOD_CHANNEL_WEIGHT0   0xff

Definition at line 4687 of file cxgb_regs.h.

◆ M_TX_MOD_CHANNEL_WEIGHT1

#define M_TX_MOD_CHANNEL_WEIGHT1   0xff

Definition at line 4682 of file cxgb_regs.h.

◆ M_TX_MOD_QUEUE_REQ_MAP

#define M_TX_MOD_QUEUE_REQ_MAP   0xff

Definition at line 4621 of file cxgb_regs.h.

◆ M_TX_MOD_RATE_LIMIT_INC

#define M_TX_MOD_RATE_LIMIT_INC   0xff

Definition at line 4704 of file cxgb_regs.h.

◆ M_TX_MOD_RATE_LIMIT_TICK

#define M_TX_MOD_RATE_LIMIT_TICK   0xff

Definition at line 4709 of file cxgb_regs.h.

◆ M_TX_MOD_TIMER_MODE

#define M_TX_MOD_TIMER_MODE   0xff

Definition at line 4616 of file cxgb_regs.h.

◆ M_TX_MOD_WEIGHT

#define M_TX_MOD_WEIGHT   0xff

Definition at line 4611 of file cxgb_regs.h.

◆ M_TX_RESOURCE_LIMIT_CH0_NON_PC

#define M_TX_RESOURCE_LIMIT_CH0_NON_PC   0xff

Definition at line 4599 of file cxgb_regs.h.

◆ M_TX_RESOURCE_LIMIT_CH0_PC

#define M_TX_RESOURCE_LIMIT_CH0_PC   0xff

Definition at line 4594 of file cxgb_regs.h.

◆ M_TX_RESOURCE_LIMIT_CH1_NON_PC

#define M_TX_RESOURCE_LIMIT_CH1_NON_PC   0xff

Definition at line 4589 of file cxgb_regs.h.

◆ M_TX_RESOURCE_LIMIT_CH1_PC

#define M_TX_RESOURCE_LIMIT_CH1_PC   0xff

Definition at line 4584 of file cxgb_regs.h.

◆ M_TXBYTES_HIGH

#define M_TXBYTES_HIGH   0x1fff

Definition at line 8100 of file cxgb_regs.h.

◆ M_TXDATAACKIDX

#define M_TXDATAACKIDX   0xf

Definition at line 4089 of file cxgb_regs.h.

◆ M_TXDEBUGFLAGS

#define M_TXDEBUGFLAGS   0xffff

Definition at line 5013 of file cxgb_regs.h.

◆ M_TXDROPCNTCH0RCVD

#define M_TXDROPCNTCH0RCVD   0xffff

Definition at line 5176 of file cxgb_regs.h.

◆ M_TXDROPCNTCH0SENT

#define M_TXDROPCNTCH0SENT   0xffff

Definition at line 5171 of file cxgb_regs.h.

◆ M_TXDROPCNTCH1RCVD

#define M_TXDROPCNTCH1RCVD   0xffff

Definition at line 5188 of file cxgb_regs.h.

◆ M_TXDROPCNTCH1SENT

#define M_TXDROPCNTCH1SENT   0xffff

Definition at line 5183 of file cxgb_regs.h.

◆ M_TXFIFO_PRTY_ERR

#define M_TXFIFO_PRTY_ERR   0x7

Definition at line 7664 of file cxgb_regs.h.

◆ M_TXFIFOCONFIG

#define M_TXFIFOCONFIG   0x3f

Definition at line 5351 of file cxgb_regs.h.

◆ M_TXFIFOTHRESH

#define M_TXFIFOTHRESH   0x1ff

Definition at line 7364 of file cxgb_regs.h.

◆ M_TXFRAMES_HIGH

#define M_TXFRAMES_HIGH   0xf

Definition at line 8108 of file cxgb_regs.h.

◆ M_TXIPG

#define M_TXIPG   0xff

Definition at line 7359 of file cxgb_regs.h.

◆ M_TXPAUSEQUANTA

#define M_TXPAUSEQUANTA   0xffff

Definition at line 7120 of file cxgb_regs.h.

◆ M_TXPDUSIZEADJ

#define M_TXPDUSIZEADJ   0xff

Definition at line 4191 of file cxgb_regs.h.

◆ M_TXPOLARITY

#define M_TXPOLARITY   0xf

Definition at line 7594 of file cxgb_regs.h.

◆ M_TXSPI4EOPCNT

#define M_TXSPI4EOPCNT   0xffff

Definition at line 8370 of file cxgb_regs.h.

◆ M_TXSPI4SOPCNT

#define M_TXSPI4SOPCNT   0xffff

Definition at line 8365 of file cxgb_regs.h.

◆ M_TXTERMADJ

#define M_TXTERMADJ   0x3

Definition at line 1615 of file cxgb_regs.h.

◆ M_TXTHRESHOLD

#define M_TXTHRESHOLD   0x3f

Definition at line 5045 of file cxgb_regs.h.

◆ M_TYPE

#define M_TYPE   0xffff

Definition at line 7215 of file cxgb_regs.h.

◆ M_UECNT

#define M_UECNT   0xff

Definition at line 2964 of file cxgb_regs.h.

◆ M_ULP_HWM

#define M_ULP_HWM   0xf

Definition at line 2865 of file cxgb_regs.h.

◆ M_ULP_RLD_WT

#define M_ULP_RLD_WT   0x7f

Definition at line 2880 of file cxgb_regs.h.

◆ M_ULPTYPE0FIELD

#define M_ULPTYPE0FIELD   0xf

Definition at line 4461 of file cxgb_regs.h.

◆ M_ULPTYPE1FIELD

#define M_ULPTYPE1FIELD   0xf

Definition at line 4456 of file cxgb_regs.h.

◆ M_ULPTYPE2FIELD

#define M_ULPTYPE2FIELD   0xf

Definition at line 4451 of file cxgb_regs.h.

◆ M_ULPTYPE3FIELD

#define M_ULPTYPE3FIELD   0xf

Definition at line 4446 of file cxgb_regs.h.

◆ M_ULPTYPE4FIELD

#define M_ULPTYPE4FIELD   0xf

Definition at line 4441 of file cxgb_regs.h.

◆ M_ULPTYPE5FIELD

#define M_ULPTYPE5FIELD   0xf

Definition at line 4436 of file cxgb_regs.h.

◆ M_ULPTYPE6FIELD

#define M_ULPTYPE6FIELD   0xf

Definition at line 4431 of file cxgb_regs.h.

◆ M_ULPTYPE7FIELD

#define M_ULPTYPE7FIELD   0xf

Definition at line 4426 of file cxgb_regs.h.

◆ M_UPSPAREINT

#define M_UPSPAREINT   0x7

Definition at line 3118 of file cxgb_regs.h.

◆ M_USERSPACESIZE

#define M_USERSPACESIZE   0x1f

Definition at line 84 of file cxgb_regs.h.

◆ M_VALUE

#define M_VALUE   0xff

Definition at line 5559 of file cxgb_regs.h.

◆ M_VLAN

#define M_VLAN   0xffff

Definition at line 5106 of file cxgb_regs.h.

◆ M_VLANPRIMAP0

#define M_VLANPRIMAP0   0x3

Definition at line 5240 of file cxgb_regs.h.

◆ M_VLANPRIMAP1

#define M_VLANPRIMAP1   0x3

Definition at line 5235 of file cxgb_regs.h.

◆ M_VLANPRIMAP2

#define M_VLANPRIMAP2   0x3

Definition at line 5230 of file cxgb_regs.h.

◆ M_VLANPRIMAP3

#define M_VLANPRIMAP3   0x3

Definition at line 5225 of file cxgb_regs.h.

◆ M_VLANPRIMAP4

#define M_VLANPRIMAP4   0x3

Definition at line 5220 of file cxgb_regs.h.

◆ M_VLANPRIMAP5

#define M_VLANPRIMAP5   0x3

Definition at line 5215 of file cxgb_regs.h.

◆ M_VLANPRIMAP6

#define M_VLANPRIMAP6   0x3

Definition at line 5210 of file cxgb_regs.h.

◆ M_VLANPRIMAP7

#define M_VLANPRIMAP7   0x3

Definition at line 5205 of file cxgb_regs.h.

◆ M_WF_STATEINI

#define M_WF_STATEINI   0xf

Definition at line 1129 of file cxgb_regs.h.

◆ M_WFINIST

#define M_WFINIST   0xf

Definition at line 885 of file cxgb_regs.h.

◆ M_WFPARERR

#define M_WFPARERR   0x3

Definition at line 603 of file cxgb_regs.h.

◆ M_WFREQWRST

#define M_WFREQWRST   0x7

Definition at line 829 of file cxgb_regs.h.

◆ M_WIDTH

#define M_WIDTH   0x3

Definition at line 2714 of file cxgb_regs.h.

◆ M_WINDOWSCALEMODE

#define M_WINDOWSCALEMODE   0x3

Definition at line 3721 of file cxgb_regs.h.

◆ M_WRITE

#define M_WRITE   0xfffff

Definition at line 7067 of file cxgb_regs.h.

◆ M_WRREQSIZE

#define M_WRREQSIZE   0x3ff

Definition at line 6876 of file cxgb_regs.h.

◆ M_WRTORDDLY

#define M_WRTORDDLY   0xf

Definition at line 2848 of file cxgb_regs.h.

◆ M_X_RBC_LANE_SEL

#define M_X_RBC_LANE_SEL   0x3

Definition at line 2445 of file cxgb_regs.h.

◆ M_X_REFCLK_TERMADJ

#define M_X_REFCLK_TERMADJ   0x3

Definition at line 2598 of file cxgb_regs.h.

◆ M_XAUI1GLINKID

#define M_XAUI1GLINKID   0x3

Definition at line 7583 of file cxgb_regs.h.

◆ M_XAUIIMP

#define M_XAUIIMP   0x7

Definition at line 7518 of file cxgb_regs.h.

◆ M_XGM_DEQ

#define M_XGM_DEQ   0xf

Definition at line 7797 of file cxgb_regs.h.

◆ M_XGM_DTX

#define M_XGM_DTX   0xf

Definition at line 7802 of file cxgb_regs.h.

◆ M_ZERO_CMD

#define M_ZERO_CMD   0xff

Definition at line 5952 of file cxgb_regs.h.

◆ M_ZIN

#define M_ZIN   0x7

Definition at line 1217 of file cxgb_regs.h.

◆ M_ZMAN

#define M_ZMAN   0x7

Definition at line 1207 of file cxgb_regs.h.

◆ M_ZOUT

#define M_ZOUT   0x1f

Definition at line 1212 of file cxgb_regs.h.

◆ M_ZPDIN

#define M_ZPDIN   0x7

Definition at line 774 of file cxgb_regs.h.

◆ M_ZPDMAN

#define M_ZPDMAN   0x7

Definition at line 754 of file cxgb_regs.h.

◆ M_ZPDOUT

#define M_ZPDOUT   0x7

Definition at line 764 of file cxgb_regs.h.

◆ M_ZPUIN

#define M_ZPUIN   0x7

Definition at line 779 of file cxgb_regs.h.

◆ M_ZPUMAN

#define M_ZPUMAN   0x7

Definition at line 759 of file cxgb_regs.h.

◆ M_ZPUOUT

#define M_ZPUOUT   0x7

Definition at line 769 of file cxgb_regs.h.

◆ MC5A_BASE_ADDR

#define MC5A_BASE_ADDR   0x700

Definition at line 6500 of file cxgb_regs.h.

◆ MC7_CM_BASE_ADDR

#define MC7_CM_BASE_ADDR   0x200

Definition at line 3067 of file cxgb_regs.h.

◆ MC7_PMRX_BASE_ADDR

#define MC7_PMRX_BASE_ADDR   0x100

Definition at line 2689 of file cxgb_regs.h.

◆ MC7_PMTX_BASE_ADDR

#define MC7_PMTX_BASE_ADDR   0x180

Definition at line 3064 of file cxgb_regs.h.

◆ MI1_BASE_ADDR

#define MI1_BASE_ADDR   0x6b0

Definition at line 6272 of file cxgb_regs.h.

◆ MPS0_BASE_ADDR

#define MPS0_BASE_ADDR   0x600

Definition at line 5755 of file cxgb_regs.h.

◆ PCIE0_BASE_ADDR

#define PCIE0_BASE_ADDR   0x80

Definition at line 945 of file cxgb_regs.h.

◆ PCIX1_BASE_ADDR

#define PCIX1_BASE_ADDR   0x80

Definition at line 583 of file cxgb_regs.h.

◆ PL3_BASE_ADDR

#define PL3_BASE_ADDR   0x6e0

Definition at line 6367 of file cxgb_regs.h.

◆ PM1_RX_BASE_ADDR

#define PM1_RX_BASE_ADDR   0x5c0

Definition at line 5596 of file cxgb_regs.h.

◆ PM1_TX_BASE_ADDR

#define PM1_TX_BASE_ADDR   0x5e0

Definition at line 5680 of file cxgb_regs.h.

◆ S_64BIT

#define S_64BIT   0

Definition at line 722 of file cxgb_regs.h.

◆ S_66MHZ

#define S_66MHZ   1

Definition at line 718 of file cxgb_regs.h.

◆ S_ACCEPTLATESTRCVADV

#define S_ACCEPTLATESTRCVADV   14

Definition at line 3839 of file cxgb_regs.h.

◆ S_ACK

#define S_ACK   30

Definition at line 6245 of file cxgb_regs.h.

◆ S_ACK_LRN

#define S_ACK_LRN   0

Definition at line 7045 of file cxgb_regs.h.

◆ S_ACK_SRCH

#define S_ACK_SRCH   0

Definition at line 7038 of file cxgb_regs.h.

◆ S_ACKLAT

#define S_ACKLAT   0

Definition at line 1282 of file cxgb_regs.h.

◆ S_ACTCNT

#define S_ACTCNT   0

Definition at line 6765 of file cxgb_regs.h.

◆ S_ACTIVEHIT

#define S_ACTIVEHIT   1

Definition at line 6850 of file cxgb_regs.h.

◆ S_ACTIVEOUTHIT

#define S_ACTIVEOUTHIT   0

Definition at line 6854 of file cxgb_regs.h.

◆ S_ACTRGNFULL

#define S_ACTRGNFULL   7

Definition at line 6826 of file cxgb_regs.h.

◆ S_ACTTOPREDLY

#define S_ACTTOPREDLY   26

Definition at line 2822 of file cxgb_regs.h.

◆ S_ACTTORDWRDLY

#define S_ACTTORDWRDLY   23

Definition at line 2827 of file cxgb_regs.h.

◆ S_ADDR

#define S_ADDR   3

Definition at line 2997 of file cxgb_regs.h.

◆ S_ADDRBEG

#define S_ADDRBEG   5

Definition at line 3013 of file cxgb_regs.h.

◆ S_ADDREND

#define S_ADDREND   5

Definition at line 3020 of file cxgb_regs.h.

◆ S_ADDRESS_HIGH

#define S_ADDRESS_HIGH   0

Definition at line 7189 of file cxgb_regs.h.

◆ S_AE

#define S_AE   17

Definition at line 3044 of file cxgb_regs.h.

◆ S_AO_LRN

#define S_AO_LRN   0

Definition at line 7017 of file cxgb_regs.h.

◆ S_AO_SRCH

#define S_AO_SRCH   0

Definition at line 7010 of file cxgb_regs.h.

◆ S_ARBFPERR

#define S_ARBFPERR   4

Definition at line 5404 of file cxgb_regs.h.

◆ S_ARBPF0PERR

#define S_ARBPF0PERR   3

Definition at line 5408 of file cxgb_regs.h.

◆ S_ARBPF1PERR

#define S_ARBPF1PERR   2

Definition at line 5412 of file cxgb_regs.h.

◆ S_ARBST

#define S_ARBST   23

Definition at line 889 of file cxgb_regs.h.

◆ S_ARPENABLE

#define S_ARPENABLE   28

Definition at line 5101 of file cxgb_regs.h.

◆ S_ARPLUTPERR

#define S_ARPLUTPERR   26

Definition at line 4775 of file cxgb_regs.h.

◆ S_ASYNCINTVEC

#define S_ASYNCINTVEC   11

Definition at line 674 of file cxgb_regs.h.

◆ S_ATTACKFILTERENABLE

#define S_ATTACKFILTERENABLE   23

Definition at line 3584 of file cxgb_regs.h.

◆ S_AUTOCAREFUL

#define S_AUTOCAREFUL   2

Definition at line 3757 of file cxgb_regs.h.

◆ S_AUTOENABLE

#define S_AUTOENABLE   1

Definition at line 3761 of file cxgb_regs.h.

◆ S_AUTOSTATE1

#define S_AUTOSTATE1   26

Definition at line 3742 of file cxgb_regs.h.

◆ S_AUTOSTATE2

#define S_AUTOSTATE2   28

Definition at line 3737 of file cxgb_regs.h.

◆ S_AUTOSTATE3

#define S_AUTOSTATE3   30

Definition at line 3732 of file cxgb_regs.h.

◆ S_AVOIDCQOVFL

#define S_AVOIDCQOVFL   24

Definition at line 59 of file cxgb_regs.h.

◆ S_BADDLLP

#define S_BADDLLP   14

Definition at line 1364 of file cxgb_regs.h.

◆ S_BADECRC

#define S_BADECRC   8

Definition at line 1388 of file cxgb_regs.h.

◆ S_BADTLP

#define S_BADTLP   7

Definition at line 1392 of file cxgb_regs.h.

◆ S_BANDGAP

#define S_BANDGAP   7

Definition at line 7442 of file cxgb_regs.h.

◆ S_BASE0

#define S_BASE0   0

Definition at line 567 of file cxgb_regs.h.

◆ S_BASE1

#define S_BASE1   16

Definition at line 562 of file cxgb_regs.h.

◆ S_BASEADDR

#define S_BASEADDR   5

Definition at line 555 of file cxgb_regs.h.

◆ S_BEACONDETECT

#define S_BEACONDETECT   2

Definition at line 1896 of file cxgb_regs.h.

◆ S_BEACONDETECTCHG

#define S_BEACONDETECTCHG   6

Definition at line 1884 of file cxgb_regs.h.

◆ S_BGENB

#define S_BGENB   20

Definition at line 7417 of file cxgb_regs.h.

◆ S_BIGENDIANEGRESS

#define S_BIGENDIANEGRESS   3

Definition at line 114 of file cxgb_regs.h.

◆ S_BIGENDIANINGRESS

#define S_BIGENDIANINGRESS   2

Definition at line 118 of file cxgb_regs.h.

◆ S_BISTCYCLETHRESH

#define S_BISTCYCLETHRESH   3

Definition at line 7529 of file cxgb_regs.h.

◆ S_BISTDONE

#define S_BISTDONE   28

Definition at line 7524 of file cxgb_regs.h.

◆ S_BISTERR

#define S_BISTERR   19

Definition at line 949 of file cxgb_regs.h.

◆ S_BISTMODE

#define S_BISTMODE   0

Definition at line 2067 of file cxgb_regs.h.

◆ S_BITPOS0

#define S_BITPOS0   0

Definition at line 5324 of file cxgb_regs.h.

◆ S_BITPOS1

#define S_BITPOS1   6

Definition at line 5319 of file cxgb_regs.h.

◆ S_BITPOS2

#define S_BITPOS2   12

Definition at line 5314 of file cxgb_regs.h.

◆ S_BITPOS3

#define S_BITPOS3   18

Definition at line 5309 of file cxgb_regs.h.

◆ S_BKCYC

#define S_BKCYC   8

Definition at line 2842 of file cxgb_regs.h.

◆ S_BKS

#define S_BKS   6

Definition at line 2722 of file cxgb_regs.h.

◆ S_BLKRDBOOTINT

#define S_BLKRDBOOTINT   3

Definition at line 3286 of file cxgb_regs.h.

◆ S_BLKRDBOOTINTEN

#define S_BLKRDBOOTINTEN   3

Definition at line 3220 of file cxgb_regs.h.

◆ S_BLKRDCTLINT

#define S_BLKRDCTLINT   9

Definition at line 3262 of file cxgb_regs.h.

◆ S_BLKRDCTLINTEN

#define S_BLKRDCTLINTEN   9

Definition at line 3196 of file cxgb_regs.h.

◆ S_BLKRDFLASHINT

#define S_BLKRDFLASHINT   7

Definition at line 3270 of file cxgb_regs.h.

◆ S_BLKRDFLASHINTEN

#define S_BLKRDFLASHINTEN   7

Definition at line 3204 of file cxgb_regs.h.

◆ S_BLKRDPLINT

#define S_BLKRDPLINT   11

Definition at line 3254 of file cxgb_regs.h.

◆ S_BLKRDPLINTEN

#define S_BLKRDPLINTEN   11

Definition at line 3188 of file cxgb_regs.h.

◆ S_BLKWRBOOTINT

#define S_BLKWRBOOTINT   4

Definition at line 3282 of file cxgb_regs.h.

◆ S_BLKWRBOOTINTEN

#define S_BLKWRBOOTINTEN   4

Definition at line 3216 of file cxgb_regs.h.

◆ S_BLKWRCTLINT

#define S_BLKWRCTLINT   10

Definition at line 3258 of file cxgb_regs.h.

◆ S_BLKWRCTLINTEN

#define S_BLKWRCTLINTEN   10

Definition at line 3192 of file cxgb_regs.h.

◆ S_BLKWRFLASHINT

#define S_BLKWRFLASHINT   8

Definition at line 3266 of file cxgb_regs.h.

◆ S_BLKWRFLASHINTEN

#define S_BLKWRFLASHINTEN   8

Definition at line 3200 of file cxgb_regs.h.

◆ S_BLKWRPLINT

#define S_BLKWRPLINT   12

Definition at line 3250 of file cxgb_regs.h.

◆ S_BLKWRPLINTEN

#define S_BLKWRPLINTEN   12

Definition at line 3184 of file cxgb_regs.h.

◆ S_BOOTADDR

#define S_BOOTADDR   2

Definition at line 3074 of file cxgb_regs.h.

◆ S_BOOTSDRAM

#define S_BOOTSDRAM   1

Definition at line 3079 of file cxgb_regs.h.

◆ S_BSENLANE0

#define S_BSENLANE0   0

Definition at line 2684 of file cxgb_regs.h.

◆ S_BSENLANE1

#define S_BSENLANE1   4

Definition at line 2675 of file cxgb_regs.h.

◆ S_BSENLANE2

#define S_BSENLANE2   8

Definition at line 2666 of file cxgb_regs.h.

◆ S_BSENLANE3

#define S_BSENLANE3   12

Definition at line 2657 of file cxgb_regs.h.

◆ S_BSENLANE4

#define S_BSENLANE4   16

Definition at line 2644 of file cxgb_regs.h.

◆ S_BSENLANE5

#define S_BSENLANE5   20

Definition at line 2635 of file cxgb_regs.h.

◆ S_BSENLANE6

#define S_BSENLANE6   24

Definition at line 2626 of file cxgb_regs.h.

◆ S_BSENLANE7

#define S_BSENLANE7   28

Definition at line 2617 of file cxgb_regs.h.

◆ S_BSINSELLANE0

#define S_BSINSELLANE0   1

Definition at line 2679 of file cxgb_regs.h.

◆ S_BSINSELLANE1

#define S_BSINSELLANE1   5

Definition at line 2670 of file cxgb_regs.h.

◆ S_BSINSELLANE2

#define S_BSINSELLANE2   9

Definition at line 2661 of file cxgb_regs.h.

◆ S_BSINSELLANE3

#define S_BSINSELLANE3   13

Definition at line 2652 of file cxgb_regs.h.

◆ S_BSINSELLANE4

#define S_BSINSELLANE4   17

Definition at line 2639 of file cxgb_regs.h.

◆ S_BSINSELLANE5

#define S_BSINSELLANE5   21

Definition at line 2630 of file cxgb_regs.h.

◆ S_BSINSELLANE6

#define S_BSINSELLANE6   25

Definition at line 2621 of file cxgb_regs.h.

◆ S_BSINSELLANE7

#define S_BSINSELLANE7   29

Definition at line 2612 of file cxgb_regs.h.

◆ S_BSMODEQUAD0

#define S_BSMODEQUAD0   15

Definition at line 2648 of file cxgb_regs.h.

◆ S_BSMODEQUAD1

#define S_BSMODEQUAD1   31

Definition at line 2608 of file cxgb_regs.h.

◆ S_BUILD

#define S_BUILD   16

Definition at line 6628 of file cxgb_regs.h.

◆ S_BUSMSTREN

#define S_BUSMSTREN   4

Definition at line 1003 of file cxgb_regs.h.

◆ S_BUSY [1/2]

#define S_BUSY   31

Definition at line 2886 of file cxgb_regs.h.

◆ S_BUSY [2/2]

#define S_BUSY   31

Definition at line 2886 of file cxgb_regs.h.

◆ S_BYTECNT

#define S_BYTECNT   1

Definition at line 6361 of file cxgb_regs.h.

◆ S_BYTETHRESHOLD

#define S_BYTETHRESHOLD   5

Definition at line 3747 of file cxgb_regs.h.

◆ S_C_LOCK

#define S_C_LOCK   21

Definition at line 2306 of file cxgb_regs.h.

◆ S_C_LOCK_ACT_LOW

#define S_C_LOCK_ACT_LOW   21

Definition at line 2468 of file cxgb_regs.h.

◆ S_C_OCLK_EN

#define S_C_OCLK_EN   0

Definition at line 2412 of file cxgb_regs.h.

◆ S_CAL_BUSY

#define S_CAL_BUSY   22

Definition at line 6540 of file cxgb_regs.h.

◆ S_CAL_ERROR

#define S_CAL_ERROR   21

Definition at line 6544 of file cxgb_regs.h.

◆ S_CAL_FAULT

#define S_CAL_FAULT   30

Definition at line 2890 of file cxgb_regs.h.

◆ S_CAL_IMP_UPD

#define S_CAL_IMP_UPD   23

Definition at line 6590 of file cxgb_regs.h.

◆ S_CAL_PD

#define S_CAL_PD   6

Definition at line 6575 of file cxgb_regs.h.

◆ S_CAL_PU

#define S_CAL_PU   9

Definition at line 6570 of file cxgb_regs.h.

◆ S_CAL_UPDATE

#define S_CAL_UPDATE   23

Definition at line 6536 of file cxgb_regs.h.

◆ S_CALBUSY

#define S_CALBUSY   31

Definition at line 1194 of file cxgb_regs.h.

◆ S_CALFAULT

#define S_CALFAULT   30

Definition at line 1198 of file cxgb_regs.h.

◆ S_CALIMP

#define S_CALIMP   24

Definition at line 7512 of file cxgb_regs.h.

◆ S_CALRESET

#define S_CALRESET   8

Definition at line 7484 of file cxgb_regs.h.

◆ S_CALST

#define S_CALST   19

Definition at line 899 of file cxgb_regs.h.

◆ S_CALUPDATE

#define S_CALUPDATE   7

Definition at line 7488 of file cxgb_regs.h.

◆ S_CCHECKSUMCHECKIP

#define S_CCHECKSUMCHECKIP   5

Definition at line 3507 of file cxgb_regs.h.

◆ S_CCHECKSUMCHECKTCP

#define S_CCHECKSUMCHECKTCP   6

Definition at line 3503 of file cxgb_regs.h.

◆ S_CCHECKSUMGENERATEIP

#define S_CCHECKSUMGENERATEIP   4

Definition at line 3557 of file cxgb_regs.h.

◆ S_CCHECKSUMGENERATETCP

#define S_CCHECKSUMGENERATETCP   5

Definition at line 3553 of file cxgb_regs.h.

◆ S_CCPL

#define S_CCPL   3

Definition at line 3511 of file cxgb_regs.h.

◆ S_CDEBUGDATAH

#define S_CDEBUGDATAH   16

Definition at line 3406 of file cxgb_regs.h.

◆ S_CDEBUGDATAL

#define S_CDEBUGDATAL   0

Definition at line 3411 of file cxgb_regs.h.

◆ S_CDROPTUNNEL

#define S_CDROPTUNNEL   18

Definition at line 5030 of file cxgb_regs.h.

◆ S_CE

#define S_CE   0

Definition at line 3057 of file cxgb_regs.h.

◆ S_CECNT

#define S_CECNT   2

Definition at line 2968 of file cxgb_regs.h.

◆ S_CETHERNET

#define S_CETHERNET   1

Definition at line 3515 of file cxgb_regs.h.

◆ S_CF_ACTEMPTY

#define S_CF_ACTEMPTY   2

Definition at line 1180 of file cxgb_regs.h.

◆ S_CF_REQFIFOEMPTY

#define S_CF_REQFIFOEMPTY   3

Definition at line 1176 of file cxgb_regs.h.

◆ S_CF_RSPFIFOEMPTY

#define S_CF_RSPFIFOEMPTY   4

Definition at line 1172 of file cxgb_regs.h.

◆ S_CF_RSPSTATE

#define S_CF_RSPSTATE   12

Definition at line 1223 of file cxgb_regs.h.

◆ S_CF_STATEINI

#define S_CF_STATEINI   23

Definition at line 1088 of file cxgb_regs.h.

◆ S_CFG_CQE_SOP_MASK

#define S_CFG_CQE_SOP_MASK   1

Definition at line 5506 of file cxgb_regs.h.

◆ S_CFG_RR_ARB

#define S_CFG_RR_ARB   0

Definition at line 5510 of file cxgb_regs.h.

◆ S_CFGCLKSPEED

#define S_CFGCLKSPEED   2

Definition at line 7104 of file cxgb_regs.h.

◆ S_CFINIST

#define S_CFINIST   15

Definition at line 909 of file cxgb_regs.h.

◆ S_CFPARERR

#define S_CFPARERR   18

Definition at line 592 of file cxgb_regs.h.

◆ S_CFREQFIFOEMPTY

#define S_CFREQFIFOEMPTY   5

Definition at line 858 of file cxgb_regs.h.

◆ S_CFREQRDST

#define S_CFREQRDST   17

Definition at line 904 of file cxgb_regs.h.

◆ S_CFRESPFIFOEMPTY

#define S_CFRESPFIFOEMPTY   6

Definition at line 854 of file cxgb_regs.h.

◆ S_CFRESPRDST

#define S_CFRESPRDST   13

Definition at line 914 of file cxgb_regs.h.

◆ S_CH0SIZE1

#define S_CH0SIZE1   0

Definition at line 5578 of file cxgb_regs.h.

◆ S_CH0SIZE2

#define S_CH0SIZE2   8

Definition at line 5573 of file cxgb_regs.h.

◆ S_CH1SIZE1

#define S_CH1SIZE1   16

Definition at line 5568 of file cxgb_regs.h.

◆ S_CH1SIZE2

#define S_CH1SIZE2   24

Definition at line 5563 of file cxgb_regs.h.

◆ S_CHDRAFULL

#define S_CHDRAFULL   4

Definition at line 3950 of file cxgb_regs.h.

◆ S_CIM

#define S_CIM   5

Definition at line 6439 of file cxgb_regs.h.

◆ S_CIM_ENABLE

#define S_CIM_ENABLE   0

Definition at line 5937 of file cxgb_regs.h.

◆ S_CIM_FRAMING_ERROR

#define S_CIM_FRAMING_ERROR   1

Definition at line 5974 of file cxgb_regs.h.

◆ S_CIM_LADBGEN

#define S_CIM_LADBGEN   12

Definition at line 3428 of file cxgb_regs.h.

◆ S_CIM_OP_MAP_PERR

#define S_CIM_OP_MAP_PERR   5

Definition at line 5958 of file cxgb_regs.h.

◆ S_CIM_OVFL_ERROR

#define S_CIM_OVFL_ERROR   4

Definition at line 5962 of file cxgb_regs.h.

◆ S_CIM_TO_UP_FULL_SIZE

#define S_CIM_TO_UP_FULL_SIZE   4

Definition at line 5921 of file cxgb_regs.h.

◆ S_CLIDECEN

#define S_CLIDECEN   18

Definition at line 662 of file cxgb_regs.h.

◆ S_CLIPMAPADDR

#define S_CLIPMAPADDR   0

Definition at line 6781 of file cxgb_regs.h.

◆ S_CLIPMAPOP

#define S_CLIPMAPOP   31

Definition at line 6772 of file cxgb_regs.h.

◆ S_CLIPMAPVAL

#define S_CLIPMAPVAL   16

Definition at line 6776 of file cxgb_regs.h.

◆ S_CLIPUPDATE

#define S_CLIPUPDATE   10

Definition at line 6636 of file cxgb_regs.h.

◆ S_CLKDIV

#define S_CLKDIV   5

Definition at line 6276 of file cxgb_regs.h.

◆ S_CLKDIVRESET_

#define S_CLKDIVRESET_   3

Definition at line 7609 of file cxgb_regs.h.

◆ S_CLKEN

#define S_CLKEN   0

Definition at line 2739 of file cxgb_regs.h.

◆ S_CLKSELECT

#define S_CLKSELECT   0

Definition at line 2087 of file cxgb_regs.h.

◆ S_CLRDEBUG

#define S_CLRDEBUG   0

Definition at line 5052 of file cxgb_regs.h.

◆ S_CLRSTATS

#define S_CLRSTATS   2

Definition at line 7288 of file cxgb_regs.h.

◆ S_CMCACHEDISABLE

#define S_CMCACHEDISABLE   31

Definition at line 3771 of file cxgb_regs.h.

◆ S_CMCACHEPERR

#define S_CMCACHEPERR   24

Definition at line 4783 of file cxgb_regs.h.

◆ S_CMD_FIFO_PERR_SET0

#define S_CMD_FIFO_PERR_SET0   6

Definition at line 5520 of file cxgb_regs.h.

◆ S_CMD_FIFO_PERR_SET1

#define S_CMD_FIFO_PERR_SET1   7

Definition at line 5516 of file cxgb_regs.h.

◆ S_CMDMODE

#define S_CMDMODE   0

Definition at line 6884 of file cxgb_regs.h.

◆ S_CMFLOWCACHEDISABLE

#define S_CMFLOWCACHEDISABLE   0

Definition at line 5020 of file cxgb_regs.h.

◆ S_CMMAXPSTRUCT

#define S_CMMAXPSTRUCT   0

Definition at line 4752 of file cxgb_regs.h.

◆ S_CMMEMMGRBASE

#define S_CMMEMMGRBASE   0

Definition at line 3653 of file cxgb_regs.h.

◆ S_CMMEMMGRSIZE

#define S_CMMEMMGRSIZE   0

Definition at line 3646 of file cxgb_regs.h.

◆ S_CMPSFLSTBASE

#define S_CMPSFLSTBASE   0

Definition at line 4745 of file cxgb_regs.h.

◆ S_CMRCFDATAPERR

#define S_CMRCFDATAPERR   23

Definition at line 4787 of file cxgb_regs.h.

◆ S_CMRCFOPPERR

#define S_CMRCFOPPERR   25

Definition at line 4779 of file cxgb_regs.h.

◆ S_CMRXFLSTBASE

#define S_CMRXFLSTBASE   0

Definition at line 4731 of file cxgb_regs.h.

◆ S_CMTIMERBASE

#define S_CMTIMERBASE   0

Definition at line 3665 of file cxgb_regs.h.

◆ S_CMTIMERMAXNUM

#define S_CMTIMERMAXNUM   28

Definition at line 3660 of file cxgb_regs.h.

◆ S_CMTXFLSTBASE

#define S_CMTXFLSTBASE   0

Definition at line 4738 of file cxgb_regs.h.

◆ S_CMULOCK

#define S_CMULOCK   31

Definition at line 1773 of file cxgb_regs.h.

◆ S_CMURANGE

#define S_CMURANGE   21

Definition at line 7412 of file cxgb_regs.h.

◆ S_CNGCTRLMODE

#define S_CNGCTRLMODE   2

Definition at line 4126 of file cxgb_regs.h.

◆ S_CNT

#define S_CNT   0

Definition at line 6350 of file cxgb_regs.h.

◆ S_COMPEN

#define S_COMPEN   17

Definition at line 6624 of file cxgb_regs.h.

◆ S_CON802_3PREAMBLE

#define S_CON802_3PREAMBLE   12

Definition at line 7132 of file cxgb_regs.h.

◆ S_CONGMODE

#define S_CONGMODE   29

Definition at line 39 of file cxgb_regs.h.

◆ S_CONT

#define S_CONT   3

Definition at line 3033 of file cxgb_regs.h.

◆ S_CONTEXT

#define S_CONTEXT   0

Definition at line 190 of file cxgb_regs.h.

◆ S_CONTEXT_CMD_BUSY

#define S_CONTEXT_CMD_BUSY   27

Definition at line 165 of file cxgb_regs.h.

◆ S_CONTEXT_CMD_OPCODE

#define S_CONTEXT_CMD_OPCODE   28

Definition at line 160 of file cxgb_regs.h.

◆ S_COPYALLFRAMES

#define S_COPYALLFRAMES   0

Definition at line 7180 of file cxgb_regs.h.

◆ S_COPYPREAMBLE

#define S_COPYPREAMBLE   10

Definition at line 7140 of file cxgb_regs.h.

◆ S_CPL_MAP_TBL_DATA

#define S_CPL_MAP_TBL_DATA   0

Definition at line 5992 of file cxgb_regs.h.

◆ S_CPL_MAP_TBL_IDX

#define S_CPL_MAP_TBL_IDX   0

Definition at line 5985 of file cxgb_regs.h.

◆ S_CPL_PKT_TID

#define S_CPL_PKT_TID   8

Definition at line 5916 of file cxgb_regs.h.

◆ S_CPL_SWITCH

#define S_CPL_SWITCH   12

Definition at line 6411 of file cxgb_regs.h.

◆ S_CPL_WMARK

#define S_CPL_WMARK   0

Definition at line 2050 of file cxgb_regs.h.

◆ S_CPLABT

#define S_CPLABT   1

Definition at line 1416 of file cxgb_regs.h.

◆ S_CPLPNDCHKEN

#define S_CPLPNDCHKEN   0

Definition at line 1267 of file cxgb_regs.h.

◆ S_CPLTIMEOUT

#define S_CPLTIMEOUT   11

Definition at line 1376 of file cxgb_regs.h.

◆ S_CPLTIMEOUTID

#define S_CPLTIMEOUTID   18

Definition at line 1347 of file cxgb_regs.h.

◆ S_CPLTIMEOUTRETRY

#define S_CPLTIMEOUTRETRY   31

Definition at line 1245 of file cxgb_regs.h.

◆ S_CPPARITYERROR

#define S_CPPARITYERROR   16

Definition at line 471 of file cxgb_regs.h.

◆ S_CPU_NO_3F_CIM_ENABLE

#define S_CPU_NO_3F_CIM_ENABLE   3

Definition at line 5925 of file cxgb_regs.h.

◆ S_CQ

#define S_CQ   19

Definition at line 174 of file cxgb_regs.h.

◆ S_CQ_CREDIT

#define S_CQ_CREDIT   20

Definition at line 169 of file cxgb_regs.h.

◆ S_CQCRDTCTRL

#define S_CQCRDTCTRL   22

Definition at line 67 of file cxgb_regs.h.

◆ S_CREDITS

#define S_CREDITS   0

Definition at line 205 of file cxgb_regs.h.

◆ S_CRSTWRM

#define S_CRSTWRM   1

Definition at line 6480 of file cxgb_regs.h.

◆ S_CRSTWRMMODE

#define S_CRSTWRMMODE   0

Definition at line 1072 of file cxgb_regs.h.

◆ S_CTCDISABLE

#define S_CTCDISABLE   27

Definition at line 1579 of file cxgb_regs.h.

◆ S_CTHRESHOLD

#define S_CTHRESHOLD   6

Definition at line 5039 of file cxgb_regs.h.

◆ S_CTPINCPLFIFOPERR

#define S_CTPINCPLFIFOPERR   4

Definition at line 4863 of file cxgb_regs.h.

◆ S_CTPINETHFIFOPERR

#define S_CTPINETHFIFOPERR   0

Definition at line 4879 of file cxgb_regs.h.

◆ S_CTPINIPFIFOPERR

#define S_CTPINIPFIFOPERR   1

Definition at line 4875 of file cxgb_regs.h.

◆ S_CTPINTCPFIFOPERR

#define S_CTPINTCPFIFOPERR   2

Definition at line 4871 of file cxgb_regs.h.

◆ S_CTPINTCPOPFIFOPERR

#define S_CTPINTCPOPFIFOPERR   3

Definition at line 4867 of file cxgb_regs.h.

◆ S_CTPOUTCPLFIFOPERR

#define S_CTPOUTCPLFIFOPERR   8

Definition at line 4847 of file cxgb_regs.h.

◆ S_CTPOUTETHFIFOPERR

#define S_CTPOUTETHFIFOPERR   5

Definition at line 4859 of file cxgb_regs.h.

◆ S_CTPOUTIPFIFOPERR

#define S_CTPOUTIPFIFOPERR   6

Definition at line 4855 of file cxgb_regs.h.

◆ S_CTPOUTTCPFIFOPERR

#define S_CTPOUTTCPFIFOPERR   7

Definition at line 4851 of file cxgb_regs.h.

◆ S_CTUNNEL

#define S_CTUNNEL   0

Definition at line 3519 of file cxgb_regs.h.

◆ S_CURPAUSETIMER

#define S_CURPAUSETIMER   0

Definition at line 7273 of file cxgb_regs.h.

◆ S_D0_WEIGHT

#define S_D0_WEIGHT   0

Definition at line 5590 of file cxgb_regs.h.

◆ S_D1_WEIGHT

#define S_D1_WEIGHT   16

Definition at line 5585 of file cxgb_regs.h.

◆ S_DACK_MODE

#define S_DACK_MODE   0

Definition at line 3765 of file cxgb_regs.h.

◆ S_DACKTIME

#define S_DACKTIME   0

Definition at line 4358 of file cxgb_regs.h.

◆ S_DACKTIMERSPIN

#define S_DACKTIMERSPIN   1

Definition at line 4180 of file cxgb_regs.h.

◆ S_DATA

#define S_DATA   0

Definition at line 2986 of file cxgb_regs.h.

◆ S_DATAINTR

#define S_DATAINTR   0

Definition at line 216 of file cxgb_regs.h.

◆ S_DATAPAT

#define S_DATAPAT   1

Definition at line 3037 of file cxgb_regs.h.

◆ S_DATASELFRAMEERR0

#define S_DATASELFRAMEERR0   7

Definition at line 5392 of file cxgb_regs.h.

◆ S_DATASELFRAMEERR1

#define S_DATASELFRAMEERR1   6

Definition at line 5396 of file cxgb_regs.h.

◆ S_DBEXTPERR

#define S_DBEXTPERR   20

Definition at line 4799 of file cxgb_regs.h.

◆ S_DBGIEN

#define S_DBGIEN   4

Definition at line 6657 of file cxgb_regs.h.

◆ S_DBGIREQADRHI

#define S_DBGIREQADRHI   0

Definition at line 6925 of file cxgb_regs.h.

◆ S_DBGIREQDATA4

#define S_DBGIREQDATA4   0

Definition at line 6936 of file cxgb_regs.h.

◆ S_DBGIREQMSK4

#define S_DBGIREQMSK4   0

Definition at line 6947 of file cxgb_regs.h.

◆ S_DBGIRSPDATA3

#define S_DBGIRSPDATA3   0

Definition at line 6977 of file cxgb_regs.h.

◆ S_DBGIRSPHIT

#define S_DBGIRSPHIT   1

Definition at line 6963 of file cxgb_regs.h.

◆ S_DBGIRSPMSG

#define S_DBGIRSPMSG   8

Definition at line 6954 of file cxgb_regs.h.

◆ S_DBGIRSPMSGVLD

#define S_DBGIRSPMSGVLD   2

Definition at line 6959 of file cxgb_regs.h.

◆ S_DBGIRSPVALID

#define S_DBGIRSPVALID   0

Definition at line 6967 of file cxgb_regs.h.

◆ S_DBL2TLUTPERR

#define S_DBL2TLUTPERR   22

Definition at line 4791 of file cxgb_regs.h.

◆ S_DBMAXOPCNT

#define S_DBMAXOPCNT   16

Definition at line 3470 of file cxgb_regs.h.

◆ S_DBOPPERR

#define S_DBOPPERR   19

Definition at line 4803 of file cxgb_regs.h.

◆ S_DBTXTIDPERR

#define S_DBTXTIDPERR   21

Definition at line 4795 of file cxgb_regs.h.

◆ S_DCACHEPARERR

#define S_DCACHEPARERR   19

Definition at line 3160 of file cxgb_regs.h.

◆ S_DDREN

#define S_DDREN   4

Definition at line 2098 of file cxgb_regs.h.

◆ S_DEBUGDATA

#define S_DEBUGDATA   0

Definition at line 2381 of file cxgb_regs.h.

◆ S_DEBUGDATAH

#define S_DEBUGDATAH   16

Definition at line 6215 of file cxgb_regs.h.

◆ S_DEBUGDATAL

#define S_DEBUGDATAL   0

Definition at line 6220 of file cxgb_regs.h.

◆ S_DEBUGLAREQADDR

#define S_DEBUGLAREQADDR   0

Definition at line 6227 of file cxgb_regs.h.

◆ S_DEBUGSELH

#define S_DEBUGSELH   28

Definition at line 6028 of file cxgb_regs.h.

◆ S_DEBUGSELHI

#define S_DEBUGSELHI   5

Definition at line 3432 of file cxgb_regs.h.

◆ S_DEBUGSELL

#define S_DEBUGSELL   24

Definition at line 6033 of file cxgb_regs.h.

◆ S_DEBUGSELLO

#define S_DEBUGSELLO   0

Definition at line 3437 of file cxgb_regs.h.

◆ S_DEFAULTCH

#define S_DEFAULTCH   11

Definition at line 5134 of file cxgb_regs.h.

◆ S_DEFAULTCPU

#define S_DEFAULTCPU   16

Definition at line 4562 of file cxgb_regs.h.

◆ S_DEFAULTCPUBASE

#define S_DEFAULTCPUBASE   22

Definition at line 4557 of file cxgb_regs.h.

◆ S_DEFAULTQUEUE

#define S_DEFAULTQUEUE   0

Definition at line 4567 of file cxgb_regs.h.

◆ S_DELACTEMPTY

#define S_DELACTEMPTY   18

Definition at line 6794 of file cxgb_regs.h.

◆ S_DELAYEDACKRESOLUTION

#define S_DELAYEDACKRESOLUTION   0

Definition at line 4295 of file cxgb_regs.h.

◆ S_DEN

#define S_DEN   2

Definition at line 2730 of file cxgb_regs.h.

◆ S_DEQ

#define S_DEQ   11

Definition at line 1619 of file cxgb_regs.h.

◆ S_DETCORECCERR

#define S_DETCORECCERR   9

Definition at line 615 of file cxgb_regs.h.

◆ S_DETPARERR

#define S_DETPARERR   5

Definition at line 631 of file cxgb_regs.h.

◆ S_DETUNCECCERR

#define S_DETUNCECCERR   10

Definition at line 611 of file cxgb_regs.h.

◆ S_DISABLE

#define S_DISABLE   0

Definition at line 4546 of file cxgb_regs.h.

◆ S_DISABLEFINOLDDATA

#define S_DISABLEFINOLDDATA   11

Definition at line 3851 of file cxgb_regs.h.

◆ S_DISABLEHELDFIN

#define S_DISABLEHELDFIN   4

Definition at line 3879 of file cxgb_regs.h.

◆ S_DISABLENEXTMTU

#define S_DISABLENEXTMTU   9

Definition at line 3859 of file cxgb_regs.h.

◆ S_DISABLEPDUCNG

#define S_DISABLEPDUCNG   3

Definition at line 4231 of file cxgb_regs.h.

◆ S_DISABLEPDURXMT

#define S_DISABLEPDURXMT   1

Definition at line 4239 of file cxgb_regs.h.

◆ S_DISABLEPDUTIMEOUT

#define S_DISABLEPDUTIMEOUT   2

Definition at line 4235 of file cxgb_regs.h.

◆ S_DISABLEPDUXMT

#define S_DISABLEPDUXMT   0

Definition at line 4243 of file cxgb_regs.h.

◆ S_DISABLESYNDATA

#define S_DISABLESYNDATA   13

Definition at line 3843 of file cxgb_regs.h.

◆ S_DISABLEWINDOWPSH

#define S_DISABLEWINDOWPSH   12

Definition at line 3847 of file cxgb_regs.h.

◆ S_DISBCAST

#define S_DISBCAST   1

Definition at line 7176 of file cxgb_regs.h.

◆ S_DISBLEDAPARBIT0

#define S_DISBLEDAPARBIT0   15

Definition at line 3890 of file cxgb_regs.h.

◆ S_DISCRC

#define S_DISCRC   1

Definition at line 7376 of file cxgb_regs.h.

◆ S_DISERRFRAMES

#define S_DISERRFRAMES   0

Definition at line 7336 of file cxgb_regs.h.

◆ S_DISNONVLAN

#define S_DISNONVLAN   5

Definition at line 7160 of file cxgb_regs.h.

◆ S_DISPAUSEFRAMES

#define S_DISPAUSEFRAMES   9

Definition at line 7144 of file cxgb_regs.h.

◆ S_DISPQPARERR

#define S_DISPQPARERR   17

Definition at line 6798 of file cxgb_regs.h.

◆ S_DISPREAMBLE

#define S_DISPREAMBLE   0

Definition at line 7380 of file cxgb_regs.h.

◆ S_DISTLP

#define S_DISTLP   9

Definition at line 1384 of file cxgb_regs.h.

◆ S_DLLDELTA

#define S_DLLDELTA   24

Definition at line 2798 of file cxgb_regs.h.

◆ S_DLLDELTASEL

#define S_DLLDELTASEL   2

Definition at line 2808 of file cxgb_regs.h.

◆ S_DLLENB

#define S_DLLENB   1

Definition at line 2812 of file cxgb_regs.h.

◆ S_DLLLOCK

#define S_DLLLOCK   31

Definition at line 2794 of file cxgb_regs.h.

◆ S_DLLPERR

#define S_DLLPERR   13

Definition at line 1368 of file cxgb_regs.h.

◆ S_DLLPTIMEOUTLMT

#define S_DLLPTIMEOUTLMT   13

Definition at line 1277 of file cxgb_regs.h.

◆ S_DLLRST

#define S_DLLRST   0

Definition at line 2816 of file cxgb_regs.h.

◆ S_DLYTRNPND

#define S_DLYTRNPND   1

Definition at line 874 of file cxgb_regs.h.

◆ S_DMASTOPEN

#define S_DMASTOPEN   19

Definition at line 658 of file cxgb_regs.h.

◆ S_DNIN0

#define S_DNIN0   2

Definition at line 7890 of file cxgb_regs.h.

◆ S_DNIN1

#define S_DNIN1   5

Definition at line 7878 of file cxgb_regs.h.

◆ S_DNIN2

#define S_DNIN2   8

Definition at line 7866 of file cxgb_regs.h.

◆ S_DNIN3

#define S_DNIN3   11

Definition at line 7854 of file cxgb_regs.h.

◆ S_DRAMPARERR

#define S_DRAMPARERR   17

Definition at line 3168 of file cxgb_regs.h.

◆ S_DRBPRITHRSH

#define S_DRBPRITHRSH   0

Definition at line 574 of file cxgb_regs.h.

◆ S_DROPPKT

#define S_DROPPKT   20

Definition at line 75 of file cxgb_regs.h.

◆ S_DTAGPARERR

#define S_DTAGPARERR   28

Definition at line 3124 of file cxgb_regs.h.

◆ S_DTX

#define S_DTX   7

Definition at line 1624 of file cxgb_regs.h.

◆ S_DUPACKTHRESH

#define S_DUPACKTHRESH   20

Definition at line 4049 of file cxgb_regs.h.

◆ S_E_SRCH

#define S_E_SRCH   0

Definition at line 7059 of file cxgb_regs.h.

◆ S_ECCCHKEN

#define S_ECCCHKEN   1

Definition at line 2973 of file cxgb_regs.h.

◆ S_ECCGENEN

#define S_ECCGENEN   0

Definition at line 2977 of file cxgb_regs.h.

◆ S_ECHECKSUMCHECKIP

#define S_ECHECKSUMCHECKIP   12

Definition at line 3487 of file cxgb_regs.h.

◆ S_ECHECKSUMCHECKTCP

#define S_ECHECKSUMCHECKTCP   13

Definition at line 3483 of file cxgb_regs.h.

◆ S_ECHECKSUMGENERATEIP

#define S_ECHECKSUMGENERATEIP   10

Definition at line 3541 of file cxgb_regs.h.

◆ S_ECHECKSUMGENERATETCP

#define S_ECHECKSUMGENERATETCP   11

Definition at line 3537 of file cxgb_regs.h.

◆ S_ECPL

#define S_ECPL   10

Definition at line 3491 of file cxgb_regs.h.

◆ S_EDROPTUNNEL

#define S_EDROPTUNNEL   19

Definition at line 5026 of file cxgb_regs.h.

◆ S_EETHERNET

#define S_EETHERNET   8

Definition at line 3495 of file cxgb_regs.h.

◆ S_EGRCNTX

#define S_EGRCNTX   0

Definition at line 136 of file cxgb_regs.h.

◆ S_EGRCNTXBADDR

#define S_EGRCNTXBADDR   5

Definition at line 426 of file cxgb_regs.h.

◆ S_EGRENUPBP

#define S_EGRENUPBP   21

Definition at line 71 of file cxgb_regs.h.

◆ S_EGRERROPCODE

#define S_EGRERROPCODE   24

Definition at line 392 of file cxgb_regs.h.

◆ S_EGRESS

#define S_EGRESS   17

Definition at line 182 of file cxgb_regs.h.

◆ S_EGRGENCTRL

#define S_EGRGENCTRL   19

Definition at line 79 of file cxgb_regs.h.

◆ S_EGRHIOPCODE

#define S_EGRHIOPCODE   16

Definition at line 397 of file cxgb_regs.h.

◆ S_EGRLOOPCODE

#define S_EGRLOOPCODE   8

Definition at line 402 of file cxgb_regs.h.

◆ S_EGRPRICNT

#define S_EGRPRICNT   0

Definition at line 407 of file cxgb_regs.h.

◆ S_ELECIDLEDETCYC

#define S_ELECIDLEDETCYC   3

Definition at line 1447 of file cxgb_regs.h.

◆ S_EN

#define S_EN   0

Definition at line 6342 of file cxgb_regs.h.

◆ S_EN1536BFRAMES

#define S_EN1536BFRAMES   8

Definition at line 7148 of file cxgb_regs.h.

◆ S_EN8B10B

#define S_EN8B10B   17

Definition at line 7429 of file cxgb_regs.h.

◆ S_ENABLEARPMISS

#define S_ENABLEARPMISS   13

Definition at line 3894 of file cxgb_regs.h.

◆ S_ENABLEBUFE

#define S_ENABLEBUFE   6

Definition at line 4219 of file cxgb_regs.h.

◆ S_ENABLEBUFI

#define S_ENABLEBUFI   7

Definition at line 4215 of file cxgb_regs.h.

◆ S_ENABLECHDRAFULL

#define S_ENABLECHDRAFULL   4

Definition at line 3930 of file cxgb_regs.h.

◆ S_ENABLECLEARRXMTOOS

#define S_ENABLECLEARRXMTOOS   4

Definition at line 4227 of file cxgb_regs.h.

◆ S_ENABLECSND

#define S_ENABLECSND   10

Definition at line 4203 of file cxgb_regs.h.

◆ S_ENABLEDDPFLOWCONTROL

#define S_ENABLEDDPFLOWCONTROL   5

Definition at line 3875 of file cxgb_regs.h.

◆ S_ENABLEDEFER

#define S_ENABLEDEFER   5

Definition at line 4223 of file cxgb_regs.h.

◆ S_ENABLEDEFERACK

#define S_ENABLEDEFERACK   12

Definition at line 4195 of file cxgb_regs.h.

◆ S_ENABLEDROPRQEMPTYPKT

#define S_ENABLEDROPRQEMPTYPKT   10

Definition at line 3906 of file cxgb_regs.h.

◆ S_ENABLEEPCMDAFULL

#define S_ENABLEEPCMDAFULL   23

Definition at line 3803 of file cxgb_regs.h.

◆ S_ENABLEEPDU

#define S_ENABLEEPDU   14

Definition at line 4247 of file cxgb_regs.h.

◆ S_ENABLEESND

#define S_ENABLEESND   11

Definition at line 4199 of file cxgb_regs.h.

◆ S_ENABLEEXTRACT

#define S_ENABLEEXTRACT   24

Definition at line 5305 of file cxgb_regs.h.

◆ S_ENABLEEXTRACTIONSFD

#define S_ENABLEEXTRACTIONSFD   25

Definition at line 5301 of file cxgb_regs.h.

◆ S_ENABLEFEEDBACKSEND

#define S_ENABLEFEEDBACKSEND   7

Definition at line 3867 of file cxgb_regs.h.

◆ S_ENABLEFLMERROR

#define S_ENABLEFLMERROR   10

Definition at line 3855 of file cxgb_regs.h.

◆ S_ENABLEFLMERRORDDP

#define S_ENABLEFLMERRORDDP   29

Definition at line 3779 of file cxgb_regs.h.

◆ S_ENABLEHOTRST

#define S_ENABLEHOTRST   19

Definition at line 1046 of file cxgb_regs.h.

◆ S_ENABLEINSERTION

#define S_ENABLEINSERTION   26

Definition at line 5297 of file cxgb_regs.h.

◆ S_ENABLEINSERTIONSFD

#define S_ENABLEINSERTIONSFD   27

Definition at line 5293 of file cxgb_regs.h.

◆ S_ENABLEIPV6RSS

#define S_ENABLEIPV6RSS   11

Definition at line 3902 of file cxgb_regs.h.

◆ S_ENABLELINKDOWNRST

#define S_ENABLELINKDOWNRST   20

Definition at line 1042 of file cxgb_regs.h.

◆ S_ENABLELINKDWNDRST

#define S_ENABLELINKDWNDRST   21

Definition at line 1038 of file cxgb_regs.h.

◆ S_ENABLENONOFDSCBBIT

#define S_ENABLENONOFDSCBBIT   3

Definition at line 3934 of file cxgb_regs.h.

◆ S_ENABLENONOFDTCBRSS

#define S_ENABLENONOFDTCBRSS   1

Definition at line 3942 of file cxgb_regs.h.

◆ S_ENABLENONOFDTIDRSS

#define S_ENABLENONOFDTIDRSS   2

Definition at line 3938 of file cxgb_regs.h.

◆ S_ENABLENONOFDTNLSYN

#define S_ENABLENONOFDTNLSYN   12

Definition at line 3898 of file cxgb_regs.h.

◆ S_ENABLEOCSPIFULL

#define S_ENABLEOCSPIFULL   30

Definition at line 3775 of file cxgb_regs.h.

◆ S_ENABLEOLDRXFORWARD

#define S_ENABLEOLDRXFORWARD   0

Definition at line 3946 of file cxgb_regs.h.

◆ S_ENABLEONFLYPDU

#define S_ENABLEONFLYPDU   24

Definition at line 3799 of file cxgb_regs.h.

◆ S_ENABLEPDUC

#define S_ENABLEPDUC   8

Definition at line 4211 of file cxgb_regs.h.

◆ S_ENABLEPDUE

#define S_ENABLEPDUE   9

Definition at line 4207 of file cxgb_regs.h.

◆ S_ENABLEPDUI

#define S_ENABLEPDUI   7

Definition at line 4263 of file cxgb_regs.h.

◆ S_ENABLERDMAERROR

#define S_ENABLERDMAERROR   6

Definition at line 3871 of file cxgb_regs.h.

◆ S_ENABLERXPKTTMSTPRSS

#define S_ENABLERXPKTTMSTPRSS   8

Definition at line 3914 of file cxgb_regs.h.

◆ S_ENABLERXPORTFROMADDR

#define S_ENABLERXPORTFROMADDR   6

Definition at line 3922 of file cxgb_regs.h.

◆ S_ENABLESNDUNAINRXDATA

#define S_ENABLESNDUNAINRXDATA   7

Definition at line 3918 of file cxgb_regs.h.

◆ S_ENABLETXPORTFROMDA

#define S_ENABLETXPORTFROMDA   5

Definition at line 3926 of file cxgb_regs.h.

◆ S_ENABLETXPORTFROMDA2

#define S_ENABLETXPORTFROMDA2   9

Definition at line 3910 of file cxgb_regs.h.

◆ S_ENCOMMA

#define S_ENCOMMA   18

Definition at line 7425 of file cxgb_regs.h.

◆ S_ENDROPPKT

#define S_ENDROPPKT   21

Definition at line 7354 of file cxgb_regs.h.

◆ S_ENELBUF

#define S_ENELBUF   16

Definition at line 7433 of file cxgb_regs.h.

◆ S_ENEXTMATCH

#define S_ENEXTMATCH   4

Definition at line 7164 of file cxgb_regs.h.

◆ S_ENFORCEPKT

#define S_ENFORCEPKT   11

Definition at line 5759 of file cxgb_regs.h.

◆ S_ENHASHMCAST

#define S_ENHASHMCAST   2

Definition at line 7172 of file cxgb_regs.h.

◆ S_ENHASHUCAST

#define S_ENHASHUCAST   3

Definition at line 7168 of file cxgb_regs.h.

◆ S_ENJUMBO

#define S_ENJUMBO   7

Definition at line 7152 of file cxgb_regs.h.

◆ S_ENNON802_3PREAMBLE

#define S_ENNON802_3PREAMBLE   11

Definition at line 7136 of file cxgb_regs.h.

◆ S_ENRGMII

#define S_ENRGMII   0

Definition at line 7618 of file cxgb_regs.h.

◆ S_ENSKPDROP

#define S_ENSKPDROP   19

Definition at line 7421 of file cxgb_regs.h.

◆ S_ENTERL0SEN

#define S_ENTERL0SEN   0

Definition at line 1337 of file cxgb_regs.h.

◆ S_ENTERL1ASPMEN

#define S_ENTERL1ASPMEN   2

Definition at line 1329 of file cxgb_regs.h.

◆ S_ENTERL1EN

#define S_ENTERL1EN   1

Definition at line 1333 of file cxgb_regs.h.

◆ S_ENTERL1REN

#define S_ENTERL1REN   29

Definition at line 1303 of file cxgb_regs.h.

◆ S_ENTERL23

#define S_ENTERL23   3

Definition at line 1341 of file cxgb_regs.h.

◆ S_ENTEST

#define S_ENTEST   0

Definition at line 7467 of file cxgb_regs.h.

◆ S_ENTESTMODEWR

#define S_ENTESTMODEWR   0

Definition at line 7296 of file cxgb_regs.h.

◆ S_ENTYPEMATCH

#define S_ENTYPEMATCH   31

Definition at line 7210 of file cxgb_regs.h.

◆ S_ER_REQFIFOEMPTY

#define S_ER_REQFIFOEMPTY   21

Definition at line 1138 of file cxgb_regs.h.

◆ S_ERRADDRESS

#define S_ERRADDRESS   3

Definition at line 2947 of file cxgb_regs.h.

◆ S_ERRAGENT

#define S_ERRAGENT   1

Definition at line 2952 of file cxgb_regs.h.

◆ S_ERRINTR

#define S_ERRINTR   31

Definition at line 212 of file cxgb_regs.h.

◆ S_ERROP

#define S_ERROP   0

Definition at line 2957 of file cxgb_regs.h.

◆ S_ETHRESHOLD

#define S_ETHRESHOLD   12

Definition at line 5034 of file cxgb_regs.h.

◆ S_ETPINCPLFIFOPERR

#define S_ETPINCPLFIFOPERR   13

Definition at line 4827 of file cxgb_regs.h.

◆ S_ETPINETHFIFOPERR

#define S_ETPINETHFIFOPERR   9

Definition at line 4843 of file cxgb_regs.h.

◆ S_ETPINIPFIFOPERR

#define S_ETPINIPFIFOPERR   10

Definition at line 4839 of file cxgb_regs.h.

◆ S_ETPINTCPFIFOPERR

#define S_ETPINTCPFIFOPERR   11

Definition at line 4835 of file cxgb_regs.h.

◆ S_ETPINTCPOPTFIFOPERR

#define S_ETPINTCPOPTFIFOPERR   12

Definition at line 4831 of file cxgb_regs.h.

◆ S_ETPOUTCPLFIFOPERR

#define S_ETPOUTCPLFIFOPERR   17

Definition at line 4811 of file cxgb_regs.h.

◆ S_ETPOUTETHFIFOPERR

#define S_ETPOUTETHFIFOPERR   14

Definition at line 4823 of file cxgb_regs.h.

◆ S_ETPOUTIPFIFOPERR

#define S_ETPOUTIPFIFOPERR   15

Definition at line 4819 of file cxgb_regs.h.

◆ S_ETPOUTTCPFIFOPERR

#define S_ETPOUTTCPFIFOPERR   16

Definition at line 4815 of file cxgb_regs.h.

◆ S_ETUNNEL

#define S_ETUNNEL   7

Definition at line 3499 of file cxgb_regs.h.

◆ S_EXT

#define S_EXT   24

Definition at line 6375 of file cxgb_regs.h.

◆ S_EXTBISTCHKEN

#define S_EXTBISTCHKEN   21

Definition at line 1705 of file cxgb_regs.h.

◆ S_EXTBISTCHKEN0

#define S_EXTBISTCHKEN0   6

Definition at line 7983 of file cxgb_regs.h.

◆ S_EXTBISTCHKEN1

#define S_EXTBISTCHKEN1   14

Definition at line 7958 of file cxgb_regs.h.

◆ S_EXTBISTCHKEN2

#define S_EXTBISTCHKEN2   22

Definition at line 7933 of file cxgb_regs.h.

◆ S_EXTBISTCHKEN3

#define S_EXTBISTCHKEN3   30

Definition at line 7908 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCLR

#define S_EXTBISTCHKERRCLR   22

Definition at line 1701 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCLR0

#define S_EXTBISTCHKERRCLR0   7

Definition at line 7979 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCLR1

#define S_EXTBISTCHKERRCLR1   15

Definition at line 7954 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCLR2

#define S_EXTBISTCHKERRCLR2   23

Definition at line 7929 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCLR3

#define S_EXTBISTCHKERRCLR3   31

Definition at line 7904 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCNT

#define S_EXTBISTCHKERRCNT   8

Definition at line 1875 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCNT0

#define S_EXTBISTCHKERRCNT0   4

Definition at line 8006 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCNT1

#define S_EXTBISTCHKERRCNT1   4

Definition at line 8029 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCNT2

#define S_EXTBISTCHKERRCNT2   4

Definition at line 8052 of file cxgb_regs.h.

◆ S_EXTBISTCHKERRCNT3

#define S_EXTBISTCHKERRCNT3   4

Definition at line 8075 of file cxgb_regs.h.

◆ S_EXTBISTCHKFMD

#define S_EXTBISTCHKFMD   7

Definition at line 1880 of file cxgb_regs.h.

◆ S_EXTBISTCHKFMD0

#define S_EXTBISTCHKFMD0   3

Definition at line 8011 of file cxgb_regs.h.

◆ S_EXTBISTCHKFMD1

#define S_EXTBISTCHKFMD1   3

Definition at line 8034 of file cxgb_regs.h.

◆ S_EXTBISTCHKFMD2

#define S_EXTBISTCHKFMD2   3

Definition at line 8057 of file cxgb_regs.h.

◆ S_EXTBISTCHKFMD3

#define S_EXTBISTCHKFMD3   3

Definition at line 8080 of file cxgb_regs.h.

◆ S_EXTBISTGENEN

#define S_EXTBISTGENEN   20

Definition at line 1709 of file cxgb_regs.h.

◆ S_EXTBISTGENEN0

#define S_EXTBISTGENEN0   5

Definition at line 7987 of file cxgb_regs.h.

◆ S_EXTBISTGENEN1

#define S_EXTBISTGENEN1   13

Definition at line 7962 of file cxgb_regs.h.

◆ S_EXTBISTGENEN2

#define S_EXTBISTGENEN2   21

Definition at line 7937 of file cxgb_regs.h.

◆ S_EXTBISTGENEN3

#define S_EXTBISTGENEN3   29

Definition at line 7912 of file cxgb_regs.h.

◆ S_EXTBISTPAT

#define S_EXTBISTPAT   17

Definition at line 1713 of file cxgb_regs.h.

◆ S_EXTBISTPAT0

#define S_EXTBISTPAT0   2

Definition at line 7991 of file cxgb_regs.h.

◆ S_EXTBISTPAT1

#define S_EXTBISTPAT1   10

Definition at line 7966 of file cxgb_regs.h.

◆ S_EXTBISTPAT2

#define S_EXTBISTPAT2   18

Definition at line 7941 of file cxgb_regs.h.

◆ S_EXTBISTPAT3

#define S_EXTBISTPAT3   26

Definition at line 7916 of file cxgb_regs.h.

◆ S_EXTERNLOOPBACK

#define S_EXTERNLOOPBACK   3

Definition at line 7324 of file cxgb_regs.h.

◆ S_EXTMODE1

#define S_EXTMODE1   0

Definition at line 2761 of file cxgb_regs.h.

◆ S_EXTMODE2

#define S_EXTMODE2   0

Definition at line 2768 of file cxgb_regs.h.

◆ S_EXTMODE3

#define S_EXTMODE3   0

Definition at line 2775 of file cxgb_regs.h.

◆ S_EXTPARLPBK

#define S_EXTPARLPBK   15

Definition at line 1722 of file cxgb_regs.h.

◆ S_EXTPARLPBK0

#define S_EXTPARLPBK0   0

Definition at line 8000 of file cxgb_regs.h.

◆ S_EXTPARLPBK1

#define S_EXTPARLPBK1   8

Definition at line 7975 of file cxgb_regs.h.

◆ S_EXTPARLPBK2

#define S_EXTPARLPBK2   16

Definition at line 7950 of file cxgb_regs.h.

◆ S_EXTPARLPBK3

#define S_EXTPARLPBK3   24

Definition at line 7925 of file cxgb_regs.h.

◆ S_EXTPARRESET

#define S_EXTPARRESET   16

Definition at line 1718 of file cxgb_regs.h.

◆ S_EXTPARRESET0

#define S_EXTPARRESET0   1

Definition at line 7996 of file cxgb_regs.h.

◆ S_EXTPARRESET1

#define S_EXTPARRESET1   9

Definition at line 7971 of file cxgb_regs.h.

◆ S_EXTPARRESET2

#define S_EXTPARRESET2   17

Definition at line 7946 of file cxgb_regs.h.

◆ S_EXTPARRESET3

#define S_EXTPARRESET3   25

Definition at line 7921 of file cxgb_regs.h.

◆ S_FASTFINWAIT2TIME

#define S_FASTFINWAIT2TIME   0

Definition at line 4372 of file cxgb_regs.h.

◆ S_FASTINIT

#define S_FASTINIT   28

Definition at line 1575 of file cxgb_regs.h.

◆ S_FATALPERREN

#define S_FATALPERREN   4

Definition at line 6468 of file cxgb_regs.h.

◆ S_FATLPERREN

#define S_FATLPERREN   27

Definition at line 47 of file cxgb_regs.h.

◆ S_FILTEREN

#define S_FILTEREN   11

Definition at line 6632 of file cxgb_regs.h.

◆ S_FILTERPEERFIN

#define S_FILTERPEERFIN   8

Definition at line 3863 of file cxgb_regs.h.

◆ S_FINWAIT2TIME

#define S_FINWAIT2TIME   0

Definition at line 4365 of file cxgb_regs.h.

◆ S_FIVETUPLELOOKUP

#define S_FIVETUPLELOOKUP   17

Definition at line 3604 of file cxgb_regs.h.

◆ S_FIXRCVWND

#define S_FIXRCVWND   27

Definition at line 3787 of file cxgb_regs.h.

◆ S_FL0EMPTY

#define S_FL0EMPTY   16

Definition at line 321 of file cxgb_regs.h.

◆ S_FL10EMPTY

#define S_FL10EMPTY   26

Definition at line 361 of file cxgb_regs.h.

◆ S_FL11EMPTY

#define S_FL11EMPTY   27

Definition at line 365 of file cxgb_regs.h.

◆ S_FL12EMPTY

#define S_FL12EMPTY   28

Definition at line 369 of file cxgb_regs.h.

◆ S_FL13EMPTY

#define S_FL13EMPTY   29

Definition at line 373 of file cxgb_regs.h.

◆ S_FL14EMPTY

#define S_FL14EMPTY   30

Definition at line 377 of file cxgb_regs.h.

◆ S_FL15EMPTY

#define S_FL15EMPTY   31

Definition at line 381 of file cxgb_regs.h.

◆ S_FL1EMPTY

#define S_FL1EMPTY   17

Definition at line 325 of file cxgb_regs.h.

◆ S_FL2EMPTY

#define S_FL2EMPTY   18

Definition at line 329 of file cxgb_regs.h.

◆ S_FL3EMPTY

#define S_FL3EMPTY   19

Definition at line 333 of file cxgb_regs.h.

◆ S_FL4EMPTY

#define S_FL4EMPTY   20

Definition at line 337 of file cxgb_regs.h.

◆ S_FL5EMPTY

#define S_FL5EMPTY   21

Definition at line 341 of file cxgb_regs.h.

◆ S_FL6EMPTY

#define S_FL6EMPTY   22

Definition at line 345 of file cxgb_regs.h.

◆ S_FL7EMPTY

#define S_FL7EMPTY   23

Definition at line 349 of file cxgb_regs.h.

◆ S_FL8EMPTY

#define S_FL8EMPTY   24

Definition at line 353 of file cxgb_regs.h.

◆ S_FL9EMPTY

#define S_FL9EMPTY   25

Definition at line 357 of file cxgb_regs.h.

◆ S_FLASHADDRSIZE

#define S_FLASHADDRSIZE   2

Definition at line 3096 of file cxgb_regs.h.

◆ S_FLASHBASEADDR

#define S_FLASHBASEADDR   2

Definition at line 3089 of file cxgb_regs.h.

◆ S_FLASHRANGEINT

#define S_FLASHRANGEINT   2

Definition at line 3290 of file cxgb_regs.h.

◆ S_FLASHRANGEINTEN

#define S_FLASHRANGEINTEN   2

Definition at line 3224 of file cxgb_regs.h.

◆ S_FLEMPTY

#define S_FLEMPTY   1

Definition at line 531 of file cxgb_regs.h.

◆ S_FLMODE

#define S_FLMODE   9

Definition at line 97 of file cxgb_regs.h.

◆ S_FLMPERRSET

#define S_FLMPERRSET   28

Definition at line 4767 of file cxgb_regs.h.

◆ S_FLMRXFLSTEMPTY

#define S_FLMRXFLSTEMPTY   29

Definition at line 4763 of file cxgb_regs.h.

◆ S_FLMTXFLSTEMPTY

#define S_FLMTXFLSTEMPTY   30

Definition at line 4759 of file cxgb_regs.h.

◆ S_FLOWCTLOFLOWERR

#define S_FLOWCTLOFLOWERR   17

Definition at line 1352 of file cxgb_regs.h.

◆ S_FLOWCTLPROTERR

#define S_FLOWCTLPROTERR   12

Definition at line 1372 of file cxgb_regs.h.

◆ S_FLPARITYERROR

#define S_FLPARITYERROR   22

Definition at line 449 of file cxgb_regs.h.

◆ S_FLPICKAVAIL

#define S_FLPICKAVAIL   4

Definition at line 110 of file cxgb_regs.h.

◆ S_FLSTINITENABLE

#define S_FLSTINITENABLE   1

Definition at line 4717 of file cxgb_regs.h.

◆ S_FLXEMPTY

#define S_FLXEMPTY   16

Definition at line 385 of file cxgb_regs.h.

◆ S_FMOFFSET0

#define S_FMOFFSET0   1

Definition at line 7843 of file cxgb_regs.h.

◆ S_FMOFFSET1

#define S_FMOFFSET1   7

Definition at line 7834 of file cxgb_regs.h.

◆ S_FMOFFSET2

#define S_FMOFFSET2   13

Definition at line 7825 of file cxgb_regs.h.

◆ S_FMOFFSET3

#define S_FMOFFSET3   19

Definition at line 7816 of file cxgb_regs.h.

◆ S_FMOFFSETEN0

#define S_FMOFFSETEN0   0

Definition at line 7848 of file cxgb_regs.h.

◆ S_FMOFFSETEN1

#define S_FMOFFSETEN1   6

Definition at line 7839 of file cxgb_regs.h.

◆ S_FMOFFSETEN2

#define S_FMOFFSETEN2   12

Definition at line 7830 of file cxgb_regs.h.

◆ S_FMOFFSETEN3

#define S_FMOFFSETEN3   18

Definition at line 7821 of file cxgb_regs.h.

◆ S_FORCEDPAUSE

#define S_FORCEDPAUSE   4

Definition at line 7320 of file cxgb_regs.h.

◆ S_FRAGMENTDROP

#define S_FRAGMENTDROP   19

Definition at line 3600 of file cxgb_regs.h.

◆ S_FRAMERCVD

#define S_FRAMERCVD   0

Definition at line 7264 of file cxgb_regs.h.

◆ S_FRAMETXMT

#define S_FRAMETXMT   1

Definition at line 7260 of file cxgb_regs.h.

◆ S_FREELIST

#define S_FREELIST   16

Definition at line 186 of file cxgb_regs.h.

◆ S_FREEPSTRUCTCOUNT

#define S_FREEPSTRUCTCOUNT   0

Definition at line 4886 of file cxgb_regs.h.

◆ S_FREERXPAGECOUNT

#define S_FREERXPAGECOUNT   0

Definition at line 4893 of file cxgb_regs.h.

◆ S_FREETXPAGECOUNT

#define S_FREETXPAGECOUNT   0

Definition at line 4900 of file cxgb_regs.h.

◆ S_GAIN

#define S_GAIN   11

Definition at line 7437 of file cxgb_regs.h.

◆ S_GAP

#define S_GAP   4

Definition at line 3028 of file cxgb_regs.h.

◆ S_GDDRI

#define S_GDDRI   26

Definition at line 6524 of file cxgb_regs.h.

◆ S_GDDRII

#define S_GDDRII   27

Definition at line 6520 of file cxgb_regs.h.

◆ S_GDDRIII

#define S_GDDRIII   28

Definition at line 6516 of file cxgb_regs.h.

◆ S_GLOBALENABLE

#define S_GLOBALENABLE   0

Definition at line 126 of file cxgb_regs.h.

◆ S_GMIIDUPLEX

#define S_GMIIDUPLEX   3

Definition at line 8337 of file cxgb_regs.h.

◆ S_GMIILINKSTATUS

#define S_GMIILINKSTATUS   0

Definition at line 8346 of file cxgb_regs.h.

◆ S_GMIISPEED

#define S_GMIISPEED   1

Definition at line 8341 of file cxgb_regs.h.

◆ S_GPIO0

#define S_GPIO0   0

Definition at line 2370 of file cxgb_regs.h.

◆ S_GPIO0_ACT_LOW

#define S_GPIO0_ACT_LOW   0

Definition at line 2532 of file cxgb_regs.h.

◆ S_GPIO0_CHG_DET

#define S_GPIO0_CHG_DET   16

Definition at line 2252 of file cxgb_regs.h.

◆ S_GPIO0_IN

#define S_GPIO0_IN   0

Definition at line 2300 of file cxgb_regs.h.

◆ S_GPIO0_OEN

#define S_GPIO0_OEN   16

Definition at line 2154 of file cxgb_regs.h.

◆ S_GPIO0_OUT_VAL

#define S_GPIO0_OUT_VAL   0

Definition at line 2202 of file cxgb_regs.h.

◆ S_GPIO1

#define S_GPIO1   1

Definition at line 2366 of file cxgb_regs.h.

◆ S_GPIO10

#define S_GPIO10   10

Definition at line 2330 of file cxgb_regs.h.

◆ S_GPIO10_ACT_LOW

#define S_GPIO10_ACT_LOW   10

Definition at line 2492 of file cxgb_regs.h.

◆ S_GPIO10_CHG_DET

#define S_GPIO10_CHG_DET   26

Definition at line 2212 of file cxgb_regs.h.

◆ S_GPIO10_IN

#define S_GPIO10_IN   10

Definition at line 2260 of file cxgb_regs.h.

◆ S_GPIO10_OEN

#define S_GPIO10_OEN   26

Definition at line 2114 of file cxgb_regs.h.

◆ S_GPIO10_OUT_VAL

#define S_GPIO10_OUT_VAL   10

Definition at line 2162 of file cxgb_regs.h.

◆ S_GPIO11

#define S_GPIO11   11

Definition at line 2326 of file cxgb_regs.h.

◆ S_GPIO11_ACT_LOW

#define S_GPIO11_ACT_LOW   11

Definition at line 2488 of file cxgb_regs.h.

◆ S_GPIO11_CHG_DET

#define S_GPIO11_CHG_DET   27

Definition at line 2208 of file cxgb_regs.h.

◆ S_GPIO11_IN

#define S_GPIO11_IN   11

Definition at line 2256 of file cxgb_regs.h.

◆ S_GPIO11_OEN

#define S_GPIO11_OEN   27

Definition at line 2110 of file cxgb_regs.h.

◆ S_GPIO11_OUT_VAL

#define S_GPIO11_OUT_VAL   11

Definition at line 2158 of file cxgb_regs.h.

◆ S_GPIO1_ACT_LOW

#define S_GPIO1_ACT_LOW   1

Definition at line 2528 of file cxgb_regs.h.

◆ S_GPIO1_CHG_DET

#define S_GPIO1_CHG_DET   17

Definition at line 2248 of file cxgb_regs.h.

◆ S_GPIO1_IN

#define S_GPIO1_IN   1

Definition at line 2296 of file cxgb_regs.h.

◆ S_GPIO1_OEN

#define S_GPIO1_OEN   17

Definition at line 2150 of file cxgb_regs.h.

◆ S_GPIO1_OUT_VAL

#define S_GPIO1_OUT_VAL   1

Definition at line 2198 of file cxgb_regs.h.

◆ S_GPIO2

#define S_GPIO2   2

Definition at line 2362 of file cxgb_regs.h.

◆ S_GPIO2_ACT_LOW

#define S_GPIO2_ACT_LOW   2

Definition at line 2524 of file cxgb_regs.h.

◆ S_GPIO2_CHG_DET

#define S_GPIO2_CHG_DET   18

Definition at line 2244 of file cxgb_regs.h.

◆ S_GPIO2_IN

#define S_GPIO2_IN   2

Definition at line 2292 of file cxgb_regs.h.

◆ S_GPIO2_OEN

#define S_GPIO2_OEN   18

Definition at line 2146 of file cxgb_regs.h.

◆ S_GPIO2_OUT_VAL

#define S_GPIO2_OUT_VAL   2

Definition at line 2194 of file cxgb_regs.h.

◆ S_GPIO3

#define S_GPIO3   3

Definition at line 2358 of file cxgb_regs.h.

◆ S_GPIO3_ACT_LOW

#define S_GPIO3_ACT_LOW   3

Definition at line 2520 of file cxgb_regs.h.

◆ S_GPIO3_CHG_DET

#define S_GPIO3_CHG_DET   19

Definition at line 2240 of file cxgb_regs.h.

◆ S_GPIO3_IN

#define S_GPIO3_IN   3

Definition at line 2288 of file cxgb_regs.h.

◆ S_GPIO3_OEN

#define S_GPIO3_OEN   19

Definition at line 2142 of file cxgb_regs.h.

◆ S_GPIO3_OUT_VAL

#define S_GPIO3_OUT_VAL   3

Definition at line 2190 of file cxgb_regs.h.

◆ S_GPIO4

#define S_GPIO4   4

Definition at line 2354 of file cxgb_regs.h.

◆ S_GPIO4_ACT_LOW

#define S_GPIO4_ACT_LOW   4

Definition at line 2516 of file cxgb_regs.h.

◆ S_GPIO4_CHG_DET

#define S_GPIO4_CHG_DET   20

Definition at line 2236 of file cxgb_regs.h.

◆ S_GPIO4_IN

#define S_GPIO4_IN   4

Definition at line 2284 of file cxgb_regs.h.

◆ S_GPIO4_OEN

#define S_GPIO4_OEN   20

Definition at line 2138 of file cxgb_regs.h.

◆ S_GPIO4_OUT_VAL

#define S_GPIO4_OUT_VAL   4

Definition at line 2186 of file cxgb_regs.h.

◆ S_GPIO5

#define S_GPIO5   5

Definition at line 2350 of file cxgb_regs.h.

◆ S_GPIO5_ACT_LOW

#define S_GPIO5_ACT_LOW   5

Definition at line 2512 of file cxgb_regs.h.

◆ S_GPIO5_CHG_DET

#define S_GPIO5_CHG_DET   21

Definition at line 2232 of file cxgb_regs.h.

◆ S_GPIO5_IN

#define S_GPIO5_IN   5

Definition at line 2280 of file cxgb_regs.h.

◆ S_GPIO5_OEN

#define S_GPIO5_OEN   21

Definition at line 2134 of file cxgb_regs.h.

◆ S_GPIO5_OUT_VAL

#define S_GPIO5_OUT_VAL   5

Definition at line 2182 of file cxgb_regs.h.

◆ S_GPIO6

#define S_GPIO6   6

Definition at line 2346 of file cxgb_regs.h.

◆ S_GPIO6_ACT_LOW

#define S_GPIO6_ACT_LOW   6

Definition at line 2508 of file cxgb_regs.h.

◆ S_GPIO6_CHG_DET

#define S_GPIO6_CHG_DET   22

Definition at line 2228 of file cxgb_regs.h.

◆ S_GPIO6_IN

#define S_GPIO6_IN   6

Definition at line 2276 of file cxgb_regs.h.

◆ S_GPIO6_OEN

#define S_GPIO6_OEN   22

Definition at line 2130 of file cxgb_regs.h.

◆ S_GPIO6_OUT_VAL

#define S_GPIO6_OUT_VAL   6

Definition at line 2178 of file cxgb_regs.h.

◆ S_GPIO7

#define S_GPIO7   7

Definition at line 2342 of file cxgb_regs.h.

◆ S_GPIO7_ACT_LOW

#define S_GPIO7_ACT_LOW   7

Definition at line 2504 of file cxgb_regs.h.

◆ S_GPIO7_CHG_DET

#define S_GPIO7_CHG_DET   23

Definition at line 2224 of file cxgb_regs.h.

◆ S_GPIO7_IN

#define S_GPIO7_IN   7

Definition at line 2272 of file cxgb_regs.h.

◆ S_GPIO7_OEN

#define S_GPIO7_OEN   23

Definition at line 2126 of file cxgb_regs.h.

◆ S_GPIO7_OUT_VAL

#define S_GPIO7_OUT_VAL   7

Definition at line 2174 of file cxgb_regs.h.

◆ S_GPIO8

#define S_GPIO8   8

Definition at line 2338 of file cxgb_regs.h.

◆ S_GPIO8_ACT_LOW

#define S_GPIO8_ACT_LOW   8

Definition at line 2500 of file cxgb_regs.h.

◆ S_GPIO8_CHG_DET

#define S_GPIO8_CHG_DET   24

Definition at line 2220 of file cxgb_regs.h.

◆ S_GPIO8_IN

#define S_GPIO8_IN   8

Definition at line 2268 of file cxgb_regs.h.

◆ S_GPIO8_OEN

#define S_GPIO8_OEN   24

Definition at line 2122 of file cxgb_regs.h.

◆ S_GPIO8_OUT_VAL

#define S_GPIO8_OUT_VAL   8

Definition at line 2170 of file cxgb_regs.h.

◆ S_GPIO9

#define S_GPIO9   9

Definition at line 2334 of file cxgb_regs.h.

◆ S_GPIO9_ACT_LOW

#define S_GPIO9_ACT_LOW   9

Definition at line 2496 of file cxgb_regs.h.

◆ S_GPIO9_CHG_DET

#define S_GPIO9_CHG_DET   25

Definition at line 2216 of file cxgb_regs.h.

◆ S_GPIO9_IN

#define S_GPIO9_IN   9

Definition at line 2264 of file cxgb_regs.h.

◆ S_GPIO9_OEN

#define S_GPIO9_OEN   25

Definition at line 2118 of file cxgb_regs.h.

◆ S_GPIO9_OUT_VAL

#define S_GPIO9_OUT_VAL   9

Definition at line 2166 of file cxgb_regs.h.

◆ S_HASHSAVE

#define S_HASHSAVE   1

Definition at line 4542 of file cxgb_regs.h.

◆ S_HASHTOEPLITZ

#define S_HASHTOEPLITZ   2

Definition at line 4538 of file cxgb_regs.h.

◆ S_HEARBEATDACK

#define S_HEARBEATDACK   16

Definition at line 3831 of file cxgb_regs.h.

◆ S_HEARBEATONCEDACK

#define S_HEARBEATONCEDACK   18

Definition at line 3823 of file cxgb_regs.h.

◆ S_HEARBEATONCEHEAP

#define S_HEARBEATONCEHEAP   17

Definition at line 3827 of file cxgb_regs.h.

◆ S_HICRDTUNDFLOWERR

#define S_HICRDTUNDFLOWERR   9

Definition at line 499 of file cxgb_regs.h.

◆ S_HICTLDRBDROPERR

#define S_HICTLDRBDROPERR   13

Definition at line 483 of file cxgb_regs.h.

◆ S_HIDRBHITHRSH

#define S_HIDRBHITHRSH   0

Definition at line 223 of file cxgb_regs.h.

◆ S_HIDRBLOTHRSH

#define S_HIDRBLOTHRSH   0

Definition at line 230 of file cxgb_regs.h.

◆ S_HIDRBPARITYERROR

#define S_HIDRBPARITYERROR   29

Definition at line 441 of file cxgb_regs.h.

◆ S_HIDRV

#define S_HIDRV   5

Definition at line 1633 of file cxgb_regs.h.

◆ S_HIGHSPEEDCFG

#define S_HIGHSPEEDCFG   24

Definition at line 4141 of file cxgb_regs.h.

◆ S_HIPIODRBDROPERR

#define S_HIPIODRBDROPERR   11

Definition at line 491 of file cxgb_regs.h.

◆ S_HIPRIORITYDBEMPTY

#define S_HIPRIORITYDBEMPTY   6

Definition at line 511 of file cxgb_regs.h.

◆ S_HIPRIORITYDBFULL

#define S_HIPRIORITYDBFULL   7

Definition at line 507 of file cxgb_regs.h.

◆ S_HIRCQDRBTHRSH

#define S_HIRCQDRBTHRSH   16

Definition at line 414 of file cxgb_regs.h.

◆ S_HIRCQPARITYERROR

#define S_HIRCQPARITYERROR   31

Definition at line 433 of file cxgb_regs.h.

◆ S_HIVMODE

#define S_HIVMODE   21

Definition at line 1600 of file cxgb_regs.h.

◆ S_HOSTADDR

#define S_HOSTADDR   0

Definition at line 3348 of file cxgb_regs.h.

◆ S_HOSTBUSY

#define S_HOSTBUSY   17

Definition at line 3340 of file cxgb_regs.h.

◆ S_HOSTPAGESIZE

#define S_HOSTPAGESIZE   11

Definition at line 88 of file cxgb_regs.h.

◆ S_HOSTWRITE

#define S_HOSTWRITE   16

Definition at line 3344 of file cxgb_regs.h.

◆ S_HPZ0

#define S_HPZ0   0

Definition at line 5467 of file cxgb_regs.h.

◆ S_HPZ1

#define S_HPZ1   8

Definition at line 5462 of file cxgb_regs.h.

◆ S_HPZ2

#define S_HPZ2   16

Definition at line 5457 of file cxgb_regs.h.

◆ S_HPZ3

#define S_HPZ3   24

Definition at line 5452 of file cxgb_regs.h.

◆ S_I2C_ACK

#define S_I2C_ACK   30

Definition at line 6258 of file cxgb_regs.h.

◆ S_I2C_BUSY

#define S_I2C_BUSY   31

Definition at line 6254 of file cxgb_regs.h.

◆ S_I2C_CLKDIV

#define S_I2C_CLKDIV   0

Definition at line 6237 of file cxgb_regs.h.

◆ S_I2C_CONT

#define S_I2C_CONT   1

Definition at line 6262 of file cxgb_regs.h.

◆ S_I2C_DATA

#define S_I2C_DATA   0

Definition at line 6249 of file cxgb_regs.h.

◆ S_I2C_RDWR

#define S_I2C_RDWR   0

Definition at line 6266 of file cxgb_regs.h.

◆ S_I2CM0

#define S_I2CM0   14

Definition at line 6403 of file cxgb_regs.h.

◆ S_I_SRCH

#define S_I_SRCH   0

Definition at line 7052 of file cxgb_regs.h.

◆ S_IBQ0FULLTHRSH

#define S_IBQ0FULLTHRSH   0

Definition at line 3316 of file cxgb_regs.h.

◆ S_IBQ1FULLTHRSH

#define S_IBQ1FULLTHRSH   16

Definition at line 3321 of file cxgb_regs.h.

◆ S_IBQ2FULLTHRSH

#define S_IBQ2FULLTHRSH   0

Definition at line 3328 of file cxgb_regs.h.

◆ S_IBQ3FULLTHRSH

#define S_IBQ3FULLTHRSH   16

Definition at line 3333 of file cxgb_regs.h.

◆ S_IBQDBGADDR

#define S_IBQDBGADDR   16

Definition at line 3356 of file cxgb_regs.h.

◆ S_IBQDBGBUSY

#define S_IBQDBGBUSY   1

Definition at line 3370 of file cxgb_regs.h.

◆ S_IBQDBGEN

#define S_IBQDBGEN   0

Definition at line 3374 of file cxgb_regs.h.

◆ S_IBQDBGQID

#define S_IBQDBGQID   3

Definition at line 3361 of file cxgb_regs.h.

◆ S_IBQDBGWR

#define S_IBQDBGWR   2

Definition at line 3366 of file cxgb_regs.h.

◆ S_IBQSGEHIPARERR

#define S_IBQSGEHIPARERR   24

Definition at line 3140 of file cxgb_regs.h.

◆ S_IBQSGELOPARERR

#define S_IBQSGELOPARERR   23

Definition at line 3144 of file cxgb_regs.h.

◆ S_IBQTPPARERR

#define S_IBQTPPARERR   26

Definition at line 3132 of file cxgb_regs.h.

◆ S_IBQULPPARERR

#define S_IBQULPPARERR   25

Definition at line 3136 of file cxgb_regs.h.

◆ S_ICACHEPARERR

#define S_ICACHEPARERR   18

Definition at line 3164 of file cxgb_regs.h.

◆ S_ICSPI0_FIFO2X_RX_FRAMING_ERROR

#define S_ICSPI0_FIFO2X_RX_FRAMING_ERROR   17

Definition at line 5694 of file cxgb_regs.h.

◆ S_ICSPI0_RX_FRAMING_ERROR

#define S_ICSPI0_RX_FRAMING_ERROR   15

Definition at line 5702 of file cxgb_regs.h.

◆ S_ICSPI0_TX_FRAMING_ERROR

#define S_ICSPI0_TX_FRAMING_ERROR   13

Definition at line 5710 of file cxgb_regs.h.

◆ S_ICSPI1_FIFO2X_RX_FRAMING_ERROR

#define S_ICSPI1_FIFO2X_RX_FRAMING_ERROR   16

Definition at line 5698 of file cxgb_regs.h.

◆ S_ICSPI1_RX_FRAMING_ERROR

#define S_ICSPI1_RX_FRAMING_ERROR   14

Definition at line 5706 of file cxgb_regs.h.

◆ S_ICSPI1_TX_FRAMING_ERROR

#define S_ICSPI1_TX_FRAMING_ERROR   12

Definition at line 5714 of file cxgb_regs.h.

◆ S_ICSPI_PAR_ERROR

#define S_ICSPI_PAR_ERROR   3

Definition at line 5742 of file cxgb_regs.h.

◆ S_IDDQB

#define S_IDDQB   0

Definition at line 1480 of file cxgb_regs.h.

◆ S_IDINDEX

#define S_IDINDEX   0

Definition at line 6751 of file cxgb_regs.h.

◆ S_IDTCMD

#define S_IDTCMD   0

Definition at line 6906 of file cxgb_regs.h.

◆ S_IDTCMDHI

#define S_IDTCMDHI   11

Definition at line 6896 of file cxgb_regs.h.

◆ S_IDTCMDLO

#define S_IDTCMDLO   0

Definition at line 6901 of file cxgb_regs.h.

◆ S_IESPI0_FIFO2X_RX_FRAMING_ERROR

#define S_IESPI0_FIFO2X_RX_FRAMING_ERROR   17

Definition at line 5619 of file cxgb_regs.h.

◆ S_IESPI0_RX_FRAMING_ERROR

#define S_IESPI0_RX_FRAMING_ERROR   15

Definition at line 5627 of file cxgb_regs.h.

◆ S_IESPI0_TX_FRAMING_ERROR

#define S_IESPI0_TX_FRAMING_ERROR   13

Definition at line 5635 of file cxgb_regs.h.

◆ S_IESPI1_FIFO2X_RX_FRAMING_ERROR

#define S_IESPI1_FIFO2X_RX_FRAMING_ERROR   16

Definition at line 5623 of file cxgb_regs.h.

◆ S_IESPI1_RX_FRAMING_ERROR

#define S_IESPI1_RX_FRAMING_ERROR   14

Definition at line 5631 of file cxgb_regs.h.

◆ S_IESPI1_TX_FRAMING_ERROR

#define S_IESPI1_TX_FRAMING_ERROR   12

Definition at line 5639 of file cxgb_regs.h.

◆ S_IESPI_PAR_ERROR

#define S_IESPI_PAR_ERROR   3

Definition at line 5667 of file cxgb_regs.h.

◆ S_IFEN

#define S_IFEN   13

Definition at line 2697 of file cxgb_regs.h.

◆ S_IMM_DATA_PERR_SET_CH0

#define S_IMM_DATA_PERR_SET_CH0   2

Definition at line 5536 of file cxgb_regs.h.

◆ S_IMM_DATA_PERR_SET_CH1

#define S_IMM_DATA_PERR_SET_CH1   3

Definition at line 5532 of file cxgb_regs.h.

◆ S_IMP_CAL_PD

#define S_IMP_CAL_PD   9

Definition at line 2925 of file cxgb_regs.h.

◆ S_IMP_CAL_PU

#define S_IMP_CAL_PU   6

Definition at line 2930 of file cxgb_regs.h.

◆ S_IMP_MAN_PD

#define S_IMP_MAN_PD   15

Definition at line 2915 of file cxgb_regs.h.

◆ S_IMP_MAN_PU

#define S_IMP_MAN_PU   12

Definition at line 2920 of file cxgb_regs.h.

◆ S_IMP_SEL [1/2]

#define S_IMP_SEL   18

Definition at line 6556 of file cxgb_regs.h.

◆ S_IMP_SEL [2/2]

#define S_IMP_SEL   18

Definition at line 6556 of file cxgb_regs.h.

◆ S_IMP_SET_PD

#define S_IMP_SET_PD   3

Definition at line 2935 of file cxgb_regs.h.

◆ S_IMP_SET_PU

#define S_IMP_SET_PU   0

Definition at line 2940 of file cxgb_regs.h.

◆ S_IMP_SET_UPDATE

#define S_IMP_SET_UPDATE   24

Definition at line 6532 of file cxgb_regs.h.

◆ S_IMP_UPD_MODE [1/2]

#define S_IMP_UPD_MODE   19

Definition at line 6552 of file cxgb_regs.h.

◆ S_IMP_UPD_MODE [2/2]

#define S_IMP_UPD_MODE   19

Definition at line 6552 of file cxgb_regs.h.

◆ S_IMPSETUPDATE

#define S_IMPSETUPDATE   14

Definition at line 2693 of file cxgb_regs.h.

◆ S_INC

#define S_INC   2

Definition at line 6319 of file cxgb_regs.h.

◆ S_INCRSTATS

#define S_INCRSTATS   1

Definition at line 7292 of file cxgb_regs.h.

◆ S_INDICATESIZE

#define S_INDICATESIZE   16

Definition at line 4163 of file cxgb_regs.h.

◆ S_INI_STATE

#define S_INI_STATE   28

Definition at line 1123 of file cxgb_regs.h.

◆ S_INIBEDIS

#define S_INIBEDIS   17

Definition at line 1054 of file cxgb_regs.h.

◆ S_INICST

#define S_INICST   10

Definition at line 919 of file cxgb_regs.h.

◆ S_INIFULLPKT

#define S_INIFULLPKT   22

Definition at line 1034 of file cxgb_regs.h.

◆ S_INITCWND

#define S_INITCWND   24

Definition at line 4044 of file cxgb_regs.h.

◆ S_INITIALSSTHRESH

#define S_INITIALSSTHRESH   0

Definition at line 4061 of file cxgb_regs.h.

◆ S_INITRWND

#define S_INITRWND   16

Definition at line 4056 of file cxgb_regs.h.

◆ S_INITSRTT

#define S_INITSRTT   0

Definition at line 4351 of file cxgb_regs.h.

◆ S_INIWAITFORGNT

#define S_INIWAITFORGNT   18

Definition at line 1050 of file cxgb_regs.h.

◆ S_INIXST

#define S_INIXST   7

Definition at line 924 of file cxgb_regs.h.

◆ S_INT_STATE

#define S_INT_STATE   4

Definition at line 1238 of file cxgb_regs.h.

◆ S_INTERNLOOPBACK

#define S_INTERNLOOPBACK   3

Definition at line 7368 of file cxgb_regs.h.

◆ S_INTFFROMTXPKT

#define S_INTFFROMTXPKT   0

Definition at line 5339 of file cxgb_regs.h.

◆ S_INTPARLPBK

#define S_INTPARLPBK   3

Definition at line 1641 of file cxgb_regs.h.

◆ S_INTPARRESET

#define S_INTPARRESET   4

Definition at line 1637 of file cxgb_regs.h.

◆ S_INTPTID

#define S_INTPTID   0

Definition at line 6868 of file cxgb_regs.h.

◆ S_INTSERLPBK

#define S_INTSERLPBK   0

Definition at line 1767 of file cxgb_regs.h.

◆ S_INTSERLPBK0

#define S_INTSERLPBK0   24

Definition at line 7742 of file cxgb_regs.h.

◆ S_INTSERLPBK1

#define S_INTSERLPBK1   25

Definition at line 7738 of file cxgb_regs.h.

◆ S_INTSERLPBK2

#define S_INTSERLPBK2   26

Definition at line 7734 of file cxgb_regs.h.

◆ S_INTSERLPBK3

#define S_INTSERLPBK3   27

Definition at line 7730 of file cxgb_regs.h.

◆ S_INTSERLPBKWDRV

#define S_INTSERLPBKWDRV   2

Definition at line 1645 of file cxgb_regs.h.

◆ S_INTST

#define S_INTST   4

Definition at line 929 of file cxgb_regs.h.

◆ S_INTTID

#define S_INTTID   0

Definition at line 6861 of file cxgb_regs.h.

◆ S_IPCHECKSUMOFFLOAD

#define S_IPCHECKSUMOFFLOAD   13

Definition at line 3617 of file cxgb_regs.h.

◆ S_IPIDENTSPLIT

#define S_IPIDENTSPLIT   14

Definition at line 3613 of file cxgb_regs.h.

◆ S_IPIDSPLITMODE

#define S_IPIDSPLITMODE   16

Definition at line 3525 of file cxgb_regs.h.

◆ S_IPTTL

#define S_IPTTL   0

Definition at line 3638 of file cxgb_regs.h.

◆ S_IPV6ENABLE

#define S_IPV6ENABLE   15

Definition at line 3475 of file cxgb_regs.h.

◆ S_IRPARITYERROR

#define S_IRPARITYERROR   19

Definition at line 459 of file cxgb_regs.h.

◆ S_ISCSICOALESCING

#define S_ISCSICOALESCING   1

Definition at line 122 of file cxgb_regs.h.

◆ S_ISCSILLIMIT

#define S_ISCSILLIMIT   6

Definition at line 5431 of file cxgb_regs.h.

◆ S_ISCSITAGMASK

#define S_ISCSITAGMASK   6

Definition at line 5445 of file cxgb_regs.h.

◆ S_ISCSITAGTCB

#define S_ISCSITAGTCB   1

Definition at line 5382 of file cxgb_regs.h.

◆ S_ISCSIULIMIT

#define S_ISCSIULIMIT   6

Definition at line 5438 of file cxgb_regs.h.

◆ S_ITAGPARERR

#define S_ITAGPARERR   27

Definition at line 3128 of file cxgb_regs.h.

◆ S_ITPARITYERROR

#define S_ITPARITYERROR   20

Definition at line 454 of file cxgb_regs.h.

◆ S_JM_CLKDIV

#define S_JM_CLKDIV   2

Definition at line 6333 of file cxgb_regs.h.

◆ S_KEEPALIVEIDLE

#define S_KEEPALIVEIDLE   0

Definition at line 4337 of file cxgb_regs.h.

◆ S_KEEPALIVEINTVL

#define S_KEEPALIVEINTVL   0

Definition at line 4344 of file cxgb_regs.h.

◆ S_KEEPALIVEMAX

#define S_KEEPALIVEMAX   0

Definition at line 4404 of file cxgb_regs.h.

◆ S_L0SIDLETIME

#define S_L0SIDLETIME   3

Definition at line 1324 of file cxgb_regs.h.

◆ S_L1ASPMTXRXL0STIME

#define S_L1ASPMTXRXL0STIME   14

Definition at line 1319 of file cxgb_regs.h.

◆ S_LADBGEN

#define S_LADBGEN   13

Definition at line 6012 of file cxgb_regs.h.

◆ S_LADBGRDPTR

#define S_LADBGRDPTR   16

Definition at line 6007 of file cxgb_regs.h.

◆ S_LADBGWRPTR

#define S_LADBGWRPTR   24

Definition at line 6002 of file cxgb_regs.h.

◆ S_LANE

#define S_LANE   0

Definition at line 1430 of file cxgb_regs.h.

◆ S_LANEREVERSAL

#define S_LANEREVERSAL   8

Definition at line 7589 of file cxgb_regs.h.

◆ S_LASTCMDA

#define S_LASTCMDA   0

Definition at line 6989 of file cxgb_regs.h.

◆ S_LASTCMDB

#define S_LASTCMDB   16

Definition at line 6984 of file cxgb_regs.h.

◆ S_LATTMRDIS

#define S_LATTMRDIS   17

Definition at line 666 of file cxgb_regs.h.

◆ S_LCK

#define S_LCK   0

Definition at line 6494 of file cxgb_regs.h.

◆ S_LCMDA

#define S_LCMDA   0

Definition at line 6916 of file cxgb_regs.h.

◆ S_LCMDB

#define S_LCMDB   16

Definition at line 6911 of file cxgb_regs.h.

◆ S_LINKFAULTCHANGE

#define S_LINKFAULTCHANGE   9

Definition at line 7228 of file cxgb_regs.h.

◆ S_LIP0

#define S_LIP0   4

Definition at line 6838 of file cxgb_regs.h.

◆ S_LIP_CMP_UNAVAILABLE

#define S_LIP_CMP_UNAVAILABLE   0

Definition at line 6679 of file cxgb_regs.h.

◆ S_LIPMISS

#define S_LIPMISS   5

Definition at line 6834 of file cxgb_regs.h.

◆ S_LNKCNTLDETDIR

#define S_LNKCNTLDETDIR   30

Definition at line 1299 of file cxgb_regs.h.

◆ S_LNKCNTLSTATE

#define S_LNKCNTLSTATE   2

Definition at line 1108 of file cxgb_regs.h.

◆ S_LNKINITIAL

#define S_LNKINITIAL   0

Definition at line 1117 of file cxgb_regs.h.

◆ S_LOCKTID

#define S_LOCKTID   28

Definition at line 3783 of file cxgb_regs.h.

◆ S_LOCRDTUNDFLOWERR

#define S_LOCRDTUNDFLOWERR   8

Definition at line 503 of file cxgb_regs.h.

◆ S_LOCTLDRBDROPERR

#define S_LOCTLDRBDROPERR   12

Definition at line 487 of file cxgb_regs.h.

◆ S_LODRBHITHRSH

#define S_LODRBHITHRSH   0

Definition at line 237 of file cxgb_regs.h.

◆ S_LODRBLOTHRSH

#define S_LODRBLOTHRSH   0

Definition at line 244 of file cxgb_regs.h.

◆ S_LODRBPARITYERROR

#define S_LODRBPARITYERROR   28

Definition at line 445 of file cxgb_regs.h.

◆ S_LODRV

#define S_LODRV   6

Definition at line 1629 of file cxgb_regs.h.

◆ S_LOOKUPEVERYPKT

#define S_LOOKUPEVERYPKT   28

Definition at line 5289 of file cxgb_regs.h.

◆ S_LOPIODRBDROPERR

#define S_LOPIODRBDROPERR   10

Definition at line 495 of file cxgb_regs.h.

◆ S_LOPRIORITYDBEMPTY

#define S_LOPRIORITYDBEMPTY   4

Definition at line 519 of file cxgb_regs.h.

◆ S_LOPRIORITYDBFULL

#define S_LOPRIORITYDBFULL   5

Definition at line 515 of file cxgb_regs.h.

◆ S_LORCQDRBTHRSH

#define S_LORCQDRBTHRSH   0

Definition at line 419 of file cxgb_regs.h.

◆ S_LORCQPARITYERROR

#define S_LORCQPARITYERROR   30

Definition at line 437 of file cxgb_regs.h.

◆ S_LOWPWREN

#define S_LOWPWREN   16

Definition at line 670 of file cxgb_regs.h.

◆ S_LOWSIG0

#define S_LOWSIG0   0

Definition at line 8023 of file cxgb_regs.h.

◆ S_LOWSIG1

#define S_LOWSIG1   0

Definition at line 8046 of file cxgb_regs.h.

◆ S_LOWSIG2

#define S_LOWSIG2   0

Definition at line 8069 of file cxgb_regs.h.

◆ S_LOWSIG3

#define S_LOWSIG3   0

Definition at line 8092 of file cxgb_regs.h.

◆ S_LOWSIGFORCEEN0

#define S_LOWSIGFORCEEN0   2

Definition at line 8015 of file cxgb_regs.h.

◆ S_LOWSIGFORCEEN1

#define S_LOWSIGFORCEEN1   2

Definition at line 8038 of file cxgb_regs.h.

◆ S_LOWSIGFORCEEN2

#define S_LOWSIGFORCEEN2   2

Definition at line 8061 of file cxgb_regs.h.

◆ S_LOWSIGFORCEEN3

#define S_LOWSIGFORCEEN3   2

Definition at line 8084 of file cxgb_regs.h.

◆ S_LOWSIGFORCEVALUE0

#define S_LOWSIGFORCEVALUE0   1

Definition at line 8019 of file cxgb_regs.h.

◆ S_LOWSIGFORCEVALUE1

#define S_LOWSIGFORCEVALUE1   1

Definition at line 8042 of file cxgb_regs.h.

◆ S_LOWSIGFORCEVALUE2

#define S_LOWSIGFORCEVALUE2   1

Definition at line 8065 of file cxgb_regs.h.

◆ S_LOWSIGFORCEVALUE3

#define S_LOWSIGFORCEVALUE3   1

Definition at line 8088 of file cxgb_regs.h.

◆ S_LPBKEN

#define S_LPBKEN   5

Definition at line 7447 of file cxgb_regs.h.

◆ S_LRNLAT

#define S_LRNLAT   8

Definition at line 6718 of file cxgb_regs.h.

◆ S_LRNVEREN

#define S_LRNVEREN   1

Definition at line 6741 of file cxgb_regs.h.

◆ S_LSO_HDR_SRAM_PERR_SET0

#define S_LSO_HDR_SRAM_PERR_SET0   4

Definition at line 5528 of file cxgb_regs.h.

◆ S_LSO_HDR_SRAM_PERR_SET1

#define S_LSO_HDR_SRAM_PERR_SET1   5

Definition at line 5524 of file cxgb_regs.h.

◆ S_M_LOCK

#define S_M_LOCK   20

Definition at line 2310 of file cxgb_regs.h.

◆ S_M_LOCK_ACT_LOW

#define S_M_LOCK_ACT_LOW   20

Definition at line 2472 of file cxgb_regs.h.

◆ S_M_OCLK_EN

#define S_M_OCLK_EN   4

Definition at line 2408 of file cxgb_regs.h.

◆ S_MAC_RESET_

#define S_MAC_RESET_   0

Definition at line 7576 of file cxgb_regs.h.

◆ S_MACMATCHMAP0

#define S_MACMATCHMAP0   0

Definition at line 5281 of file cxgb_regs.h.

◆ S_MACMATCHMAP1

#define S_MACMATCHMAP1   3

Definition at line 5276 of file cxgb_regs.h.

◆ S_MACMATCHMAP2

#define S_MACMATCHMAP2   6

Definition at line 5271 of file cxgb_regs.h.

◆ S_MACMATCHMAP3

#define S_MACMATCHMAP3   9

Definition at line 5266 of file cxgb_regs.h.

◆ S_MACMATCHMAP4

#define S_MACMATCHMAP4   12

Definition at line 5261 of file cxgb_regs.h.

◆ S_MACMATCHMAP5

#define S_MACMATCHMAP5   15

Definition at line 5256 of file cxgb_regs.h.

◆ S_MACMATCHMAP6

#define S_MACMATCHMAP6   18

Definition at line 5251 of file cxgb_regs.h.

◆ S_MACMATCHMAP7

#define S_MACMATCHMAP7   21

Definition at line 5246 of file cxgb_regs.h.

◆ S_MACROCNTCFG

#define S_MACROCNTCFG   8

Definition at line 6016 of file cxgb_regs.h.

◆ S_MALTLP

#define S_MALTLP   6

Definition at line 1396 of file cxgb_regs.h.

◆ S_MAN_PD

#define S_MAN_PD   12

Definition at line 6565 of file cxgb_regs.h.

◆ S_MAN_PU

#define S_MAN_PU   15

Definition at line 6560 of file cxgb_regs.h.

◆ S_MANBEACONTXEN

#define S_MANBEACONTXEN   13

Definition at line 1730 of file cxgb_regs.h.

◆ S_MANDELTA

#define S_MANDELTA   3

Definition at line 2803 of file cxgb_regs.h.

◆ S_MANEN

#define S_MANEN   20

Definition at line 1525 of file cxgb_regs.h.

◆ S_MANFMOFFSET

#define S_MANFMOFFSET   3

Definition at line 1754 of file cxgb_regs.h.

◆ S_MANFMOFFSETEN

#define S_MANFMOFFSETEN   2

Definition at line 1759 of file cxgb_regs.h.

◆ S_MANL1PWRDN

#define S_MANL1PWRDN   9

Definition at line 1746 of file cxgb_regs.h.

◆ S_MANL2PWRDN

#define S_MANL2PWRDN   25

Definition at line 1587 of file cxgb_regs.h.

◆ S_MANLANEEN

#define S_MANLANEEN   1

Definition at line 1763 of file cxgb_regs.h.

◆ S_MANLPBKEN

#define S_MANLPBKEN   29

Definition at line 1488 of file cxgb_regs.h.

◆ S_MANMODE

#define S_MANMODE   31

Definition at line 1484 of file cxgb_regs.h.

◆ S_MANQUADEN

#define S_MANQUADEN   24

Definition at line 1591 of file cxgb_regs.h.

◆ S_MANRESET

#define S_MANRESET   8

Definition at line 1750 of file cxgb_regs.h.

◆ S_MANRESETPLL

#define S_MANRESETPLL   26

Definition at line 1583 of file cxgb_regs.h.

◆ S_MANRXDETECTEN

#define S_MANRXDETECTEN   12

Definition at line 1734 of file cxgb_regs.h.

◆ S_MANRXEN

#define S_MANRXEN   21

Definition at line 1521 of file cxgb_regs.h.

◆ S_MANRXIDLEEN

#define S_MANRXIDLEEN   10

Definition at line 1742 of file cxgb_regs.h.

◆ S_MANRXPOLARITY

#define S_MANRXPOLARITY   25

Definition at line 1505 of file cxgb_regs.h.

◆ S_MANRXRST

#define S_MANRXRST   23

Definition at line 1513 of file cxgb_regs.h.

◆ S_MANRXTERMEN

#define S_MANRXTERMEN   14

Definition at line 1726 of file cxgb_regs.h.

◆ S_MANTXBEACON

#define S_MANTXBEACON   27

Definition at line 1497 of file cxgb_regs.h.

◆ S_MANTXEI

#define S_MANTXEI   26

Definition at line 1501 of file cxgb_regs.h.

◆ S_MANTXEN

#define S_MANTXEN   22

Definition at line 1517 of file cxgb_regs.h.

◆ S_MANTXIDLEEN

#define S_MANTXIDLEEN   11

Definition at line 1738 of file cxgb_regs.h.

◆ S_MANTXRECDETEN

#define S_MANTXRECDETEN   28

Definition at line 1493 of file cxgb_regs.h.

◆ S_MANTXRST

#define S_MANTXRST   24

Definition at line 1509 of file cxgb_regs.h.

◆ S_MASKSIZE

#define S_MASKSIZE   28

Definition at line 4552 of file cxgb_regs.h.

◆ S_MASKWR

#define S_MASKWR   0

Definition at line 7080 of file cxgb_regs.h.

◆ S_MATCHEDFILTER

#define S_MATCHEDFILTER   0

Definition at line 8356 of file cxgb_regs.h.

◆ S_MAXRXDATA

#define S_MAXRXDATA   16

Definition at line 4068 of file cxgb_regs.h.

◆ S_MAXSPLTRNC

#define S_MAXSPLTRNC   8

Definition at line 679 of file cxgb_regs.h.

◆ S_MAXSPLTRNR

#define S_MAXSPLTRNR   5

Definition at line 684 of file cxgb_regs.h.

◆ S_MAXWRBYTECNT

#define S_MAXWRBYTECNT   3

Definition at line 689 of file cxgb_regs.h.

◆ S_MBUSCMD

#define S_MBUSCMD   0

Definition at line 6891 of file cxgb_regs.h.

◆ S_MBUSEN

#define S_MBUSEN   5

Definition at line 6653 of file cxgb_regs.h.

◆ S_MC5_TERM150

#define S_MC5_TERM150   30

Definition at line 6508 of file cxgb_regs.h.

◆ S_MC5A

#define S_MC5A   18

Definition at line 6391 of file cxgb_regs.h.

◆ S_MC7_CM

#define S_MC7_CM   4

Definition at line 6443 of file cxgb_regs.h.

◆ S_MC7_PMRX

#define S_MC7_PMRX   2

Definition at line 6451 of file cxgb_regs.h.

◆ S_MC7_PMTX

#define S_MC7_PMTX   3

Definition at line 6447 of file cxgb_regs.h.

◆ S_MCADEPTH

#define S_MCADEPTH   0

Definition at line 5826 of file cxgb_regs.h.

◆ S_MCAPARERR

#define S_MCAPARERR   6

Definition at line 5891 of file cxgb_regs.h.

◆ S_MCAPARERRENB

#define S_MCAPARERRENB   6

Definition at line 5869 of file cxgb_regs.h.

◆ S_MCAPKTCNT

#define S_MCAPKTCNT   12

Definition at line 5821 of file cxgb_regs.h.

◆ S_MDI_DATA

#define S_MDI_DATA   0

Definition at line 6312 of file cxgb_regs.h.

◆ S_MDI_OP

#define S_MDI_OP   0

Definition at line 6323 of file cxgb_regs.h.

◆ S_MDIEN

#define S_MDIEN   0

Definition at line 6294 of file cxgb_regs.h.

◆ S_MDIINV

#define S_MDIINV   1

Definition at line 6290 of file cxgb_regs.h.

◆ S_MEM_HWM

#define S_MEM_HWM   26

Definition at line 2859 of file cxgb_regs.h.

◆ S_MEM_RLD_WT

#define S_MEM_RLD_WT   7

Definition at line 2874 of file cxgb_regs.h.

◆ S_MI1

#define S_MI1   13

Definition at line 6407 of file cxgb_regs.h.

◆ S_MICROCNTCFG

#define S_MICROCNTCFG   0

Definition at line 6021 of file cxgb_regs.h.

◆ S_MISS

#define S_MISS   3

Definition at line 6842 of file cxgb_regs.h.

◆ S_MODE

#define S_MODE   0

Definition at line 2745 of file cxgb_regs.h.

◆ S_MODULATEUNIONMODE

#define S_MODULATEUNIONMODE   22

Definition at line 3807 of file cxgb_regs.h.

◆ S_MODULESELECT

#define S_MODULESELECT   4

Definition at line 2082 of file cxgb_regs.h.

◆ S_MPS0

#define S_MPS0   11

Definition at line 6415 of file cxgb_regs.h.

◆ S_MSGSEL

#define S_MSGSEL   28

Definition at line 6789 of file cxgb_regs.h.

◆ S_MSIXPARERR

#define S_MSIXPARERR   22

Definition at line 587 of file cxgb_regs.h.

◆ S_MSL

#define S_MSL   0

Definition at line 4302 of file cxgb_regs.h.

◆ S_MSSTHRESHOLD

#define S_MSSTHRESHOLD   3

Definition at line 3752 of file cxgb_regs.h.

◆ S_MSTBUSYSTS

#define S_MSTBUSYSTS   0

Definition at line 6083 of file cxgb_regs.h.

◆ S_MSTCTLEN

#define S_MSTCTLEN   0

Definition at line 6067 of file cxgb_regs.h.

◆ S_MSTDETPARERR

#define S_MSTDETPARERR   0

Definition at line 651 of file cxgb_regs.h.

◆ S_MSTDONEINT

#define S_MSTDONEINT   0

Definition at line 6209 of file cxgb_regs.h.

◆ S_MSTDONEINTEN

#define S_MSTDONEINTEN   0

Definition at line 6175 of file cxgb_regs.h.

◆ S_MSTFIFODBG

#define S_MSTFIFODBG   31

Definition at line 6045 of file cxgb_regs.h.

◆ S_MSTFIFODBGCLR

#define S_MSTFIFODBGCLR   30

Definition at line 6049 of file cxgb_regs.h.

◆ S_MSTLOSTARBINT

#define S_MSTLOSTARBINT   1

Definition at line 6205 of file cxgb_regs.h.

◆ S_MSTLOSTARBINTEN

#define S_MSTLOSTARBINTEN   1

Definition at line 6171 of file cxgb_regs.h.

◆ S_MSTNACKINT

#define S_MSTNACKINT   2

Definition at line 6201 of file cxgb_regs.h.

◆ S_MSTNACKINTEN

#define S_MSTNACKINTEN   2

Definition at line 6167 of file cxgb_regs.h.

◆ S_MSTPLINT

#define S_MSTPLINT   16

Definition at line 3310 of file cxgb_regs.h.

◆ S_MSTPLINTEN

#define S_MSTPLINTEN   16

Definition at line 3304 of file cxgb_regs.h.

◆ S_MSTRESET

#define S_MSTRESET   1

Definition at line 6063 of file cxgb_regs.h.

◆ S_MSTRXBYTECFG

#define S_MSTRXBYTECFG   12

Definition at line 6053 of file cxgb_regs.h.

◆ S_MSTRXBYTECNT

#define S_MSTRXBYTECNT   12

Definition at line 6073 of file cxgb_regs.h.

◆ S_MSTTIMEOUTCFG

#define S_MSTTIMEOUTCFG   0

Definition at line 6038 of file cxgb_regs.h.

◆ S_MSTTIMEOUTINT

#define S_MSTTIMEOUTINT   3

Definition at line 6197 of file cxgb_regs.h.

◆ S_MSTTIMEOUTINTEN

#define S_MSTTIMEOUTINTEN   3

Definition at line 6163 of file cxgb_regs.h.

◆ S_MSTTXBYTECFG

#define S_MSTTXBYTECFG   6

Definition at line 6058 of file cxgb_regs.h.

◆ S_MSTTXBYTECNT

#define S_MSTTXBYTECNT   6

Definition at line 6078 of file cxgb_regs.h.

◆ S_MTUDEFAULT

#define S_MTUDEFAULT   16

Definition at line 3698 of file cxgb_regs.h.

◆ S_MTUENABLE

#define S_MTUENABLE   10

Definition at line 3703 of file cxgb_regs.h.

◆ S_NEWINDEX

#define S_NEWINDEX   0

Definition at line 153 of file cxgb_regs.h.

◆ S_NEWNOTIFY

#define S_NEWNOTIFY   25

Definition at line 55 of file cxgb_regs.h.

◆ S_NEWRENOCFG

#define S_NEWRENOCFG   16

Definition at line 4146 of file cxgb_regs.h.

◆ S_NEWTIMER

#define S_NEWTIMER   16

Definition at line 148 of file cxgb_regs.h.

◆ S_NFASRCHFAIL

#define S_NFASRCHFAIL   8

Definition at line 6822 of file cxgb_regs.h.

◆ S_NICMODE

#define S_NICMODE   14

Definition at line 3479 of file cxgb_regs.h.

◆ S_NLIP

#define S_NLIP   18

Definition at line 6619 of file cxgb_regs.h.

◆ S_NON0PAUSERCVD

#define S_NON0PAUSERCVD   5

Definition at line 7244 of file cxgb_regs.h.

◆ S_NP_WMARK

#define S_NP_WMARK   11

Definition at line 2045 of file cxgb_regs.h.

◆ S_NUMFSTTRNSEQ

#define S_NUMFSTTRNSEQ   22

Definition at line 1253 of file cxgb_regs.h.

◆ S_NUMFSTTRNSEQRX

#define S_NUMFSTTRNSEQRX   10

Definition at line 1103 of file cxgb_regs.h.

◆ S_OBQDBGADDR

#define S_OBQDBGADDR   16

Definition at line 3380 of file cxgb_regs.h.

◆ S_OBQDBGBUSY

#define S_OBQDBGBUSY   1

Definition at line 3394 of file cxgb_regs.h.

◆ S_OBQDBGEN

#define S_OBQDBGEN   0

Definition at line 3398 of file cxgb_regs.h.

◆ S_OBQDBGQID

#define S_OBQDBGQID   3

Definition at line 3385 of file cxgb_regs.h.

◆ S_OBQDBGWR

#define S_OBQDBGWR   2

Definition at line 3390 of file cxgb_regs.h.

◆ S_OBQSGEPARERR

#define S_OBQSGEPARERR   20

Definition at line 3156 of file cxgb_regs.h.

◆ S_OBQULPHIPARERR

#define S_OBQULPHIPARERR   21

Definition at line 3152 of file cxgb_regs.h.

◆ S_OBQULPLOPARERR

#define S_OBQULPLOPARERR   22

Definition at line 3148 of file cxgb_regs.h.

◆ S_OCDADJUSTMODE

#define S_OCDADJUSTMODE   20

Definition at line 2752 of file cxgb_regs.h.

◆ S_OCDCODE

#define S_OCDCODE   16

Definition at line 2756 of file cxgb_regs.h.

◆ S_OCPARITYERROR

#define S_OCPARITYERROR   17

Definition at line 467 of file cxgb_regs.h.

◆ S_OCSPI0_OFIFO2X_TX_FRAMING_ERROR

#define S_OCSPI0_OFIFO2X_TX_FRAMING_ERROR   7

Definition at line 5659 of file cxgb_regs.h.

◆ S_OCSPI0_RX_FRAMING_ERROR

#define S_OCSPI0_RX_FRAMING_ERROR   11

Definition at line 5643 of file cxgb_regs.h.

◆ S_OCSPI0_TX_FRAMING_ERROR

#define S_OCSPI0_TX_FRAMING_ERROR   9

Definition at line 5651 of file cxgb_regs.h.

◆ S_OCSPI1_OFIFO2X_TX_FRAMING_ERROR

#define S_OCSPI1_OFIFO2X_TX_FRAMING_ERROR   6

Definition at line 5663 of file cxgb_regs.h.

◆ S_OCSPI1_RX_FRAMING_ERROR

#define S_OCSPI1_RX_FRAMING_ERROR   10

Definition at line 5647 of file cxgb_regs.h.

◆ S_OCSPI1_TX_FRAMING_ERROR

#define S_OCSPI1_TX_FRAMING_ERROR   8

Definition at line 5655 of file cxgb_regs.h.

◆ S_OCSPI_PAR_ERROR

#define S_OCSPI_PAR_ERROR   0

Definition at line 5672 of file cxgb_regs.h.

◆ S_ODTEN

#define S_ODTEN   7

Definition at line 2718 of file cxgb_regs.h.

◆ S_OESPI0_OFIFO2X_TX_FRAMING_ERROR

#define S_OESPI0_OFIFO2X_TX_FRAMING_ERROR   7

Definition at line 5734 of file cxgb_regs.h.

◆ S_OESPI0_RX_FRAMING_ERROR

#define S_OESPI0_RX_FRAMING_ERROR   11

Definition at line 5718 of file cxgb_regs.h.

◆ S_OESPI0_TX_FRAMING_ERROR

#define S_OESPI0_TX_FRAMING_ERROR   9

Definition at line 5726 of file cxgb_regs.h.

◆ S_OESPI1_OFIFO2X_TX_FRAMING_ERROR

#define S_OESPI1_OFIFO2X_TX_FRAMING_ERROR   6

Definition at line 5738 of file cxgb_regs.h.

◆ S_OESPI1_RX_FRAMING_ERROR

#define S_OESPI1_RX_FRAMING_ERROR   10

Definition at line 5722 of file cxgb_regs.h.

◆ S_OESPI1_TX_FRAMING_ERROR

#define S_OESPI1_TX_FRAMING_ERROR   8

Definition at line 5730 of file cxgb_regs.h.

◆ S_OESPI_PAR_ERROR

#define S_OESPI_PAR_ERROR   0

Definition at line 5747 of file cxgb_regs.h.

◆ S_OFD2TUPEN

#define S_OFD2TUPEN   20

Definition at line 4497 of file cxgb_regs.h.

◆ S_OFD4TUPEN

#define S_OFD4TUPEN   21

Definition at line 4493 of file cxgb_regs.h.

◆ S_OFDLKPEN

#define S_OFDLKPEN   16

Definition at line 4505 of file cxgb_regs.h.

◆ S_OFDMAPEN

#define S_OFDMAPEN   17

Definition at line 4501 of file cxgb_regs.h.

◆ S_OFFSET

#define S_OFFSET   2

Definition at line 1471 of file cxgb_regs.h.

◆ S_OFFSETEN

#define S_OFFSETEN   1

Definition at line 1476 of file cxgb_regs.h.

◆ S_ONEINTMULTQ

#define S_ONEINTMULTQ   5

Definition at line 106 of file cxgb_regs.h.

◆ S_ONFLYDDPENABLE

#define S_ONFLYDDPENABLE   2

Definition at line 4176 of file cxgb_regs.h.

◆ S_OP

#define S_OP   0

Definition at line 3007 of file cxgb_regs.h.

◆ S_OPTONEINTMULTQ

#define S_OPTONEINTMULTQ   23

Definition at line 63 of file cxgb_regs.h.

◆ S_ORG

#define S_ORG   5

Definition at line 2726 of file cxgb_regs.h.

◆ S_OUT_CCPL

#define S_OUT_CCPL   2

Definition at line 3561 of file cxgb_regs.h.

◆ S_OUT_CETHERNET

#define S_OUT_CETHERNET   0

Definition at line 3565 of file cxgb_regs.h.

◆ S_OUT_ECPL

#define S_OUT_ECPL   8

Definition at line 3545 of file cxgb_regs.h.

◆ S_OUT_EETHERNET

#define S_OUT_EETHERNET   6

Definition at line 3549 of file cxgb_regs.h.

◆ S_P_WMARK

#define S_P_WMARK   18

Definition at line 2040 of file cxgb_regs.h.

◆ S_PACKETDROPS

#define S_PACKETDROPS   0

Definition at line 5162 of file cxgb_regs.h.

◆ S_PAGEPODME

#define S_PAGEPODME   2

Definition at line 5378 of file cxgb_regs.h.

◆ S_PARERR

#define S_PARERR   0

Definition at line 5424 of file cxgb_regs.h.

◆ S_PARERRDATA

#define S_PARERRDATA   0

Definition at line 5420 of file cxgb_regs.h.

◆ S_PARERRPCMD

#define S_PARERRPCMD   1

Definition at line 5416 of file cxgb_regs.h.

◆ S_PARITYERR

#define S_PARITYERR   6

Definition at line 6830 of file cxgb_regs.h.

◆ S_PARLAT

#define S_PARLAT   0

Definition at line 6730 of file cxgb_regs.h.

◆ S_PATDETECTED

#define S_PATDETECTED   31

Definition at line 8352 of file cxgb_regs.h.

◆ S_PATHMTU

#define S_PATHMTU   15

Definition at line 3609 of file cxgb_regs.h.

◆ S_PAUSECNTRTIMEOUT

#define S_PAUSECNTRTIMEOUT   6

Definition at line 7240 of file cxgb_regs.h.

◆ S_PAUSEFRAMETXMT

#define S_PAUSEFRAMETXMT   7

Definition at line 7236 of file cxgb_regs.h.

◆ S_PAUSESLOWTIMER

#define S_PAUSESLOWTIMER   0

Definition at line 7390 of file cxgb_regs.h.

◆ S_PAUSESLOWTIMEREN

#define S_PAUSESLOWTIMEREN   31

Definition at line 7386 of file cxgb_regs.h.

◆ S_PAUSETIMER

#define S_PAUSETIMER   0

Definition at line 7397 of file cxgb_regs.h.

◆ S_PBL_BOUND_ERR_CH0

#define S_PBL_BOUND_ERR_CH0   0

Definition at line 5544 of file cxgb_regs.h.

◆ S_PBL_BOUND_ERR_CH1

#define S_PBL_BOUND_ERR_CH1   1

Definition at line 5540 of file cxgb_regs.h.

◆ S_PCIE_BANDGAP

#define S_PCIE_BANDGAP   3

Definition at line 1559 of file cxgb_regs.h.

◆ S_PCIE_BGENB

#define S_PCIE_BGENB   16

Definition at line 1534 of file cxgb_regs.h.

◆ S_PCIE_BISTCYCLETHRESH

#define S_PCIE_BISTCYCLETHRESH   3

Definition at line 2062 of file cxgb_regs.h.

◆ S_PCIE_BISTDONE

#define S_PCIE_BISTDONE   24

Definition at line 2057 of file cxgb_regs.h.

◆ S_PCIE_CFPARERR

#define S_PCIE_CFPARERR   11

Definition at line 975 of file cxgb_regs.h.

◆ S_PCIE_CLIDECEN

#define S_PCIE_CLIDECEN   16

Definition at line 1058 of file cxgb_regs.h.

◆ S_PCIE_CMURANGE

#define S_PCIE_CMURANGE   17

Definition at line 1529 of file cxgb_regs.h.

◆ S_PCIE_DMASTOPEN

#define S_PCIE_DMASTOPEN   24

Definition at line 1026 of file cxgb_regs.h.

◆ S_PCIE_EN8B10B

#define S_PCIE_EN8B10B   13

Definition at line 1546 of file cxgb_regs.h.

◆ S_PCIE_ENCOMMA

#define S_PCIE_ENCOMMA   14

Definition at line 1542 of file cxgb_regs.h.

◆ S_PCIE_ENELBUF

#define S_PCIE_ENELBUF   12

Definition at line 1550 of file cxgb_regs.h.

◆ S_PCIE_ENSKPDROP

#define S_PCIE_ENSKPDROP   15

Definition at line 1538 of file cxgb_regs.h.

◆ S_PCIE_GAIN

#define S_PCIE_GAIN   7

Definition at line 1554 of file cxgb_regs.h.

◆ S_PCIE_LOCK

#define S_PCIE_LOCK   20

Definition at line 2438 of file cxgb_regs.h.

◆ S_PCIE_MAXSPLTRNC

#define S_PCIE_MAXSPLTRNC   7

Definition at line 1062 of file cxgb_regs.h.

◆ S_PCIE_MAXSPLTRNR

#define S_PCIE_MAXSPLTRNR   1

Definition at line 1067 of file cxgb_regs.h.

◆ S_PCIE_MSIXPARERR

#define S_PCIE_MSIXPARERR   12

Definition at line 970 of file cxgb_regs.h.

◆ S_PCIE_OCLK_EN

#define S_PCIE_OCLK_EN   20

Definition at line 2388 of file cxgb_regs.h.

◆ S_PCIE_PIOPARERR

#define S_PCIE_PIOPARERR   8

Definition at line 987 of file cxgb_regs.h.

◆ S_PCIE_RFPARERR

#define S_PCIE_RFPARERR   10

Definition at line 979 of file cxgb_regs.h.

◆ S_PCIE_RXADDSKIPLANE0

#define S_PCIE_RXADDSKIPLANE0   0

Definition at line 2034 of file cxgb_regs.h.

◆ S_PCIE_RXADDSKIPLANE1

#define S_PCIE_RXADDSKIPLANE1   1

Definition at line 2030 of file cxgb_regs.h.

◆ S_PCIE_RXADDSKIPLANE2

#define S_PCIE_RXADDSKIPLANE2   2

Definition at line 2026 of file cxgb_regs.h.

◆ S_PCIE_RXADDSKIPLANE3

#define S_PCIE_RXADDSKIPLANE3   3

Definition at line 2022 of file cxgb_regs.h.

◆ S_PCIE_RXERRLANE0

#define S_PCIE_RXERRLANE0   0

Definition at line 1694 of file cxgb_regs.h.

◆ S_PCIE_RXERRLANE1

#define S_PCIE_RXERRLANE1   3

Definition at line 1689 of file cxgb_regs.h.

◆ S_PCIE_RXERRLANE2

#define S_PCIE_RXERRLANE2   6

Definition at line 1684 of file cxgb_regs.h.

◆ S_PCIE_RXERRLANE3

#define S_PCIE_RXERRLANE3   9

Definition at line 1679 of file cxgb_regs.h.

◆ S_PCIE_RXKLOCKLANE0

#define S_PCIE_RXKLOCKLANE0   16

Definition at line 1805 of file cxgb_regs.h.

◆ S_PCIE_RXKLOCKLANE1

#define S_PCIE_RXKLOCKLANE1   17

Definition at line 1801 of file cxgb_regs.h.

◆ S_PCIE_RXKLOCKLANE2

#define S_PCIE_RXKLOCKLANE2   18

Definition at line 1797 of file cxgb_regs.h.

◆ S_PCIE_RXKLOCKLANE3

#define S_PCIE_RXKLOCKLANE3   19

Definition at line 1793 of file cxgb_regs.h.

◆ S_PCIE_RXOFLOWLANE0

#define S_PCIE_RXOFLOWLANE0   0

Definition at line 1869 of file cxgb_regs.h.

◆ S_PCIE_RXOFLOWLANE1

#define S_PCIE_RXOFLOWLANE1   1

Definition at line 1865 of file cxgb_regs.h.

◆ S_PCIE_RXOFLOWLANE2

#define S_PCIE_RXOFLOWLANE2   2

Definition at line 1861 of file cxgb_regs.h.

◆ S_PCIE_RXOFLOWLANE3

#define S_PCIE_RXOFLOWLANE3   3

Definition at line 1857 of file cxgb_regs.h.

◆ S_PCIE_RXREMSKIPLANE0

#define S_PCIE_RXREMSKIPLANE0   8

Definition at line 2002 of file cxgb_regs.h.

◆ S_PCIE_RXREMSKIPLANE1

#define S_PCIE_RXREMSKIPLANE1   9

Definition at line 1998 of file cxgb_regs.h.

◆ S_PCIE_RXREMSKIPLANE2

#define S_PCIE_RXREMSKIPLANE2   10

Definition at line 1994 of file cxgb_regs.h.

◆ S_PCIE_RXREMSKIPLANE3

#define S_PCIE_RXREMSKIPLANE3   11

Definition at line 1990 of file cxgb_regs.h.

◆ S_PCIE_RXUFLOWLANE0

#define S_PCIE_RXUFLOWLANE0   8

Definition at line 1837 of file cxgb_regs.h.

◆ S_PCIE_RXUFLOWLANE1

#define S_PCIE_RXUFLOWLANE1   9

Definition at line 1833 of file cxgb_regs.h.

◆ S_PCIE_RXUFLOWLANE2

#define S_PCIE_RXUFLOWLANE2   10

Definition at line 1829 of file cxgb_regs.h.

◆ S_PCIE_RXUFLOWLANE3

#define S_PCIE_RXUFLOWLANE3   11

Definition at line 1825 of file cxgb_regs.h.

◆ S_PCIE_WFPARERR

#define S_PCIE_WFPARERR   9

Definition at line 983 of file cxgb_regs.h.

◆ S_PCIE_ZINSEL

#define S_PCIE_ZINSEL   11

Definition at line 1202 of file cxgb_regs.h.

◆ S_PCIM0

#define S_PCIM0   1

Definition at line 6455 of file cxgb_regs.h.

◆ S_PCIMODELOOP

#define S_PCIMODELOOP   26

Definition at line 1315 of file cxgb_regs.h.

◆ S_PCIRELAX

#define S_PCIRELAX   10

Definition at line 93 of file cxgb_regs.h.

◆ S_PCIX_LOCK

#define S_PCIX_LOCK   16

Definition at line 2418 of file cxgb_regs.h.

◆ S_PCIX_OCLK_EN

#define S_PCIX_OCLK_EN   16

Definition at line 2396 of file cxgb_regs.h.

◆ S_PCIXINITPAT

#define S_PCIXINITPAT   2

Definition at line 713 of file cxgb_regs.h.

◆ S_PCLKDETECT

#define S_PCLKDETECT   0

Definition at line 1653 of file cxgb_regs.h.

◆ S_PCLKOFFINP1

#define S_PCLKOFFINP1   0

Definition at line 1460 of file cxgb_regs.h.

◆ S_PCLKRANGE

#define S_PCLKRANGE   6

Definition at line 708 of file cxgb_regs.h.

◆ S_PCLKREQINP1

#define S_PCLKREQINP1   1

Definition at line 1456 of file cxgb_regs.h.

◆ S_PCLKTREE_DBG_EN

#define S_PCLKTREE_DBG_EN   17

Definition at line 2392 of file cxgb_regs.h.

◆ S_PCMD0THRESHOLD

#define S_PCMD0THRESHOLD   16

Definition at line 5365 of file cxgb_regs.h.

◆ S_PCMD1THRESHOLD

#define S_PCMD1THRESHOLD   24

Definition at line 5360 of file cxgb_regs.h.

◆ S_PCMDMUXPERR

#define S_PCMDMUXPERR   5

Definition at line 5400 of file cxgb_regs.h.

◆ S_PCS_CTCFIFOERR

#define S_PCS_CTCFIFOERR   1

Definition at line 8326 of file cxgb_regs.h.

◆ S_PCS_NOTALIGNED

#define S_PCS_NOTALIGNED   0

Definition at line 8331 of file cxgb_regs.h.

◆ S_PCS_RESET_

#define S_PCS_RESET_   1

Definition at line 7572 of file cxgb_regs.h.

◆ S_PCS_SYNCSTATUS

#define S_PCS_SYNCSTATUS   5

Definition at line 8321 of file cxgb_regs.h.

◆ S_PE

#define S_PE   2

Definition at line 3048 of file cxgb_regs.h.

◆ S_PE_LOCK

#define S_PE_LOCK   16

Definition at line 2374 of file cxgb_regs.h.

◆ S_PE_LOCK_ACT_LOW

#define S_PE_LOCK_ACT_LOW   16

Definition at line 2536 of file cxgb_regs.h.

◆ S_PE_RBC_DBG_EN

#define S_PE_RBC_DBG_EN   0

Definition at line 2462 of file cxgb_regs.h.

◆ S_PE_RBC_LANE_SEL

#define S_PE_RBC_LANE_SEL   4

Definition at line 2457 of file cxgb_regs.h.

◆ S_PE_REFCLK_DBG_EN

#define S_PE_REFCLK_DBG_EN   12

Definition at line 2580 of file cxgb_regs.h.

◆ S_PE_REFCLK_PD

#define S_PE_REFCLK_PD   4

Definition at line 2593 of file cxgb_regs.h.

◆ S_PE_REFCLK_TERMADJ

#define S_PE_REFCLK_TERMADJ   5

Definition at line 2588 of file cxgb_regs.h.

◆ S_PER_CAL_DIV

#define S_PER_CAL_DIV   22

Definition at line 2894 of file cxgb_regs.h.

◆ S_PER_CAL_EN

#define S_PER_CAL_EN   21

Definition at line 2899 of file cxgb_regs.h.

◆ S_PERCALDIV

#define S_PERCALDIV   22

Definition at line 732 of file cxgb_regs.h.

◆ S_PERCALEN

#define S_PERCALEN   21

Definition at line 737 of file cxgb_regs.h.

◆ S_PERREFEN

#define S_PERREFEN   0

Definition at line 2788 of file cxgb_regs.h.

◆ S_PERSHIFTBACKOFFMAX

#define S_PERSHIFTBACKOFFMAX   12

Definition at line 4394 of file cxgb_regs.h.

◆ S_PERSHIFTMAX

#define S_PERSHIFTMAX   8

Definition at line 4399 of file cxgb_regs.h.

◆ S_PERSMAX

#define S_PERSMAX   0

Definition at line 4330 of file cxgb_regs.h.

◆ S_PERSMIN

#define S_PERSMIN   0

Definition at line 4323 of file cxgb_regs.h.

◆ S_PEXERR

#define S_PEXERR   0

Definition at line 1019 of file cxgb_regs.h.

◆ S_PEXMSG

#define S_PEXMSG   2

Definition at line 1011 of file cxgb_regs.h.

◆ S_PHALIGNFIFOTHRESH

#define S_PHALIGNFIFOTHRESH   1

Definition at line 7473 of file cxgb_regs.h.

◆ S_PHYADDR

#define S_PHYADDR   5

Definition at line 6300 of file cxgb_regs.h.

◆ S_PHYFRAMECOMPLETE

#define S_PHYFRAMECOMPLETE   8

Definition at line 7232 of file cxgb_regs.h.

◆ S_PHYRCVERR

#define S_PHYRCVERR   10

Definition at line 1380 of file cxgb_regs.h.

◆ S_PILADBGRDPTR

#define S_PILADBGRDPTR   14

Definition at line 3423 of file cxgb_regs.h.

◆ S_PILADBGWRPTR

#define S_PILADBGWRPTR   0

Definition at line 3449 of file cxgb_regs.h.

◆ S_PINGDROP

#define S_PINGDROP   20

Definition at line 3596 of file cxgb_regs.h.

◆ S_PIO_ADDRESS

#define S_PIO_ADDRESS   0

Definition at line 7636 of file cxgb_regs.h.

◆ S_PIO_READY

#define S_PIO_READY   31

Definition at line 7628 of file cxgb_regs.h.

◆ S_PIO_REQFIFOCNT

#define S_PIO_REQFIFOCNT   5

Definition at line 1167 of file cxgb_regs.h.

◆ S_PIO_RSPFIFOCNT

#define S_PIO_RSPFIFOCNT   11

Definition at line 1162 of file cxgb_regs.h.

◆ S_PIO_RSPPND

#define S_PIO_RSPPND   2

Definition at line 870 of file cxgb_regs.h.

◆ S_PIO_STATEISC

#define S_PIO_STATEISC   18

Definition at line 1098 of file cxgb_regs.h.

◆ S_PIO_STATEPL

#define S_PIO_STATEPL   20

Definition at line 1093 of file cxgb_regs.h.

◆ S_PIO_WRRD

#define S_PIO_WRRD   24

Definition at line 7632 of file cxgb_regs.h.

◆ S_PIOACK64EN

#define S_PIOACK64EN   0

Definition at line 702 of file cxgb_regs.h.

◆ S_PIOPARERR

#define S_PIOPARERR   11

Definition at line 607 of file cxgb_regs.h.

◆ S_PIOREQFIFOLEVEL

#define S_PIOREQFIFOLEVEL   26

Definition at line 803 of file cxgb_regs.h.

◆ S_PIORESPFIFOLEVEL

#define S_PIORESPFIFOLEVEL   7

Definition at line 849 of file cxgb_regs.h.

◆ S_PIOST

#define S_PIOST   2

Definition at line 934 of file cxgb_regs.h.

◆ S_PKTSHIFT

#define S_PKTSHIFT   6

Definition at line 101 of file cxgb_regs.h.

◆ S_PLL_C_LOCK

#define S_PLL_C_LOCK   0

Definition at line 2434 of file cxgb_regs.h.

◆ S_PLL_M_LOCK

#define S_PLL_M_LOCK   4

Definition at line 2430 of file cxgb_regs.h.

◆ S_PLL_R_LOCK

#define S_PLL_R_LOCK   8

Definition at line 2426 of file cxgb_regs.h.

◆ S_PLL_U_LOCK

#define S_PLL_U_LOCK   12

Definition at line 2422 of file cxgb_regs.h.

◆ S_PLLLCKCYC

#define S_PLLLCKCYC   6

Definition at line 1442 of file cxgb_regs.h.

◆ S_PLM_REQFIFOCNT

#define S_PLM_REQFIFOCNT   22

Definition at line 1133 of file cxgb_regs.h.

◆ S_PM1_RX

#define S_PM1_RX   9

Definition at line 6423 of file cxgb_regs.h.

◆ S_PM1_TX

#define S_PM1_TX   10

Definition at line 6419 of file cxgb_regs.h.

◆ S_PMASEL

#define S_PMASEL   3

Definition at line 1426 of file cxgb_regs.h.

◆ S_PME_STATE

#define S_PME_STATE   7

Definition at line 1233 of file cxgb_regs.h.

◆ S_PMEXITL1REQ

#define S_PMEXITL1REQ   28

Definition at line 1307 of file cxgb_regs.h.

◆ S_PMIST

#define S_PMIST   21

Definition at line 894 of file cxgb_regs.h.

◆ S_PMMAXXFERLEN0

#define S_PMMAXXFERLEN0   0

Definition at line 4278 of file cxgb_regs.h.

◆ S_PMMAXXFERLEN1

#define S_PMMAXXFERLEN1   16

Definition at line 4273 of file cxgb_regs.h.

◆ S_PMON_AUTO

#define S_PMON_AUTO   0

Definition at line 2574 of file cxgb_regs.h.

◆ S_PMON_CDEL_AUTO

#define S_PMON_CDEL_AUTO   16

Definition at line 2555 of file cxgb_regs.h.

◆ S_PMON_CDEL_MANUAL

#define S_PMON_CDEL_MANUAL   4

Definition at line 2565 of file cxgb_regs.h.

◆ S_PMON_DONE

#define S_PMON_DONE   29

Definition at line 2542 of file cxgb_regs.h.

◆ S_PMON_FAIL

#define S_PMON_FAIL   28

Definition at line 2546 of file cxgb_regs.h.

◆ S_PMON_FDEL_AUTO

#define S_PMON_FDEL_AUTO   22

Definition at line 2550 of file cxgb_regs.h.

◆ S_PMON_FDEL_MANUAL

#define S_PMON_FDEL_MANUAL   10

Definition at line 2560 of file cxgb_regs.h.

◆ S_PMON_MANUAL

#define S_PMON_MANUAL   1

Definition at line 2570 of file cxgb_regs.h.

◆ S_PMRXMAXPAGE

#define S_PMRXMAXPAGE   0

Definition at line 3683 of file cxgb_regs.h.

◆ S_PMSIZE

#define S_PMSIZE   0

Definition at line 3672 of file cxgb_regs.h.

◆ S_PMSTCHNG

#define S_PMSTCHNG   3

Definition at line 1007 of file cxgb_regs.h.

◆ S_PMTXIDLE

#define S_PMTXIDLE   27

Definition at line 1311 of file cxgb_regs.h.

◆ S_PMTXMAXPAGE

#define S_PMTXMAXPAGE   0

Definition at line 3691 of file cxgb_regs.h.

◆ S_PO_DWR

#define S_PO_DWR   0

Definition at line 6996 of file cxgb_regs.h.

◆ S_PO_MWR

#define S_PO_MWR   0

Definition at line 7003 of file cxgb_regs.h.

◆ S_POLADBGRDPTR

#define S_POLADBGRDPTR   23

Definition at line 3418 of file cxgb_regs.h.

◆ S_POLADBGWRPTR

#define S_POLADBGWRPTR   16

Definition at line 3444 of file cxgb_regs.h.

◆ S_PORT0ACTIVE

#define S_PORT0ACTIVE   0

Definition at line 5796 of file cxgb_regs.h.

◆ S_PORT0MTUVALUE

#define S_PORT0MTUVALUE   0

Definition at line 4418 of file cxgb_regs.h.

◆ S_PORT1ACTIVE

#define S_PORT1ACTIVE   1

Definition at line 5792 of file cxgb_regs.h.

◆ S_PORT1MTUVALUE

#define S_PORT1MTUVALUE   16

Definition at line 4413 of file cxgb_regs.h.

◆ S_PORTEN

#define S_PORTEN   0

Definition at line 2102 of file cxgb_regs.h.

◆ S_PORTSPEED

#define S_PORTSPEED   1

Definition at line 7613 of file cxgb_regs.h.

◆ S_POVEREN

#define S_POVEREN   0

Definition at line 6745 of file cxgb_regs.h.

◆ S_PRECYC

#define S_PRECYC   20

Definition at line 2832 of file cxgb_regs.h.

◆ S_PREEMPH

#define S_PREEMPH   0

Definition at line 1568 of file cxgb_regs.h.

◆ S_PREEN

#define S_PREEN   2

Definition at line 6286 of file cxgb_regs.h.

◆ S_PREFDROPINT

#define S_PREFDROPINT   13

Definition at line 3246 of file cxgb_regs.h.

◆ S_PREFDROPINTEN

#define S_PREFDROPINTEN   13

Definition at line 3180 of file cxgb_regs.h.

◆ S_PREREFDIV

#define S_PREREFDIV   1

Definition at line 2783 of file cxgb_regs.h.

◆ S_PRIMARYPORT

#define S_PRIMARYPORT   0

Definition at line 5117 of file cxgb_regs.h.

◆ S_PRIMARYPORTENABLE

#define S_PRIMARYPORTENABLE   30

Definition at line 5093 of file cxgb_regs.h.

◆ S_PRIORITY_CH

#define S_PRIORITY_CH   0

Definition at line 5605 of file cxgb_regs.h.

◆ S_PRIORITYINTA

#define S_PRIORITYINTA   23

Definition at line 1030 of file cxgb_regs.h.

◆ S_PROTECTEDMODE

#define S_PROTECTEDMODE   21

Definition at line 3592 of file cxgb_regs.h.

◆ S_PROTOCOLSRAMPERR

#define S_PROTOCOLSRAMPERR   27

Definition at line 4771 of file cxgb_regs.h.

◆ S_PRTYEN

#define S_PRTYEN   6

Definition at line 6649 of file cxgb_regs.h.

◆ S_PSNCPL

#define S_PSNCPL   0

Definition at line 1420 of file cxgb_regs.h.

◆ S_PSNREQ

#define S_PSNREQ   3

Definition at line 1408 of file cxgb_regs.h.

◆ S_PUSHTIMERENABLE

#define S_PUSHTIMERENABLE   0

Definition at line 4184 of file cxgb_regs.h.

◆ S_PW

#define S_PW   1

Definition at line 1649 of file cxgb_regs.h.

◆ S_PW01

#define S_PW01   10

Definition at line 7791 of file cxgb_regs.h.

◆ S_PW23

#define S_PW23   12

Definition at line 7786 of file cxgb_regs.h.

◆ S_PWRDN0

#define S_PWRDN0   16

Definition at line 7774 of file cxgb_regs.h.

◆ S_PWRDN1

#define S_PWRDN1   17

Definition at line 7770 of file cxgb_regs.h.

◆ S_PWRDN2

#define S_PWRDN2   18

Definition at line 7766 of file cxgb_regs.h.

◆ S_PWRDN3

#define S_PWRDN3   19

Definition at line 7762 of file cxgb_regs.h.

◆ S_PX_LOCK

#define S_PX_LOCK   17

Definition at line 2322 of file cxgb_regs.h.

◆ S_PX_LOCK_ACT_LOW

#define S_PX_LOCK_ACT_LOW   17

Definition at line 2484 of file cxgb_regs.h.

◆ S_QOSMAPPING

#define S_QOSMAPPING   10

Definition at line 3629 of file cxgb_regs.h.

◆ S_R_LOCK

#define S_R_LOCK   18

Definition at line 2318 of file cxgb_regs.h.

◆ S_R_LOCK_ACT_LOW

#define S_R_LOCK_ACT_LOW   18

Definition at line 2480 of file cxgb_regs.h.

◆ S_R_OCLK_EN

#define S_R_OCLK_EN   8

Definition at line 2404 of file cxgb_regs.h.

◆ S_R_REQ_FRAMINGERROR

#define S_R_REQ_FRAMINGERROR   15

Definition at line 475 of file cxgb_regs.h.

◆ S_RAMADDR

#define S_RAMADDR   0

Definition at line 6705 of file cxgb_regs.h.

◆ S_RAMWR

#define S_RAMWR   8

Definition at line 6701 of file cxgb_regs.h.

◆ S_RCPARITYERROR

#define S_RCPARITYERROR   18

Definition at line 463 of file cxgb_regs.h.

◆ S_RCVMSTABT

#define S_RCVMSTABT   3

Definition at line 639 of file cxgb_regs.h.

◆ S_RCVSPLCMPERR

#define S_RCVSPLCMPERR   8

Definition at line 619 of file cxgb_regs.h.

◆ S_RCVTARABT

#define S_RCVTARABT   2

Definition at line 643 of file cxgb_regs.h.

◆ S_RDDPCONGEN

#define S_RDDPCONGEN   25

Definition at line 3795 of file cxgb_regs.h.

◆ S_RDLAT

#define S_RDLAT   16

Definition at line 6713 of file cxgb_regs.h.

◆ S_RDMA_PERMISSIVE_MODE

#define S_RDMA_PERMISSIVE_MODE   3

Definition at line 5374 of file cxgb_regs.h.

◆ S_RDTOWRDLY

#define S_RDTOWRDLY   0

Definition at line 2852 of file cxgb_regs.h.

◆ S_RDY

#define S_RDY   1

Definition at line 2735 of file cxgb_regs.h.

◆ S_READ

#define S_READ   25

Definition at line 6528 of file cxgb_regs.h.

◆ S_READCMD

#define S_READCMD   0

Definition at line 7073 of file cxgb_regs.h.

◆ S_READSNPSHOT

#define S_READSNPSHOT   4

Definition at line 7280 of file cxgb_regs.h.

◆ S_RECDETUSEC

#define S_RECDETUSEC   19

Definition at line 1437 of file cxgb_regs.h.

◆ S_REFCYC

#define S_REFCYC   13

Definition at line 2837 of file cxgb_regs.h.

◆ S_REFSEL

#define S_REFSEL   19

Definition at line 1604 of file cxgb_regs.h.

◆ S_REGADDR

#define S_REGADDR   0

Definition at line 6305 of file cxgb_regs.h.

◆ S_REGSELECT

#define S_REGSELECT   9

Definition at line 2077 of file cxgb_regs.h.

◆ S_RENOCFG

#define S_RENOCFG   0

Definition at line 4156 of file cxgb_regs.h.

◆ S_REPLAYLMT

#define S_REPLAYLMT   2

Definition at line 1258 of file cxgb_regs.h.

◆ S_REPLAYROLLOVER

#define S_REPLAYROLLOVER   15

Definition at line 1360 of file cxgb_regs.h.

◆ S_REPLAYTIMEOUT

#define S_REPLAYTIMEOUT   16

Definition at line 1356 of file cxgb_regs.h.

◆ S_REQQPARERR

#define S_REQQPARERR   16

Definition at line 6802 of file cxgb_regs.h.

◆ S_RESET0

#define S_RESET0   20

Definition at line 7758 of file cxgb_regs.h.

◆ S_RESET1

#define S_RESET1   21

Definition at line 7754 of file cxgb_regs.h.

◆ S_RESET2

#define S_RESET2   22

Definition at line 7750 of file cxgb_regs.h.

◆ S_RESET3

#define S_RESET3   23

Definition at line 7746 of file cxgb_regs.h.

◆ S_RESETPLL01

#define S_RESETPLL01   14

Definition at line 7782 of file cxgb_regs.h.

◆ S_RESETPLL23

#define S_RESETPLL23   15

Definition at line 7778 of file cxgb_regs.h.

◆ S_RESPONSEQ

#define S_RESPONSEQ   18

Definition at line 178 of file cxgb_regs.h.

◆ S_RETRYBUFPARERR

#define S_RETRYBUFPARERR   15

Definition at line 966 of file cxgb_regs.h.

◆ S_RETRYLUTPARERR

#define S_RETRYLUTPARERR   16

Definition at line 962 of file cxgb_regs.h.

◆ S_REV

#define S_REV   0

Definition at line 6486 of file cxgb_regs.h.

◆ S_REWRITEFORCETOSIZE

#define S_REWRITEFORCETOSIZE   0

Definition at line 5333 of file cxgb_regs.h.

◆ S_RF_ACTEMPTY

#define S_RF_ACTEMPTY   16

Definition at line 1158 of file cxgb_regs.h.

◆ S_RF_REQFIFOEMPTY

#define S_RF_REQFIFOEMPTY   17

Definition at line 1154 of file cxgb_regs.h.

◆ S_RF_RSPFIFOEMPTY

#define S_RF_RSPFIFOEMPTY   18

Definition at line 1150 of file cxgb_regs.h.

◆ S_RF_RSPSTATE

#define S_RF_RSPSTATE   10

Definition at line 1228 of file cxgb_regs.h.

◆ S_RF_STATEINI

#define S_RF_STATEINI   26

Definition at line 1083 of file cxgb_regs.h.

◆ S_RFINIST

#define S_RFINIST   24

Definition at line 808 of file cxgb_regs.h.

◆ S_RFPARERR

#define S_RFPARERR   14

Definition at line 597 of file cxgb_regs.h.

◆ S_RFREQFIFOEMPTY

#define S_RFREQFIFOEMPTY   9

Definition at line 845 of file cxgb_regs.h.

◆ S_RFREQRDST

#define S_RFREQRDST   0

Definition at line 939 of file cxgb_regs.h.

◆ S_RFRESPFIFOEMPTY

#define S_RFRESPFIFOEMPTY   10

Definition at line 841 of file cxgb_regs.h.

◆ S_RFRESPRDST

#define S_RFRESPRDST   22

Definition at line 813 of file cxgb_regs.h.

◆ S_RGMII_RESET_

#define S_RGMII_RESET_   2

Definition at line 7568 of file cxgb_regs.h.

◆ S_RGMIIIMPPD

#define S_RGMIIIMPPD   3

Definition at line 7496 of file cxgb_regs.h.

◆ S_RGMIIIMPPU

#define S_RGMIIIMPPU   0

Definition at line 7501 of file cxgb_regs.h.

◆ S_RGMIILINKSTSCHANGE

#define S_RGMIILINKSTSCHANGE   1

Definition at line 7699 of file cxgb_regs.h.

◆ S_RGMIIRXFIFOOVERFLOW

#define S_RGMIIRXFIFOOVERFLOW   23

Definition at line 7647 of file cxgb_regs.h.

◆ S_RGMIIRXFIFOUNDERFLOW

#define S_RGMIIRXFIFOUNDERFLOW   22

Definition at line 7651 of file cxgb_regs.h.

◆ S_RLDWTTOTAL

#define S_RLDWTTOTAL   0

Definition at line 5814 of file cxgb_regs.h.

◆ S_RLDWTTPD0

#define S_RLDWTTPD0   0

Definition at line 5807 of file cxgb_regs.h.

◆ S_RLDWTTPD1

#define S_RLDWTTPD1   11

Definition at line 5802 of file cxgb_regs.h.

◆ S_RMFCS

#define S_RMFCS   6

Definition at line 7156 of file cxgb_regs.h.

◆ S_ROUND_ROBIN

#define S_ROUND_ROBIN   4

Definition at line 5370 of file cxgb_regs.h.

◆ S_ROUTINGHIT

#define S_ROUTINGHIT   2

Definition at line 6846 of file cxgb_regs.h.

◆ S_RQFEEDBACKENABLE

#define S_RQFEEDBACKENABLE   3

Definition at line 4534 of file cxgb_regs.h.

◆ S_RRCPLCPUSIZE

#define S_RRCPLCPUSIZE   4

Definition at line 4529 of file cxgb_regs.h.

◆ S_RRCPLMAPEN

#define S_RRCPLMAPEN   7

Definition at line 4525 of file cxgb_regs.h.

◆ S_RSPQ

#define S_RSPQ   29

Definition at line 143 of file cxgb_regs.h.

◆ S_RSPQ0DISABLED

#define S_RSPQ0DISABLED   8

Definition at line 289 of file cxgb_regs.h.

◆ S_RSPQ0STARVED

#define S_RSPQ0STARVED   0

Definition at line 252 of file cxgb_regs.h.

◆ S_RSPQ1DISABLED

#define S_RSPQ1DISABLED   9

Definition at line 293 of file cxgb_regs.h.

◆ S_RSPQ1STARVED

#define S_RSPQ1STARVED   1

Definition at line 256 of file cxgb_regs.h.

◆ S_RSPQ2DISABLED

#define S_RSPQ2DISABLED   10

Definition at line 297 of file cxgb_regs.h.

◆ S_RSPQ2STARVED

#define S_RSPQ2STARVED   2

Definition at line 260 of file cxgb_regs.h.

◆ S_RSPQ3DISABLED

#define S_RSPQ3DISABLED   11

Definition at line 301 of file cxgb_regs.h.

◆ S_RSPQ3STARVED

#define S_RSPQ3STARVED   3

Definition at line 264 of file cxgb_regs.h.

◆ S_RSPQ4DISABLED

#define S_RSPQ4DISABLED   12

Definition at line 305 of file cxgb_regs.h.

◆ S_RSPQ4STARVED

#define S_RSPQ4STARVED   4

Definition at line 268 of file cxgb_regs.h.

◆ S_RSPQ5DISABLED

#define S_RSPQ5DISABLED   13

Definition at line 309 of file cxgb_regs.h.

◆ S_RSPQ5STARVED

#define S_RSPQ5STARVED   5

Definition at line 272 of file cxgb_regs.h.

◆ S_RSPQ6DISABLED

#define S_RSPQ6DISABLED   14

Definition at line 313 of file cxgb_regs.h.

◆ S_RSPQ6STARVED

#define S_RSPQ6STARVED   6

Definition at line 276 of file cxgb_regs.h.

◆ S_RSPQ7DISABLED

#define S_RSPQ7DISABLED   15

Definition at line 317 of file cxgb_regs.h.

◆ S_RSPQ7STARVED

#define S_RSPQ7STARVED   7

Definition at line 280 of file cxgb_regs.h.

◆ S_RSPQCREDITOVERFOW

#define S_RSPQCREDITOVERFOW   2

Definition at line 527 of file cxgb_regs.h.

◆ S_RSPQDISABLED

#define S_RSPQDISABLED   3

Definition at line 523 of file cxgb_regs.h.

◆ S_RSPQSTARVE

#define S_RSPQSTARVE   0

Definition at line 535 of file cxgb_regs.h.

◆ S_RSPQXSTARVED

#define S_RSPQXSTARVED   0

Definition at line 284 of file cxgb_regs.h.

◆ S_RSTMAX

#define S_RSTMAX   0

Definition at line 6758 of file cxgb_regs.h.

◆ S_RSTWRMMODE

#define S_RSTWRMMODE   1

Definition at line 698 of file cxgb_regs.h.

◆ S_RSVDSPACEINT

#define S_RSVDSPACEINT   0

Definition at line 3298 of file cxgb_regs.h.

◆ S_RSVDSPACEINTEN

#define S_RSVDSPACEINTEN   0

Definition at line 3232 of file cxgb_regs.h.

◆ S_RTINDX

#define S_RTINDX   0

Definition at line 6686 of file cxgb_regs.h.

◆ S_RX_MOD_CHANNEL_WEIGHT0

#define S_RX_MOD_CHANNEL_WEIGHT0   16

Definition at line 4676 of file cxgb_regs.h.

◆ S_RX_MOD_CHANNEL_WEIGHT1

#define S_RX_MOD_CHANNEL_WEIGHT1   24

Definition at line 4671 of file cxgb_regs.h.

◆ S_RX_MOD_RATE_LIMIT_INC

#define S_RX_MOD_RATE_LIMIT_INC   24

Definition at line 4693 of file cxgb_regs.h.

◆ S_RX_MOD_RATE_LIMIT_TICK

#define S_RX_MOD_RATE_LIMIT_TICK   16

Definition at line 4698 of file cxgb_regs.h.

◆ S_RX_MOD_WEIGHT

#define S_RX_MOD_WEIGHT   24

Definition at line 4605 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE0

#define S_RXADDSKIPLANE0   0

Definition at line 8315 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE1

#define S_RXADDSKIPLANE1   1

Definition at line 8311 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE2

#define S_RXADDSKIPLANE2   2

Definition at line 8307 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE3

#define S_RXADDSKIPLANE3   3

Definition at line 8303 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE4

#define S_RXADDSKIPLANE4   4

Definition at line 2018 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE5

#define S_RXADDSKIPLANE5   5

Definition at line 2014 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE6

#define S_RXADDSKIPLANE6   6

Definition at line 2010 of file cxgb_regs.h.

◆ S_RXADDSKIPLANE7

#define S_RXADDSKIPLANE7   7

Definition at line 2006 of file cxgb_regs.h.

◆ S_RXBYTES_HIGH

#define S_RXBYTES_HIGH   0

Definition at line 8126 of file cxgb_regs.h.

◆ S_RXBYTESWAP

#define S_RXBYTESWAP   2

Definition at line 7328 of file cxgb_regs.h.

◆ S_RXCOALESCEENABLE

#define S_RXCOALESCEENABLE   1

Definition at line 4131 of file cxgb_regs.h.

◆ S_RXCOALESCEPSHEN

#define S_RXCOALESCEPSHEN   0

Definition at line 4135 of file cxgb_regs.h.

◆ S_RXCOALESCESIZE

#define S_RXCOALESCESIZE   0

Definition at line 4073 of file cxgb_regs.h.

◆ S_RXCOMADJ

#define S_RXCOMADJ   2

Definition at line 1564 of file cxgb_regs.h.

◆ S_RXCONGESTIONMODE

#define S_RXCONGESTIONMODE   19

Definition at line 3819 of file cxgb_regs.h.

◆ S_RXCRCERRFRAMES

#define S_RXCRCERRFRAMES   0

Definition at line 8178 of file cxgb_regs.h.

◆ S_RXDDPOFFINIT

#define S_RXDDPOFFINIT   3

Definition at line 4172 of file cxgb_regs.h.

◆ S_RXDEBUGFLAGS

#define S_RXDEBUGFLAGS   16

Definition at line 5007 of file cxgb_regs.h.

◆ S_RXDETECT

#define S_RXDETECT   1

Definition at line 1900 of file cxgb_regs.h.

◆ S_RXDETECTCHG

#define S_RXDETECTCHG   5

Definition at line 1888 of file cxgb_regs.h.

◆ S_RXEIDLANE0

#define S_RXEIDLANE0   16

Definition at line 1970 of file cxgb_regs.h.

◆ S_RXEIDLANE1

#define S_RXEIDLANE1   17

Definition at line 1966 of file cxgb_regs.h.

◆ S_RXEIDLANE2

#define S_RXEIDLANE2   18

Definition at line 1962 of file cxgb_regs.h.

◆ S_RXEIDLANE3

#define S_RXEIDLANE3   19

Definition at line 1958 of file cxgb_regs.h.

◆ S_RXEIDLANE4

#define S_RXEIDLANE4   20

Definition at line 1954 of file cxgb_regs.h.

◆ S_RXEIDLANE5

#define S_RXEIDLANE5   21

Definition at line 1950 of file cxgb_regs.h.

◆ S_RXEIDLANE6

#define S_RXEIDLANE6   22

Definition at line 1946 of file cxgb_regs.h.

◆ S_RXEIDLANE7

#define S_RXEIDLANE7   23

Definition at line 1942 of file cxgb_regs.h.

◆ S_RXEN

#define S_RXEN   0

Definition at line 7126 of file cxgb_regs.h.

◆ S_RXENABLE

#define S_RXENABLE   4

Definition at line 7452 of file cxgb_regs.h.

◆ S_RXENERRORGATHER

#define S_RXENERRORGATHER   16

Definition at line 7541 of file cxgb_regs.h.

◆ S_RXENFRAMER

#define S_RXENFRAMER   14

Definition at line 7549 of file cxgb_regs.h.

◆ S_RXENSINGLEFLIT

#define S_RXENSINGLEFLIT   15

Definition at line 7545 of file cxgb_regs.h.

◆ S_RXEQCTL

#define S_RXEQCTL   22

Definition at line 1595 of file cxgb_regs.h.

◆ S_RXERRLANE0

#define S_RXERRLANE0   0

Definition at line 8214 of file cxgb_regs.h.

◆ S_RXERRLANE1

#define S_RXERRLANE1   3

Definition at line 8209 of file cxgb_regs.h.

◆ S_RXERRLANE2

#define S_RXERRLANE2   6

Definition at line 8204 of file cxgb_regs.h.

◆ S_RXERRLANE3

#define S_RXERRLANE3   9

Definition at line 8199 of file cxgb_regs.h.

◆ S_RXERRLANE4

#define S_RXERRLANE4   12

Definition at line 1674 of file cxgb_regs.h.

◆ S_RXERRLANE5

#define S_RXERRLANE5   15

Definition at line 1669 of file cxgb_regs.h.

◆ S_RXERRLANE6

#define S_RXERRLANE6   18

Definition at line 1664 of file cxgb_regs.h.

◆ S_RXERRLANE7

#define S_RXERRLANE7   21

Definition at line 1659 of file cxgb_regs.h.

◆ S_RXFBARBPRIO

#define S_RXFBARBPRIO   25

Definition at line 3462 of file cxgb_regs.h.

◆ S_RXFIFO_EMPTY

#define S_RXFIFO_EMPTY   31

Definition at line 7302 of file cxgb_regs.h.

◆ S_RXFIFO_FULL

#define S_RXFIFO_FULL   30

Definition at line 7306 of file cxgb_regs.h.

◆ S_RXFIFO_OVERFLOW

#define S_RXFIFO_OVERFLOW   12

Definition at line 7677 of file cxgb_regs.h.

◆ S_RXFIFO_PRTY_ERR

#define S_RXFIFO_PRTY_ERR   14

Definition at line 7668 of file cxgb_regs.h.

◆ S_RXFIFOCONFIG

#define S_RXFIFOCONFIG   10

Definition at line 5345 of file cxgb_regs.h.

◆ S_RXFIFOPAUSEHWM

#define S_RXFIFOPAUSEHWM   17

Definition at line 7310 of file cxgb_regs.h.

◆ S_RXFIFOPAUSELWM

#define S_RXFIFOPAUSELWM   5

Definition at line 7315 of file cxgb_regs.h.

◆ S_RXFLOWCONTROLDISABLE

#define S_RXFLOWCONTROLDISABLE   25

Definition at line 3576 of file cxgb_regs.h.

◆ S_RXFRAGENABLE

#define S_RXFRAGENABLE   12

Definition at line 4093 of file cxgb_regs.h.

◆ S_RXFRAMES_HIGH

#define S_RXFRAMES_HIGH   0

Definition at line 8134 of file cxgb_regs.h.

◆ S_RXFUTUREDATA

#define S_RXFUTUREDATA   21

Definition at line 4935 of file cxgb_regs.h.

◆ S_RXJABBERFRAMES

#define S_RXJABBERFRAMES   0

Definition at line 8171 of file cxgb_regs.h.

◆ S_RXKLOCKLANE0

#define S_RXKLOCKLANE0   8

Definition at line 8233 of file cxgb_regs.h.

◆ S_RXKLOCKLANE1

#define S_RXKLOCKLANE1   9

Definition at line 8229 of file cxgb_regs.h.

◆ S_RXKLOCKLANE2

#define S_RXKLOCKLANE2   10

Definition at line 8225 of file cxgb_regs.h.

◆ S_RXKLOCKLANE3

#define S_RXKLOCKLANE3   11

Definition at line 8221 of file cxgb_regs.h.

◆ S_RXKLOCKLANE4

#define S_RXKLOCKLANE4   20

Definition at line 1789 of file cxgb_regs.h.

◆ S_RXKLOCKLANE5

#define S_RXKLOCKLANE5   21

Definition at line 1785 of file cxgb_regs.h.

◆ S_RXKLOCKLANE6

#define S_RXKLOCKLANE6   22

Definition at line 1781 of file cxgb_regs.h.

◆ S_RXKLOCKLANE7

#define S_RXKLOCKLANE7   23

Definition at line 1777 of file cxgb_regs.h.

◆ S_RXLENGTHERRFRAMES

#define S_RXLENGTHERRFRAMES   0

Definition at line 8185 of file cxgb_regs.h.

◆ S_RXMAPMODE

#define S_RXMAPMODE   8

Definition at line 5138 of file cxgb_regs.h.

◆ S_RXMAXFRAMERSIZE

#define S_RXMAXFRAMERSIZE   17

Definition at line 7536 of file cxgb_regs.h.

◆ S_RXMAXPKTSIZE

#define S_RXMAXPKTSIZE   0

Definition at line 7553 of file cxgb_regs.h.

◆ S_RXOFLOWLANE0

#define S_RXOFLOWLANE0   0

Definition at line 8265 of file cxgb_regs.h.

◆ S_RXOFLOWLANE1

#define S_RXOFLOWLANE1   1

Definition at line 8261 of file cxgb_regs.h.

◆ S_RXOFLOWLANE2

#define S_RXOFLOWLANE2   2

Definition at line 8257 of file cxgb_regs.h.

◆ S_RXOFLOWLANE3

#define S_RXOFLOWLANE3   3

Definition at line 8253 of file cxgb_regs.h.

◆ S_RXOFLOWLANE4

#define S_RXOFLOWLANE4   4

Definition at line 1853 of file cxgb_regs.h.

◆ S_RXOFLOWLANE5

#define S_RXOFLOWLANE5   5

Definition at line 1849 of file cxgb_regs.h.

◆ S_RXOFLOWLANE6

#define S_RXOFLOWLANE6   6

Definition at line 1845 of file cxgb_regs.h.

◆ S_RXOFLOWLANE7

#define S_RXOFLOWLANE7   7

Definition at line 1841 of file cxgb_regs.h.

◆ S_RXOVERSIZEFRAMES

#define S_RXOVERSIZEFRAMES   0

Definition at line 8164 of file cxgb_regs.h.

◆ S_RXPARERR

#define S_RXPARERR   17

Definition at line 958 of file cxgb_regs.h.

◆ S_RXPAUSEFRAMES

#define S_RXPAUSEFRAMES   0

Definition at line 8143 of file cxgb_regs.h.

◆ S_RXPAWSDROP

#define S_RXPAWSDROP   23

Definition at line 4927 of file cxgb_regs.h.

◆ S_RXPHYERREN

#define S_RXPHYERREN   31

Definition at line 1273 of file cxgb_regs.h.

◆ S_RXPKTSIZEERROR

#define S_RXPKTSIZEERROR   21

Definition at line 7655 of file cxgb_regs.h.

◆ S_RXPOLARITY

#define S_RXPOLARITY   0

Definition at line 7598 of file cxgb_regs.h.

◆ S_RXRCVOOODATA

#define S_RXRCVOOODATA   18

Definition at line 4947 of file cxgb_regs.h.

◆ S_RXRCVOOODATAFIN

#define S_RXRCVOOODATAFIN   19

Definition at line 4943 of file cxgb_regs.h.

◆ S_RXRCVRXMDATA

#define S_RXRCVRXMDATA   20

Definition at line 4939 of file cxgb_regs.h.

◆ S_RXRCVWNDLTMSS

#define S_RXRCVWNDLTMSS   16

Definition at line 4955 of file cxgb_regs.h.

◆ S_RXRCVWNDZERO

#define S_RXRCVWNDZERO   17

Definition at line 4951 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE0

#define S_RXREMSKIPLANE0   4

Definition at line 8299 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE1

#define S_RXREMSKIPLANE1   5

Definition at line 8295 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE2

#define S_RXREMSKIPLANE2   6

Definition at line 8291 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE3

#define S_RXREMSKIPLANE3   7

Definition at line 8287 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE4

#define S_RXREMSKIPLANE4   12

Definition at line 1986 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE5

#define S_RXREMSKIPLANE5   13

Definition at line 1982 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE6

#define S_RXREMSKIPLANE6   14

Definition at line 1978 of file cxgb_regs.h.

◆ S_RXREMSKIPLANE7

#define S_RXREMSKIPLANE7   15

Definition at line 1974 of file cxgb_regs.h.

◆ S_RXSHORTFRAMES

#define S_RXSHORTFRAMES   0

Definition at line 8157 of file cxgb_regs.h.

◆ S_RXSLAVE0

#define S_RXSLAVE0   0

Definition at line 7898 of file cxgb_regs.h.

◆ S_RXSLAVE1

#define S_RXSLAVE1   3

Definition at line 7886 of file cxgb_regs.h.

◆ S_RXSLAVE2

#define S_RXSLAVE2   6

Definition at line 7874 of file cxgb_regs.h.

◆ S_RXSLAVE3

#define S_RXSLAVE3   9

Definition at line 7862 of file cxgb_regs.h.

◆ S_RXSPI4EOPCNT

#define S_RXSPI4EOPCNT   0

Definition at line 8381 of file cxgb_regs.h.

◆ S_RXSPI4SOPCNT

#define S_RXSPI4SOPCNT   16

Definition at line 8376 of file cxgb_regs.h.

◆ S_RXSTRFRWRD

#define S_RXSTRFRWRD   1

Definition at line 7332 of file cxgb_regs.h.

◆ S_RXSYMCODEERRFRAMES

#define S_RXSYMCODEERRFRAMES   0

Definition at line 8192 of file cxgb_regs.h.

◆ S_RXTERMADJ

#define S_RXTERMADJ   17

Definition at line 1609 of file cxgb_regs.h.

◆ S_RXTIMERDACK

#define S_RXTIMERDACK   25

Definition at line 4919 of file cxgb_regs.h.

◆ S_RXTIMERDACKFIRST

#define S_RXTIMERDACKFIRST   26

Definition at line 4915 of file cxgb_regs.h.

◆ S_RXTIMERHEARTBEAT

#define S_RXTIMERHEARTBEAT   24

Definition at line 4923 of file cxgb_regs.h.

◆ S_RXTMAX

#define S_RXTMAX   0

Definition at line 4316 of file cxgb_regs.h.

◆ S_RXTMIN

#define S_RXTMIN   0

Definition at line 4309 of file cxgb_regs.h.

◆ S_RXTPCNT

#define S_RXTPCNT   0

Definition at line 5862 of file cxgb_regs.h.

◆ S_RXTPDISCNT

#define S_RXTPDISCNT   24

Definition at line 5857 of file cxgb_regs.h.

◆ S_RXTPPARERR

#define S_RXTPPARERR   4

Definition at line 5896 of file cxgb_regs.h.

◆ S_RXTPPARERRENB

#define S_RXTPPARERRENB   4

Definition at line 5874 of file cxgb_regs.h.

◆ S_RXTSHIFTMAXR1

#define S_RXTSHIFTMAXR1   20

Definition at line 4384 of file cxgb_regs.h.

◆ S_RXTSHIFTMAXR2

#define S_RXTSHIFTMAXR2   16

Definition at line 4389 of file cxgb_regs.h.

◆ S_RXUFLOWLANE0

#define S_RXUFLOWLANE0   4

Definition at line 8249 of file cxgb_regs.h.

◆ S_RXUFLOWLANE1

#define S_RXUFLOWLANE1   5

Definition at line 8245 of file cxgb_regs.h.

◆ S_RXUFLOWLANE2

#define S_RXUFLOWLANE2   6

Definition at line 8241 of file cxgb_regs.h.

◆ S_RXUFLOWLANE3

#define S_RXUFLOWLANE3   7

Definition at line 8237 of file cxgb_regs.h.

◆ S_RXUFLOWLANE4

#define S_RXUFLOWLANE4   12

Definition at line 1821 of file cxgb_regs.h.

◆ S_RXUFLOWLANE5

#define S_RXUFLOWLANE5   13

Definition at line 1817 of file cxgb_regs.h.

◆ S_RXUFLOWLANE6

#define S_RXUFLOWLANE6   14

Definition at line 1813 of file cxgb_regs.h.

◆ S_RXUFLOWLANE7

#define S_RXUFLOWLANE7   15

Definition at line 1809 of file cxgb_regs.h.

◆ S_RXURGDATADROP

#define S_RXURGDATADROP   22

Definition at line 4931 of file cxgb_regs.h.

◆ S_RXURGMODE

#define S_RXURGMODE   5

Definition at line 4118 of file cxgb_regs.h.

◆ S_RXURGTUNNEL

#define S_RXURGTUNNEL   6

Definition at line 4114 of file cxgb_regs.h.

◆ S_RXVLANMAP

#define S_RXVLANMAP   7

Definition at line 5143 of file cxgb_regs.h.

◆ S_SACKMODE

#define S_SACKMODE   4

Definition at line 3715 of file cxgb_regs.h.

◆ S_SACKRX

#define S_SACKRX   8

Definition at line 3711 of file cxgb_regs.h.

◆ S_SACKTX

#define S_SACKTX   9

Definition at line 3707 of file cxgb_regs.h.

◆ S_SADRSEL

#define S_SADRSEL   4

Definition at line 6880 of file cxgb_regs.h.

◆ S_SAFESPEEDCHANGE

#define S_SAFESPEEDCHANGE   4

Definition at line 7605 of file cxgb_regs.h.

◆ S_SCHDENABLE

#define S_SCHDENABLE   8

Definition at line 4168 of file cxgb_regs.h.

◆ S_SDRAMADDRSIZE

#define S_SDRAMADDRSIZE   2

Definition at line 3110 of file cxgb_regs.h.

◆ S_SDRAMBASEADDR

#define S_SDRAMBASEADDR   2

Definition at line 3103 of file cxgb_regs.h.

◆ S_SDRAMRANGEINT

#define S_SDRAMRANGEINT   1

Definition at line 3294 of file cxgb_regs.h.

◆ S_SDRAMRANGEINTEN

#define S_SDRAMRANGEINTEN   1

Definition at line 3228 of file cxgb_regs.h.

◆ S_SDRBYTE0

#define S_SDRBYTE0   8

Definition at line 2094 of file cxgb_regs.h.

◆ S_SECUREPORT

#define S_SECUREPORT   16

Definition at line 5112 of file cxgb_regs.h.

◆ S_SECUREPORTENABLE

#define S_SECUREPORTENABLE   29

Definition at line 5097 of file cxgb_regs.h.

◆ S_SELEGRCNTX

#define S_SELEGRCNTX   31

Definition at line 132 of file cxgb_regs.h.

◆ S_SENDPAUSE

#define S_SENDPAUSE   2

Definition at line 7090 of file cxgb_regs.h.

◆ S_SENDZEROPAUSE

#define S_SENDZEROPAUSE   1

Definition at line 7094 of file cxgb_regs.h.

◆ S_SERDES_LOS

#define S_SERDES_LOS   4

Definition at line 7716 of file cxgb_regs.h.

◆ S_SERDESBIST_ERR

#define S_SERDESBIST_ERR   8

Definition at line 7711 of file cxgb_regs.h.

◆ S_SERDESBISTERR

#define S_SERDESBISTERR   8

Definition at line 7681 of file cxgb_regs.h.

◆ S_SERDESCMULOCK_LOSS

#define S_SERDESCMULOCK_LOSS   24

Definition at line 7707 of file cxgb_regs.h.

◆ S_SERDESEN

#define S_SERDESEN   25

Definition at line 7404 of file cxgb_regs.h.

◆ S_SERDESLOWSIGCHANGE

#define S_SERDESLOWSIGCHANGE   4

Definition at line 7686 of file cxgb_regs.h.

◆ S_SERDESRESET_

#define S_SERDESRESET_   24

Definition at line 7408 of file cxgb_regs.h.

◆ S_SET_PD

#define S_SET_PD   0

Definition at line 6585 of file cxgb_regs.h.

◆ S_SET_PU

#define S_SET_PU   3

Definition at line 6580 of file cxgb_regs.h.

◆ S_SF1

#define S_SF1   17

Definition at line 6395 of file cxgb_regs.h.

◆ S_SGE3

#define S_SGE3   0

Definition at line 6459 of file cxgb_regs.h.

◆ S_SGE_ENABLE

#define S_SGE_ENABLE   1

Definition at line 5933 of file cxgb_regs.h.

◆ S_SGE_FRAMING_ERROR

#define S_SGE_FRAMING_ERROR   2

Definition at line 5970 of file cxgb_regs.h.

◆ S_SGETPQID

#define S_SGETPQID   8

Definition at line 5763 of file cxgb_regs.h.

◆ S_SGL_CAL_EN [1/2]

#define S_SGL_CAL_EN   20

Definition at line 6548 of file cxgb_regs.h.

◆ S_SGL_CAL_EN [2/2]

#define S_SGL_CAL_EN   20

Definition at line 6548 of file cxgb_regs.h.

◆ S_SGLCALEN

#define S_SGLCALEN   20

Definition at line 741 of file cxgb_regs.h.

◆ S_SGLWRFLASHINT

#define S_SGLWRFLASHINT   6

Definition at line 3274 of file cxgb_regs.h.

◆ S_SGLWRFLASHINTEN

#define S_SGLWRFLASHINTEN   6

Definition at line 3208 of file cxgb_regs.h.

◆ S_SIGSYSERR

#define S_SIGSYSERR   4

Definition at line 635 of file cxgb_regs.h.

◆ S_SIGTARABT

#define S_SIGTARABT   1

Definition at line 647 of file cxgb_regs.h.

◆ S_SLEEPMODE0

#define S_SLEEPMODE0   0

Definition at line 797 of file cxgb_regs.h.

◆ S_SLEEPMODE1

#define S_SLEEPMODE1   1

Definition at line 793 of file cxgb_regs.h.

◆ S_SLOW

#define S_SLOW   10

Definition at line 2709 of file cxgb_regs.h.

◆ S_SLVADDRCFG

#define S_SLVADDRCFG   4

Definition at line 6106 of file cxgb_regs.h.

◆ S_SLVALRTSET

#define S_SLVALRTSET   2

Definition at line 6111 of file cxgb_regs.h.

◆ S_SLVALRTSTS

#define S_SLVALRTSTS   2

Definition at line 6135 of file cxgb_regs.h.

◆ S_SLVBUSYSTS

#define S_SLVBUSYSTS   0

Definition at line 6139 of file cxgb_regs.h.

◆ S_SLVCTLEN

#define S_SLVCTLEN   0

Definition at line 6119 of file cxgb_regs.h.

◆ S_SLVDONEINT

#define S_SLVDONEINT   5

Definition at line 6189 of file cxgb_regs.h.

◆ S_SLVDONEINTEN

#define S_SLVDONEINTEN   5

Definition at line 6155 of file cxgb_regs.h.

◆ S_SLVERRINT

#define S_SLVERRINT   6

Definition at line 6185 of file cxgb_regs.h.

◆ S_SLVERRINTEN

#define S_SLVERRINTEN   6

Definition at line 6151 of file cxgb_regs.h.

◆ S_SLVFIFOCNT

#define S_SLVFIFOCNT   6

Definition at line 6130 of file cxgb_regs.h.

◆ S_SLVFIFODBG

#define S_SLVFIFODBG   31

Definition at line 6098 of file cxgb_regs.h.

◆ S_SLVFIFODBGCLR

#define S_SLVFIFODBGCLR   30

Definition at line 6102 of file cxgb_regs.h.

◆ S_SLVFIFOTXCNT

#define S_SLVFIFOTXCNT   12

Definition at line 6125 of file cxgb_regs.h.

◆ S_SLVRESET

#define S_SLVRESET   1

Definition at line 6115 of file cxgb_regs.h.

◆ S_SLVRXRDYINT

#define S_SLVRXRDYINT   4

Definition at line 6193 of file cxgb_regs.h.

◆ S_SLVRXRDYINTEN

#define S_SLVRXRDYINTEN   4

Definition at line 6159 of file cxgb_regs.h.

◆ S_SLVTIMEOUTCFG

#define S_SLVTIMEOUTCFG   0

Definition at line 6091 of file cxgb_regs.h.

◆ S_SLVTIMEOUTINT

#define S_SLVTIMEOUTINT   7

Definition at line 6181 of file cxgb_regs.h.

◆ S_SLVTIMEOUTINTEN

#define S_SLVTIMEOUTINTEN   7

Definition at line 6147 of file cxgb_regs.h.

◆ S_SMB0

#define S_SMB0   15

Definition at line 6399 of file cxgb_regs.h.

◆ S_SPLCMPDIS

#define S_SPLCMPDIS   6

Definition at line 627 of file cxgb_regs.h.

◆ S_SPLTRNPND

#define S_SPLTRNPND   0

Definition at line 878 of file cxgb_regs.h.

◆ S_SRCHLAT

#define S_SRCHLAT   0

Definition at line 6723 of file cxgb_regs.h.

◆ S_SRINDX

#define S_SRINDX   0

Definition at line 6693 of file cxgb_regs.h.

◆ S_ST

#define S_ST   3

Definition at line 6281 of file cxgb_regs.h.

◆ S_STAT_CHANNEL

#define S_STAT_CHANNEL   1

Definition at line 5601 of file cxgb_regs.h.

◆ S_STATOFLOW

#define S_STATOFLOW   4

Definition at line 7248 of file cxgb_regs.h.

◆ S_STRETCHMODE

#define S_STRETCHMODE   1

Definition at line 7109 of file cxgb_regs.h.

◆ S_STRICTTSMN

#define S_STRICTTSMN   30

Definition at line 1249 of file cxgb_regs.h.

◆ S_SW

#define S_SW   25

Definition at line 6371 of file cxgb_regs.h.

◆ S_SWINT0

#define S_SWINT0   2

Definition at line 6476 of file cxgb_regs.h.

◆ S_SWINT1

#define S_SWINT1   3

Definition at line 6472 of file cxgb_regs.h.

◆ S_SWITCH_TABLE_ENABLE

#define S_SWITCH_TABLE_ENABLE   2

Definition at line 5929 of file cxgb_regs.h.

◆ S_SWITCH_TBL_IDX

#define S_SWITCH_TBL_IDX   0

Definition at line 5943 of file cxgb_regs.h.

◆ S_SYN2TUPEN

#define S_SYN2TUPEN   12

Definition at line 4513 of file cxgb_regs.h.

◆ S_SYN4TUPEN

#define S_SYN4TUPEN   13

Definition at line 4509 of file cxgb_regs.h.

◆ S_SYN_LRN

#define S_SYN_LRN   0

Definition at line 7031 of file cxgb_regs.h.

◆ S_SYN_SRCH

#define S_SYN_SRCH   0

Definition at line 7024 of file cxgb_regs.h.

◆ S_SYNCOOKIE

#define S_SYNCOOKIE   9

Definition at line 6818 of file cxgb_regs.h.

◆ S_SYNCOOKIEBAD

#define S_SYNCOOKIEBAD   10

Definition at line 6814 of file cxgb_regs.h.

◆ S_SYNCOOKIENOOPTIONS

#define S_SYNCOOKIENOOPTIONS   22

Definition at line 3588 of file cxgb_regs.h.

◆ S_SYNCOOKIEOFF

#define S_SYNCOOKIEOFF   11

Definition at line 6810 of file cxgb_regs.h.

◆ S_SYNCOOKIEPARAMS

#define S_SYNCOOKIEPARAMS   26

Definition at line 3571 of file cxgb_regs.h.

◆ S_SYNLKPEN

#define S_SYNLKPEN   8

Definition at line 4521 of file cxgb_regs.h.

◆ S_SYNMAPEN

#define S_SYNMAPEN   9

Definition at line 4517 of file cxgb_regs.h.

◆ S_SYNMODE

#define S_SYNMODE   7

Definition at line 6644 of file cxgb_regs.h.

◆ S_SYNSHIFTMAX

#define S_SYNSHIFTMAX   24

Definition at line 4379 of file cxgb_regs.h.

◆ S_T3A_ACKLAT

#define S_T3A_ACKLAT   0

Definition at line 1292 of file cxgb_regs.h.

◆ S_T3A_DLLPTIMEOUTLMT

#define S_T3A_DLLPTIMEOUTLMT   11

Definition at line 1287 of file cxgb_regs.h.

◆ S_T3A_ENABLECSND

#define S_T3A_ENABLECSND   12

Definition at line 4255 of file cxgb_regs.h.

◆ S_T3A_ENABLEDEFERACK

#define S_T3A_ENABLEDEFERACK   9

Definition at line 4259 of file cxgb_regs.h.

◆ S_T3A_ENABLEESND

#define S_T3A_ENABLEESND   13

Definition at line 4251 of file cxgb_regs.h.

◆ S_T3A_ENABLEPDUE

#define S_T3A_ENABLEPDUE   6

Definition at line 4267 of file cxgb_regs.h.

◆ S_T3DBG

#define S_T3DBG   23

Definition at line 6379 of file cxgb_regs.h.

◆ S_TABLELATENCYDELTA

#define S_TABLELATENCYDELTA   0

Definition at line 3883 of file cxgb_regs.h.

◆ S_TAHOECFG

#define S_TAHOECFG   8

Definition at line 4151 of file cxgb_regs.h.

◆ S_TAKESNPSHOT

#define S_TAKESNPSHOT   3

Definition at line 7284 of file cxgb_regs.h.

◆ S_TAR_STATE

#define S_TAR_STATE   29

Definition at line 1078 of file cxgb_regs.h.

◆ S_TARCST

#define S_TARCST   19

Definition at line 818 of file cxgb_regs.h.

◆ S_TARXST

#define S_TARXST   16

Definition at line 823 of file cxgb_regs.h.

◆ S_TCAMSERVERUSE

#define S_TCAMSERVERUSE   8

Definition at line 3633 of file cxgb_regs.h.

◆ S_TCMCFGOVR

#define S_TCMCFGOVR   3

Definition at line 6661 of file cxgb_regs.h.

◆ S_TCPCHECKSUMOFFLOAD

#define S_TCPCHECKSUMOFFLOAD   11

Definition at line 3625 of file cxgb_regs.h.

◆ S_TDDPLLIMIT

#define S_TDDPLLIMIT   6

Definition at line 5474 of file cxgb_regs.h.

◆ S_TDDPTAGMASK

#define S_TDDPTAGMASK   6

Definition at line 5488 of file cxgb_regs.h.

◆ S_TDDPTAGTCB

#define S_TDDPTAGTCB   0

Definition at line 5386 of file cxgb_regs.h.

◆ S_TDDPULIMIT

#define S_TDDPULIMIT   6

Definition at line 5481 of file cxgb_regs.h.

◆ S_TERM150

#define S_TERM150   11

Definition at line 2705 of file cxgb_regs.h.

◆ S_TERM300

#define S_TERM300   12

Definition at line 2701 of file cxgb_regs.h.

◆ S_TERM300_240

#define S_TERM300_240   31

Definition at line 6504 of file cxgb_regs.h.

◆ S_TERM60

#define S_TERM60   29

Definition at line 6512 of file cxgb_regs.h.

◆ S_TESTPATTERN

#define S_TESTPATTERN   1

Definition at line 7462 of file cxgb_regs.h.

◆ S_TESTSIG

#define S_TESTSIG   10

Definition at line 1466 of file cxgb_regs.h.

◆ S_THRESHOLD

#define S_THRESHOLD   0

Definition at line 547 of file cxgb_regs.h.

◆ S_TIMEOUT

#define S_TIMEOUT   8

Definition at line 542 of file cxgb_regs.h.

◆ S_TIMER0INT

#define S_TIMER0INT   14

Definition at line 3242 of file cxgb_regs.h.

◆ S_TIMER0INTEN

#define S_TIMER0INTEN   14

Definition at line 3176 of file cxgb_regs.h.

◆ S_TIMER1INT

#define S_TIMER1INT   15

Definition at line 3238 of file cxgb_regs.h.

◆ S_TIMER1INTEN

#define S_TIMER1INTEN   15

Definition at line 3172 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX0

#define S_TIMERBACKOFFINDEX0   0

Definition at line 3971 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX1

#define S_TIMERBACKOFFINDEX1   8

Definition at line 3966 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX10

#define S_TIMERBACKOFFINDEX10   16

Definition at line 4005 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX11

#define S_TIMERBACKOFFINDEX11   24

Definition at line 4000 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX12

#define S_TIMERBACKOFFINDEX12   0

Definition at line 4037 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX13

#define S_TIMERBACKOFFINDEX13   8

Definition at line 4032 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX14

#define S_TIMERBACKOFFINDEX14   16

Definition at line 4027 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX15

#define S_TIMERBACKOFFINDEX15   24

Definition at line 4022 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX2

#define S_TIMERBACKOFFINDEX2   16

Definition at line 3961 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX3

#define S_TIMERBACKOFFINDEX3   24

Definition at line 3956 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX4

#define S_TIMERBACKOFFINDEX4   0

Definition at line 3993 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX5

#define S_TIMERBACKOFFINDEX5   8

Definition at line 3988 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX6

#define S_TIMERBACKOFFINDEX6   16

Definition at line 3983 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX7

#define S_TIMERBACKOFFINDEX7   24

Definition at line 3978 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX8

#define S_TIMERBACKOFFINDEX8   0

Definition at line 4015 of file cxgb_regs.h.

◆ S_TIMERBACKOFFINDEX9

#define S_TIMERBACKOFFINDEX9   8

Definition at line 4010 of file cxgb_regs.h.

◆ S_TIMERENABLED

#define S_TIMERENABLED   31

Definition at line 5149 of file cxgb_regs.h.

◆ S_TIMERERRORENABLE

#define S_TIMERERRORENABLE   30

Definition at line 5153 of file cxgb_regs.h.

◆ S_TIMERRESOLUTION

#define S_TIMERRESOLUTION   16

Definition at line 4285 of file cxgb_regs.h.

◆ S_TIMERTHRESHOLD

#define S_TIMERTHRESHOLD   4

Definition at line 5157 of file cxgb_regs.h.

◆ S_TIMESTAMPRESOLUTION

#define S_TIMESTAMPRESOLUTION   8

Definition at line 4290 of file cxgb_regs.h.

◆ S_TIMESTAMPSMODE

#define S_TIMESTAMPSMODE   0

Definition at line 3725 of file cxgb_regs.h.

◆ S_TM_IO_PDOWN

#define S_TM_IO_PDOWN   9

Definition at line 6640 of file cxgb_regs.h.

◆ S_TMCACHEPERR

#define S_TMCACHEPERR   18

Definition at line 4807 of file cxgb_regs.h.

◆ S_TMCFGWRLOCK

#define S_TMCFGWRLOCK   31

Definition at line 6596 of file cxgb_regs.h.

◆ S_TMMODE

#define S_TMMODE   0

Definition at line 6673 of file cxgb_regs.h.

◆ S_TMPARTCOUNT

#define S_TMPARTCOUNT   24

Definition at line 6614 of file cxgb_regs.h.

◆ S_TMPARTSIZE

#define S_TMPARTSIZE   28

Definition at line 6604 of file cxgb_regs.h.

◆ S_TMRDY

#define S_TMRDY   2

Definition at line 6665 of file cxgb_regs.h.

◆ S_TMRST

#define S_TMRST   1

Definition at line 6669 of file cxgb_regs.h.

◆ S_TMTYPE

#define S_TMTYPE   26

Definition at line 6609 of file cxgb_regs.h.

◆ S_TMTYPEHI

#define S_TMTYPEHI   30

Definition at line 6600 of file cxgb_regs.h.

◆ S_TNL2TUPEN

#define S_TNL2TUPEN   28

Definition at line 4477 of file cxgb_regs.h.

◆ S_TNL4TUPEN

#define S_TNL4TUPEN   29

Definition at line 4473 of file cxgb_regs.h.

◆ S_TNLFLMODE

#define S_TNLFLMODE   28

Definition at line 43 of file cxgb_regs.h.

◆ S_TNLLKPEN

#define S_TNLLKPEN   24

Definition at line 4489 of file cxgb_regs.h.

◆ S_TNLMAPEN

#define S_TNLMAPEN   25

Definition at line 4485 of file cxgb_regs.h.

◆ S_TNLPRTEN

#define S_TNLPRTEN   26

Definition at line 4481 of file cxgb_regs.h.

◆ S_TOT_RLD_WT

#define S_TOT_RLD_WT   14

Definition at line 2869 of file cxgb_regs.h.

◆ S_TP1

#define S_TP1   6

Definition at line 6435 of file cxgb_regs.h.

◆ S_TP_FRAMING_ERROR

#define S_TP_FRAMING_ERROR   3

Definition at line 5966 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT0

#define S_TP_TX_MODQ_WGHT0   0

Definition at line 4664 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT1

#define S_TP_TX_MODQ_WGHT1   8

Definition at line 4659 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT2

#define S_TP_TX_MODQ_WGHT2   16

Definition at line 4654 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT3

#define S_TP_TX_MODQ_WGHT3   24

Definition at line 4649 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT4

#define S_TP_TX_MODQ_WGHT4   0

Definition at line 4642 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT5

#define S_TP_TX_MODQ_WGHT5   8

Definition at line 4637 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT6

#define S_TP_TX_MODQ_WGHT6   16

Definition at line 4632 of file cxgb_regs.h.

◆ S_TP_TX_MODQ_WGHT7

#define S_TP_TX_MODQ_WGHT7   24

Definition at line 4627 of file cxgb_regs.h.

◆ S_TPRESET

#define S_TPRESET   0

Definition at line 4721 of file cxgb_regs.h.

◆ S_TPRXPORTEN

#define S_TPRXPORTEN   4

Definition at line 5780 of file cxgb_regs.h.

◆ S_TPRXPORTSIZE

#define S_TPRXPORTSIZE   7

Definition at line 5768 of file cxgb_regs.h.

◆ S_TPTXPORT0EN

#define S_TPTXPORT0EN   2

Definition at line 5788 of file cxgb_regs.h.

◆ S_TPTXPORT0SIZE

#define S_TPTXPORT0SIZE   5

Definition at line 5776 of file cxgb_regs.h.

◆ S_TPTXPORT1EN

#define S_TPTXPORT1EN   3

Definition at line 5784 of file cxgb_regs.h.

◆ S_TPTXPORT1SIZE

#define S_TPTXPORT1SIZE   6

Definition at line 5772 of file cxgb_regs.h.

◆ S_TRST

#define S_TRST   1

Definition at line 6338 of file cxgb_regs.h.

◆ S_TUNNELCNGDROP0

#define S_TUNNELCNGDROP0   20

Definition at line 4084 of file cxgb_regs.h.

◆ S_TUNNELCNGDROP1

#define S_TUNNELCNGDROP1   21

Definition at line 4080 of file cxgb_regs.h.

◆ S_TX0TPCNT

#define S_TX0TPCNT   0

Definition at line 5838 of file cxgb_regs.h.

◆ S_TX0TPDISCNT

#define S_TX0TPDISCNT   24

Definition at line 5833 of file cxgb_regs.h.

◆ S_TX0TPPARERR

#define S_TX0TPPARERR   0

Definition at line 5906 of file cxgb_regs.h.

◆ S_TX0TPPARERRENB

#define S_TX0TPPARERRENB   0

Definition at line 5884 of file cxgb_regs.h.

◆ S_TX1TPCNT

#define S_TX1TPCNT   0

Definition at line 5850 of file cxgb_regs.h.

◆ S_TX1TPDISCNT

#define S_TX1TPDISCNT   24

Definition at line 5845 of file cxgb_regs.h.

◆ S_TX1TPPARERR

#define S_TX1TPPARERR   2

Definition at line 5901 of file cxgb_regs.h.

◆ S_TX1TPPARERRENB

#define S_TX1TPPARERRENB   2

Definition at line 5879 of file cxgb_regs.h.

◆ S_TX_MOD_CHANNEL_WEIGHT0

#define S_TX_MOD_CHANNEL_WEIGHT0   0

Definition at line 4686 of file cxgb_regs.h.

◆ S_TX_MOD_CHANNEL_WEIGHT1

#define S_TX_MOD_CHANNEL_WEIGHT1   8

Definition at line 4681 of file cxgb_regs.h.

◆ S_TX_MOD_QUEUE_REQ_MAP

#define S_TX_MOD_QUEUE_REQ_MAP   0

Definition at line 4620 of file cxgb_regs.h.

◆ S_TX_MOD_RATE_LIMIT_INC

#define S_TX_MOD_RATE_LIMIT_INC   8

Definition at line 4703 of file cxgb_regs.h.

◆ S_TX_MOD_RATE_LIMIT_TICK

#define S_TX_MOD_RATE_LIMIT_TICK   0

Definition at line 4708 of file cxgb_regs.h.

◆ S_TX_MOD_TIMER_MODE

#define S_TX_MOD_TIMER_MODE   8

Definition at line 4615 of file cxgb_regs.h.

◆ S_TX_MOD_WEIGHT

#define S_TX_MOD_WEIGHT   16

Definition at line 4610 of file cxgb_regs.h.

◆ S_TX_RESOURCE_LIMIT_CH0_NON_PC

#define S_TX_RESOURCE_LIMIT_CH0_NON_PC   0

Definition at line 4598 of file cxgb_regs.h.

◆ S_TX_RESOURCE_LIMIT_CH0_PC

#define S_TX_RESOURCE_LIMIT_CH0_PC   8

Definition at line 4593 of file cxgb_regs.h.

◆ S_TX_RESOURCE_LIMIT_CH1_NON_PC

#define S_TX_RESOURCE_LIMIT_CH1_NON_PC   16

Definition at line 4588 of file cxgb_regs.h.

◆ S_TX_RESOURCE_LIMIT_CH1_PC

#define S_TX_RESOURCE_LIMIT_CH1_PC   24

Definition at line 4583 of file cxgb_regs.h.

◆ S_TXACTENABLE

#define S_TXACTENABLE   1

Definition at line 7724 of file cxgb_regs.h.

◆ S_TXBYTES_HIGH

#define S_TXBYTES_HIGH   0

Definition at line 8099 of file cxgb_regs.h.

◆ S_TXBYTESWAP

#define S_TXBYTESWAP   2

Definition at line 7372 of file cxgb_regs.h.

◆ S_TXCLK90SHIFT

#define S_TXCLK90SHIFT   0

Definition at line 7478 of file cxgb_regs.h.

◆ S_TXCONGESTIONMODE

#define S_TXCONGESTIONMODE   15

Definition at line 3835 of file cxgb_regs.h.

◆ S_TXDATAACKIDX

#define S_TXDATAACKIDX   16

Definition at line 4088 of file cxgb_regs.h.

◆ S_TXDATAACKRATEENABLE

#define S_TXDATAACKRATEENABLE   21

Definition at line 3811 of file cxgb_regs.h.

◆ S_TXDEBUGFLAGS

#define S_TXDEBUGFLAGS   0

Definition at line 5012 of file cxgb_regs.h.

◆ S_TXDEFERENABLE

#define S_TXDEFERENABLE   20

Definition at line 3815 of file cxgb_regs.h.

◆ S_TXDROPCNTCH0RCVD

#define S_TXDROPCNTCH0RCVD   0

Definition at line 5175 of file cxgb_regs.h.

◆ S_TXDROPCNTCH0SENT

#define S_TXDROPCNTCH0SENT   16

Definition at line 5170 of file cxgb_regs.h.

◆ S_TXDROPCNTCH1RCVD

#define S_TXDROPCNTCH1RCVD   0

Definition at line 5187 of file cxgb_regs.h.

◆ S_TXDROPCNTCH1SENT

#define S_TXDROPCNTCH1SENT   16

Definition at line 5182 of file cxgb_regs.h.

◆ S_TXDROPMODECH0

#define S_TXDROPMODECH0   0

Definition at line 5198 of file cxgb_regs.h.

◆ S_TXDROPMODECH1

#define S_TXDROPMODECH1   1

Definition at line 5194 of file cxgb_regs.h.

◆ S_TXDUPACKINC

#define S_TXDUPACKINC   11

Definition at line 4959 of file cxgb_regs.h.

◆ S_TXEN

#define S_TXEN   0

Definition at line 7098 of file cxgb_regs.h.

◆ S_TXENABLE

#define S_TXENABLE   3

Definition at line 7456 of file cxgb_regs.h.

◆ S_TXERRFIFO

#define S_TXERRFIFO   3

Definition at line 7252 of file cxgb_regs.h.

◆ S_TXFBARBPRIO

#define S_TXFBARBPRIO   24

Definition at line 3466 of file cxgb_regs.h.

◆ S_TXFIFO_EMPTY

#define S_TXFIFO_EMPTY   31

Definition at line 7342 of file cxgb_regs.h.

◆ S_TXFIFO_FULL

#define S_TXFIFO_FULL   30

Definition at line 7346 of file cxgb_regs.h.

◆ S_TXFIFO_PRTY_ERR

#define S_TXFIFO_PRTY_ERR   17

Definition at line 7663 of file cxgb_regs.h.

◆ S_TXFIFO_UNDERRUN

#define S_TXFIFO_UNDERRUN   13

Definition at line 7673 of file cxgb_regs.h.

◆ S_TXFIFOCONFIG

#define S_TXFIFOCONFIG   2

Definition at line 5350 of file cxgb_regs.h.

◆ S_TXFIFOTHRESH

#define S_TXFIFOTHRESH   4

Definition at line 7363 of file cxgb_regs.h.

◆ S_TXFRAMES_HIGH

#define S_TXFRAMES_HIGH   0

Definition at line 8107 of file cxgb_regs.h.

◆ S_TXIDLEDETECT

#define S_TXIDLEDETECT   0

Definition at line 1904 of file cxgb_regs.h.

◆ S_TXIDLEDETECTCHG

#define S_TXIDLEDETECTCHG   4

Definition at line 1892 of file cxgb_regs.h.

◆ S_TXIPG

#define S_TXIPG   13

Definition at line 7358 of file cxgb_regs.h.

◆ S_TXPACEAUTO

#define S_TXPACEAUTO   8

Definition at line 4110 of file cxgb_regs.h.

◆ S_TXPACEAUTOSTRICT

#define S_TXPACEAUTOSTRICT   10

Definition at line 4102 of file cxgb_regs.h.

◆ S_TXPACEFIXED

#define S_TXPACEFIXED   9

Definition at line 4106 of file cxgb_regs.h.

◆ S_TXPACEFIXEDSTRICT

#define S_TXPACEFIXEDSTRICT   11

Definition at line 4098 of file cxgb_regs.h.

◆ S_TXPACINGENABLE

#define S_TXPACINGENABLE   24

Definition at line 3580 of file cxgb_regs.h.

◆ S_TXPARERR

#define S_TXPARERR   18

Definition at line 954 of file cxgb_regs.h.

◆ S_TXPAUSEEN

#define S_TXPAUSEEN   0

Definition at line 7113 of file cxgb_regs.h.

◆ S_TXPAUSEQUANTA

#define S_TXPAUSEQUANTA   0

Definition at line 7119 of file cxgb_regs.h.

◆ S_TXPDUSIZEADJ

#define S_TXPDUSIZEADJ   16

Definition at line 4190 of file cxgb_regs.h.

◆ S_TXPNDCHKEN

#define S_TXPNDCHKEN   1

Definition at line 1263 of file cxgb_regs.h.

◆ S_TXPOLARITY

#define S_TXPOLARITY   4

Definition at line 7593 of file cxgb_regs.h.

◆ S_TXRCVADVLTMSS

#define S_TXRCVADVLTMSS   0

Definition at line 5003 of file cxgb_regs.h.

◆ S_TXRCVADVSHRUNK

#define S_TXRCVADVSHRUNK   2

Definition at line 4995 of file cxgb_regs.h.

◆ S_TXRCVADVZERO

#define S_TXRCVADVZERO   1

Definition at line 4999 of file cxgb_regs.h.

◆ S_TXRECDETLANE0

#define S_TXRECDETLANE0   24

Definition at line 1938 of file cxgb_regs.h.

◆ S_TXRECDETLANE1

#define S_TXRECDETLANE1   25

Definition at line 1934 of file cxgb_regs.h.

◆ S_TXRECDETLANE2

#define S_TXRECDETLANE2   26

Definition at line 1930 of file cxgb_regs.h.

◆ S_TXRECDETLANE3

#define S_TXRECDETLANE3   27

Definition at line 1926 of file cxgb_regs.h.

◆ S_TXRECDETLANE4

#define S_TXRECDETLANE4   28

Definition at line 1922 of file cxgb_regs.h.

◆ S_TXRECDETLANE5

#define S_TXRECDETLANE5   29

Definition at line 1918 of file cxgb_regs.h.

◆ S_TXRECDETLANE6

#define S_TXRECDETLANE6   30

Definition at line 1914 of file cxgb_regs.h.

◆ S_TXRECDETLANE7

#define S_TXRECDETLANE7   31

Definition at line 1910 of file cxgb_regs.h.

◆ S_TXRXMFAST

#define S_TXRXMFAST   6

Definition at line 4979 of file cxgb_regs.h.

◆ S_TXRXMFIN

#define S_TXRXMFIN   9

Definition at line 4967 of file cxgb_regs.h.

◆ S_TXRXMNEWRENO

#define S_TXRXMNEWRENO   7

Definition at line 4975 of file cxgb_regs.h.

◆ S_TXRXMSYN

#define S_TXRXMSYN   8

Definition at line 4971 of file cxgb_regs.h.

◆ S_TXRXMTIMER

#define S_TXRXMTIMER   5

Definition at line 4983 of file cxgb_regs.h.

◆ S_TXRXMTIMERKEEPALIVE

#define S_TXRXMTIMERKEEPALIVE   4

Definition at line 4987 of file cxgb_regs.h.

◆ S_TXRXMTIMERPERSIST

#define S_TXRXMTIMERPERSIST   3

Definition at line 4991 of file cxgb_regs.h.

◆ S_TXRXMURG

#define S_TXRXMURG   10

Definition at line 4963 of file cxgb_regs.h.

◆ S_TXSPI4EOPCNT

#define S_TXSPI4EOPCNT   0

Definition at line 8369 of file cxgb_regs.h.

◆ S_TXSPI4SOPCNT

#define S_TXSPI4SOPCNT   16

Definition at line 8364 of file cxgb_regs.h.

◆ S_TXTERMADJ

#define S_TXTERMADJ   15

Definition at line 1614 of file cxgb_regs.h.

◆ S_TXTHRESHOLD

#define S_TXTHRESHOLD   0

Definition at line 5044 of file cxgb_regs.h.

◆ S_TXTOSQUEUEMAPMODE

#define S_TXTOSQUEUEMAPMODE   26

Definition at line 3791 of file cxgb_regs.h.

◆ S_TXUFLOW

#define S_TXUFLOW   2

Definition at line 7256 of file cxgb_regs.h.

◆ S_TXURGMODE

#define S_TXURGMODE   4

Definition at line 4122 of file cxgb_regs.h.

◆ S_TYPE

#define S_TYPE   0

Definition at line 7214 of file cxgb_regs.h.

◆ S_U_LOCK

#define S_U_LOCK   19

Definition at line 2314 of file cxgb_regs.h.

◆ S_U_LOCK_ACT_LOW

#define S_U_LOCK_ACT_LOW   19

Definition at line 2476 of file cxgb_regs.h.

◆ S_U_OCLK_EN

#define S_U_OCLK_EN   12

Definition at line 2400 of file cxgb_regs.h.

◆ S_UC_REQ_FRAMINGERROR

#define S_UC_REQ_FRAMINGERROR   14

Definition at line 479 of file cxgb_regs.h.

◆ S_UDPCHECKSUMOFFLOAD

#define S_UDPCHECKSUMOFFLOAD   12

Definition at line 3621 of file cxgb_regs.h.

◆ S_UE

#define S_UE   1

Definition at line 3053 of file cxgb_regs.h.

◆ S_UECNT

#define S_UECNT   10

Definition at line 2963 of file cxgb_regs.h.

◆ S_ULP2_RX

#define S_ULP2_RX   7

Definition at line 6431 of file cxgb_regs.h.

◆ S_ULP2_TX

#define S_ULP2_TX   8

Definition at line 6427 of file cxgb_regs.h.

◆ S_ULP_HWM

#define S_ULP_HWM   22

Definition at line 2864 of file cxgb_regs.h.

◆ S_ULP_RLD_WT

#define S_ULP_RLD_WT   0

Definition at line 2879 of file cxgb_regs.h.

◆ S_ULPTYPE0FIELD

#define S_ULPTYPE0FIELD   0

Definition at line 4460 of file cxgb_regs.h.

◆ S_ULPTYPE1FIELD

#define S_ULPTYPE1FIELD   4

Definition at line 4455 of file cxgb_regs.h.

◆ S_ULPTYPE2FIELD

#define S_ULPTYPE2FIELD   8

Definition at line 4450 of file cxgb_regs.h.

◆ S_ULPTYPE3FIELD

#define S_ULPTYPE3FIELD   12

Definition at line 4445 of file cxgb_regs.h.

◆ S_ULPTYPE4FIELD

#define S_ULPTYPE4FIELD   16

Definition at line 4440 of file cxgb_regs.h.

◆ S_ULPTYPE5FIELD

#define S_ULPTYPE5FIELD   20

Definition at line 4435 of file cxgb_regs.h.

◆ S_ULPTYPE6FIELD

#define S_ULPTYPE6FIELD   24

Definition at line 4430 of file cxgb_regs.h.

◆ S_ULPTYPE7FIELD

#define S_ULPTYPE7FIELD   28

Definition at line 4425 of file cxgb_regs.h.

◆ S_UNDERUNFIX

#define S_UNDERUNFIX   22

Definition at line 7350 of file cxgb_regs.h.

◆ S_UNKNOWNCMD

#define S_UNKNOWNCMD   15

Definition at line 6806 of file cxgb_regs.h.

◆ S_UNSCPL

#define S_UNSCPL   2

Definition at line 1412 of file cxgb_regs.h.

◆ S_UNSREQ

#define S_UNSREQ   4

Definition at line 1404 of file cxgb_regs.h.

◆ S_UNXCPL

#define S_UNXCPL   5

Definition at line 1400 of file cxgb_regs.h.

◆ S_UNXSPLCMP

#define S_UNXSPLCMP   7

Definition at line 623 of file cxgb_regs.h.

◆ S_UNXSPLCPLERRC

#define S_UNXSPLCPLERRC   7

Definition at line 991 of file cxgb_regs.h.

◆ S_UNXSPLCPLERRR

#define S_UNXSPLCPLERRR   6

Definition at line 995 of file cxgb_regs.h.

◆ S_UPCRST

#define S_UPCRST   0

Definition at line 3083 of file cxgb_regs.h.

◆ S_UPIN0

#define S_UPIN0   1

Definition at line 7894 of file cxgb_regs.h.

◆ S_UPIN1

#define S_UPIN1   4

Definition at line 7882 of file cxgb_regs.h.

◆ S_UPIN2

#define S_UPIN2   7

Definition at line 7870 of file cxgb_regs.h.

◆ S_UPIN3

#define S_UPIN3   10

Definition at line 7858 of file cxgb_regs.h.

◆ S_UPSPAREINT

#define S_UPSPAREINT   0

Definition at line 3117 of file cxgb_regs.h.

◆ S_URGTNL

#define S_URGTNL   26

Definition at line 51 of file cxgb_regs.h.

◆ S_USECDRLOS

#define S_USECDRLOS   2

Definition at line 1452 of file cxgb_regs.h.

◆ S_USERSPACESIZE

#define S_USERSPACESIZE   14

Definition at line 83 of file cxgb_regs.h.

◆ S_VALUE

#define S_VALUE   24

Definition at line 5558 of file cxgb_regs.h.

◆ S_VC0UP

#define S_VC0UP   1

Definition at line 1113 of file cxgb_regs.h.

◆ S_VLAN

#define S_VLAN   0

Definition at line 5105 of file cxgb_regs.h.

◆ S_VLANENABLE

#define S_VLANENABLE   31

Definition at line 5089 of file cxgb_regs.h.

◆ S_VLANEXTRACTIONENABLE

#define S_VLANEXTRACTIONENABLE   12

Definition at line 3533 of file cxgb_regs.h.

◆ S_VLANEXTRACTIONENABLE2NDPORT

#define S_VLANEXTRACTIONENABLE2NDPORT   13

Definition at line 3529 of file cxgb_regs.h.

◆ S_VLANPRIMAP0

#define S_VLANPRIMAP0   0

Definition at line 5239 of file cxgb_regs.h.

◆ S_VLANPRIMAP1

#define S_VLANPRIMAP1   2

Definition at line 5234 of file cxgb_regs.h.

◆ S_VLANPRIMAP2

#define S_VLANPRIMAP2   4

Definition at line 5229 of file cxgb_regs.h.

◆ S_VLANPRIMAP3

#define S_VLANPRIMAP3   6

Definition at line 5224 of file cxgb_regs.h.

◆ S_VLANPRIMAP4

#define S_VLANPRIMAP4   8

Definition at line 5219 of file cxgb_regs.h.

◆ S_VLANPRIMAP5

#define S_VLANPRIMAP5   10

Definition at line 5214 of file cxgb_regs.h.

◆ S_VLANPRIMAP6

#define S_VLANPRIMAP6   12

Definition at line 5209 of file cxgb_regs.h.

◆ S_VLANPRIMAP7

#define S_VLANPRIMAP7   14

Definition at line 5204 of file cxgb_regs.h.

◆ S_VPD_REQFIFOEMPTY

#define S_VPD_REQFIFOEMPTY   0

Definition at line 1188 of file cxgb_regs.h.

◆ S_VPD_RSPFIFOEMPTY

#define S_VPD_RSPFIFOEMPTY   1

Definition at line 1184 of file cxgb_regs.h.

◆ S_VPDADDRCHNG

#define S_VPDADDRCHNG   5

Definition at line 999 of file cxgb_regs.h.

◆ S_VPDREQFIFOEMPTY

#define S_VPDREQFIFOEMPTY   3

Definition at line 866 of file cxgb_regs.h.

◆ S_VPDRESPFIFOEMPTY

#define S_VPDRESPFIFOEMPTY   4

Definition at line 862 of file cxgb_regs.h.

◆ S_VWVEREN

#define S_VWVEREN   2

Definition at line 6737 of file cxgb_regs.h.

◆ S_WAKEUP0

#define S_WAKEUP0   2

Definition at line 789 of file cxgb_regs.h.

◆ S_WAKEUP1

#define S_WAKEUP1   3

Definition at line 785 of file cxgb_regs.h.

◆ S_WF_REQFIFOEMPTY

#define S_WF_REQFIFOEMPTY   19

Definition at line 1146 of file cxgb_regs.h.

◆ S_WF_RSPFIFOEMPTY

#define S_WF_RSPFIFOEMPTY   20

Definition at line 1142 of file cxgb_regs.h.

◆ S_WF_STATEINI

#define S_WF_STATEINI   24

Definition at line 1128 of file cxgb_regs.h.

◆ S_WFINIST

#define S_WFINIST   26

Definition at line 884 of file cxgb_regs.h.

◆ S_WFPARERR

#define S_WFPARERR   12

Definition at line 602 of file cxgb_regs.h.

◆ S_WFREQFIFOEMPTY

#define S_WFREQFIFOEMPTY   11

Definition at line 837 of file cxgb_regs.h.

◆ S_WFREQWRST

#define S_WFREQWRST   13

Definition at line 828 of file cxgb_regs.h.

◆ S_WFRESPFIFOEMPTY

#define S_WFRESPFIFOEMPTY   12

Definition at line 833 of file cxgb_regs.h.

◆ S_WIDTH

#define S_WIDTH   8

Definition at line 2713 of file cxgb_regs.h.

◆ S_WINDOWSCALEMODE

#define S_WINDOWSCALEMODE   2

Definition at line 3720 of file cxgb_regs.h.

◆ S_WOLPATDETECTED

#define S_WOLPATDETECTED   20

Definition at line 7659 of file cxgb_regs.h.

◆ S_WRBLKFLASHINT

#define S_WRBLKFLASHINT   5

Definition at line 3278 of file cxgb_regs.h.

◆ S_WRBLKFLASHINTEN

#define S_WRBLKFLASHINTEN   5

Definition at line 3212 of file cxgb_regs.h.

◆ S_WRITE

#define S_WRITE   0

Definition at line 7066 of file cxgb_regs.h.

◆ S_WRREQATOMICEN

#define S_WRREQATOMICEN   2

Definition at line 694 of file cxgb_regs.h.

◆ S_WRREQSIZE

#define S_WRREQSIZE   22

Definition at line 6875 of file cxgb_regs.h.

◆ S_WRTORDDLY

#define S_WRTORDDLY   4

Definition at line 2847 of file cxgb_regs.h.

◆ S_X_RBC_DBG_EN

#define S_X_RBC_DBG_EN   12

Definition at line 2449 of file cxgb_regs.h.

◆ S_X_RBC_LANE_SEL

#define S_X_RBC_LANE_SEL   16

Definition at line 2444 of file cxgb_regs.h.

◆ S_X_REFCLK_DBG_EN

#define S_X_REFCLK_DBG_EN   8

Definition at line 2584 of file cxgb_regs.h.

◆ S_X_REFCLK_PD

#define S_X_REFCLK_PD   0

Definition at line 2602 of file cxgb_regs.h.

◆ S_X_REFCLK_TERMADJ

#define S_X_REFCLK_TERMADJ   1

Definition at line 2597 of file cxgb_regs.h.

◆ S_X_SERDES_SEL

#define S_X_SERDES_SEL   8

Definition at line 2453 of file cxgb_regs.h.

◆ S_XAUI1GLINKID

#define S_XAUI1GLINKID   0

Definition at line 7582 of file cxgb_regs.h.

◆ S_XAUIIMP

#define S_XAUIIMP   0

Definition at line 7517 of file cxgb_regs.h.

◆ S_XAUIPCSALIGNCHANGE

#define S_XAUIPCSALIGNCHANGE   2

Definition at line 7695 of file cxgb_regs.h.

◆ S_XAUIPCSCTCERR

#define S_XAUIPCSCTCERR   3

Definition at line 7691 of file cxgb_regs.h.

◆ S_XAUIPCSDECERR

#define S_XAUIPCSDECERR   24

Definition at line 7643 of file cxgb_regs.h.

◆ S_XG2G_RESET_

#define S_XG2G_RESET_   3

Definition at line 7564 of file cxgb_regs.h.

◆ S_XGM_CALFAULT

#define S_XGM_CALFAULT   29

Definition at line 7508 of file cxgb_regs.h.

◆ S_XGM_DEQ

#define S_XGM_DEQ   6

Definition at line 7796 of file cxgb_regs.h.

◆ S_XGM_DTX

#define S_XGM_DTX   2

Definition at line 7801 of file cxgb_regs.h.

◆ S_XGM_HIDRV

#define S_XGM_HIDRV   0

Definition at line 7810 of file cxgb_regs.h.

◆ S_XGM_IMPSETUPDATE

#define S_XGM_IMPSETUPDATE   6

Definition at line 7492 of file cxgb_regs.h.

◆ S_XGM_INT

#define S_XGM_INT   0

Definition at line 7703 of file cxgb_regs.h.

◆ S_XGM_LODRV

#define S_XGM_LODRV   1

Definition at line 7806 of file cxgb_regs.h.

◆ S_XGM_RXEIDLANE0

#define S_XGM_RXEIDLANE0   8

Definition at line 8283 of file cxgb_regs.h.

◆ S_XGM_RXEIDLANE1

#define S_XGM_RXEIDLANE1   9

Definition at line 8279 of file cxgb_regs.h.

◆ S_XGM_RXEIDLANE2

#define S_XGM_RXEIDLANE2   10

Definition at line 8275 of file cxgb_regs.h.

◆ S_XGM_RXEIDLANE3

#define S_XGM_RXEIDLANE3   11

Definition at line 8271 of file cxgb_regs.h.

◆ S_XGMAC0_0

#define S_XGMAC0_0   19

Definition at line 6387 of file cxgb_regs.h.

◆ S_XGMAC0_1

#define S_XGMAC0_1   20

Definition at line 6383 of file cxgb_regs.h.

◆ S_XGMAC_STOP_EN

#define S_XGMAC_STOP_EN   4

Definition at line 7560 of file cxgb_regs.h.

◆ S_XGMIIEXTINT

#define S_XGMIIEXTINT   10

Definition at line 7224 of file cxgb_regs.h.

◆ S_ZERO_C_CMD_ERROR

#define S_ZERO_C_CMD_ERROR   18

Definition at line 5690 of file cxgb_regs.h.

◆ S_ZERO_CMD

#define S_ZERO_CMD   0

Definition at line 5951 of file cxgb_regs.h.

◆ S_ZERO_E_CMD_ERROR

#define S_ZERO_E_CMD_ERROR   18

Definition at line 5615 of file cxgb_regs.h.

◆ S_ZERO_SWITCH_ERROR

#define S_ZERO_SWITCH_ERROR   0

Definition at line 5978 of file cxgb_regs.h.

◆ S_ZEROLENRD

#define S_ZEROLENRD   1

Definition at line 1015 of file cxgb_regs.h.

◆ S_ZIN

#define S_ZIN   0

Definition at line 1216 of file cxgb_regs.h.

◆ S_ZINSEL

#define S_ZINSEL   18

Definition at line 749 of file cxgb_regs.h.

◆ S_ZINUPDMODE

#define S_ZINUPDMODE   19

Definition at line 745 of file cxgb_regs.h.

◆ S_ZMAN

#define S_ZMAN   8

Definition at line 1206 of file cxgb_regs.h.

◆ S_ZOUT

#define S_ZOUT   3

Definition at line 1211 of file cxgb_regs.h.

◆ S_ZPDIN

#define S_ZPDIN   3

Definition at line 773 of file cxgb_regs.h.

◆ S_ZPDMAN

#define S_ZPDMAN   15

Definition at line 753 of file cxgb_regs.h.

◆ S_ZPDOUT

#define S_ZPDOUT   9

Definition at line 763 of file cxgb_regs.h.

◆ S_ZPUIN

#define S_ZPUIN   0

Definition at line 778 of file cxgb_regs.h.

◆ S_ZPUMAN

#define S_ZPUMAN   12

Definition at line 758 of file cxgb_regs.h.

◆ S_ZPUOUT

#define S_ZPUOUT   6

Definition at line 768 of file cxgb_regs.h.

◆ SF1_BASE_ADDR

#define SF1_BASE_ADDR   0x6d8

Definition at line 6356 of file cxgb_regs.h.

◆ SGE3_BASE_ADDR

#define SGE3_BASE_ADDR   0x0

Definition at line 35 of file cxgb_regs.h.

◆ SMB0_BASE_ADDR

#define SMB0_BASE_ADDR   0x660

Definition at line 5998 of file cxgb_regs.h.

◆ T3DBG_BASE_ADDR

#define T3DBG_BASE_ADDR   0xc0

Definition at line 2073 of file cxgb_regs.h.

◆ TP1_BASE_ADDR

#define TP1_BASE_ADDR   0x300

Definition at line 3458 of file cxgb_regs.h.

◆ ULP2_RX_BASE_ADDR

#define ULP2_RX_BASE_ADDR   0x500

Definition at line 5356 of file cxgb_regs.h.

◆ ULP2_TX_BASE_ADDR

#define ULP2_TX_BASE_ADDR   0x580

Definition at line 5502 of file cxgb_regs.h.

◆ V_64BIT

#define V_64BIT (   x)    ((x) << S_64BIT)

Definition at line 723 of file cxgb_regs.h.

◆ V_66MHZ

#define V_66MHZ (   x)    ((x) << S_66MHZ)

Definition at line 719 of file cxgb_regs.h.

◆ V_ACCEPTLATESTRCVADV

#define V_ACCEPTLATESTRCVADV (   x)    ((x) << S_ACCEPTLATESTRCVADV)

Definition at line 3840 of file cxgb_regs.h.

◆ V_ACK

#define V_ACK (   x)    ((x) << S_ACK)

Definition at line 6246 of file cxgb_regs.h.

◆ V_ACK_LRN

#define V_ACK_LRN (   x)    ((x) << S_ACK_LRN)

Definition at line 7047 of file cxgb_regs.h.

◆ V_ACK_SRCH

#define V_ACK_SRCH (   x)    ((x) << S_ACK_SRCH)

Definition at line 7040 of file cxgb_regs.h.

◆ V_ACKLAT

#define V_ACKLAT (   x)    ((x) << S_ACKLAT)

Definition at line 1284 of file cxgb_regs.h.

◆ V_ACTCNT

#define V_ACTCNT (   x)    ((x) << S_ACTCNT)

Definition at line 6767 of file cxgb_regs.h.

◆ V_ACTIVEHIT

#define V_ACTIVEHIT (   x)    ((x) << S_ACTIVEHIT)

Definition at line 6851 of file cxgb_regs.h.

◆ V_ACTIVEOUTHIT

#define V_ACTIVEOUTHIT (   x)    ((x) << S_ACTIVEOUTHIT)

Definition at line 6855 of file cxgb_regs.h.

◆ V_ACTRGNFULL

#define V_ACTRGNFULL (   x)    ((x) << S_ACTRGNFULL)

Definition at line 6827 of file cxgb_regs.h.

◆ V_ACTTOPREDLY

#define V_ACTTOPREDLY (   x)    ((x) << S_ACTTOPREDLY)

Definition at line 2824 of file cxgb_regs.h.

◆ V_ACTTORDWRDLY

#define V_ACTTORDWRDLY (   x)    ((x) << S_ACTTORDWRDLY)

Definition at line 2829 of file cxgb_regs.h.

◆ V_ADDR

#define V_ADDR (   x)    ((x) << S_ADDR)

Definition at line 2999 of file cxgb_regs.h.

◆ V_ADDRBEG

#define V_ADDRBEG (   x)    ((x) << S_ADDRBEG)

Definition at line 3015 of file cxgb_regs.h.

◆ V_ADDREND

#define V_ADDREND (   x)    ((x) << S_ADDREND)

Definition at line 3022 of file cxgb_regs.h.

◆ V_ADDRESS_HIGH

#define V_ADDRESS_HIGH (   x)    ((x) << S_ADDRESS_HIGH)

Definition at line 7191 of file cxgb_regs.h.

◆ V_AE

#define V_AE (   x)    ((x) << S_AE)

Definition at line 3045 of file cxgb_regs.h.

◆ V_AO_LRN

#define V_AO_LRN (   x)    ((x) << S_AO_LRN)

Definition at line 7019 of file cxgb_regs.h.

◆ V_AO_SRCH

#define V_AO_SRCH (   x)    ((x) << S_AO_SRCH)

Definition at line 7012 of file cxgb_regs.h.

◆ V_ARBFPERR

#define V_ARBFPERR (   x)    ((x) << S_ARBFPERR)

Definition at line 5405 of file cxgb_regs.h.

◆ V_ARBPF0PERR

#define V_ARBPF0PERR (   x)    ((x) << S_ARBPF0PERR)

Definition at line 5409 of file cxgb_regs.h.

◆ V_ARBPF1PERR

#define V_ARBPF1PERR (   x)    ((x) << S_ARBPF1PERR)

Definition at line 5413 of file cxgb_regs.h.

◆ V_ARBST

#define V_ARBST (   x)    ((x) << S_ARBST)

Definition at line 891 of file cxgb_regs.h.

◆ V_ARPENABLE

#define V_ARPENABLE (   x)    ((x) << S_ARPENABLE)

Definition at line 5102 of file cxgb_regs.h.

◆ V_ARPLUTPERR

#define V_ARPLUTPERR (   x)    ((x) << S_ARPLUTPERR)

Definition at line 4776 of file cxgb_regs.h.

◆ V_ASYNCINTVEC

#define V_ASYNCINTVEC (   x)    ((x) << S_ASYNCINTVEC)

Definition at line 676 of file cxgb_regs.h.

◆ V_ATTACKFILTERENABLE

#define V_ATTACKFILTERENABLE (   x)    ((x) << S_ATTACKFILTERENABLE)

Definition at line 3585 of file cxgb_regs.h.

◆ V_AUTOCAREFUL

#define V_AUTOCAREFUL (   x)    ((x) << S_AUTOCAREFUL)

Definition at line 3758 of file cxgb_regs.h.

◆ V_AUTOENABLE

#define V_AUTOENABLE (   x)    ((x) << S_AUTOENABLE)

Definition at line 3762 of file cxgb_regs.h.

◆ V_AUTOSTATE1

#define V_AUTOSTATE1 (   x)    ((x) << S_AUTOSTATE1)

Definition at line 3744 of file cxgb_regs.h.

◆ V_AUTOSTATE2

#define V_AUTOSTATE2 (   x)    ((x) << S_AUTOSTATE2)

Definition at line 3739 of file cxgb_regs.h.

◆ V_AUTOSTATE3

#define V_AUTOSTATE3 (   x)    ((x) << S_AUTOSTATE3)

Definition at line 3734 of file cxgb_regs.h.

◆ V_AVOIDCQOVFL

#define V_AVOIDCQOVFL (   x)    ((x) << S_AVOIDCQOVFL)

Definition at line 60 of file cxgb_regs.h.

◆ V_BADDLLP

#define V_BADDLLP (   x)    ((x) << S_BADDLLP)

Definition at line 1365 of file cxgb_regs.h.

◆ V_BADECRC

#define V_BADECRC (   x)    ((x) << S_BADECRC)

Definition at line 1389 of file cxgb_regs.h.

◆ V_BADTLP

#define V_BADTLP (   x)    ((x) << S_BADTLP)

Definition at line 1393 of file cxgb_regs.h.

◆ V_BANDGAP

#define V_BANDGAP (   x)    ((x) << S_BANDGAP)

Definition at line 7444 of file cxgb_regs.h.

◆ V_BASE0

#define V_BASE0 (   x)    ((x) << S_BASE0)

Definition at line 569 of file cxgb_regs.h.

◆ V_BASE1

#define V_BASE1 (   x)    ((x) << S_BASE1)

Definition at line 564 of file cxgb_regs.h.

◆ V_BASEADDR

#define V_BASEADDR (   x)    ((x) << S_BASEADDR)

Definition at line 557 of file cxgb_regs.h.

◆ V_BEACONDETECT

#define V_BEACONDETECT (   x)    ((x) << S_BEACONDETECT)

Definition at line 1897 of file cxgb_regs.h.

◆ V_BEACONDETECTCHG

#define V_BEACONDETECTCHG (   x)    ((x) << S_BEACONDETECTCHG)

Definition at line 1885 of file cxgb_regs.h.

◆ V_BGENB

#define V_BGENB (   x)    ((x) << S_BGENB)

Definition at line 7418 of file cxgb_regs.h.

◆ V_BIGENDIANEGRESS

#define V_BIGENDIANEGRESS (   x)    ((x) << S_BIGENDIANEGRESS)

Definition at line 115 of file cxgb_regs.h.

◆ V_BIGENDIANINGRESS

#define V_BIGENDIANINGRESS (   x)    ((x) << S_BIGENDIANINGRESS)

Definition at line 119 of file cxgb_regs.h.

◆ V_BISTCYCLETHRESH

#define V_BISTCYCLETHRESH (   x)    ((x) << S_BISTCYCLETHRESH)

Definition at line 7531 of file cxgb_regs.h.

◆ V_BISTDONE

#define V_BISTDONE (   x)    ((x) << S_BISTDONE)

Definition at line 7526 of file cxgb_regs.h.

◆ V_BISTERR

#define V_BISTERR (   x)    ((x) << S_BISTERR)

Definition at line 951 of file cxgb_regs.h.

◆ V_BISTMODE

#define V_BISTMODE (   x)    ((x) << S_BISTMODE)

Definition at line 2069 of file cxgb_regs.h.

◆ V_BITPOS0

#define V_BITPOS0 (   x)    ((x) << S_BITPOS0)

Definition at line 5326 of file cxgb_regs.h.

◆ V_BITPOS1

#define V_BITPOS1 (   x)    ((x) << S_BITPOS1)

Definition at line 5321 of file cxgb_regs.h.

◆ V_BITPOS2

#define V_BITPOS2 (   x)    ((x) << S_BITPOS2)

Definition at line 5316 of file cxgb_regs.h.

◆ V_BITPOS3

#define V_BITPOS3 (   x)    ((x) << S_BITPOS3)

Definition at line 5311 of file cxgb_regs.h.

◆ V_BKCYC

#define V_BKCYC (   x)    ((x) << S_BKCYC)

Definition at line 2844 of file cxgb_regs.h.

◆ V_BKS

#define V_BKS (   x)    ((x) << S_BKS)

Definition at line 2723 of file cxgb_regs.h.

◆ V_BLKRDBOOTINT

#define V_BLKRDBOOTINT (   x)    ((x) << S_BLKRDBOOTINT)

Definition at line 3287 of file cxgb_regs.h.

◆ V_BLKRDBOOTINTEN

#define V_BLKRDBOOTINTEN (   x)    ((x) << S_BLKRDBOOTINTEN)

Definition at line 3221 of file cxgb_regs.h.

◆ V_BLKRDCTLINT

#define V_BLKRDCTLINT (   x)    ((x) << S_BLKRDCTLINT)

Definition at line 3263 of file cxgb_regs.h.

◆ V_BLKRDCTLINTEN

#define V_BLKRDCTLINTEN (   x)    ((x) << S_BLKRDCTLINTEN)

Definition at line 3197 of file cxgb_regs.h.

◆ V_BLKRDFLASHINT

#define V_BLKRDFLASHINT (   x)    ((x) << S_BLKRDFLASHINT)

Definition at line 3271 of file cxgb_regs.h.

◆ V_BLKRDFLASHINTEN

#define V_BLKRDFLASHINTEN (   x)    ((x) << S_BLKRDFLASHINTEN)

Definition at line 3205 of file cxgb_regs.h.

◆ V_BLKRDPLINT

#define V_BLKRDPLINT (   x)    ((x) << S_BLKRDPLINT)

Definition at line 3255 of file cxgb_regs.h.

◆ V_BLKRDPLINTEN

#define V_BLKRDPLINTEN (   x)    ((x) << S_BLKRDPLINTEN)

Definition at line 3189 of file cxgb_regs.h.

◆ V_BLKWRBOOTINT

#define V_BLKWRBOOTINT (   x)    ((x) << S_BLKWRBOOTINT)

Definition at line 3283 of file cxgb_regs.h.

◆ V_BLKWRBOOTINTEN

#define V_BLKWRBOOTINTEN (   x)    ((x) << S_BLKWRBOOTINTEN)

Definition at line 3217 of file cxgb_regs.h.

◆ V_BLKWRCTLINT

#define V_BLKWRCTLINT (   x)    ((x) << S_BLKWRCTLINT)

Definition at line 3259 of file cxgb_regs.h.

◆ V_BLKWRCTLINTEN

#define V_BLKWRCTLINTEN (   x)    ((x) << S_BLKWRCTLINTEN)

Definition at line 3193 of file cxgb_regs.h.

◆ V_BLKWRFLASHINT

#define V_BLKWRFLASHINT (   x)    ((x) << S_BLKWRFLASHINT)

Definition at line 3267 of file cxgb_regs.h.

◆ V_BLKWRFLASHINTEN

#define V_BLKWRFLASHINTEN (   x)    ((x) << S_BLKWRFLASHINTEN)

Definition at line 3201 of file cxgb_regs.h.

◆ V_BLKWRPLINT

#define V_BLKWRPLINT (   x)    ((x) << S_BLKWRPLINT)

Definition at line 3251 of file cxgb_regs.h.

◆ V_BLKWRPLINTEN

#define V_BLKWRPLINTEN (   x)    ((x) << S_BLKWRPLINTEN)

Definition at line 3185 of file cxgb_regs.h.

◆ V_BOOTADDR

#define V_BOOTADDR (   x)    ((x) << S_BOOTADDR)

Definition at line 3076 of file cxgb_regs.h.

◆ V_BOOTSDRAM

#define V_BOOTSDRAM (   x)    ((x) << S_BOOTSDRAM)

Definition at line 3080 of file cxgb_regs.h.

◆ V_BSENLANE0

#define V_BSENLANE0 (   x)    ((x) << S_BSENLANE0)

Definition at line 2685 of file cxgb_regs.h.

◆ V_BSENLANE1

#define V_BSENLANE1 (   x)    ((x) << S_BSENLANE1)

Definition at line 2676 of file cxgb_regs.h.

◆ V_BSENLANE2

#define V_BSENLANE2 (   x)    ((x) << S_BSENLANE2)

Definition at line 2667 of file cxgb_regs.h.

◆ V_BSENLANE3

#define V_BSENLANE3 (   x)    ((x) << S_BSENLANE3)

Definition at line 2658 of file cxgb_regs.h.

◆ V_BSENLANE4

#define V_BSENLANE4 (   x)    ((x) << S_BSENLANE4)

Definition at line 2645 of file cxgb_regs.h.

◆ V_BSENLANE5

#define V_BSENLANE5 (   x)    ((x) << S_BSENLANE5)

Definition at line 2636 of file cxgb_regs.h.

◆ V_BSENLANE6

#define V_BSENLANE6 (   x)    ((x) << S_BSENLANE6)

Definition at line 2627 of file cxgb_regs.h.

◆ V_BSENLANE7

#define V_BSENLANE7 (   x)    ((x) << S_BSENLANE7)

Definition at line 2618 of file cxgb_regs.h.

◆ V_BSINSELLANE0

#define V_BSINSELLANE0 (   x)    ((x) << S_BSINSELLANE0)

Definition at line 2681 of file cxgb_regs.h.

◆ V_BSINSELLANE1

#define V_BSINSELLANE1 (   x)    ((x) << S_BSINSELLANE1)

Definition at line 2672 of file cxgb_regs.h.

◆ V_BSINSELLANE2

#define V_BSINSELLANE2 (   x)    ((x) << S_BSINSELLANE2)

Definition at line 2663 of file cxgb_regs.h.

◆ V_BSINSELLANE3

#define V_BSINSELLANE3 (   x)    ((x) << S_BSINSELLANE3)

Definition at line 2654 of file cxgb_regs.h.

◆ V_BSINSELLANE4

#define V_BSINSELLANE4 (   x)    ((x) << S_BSINSELLANE4)

Definition at line 2641 of file cxgb_regs.h.

◆ V_BSINSELLANE5

#define V_BSINSELLANE5 (   x)    ((x) << S_BSINSELLANE5)

Definition at line 2632 of file cxgb_regs.h.

◆ V_BSINSELLANE6

#define V_BSINSELLANE6 (   x)    ((x) << S_BSINSELLANE6)

Definition at line 2623 of file cxgb_regs.h.

◆ V_BSINSELLANE7

#define V_BSINSELLANE7 (   x)    ((x) << S_BSINSELLANE7)

Definition at line 2614 of file cxgb_regs.h.

◆ V_BSMODEQUAD0

#define V_BSMODEQUAD0 (   x)    ((x) << S_BSMODEQUAD0)

Definition at line 2649 of file cxgb_regs.h.

◆ V_BSMODEQUAD1

#define V_BSMODEQUAD1 (   x)    ((x) << S_BSMODEQUAD1)

Definition at line 2609 of file cxgb_regs.h.

◆ V_BUILD

#define V_BUILD (   x)    ((x) << S_BUILD)

Definition at line 6629 of file cxgb_regs.h.

◆ V_BUSMSTREN

#define V_BUSMSTREN (   x)    ((x) << S_BUSMSTREN)

Definition at line 1004 of file cxgb_regs.h.

◆ V_BUSY [1/2]

#define V_BUSY (   x)    ((x) << S_BUSY)

Definition at line 2887 of file cxgb_regs.h.

◆ V_BUSY [2/2]

#define V_BUSY (   x)    ((x) << S_BUSY)

Definition at line 2887 of file cxgb_regs.h.

◆ V_BYTECNT

#define V_BYTECNT (   x)    ((x) << S_BYTECNT)

Definition at line 6363 of file cxgb_regs.h.

◆ V_BYTETHRESHOLD

#define V_BYTETHRESHOLD (   x)    ((x) << S_BYTETHRESHOLD)

Definition at line 3749 of file cxgb_regs.h.

◆ V_C_LOCK

#define V_C_LOCK (   x)    ((x) << S_C_LOCK)

Definition at line 2307 of file cxgb_regs.h.

◆ V_C_LOCK_ACT_LOW

#define V_C_LOCK_ACT_LOW (   x)    ((x) << S_C_LOCK_ACT_LOW)

Definition at line 2469 of file cxgb_regs.h.

◆ V_C_OCLK_EN

#define V_C_OCLK_EN (   x)    ((x) << S_C_OCLK_EN)

Definition at line 2413 of file cxgb_regs.h.

◆ V_CAL_BUSY

#define V_CAL_BUSY (   x)    ((x) << S_CAL_BUSY)

Definition at line 6541 of file cxgb_regs.h.

◆ V_CAL_ERROR

#define V_CAL_ERROR (   x)    ((x) << S_CAL_ERROR)

Definition at line 6545 of file cxgb_regs.h.

◆ V_CAL_FAULT

#define V_CAL_FAULT (   x)    ((x) << S_CAL_FAULT)

Definition at line 2891 of file cxgb_regs.h.

◆ V_CAL_IMP_UPD

#define V_CAL_IMP_UPD (   x)    ((x) << S_CAL_IMP_UPD)

Definition at line 6591 of file cxgb_regs.h.

◆ V_CAL_PD

#define V_CAL_PD (   x)    ((x) << S_CAL_PD)

Definition at line 6577 of file cxgb_regs.h.

◆ V_CAL_PU

#define V_CAL_PU (   x)    ((x) << S_CAL_PU)

Definition at line 6572 of file cxgb_regs.h.

◆ V_CAL_UPDATE

#define V_CAL_UPDATE (   x)    ((x) << S_CAL_UPDATE)

Definition at line 6537 of file cxgb_regs.h.

◆ V_CALBUSY

#define V_CALBUSY (   x)    ((x) << S_CALBUSY)

Definition at line 1195 of file cxgb_regs.h.

◆ V_CALFAULT

#define V_CALFAULT (   x)    ((x) << S_CALFAULT)

Definition at line 1199 of file cxgb_regs.h.

◆ V_CALIMP

#define V_CALIMP (   x)    ((x) << S_CALIMP)

Definition at line 7514 of file cxgb_regs.h.

◆ V_CALRESET

#define V_CALRESET (   x)    ((x) << S_CALRESET)

Definition at line 7485 of file cxgb_regs.h.

◆ V_CALST

#define V_CALST (   x)    ((x) << S_CALST)

Definition at line 901 of file cxgb_regs.h.

◆ V_CALUPDATE

#define V_CALUPDATE (   x)    ((x) << S_CALUPDATE)

Definition at line 7489 of file cxgb_regs.h.

◆ V_CCHECKSUMCHECKIP

#define V_CCHECKSUMCHECKIP (   x)    ((x) << S_CCHECKSUMCHECKIP)

Definition at line 3508 of file cxgb_regs.h.

◆ V_CCHECKSUMCHECKTCP

#define V_CCHECKSUMCHECKTCP (   x)    ((x) << S_CCHECKSUMCHECKTCP)

Definition at line 3504 of file cxgb_regs.h.

◆ V_CCHECKSUMGENERATEIP

#define V_CCHECKSUMGENERATEIP (   x)    ((x) << S_CCHECKSUMGENERATEIP)

Definition at line 3558 of file cxgb_regs.h.

◆ V_CCHECKSUMGENERATETCP

#define V_CCHECKSUMGENERATETCP (   x)    ((x) << S_CCHECKSUMGENERATETCP)

Definition at line 3554 of file cxgb_regs.h.

◆ V_CCPL

#define V_CCPL (   x)    ((x) << S_CCPL)

Definition at line 3512 of file cxgb_regs.h.

◆ V_CDEBUGDATAH

#define V_CDEBUGDATAH (   x)    ((x) << S_CDEBUGDATAH)

Definition at line 3408 of file cxgb_regs.h.

◆ V_CDEBUGDATAL

#define V_CDEBUGDATAL (   x)    ((x) << S_CDEBUGDATAL)

Definition at line 3413 of file cxgb_regs.h.

◆ V_CDROPTUNNEL

#define V_CDROPTUNNEL (   x)    ((x) << S_CDROPTUNNEL)

Definition at line 5031 of file cxgb_regs.h.

◆ V_CE

#define V_CE (   x)    ((x) << S_CE)

Definition at line 3058 of file cxgb_regs.h.

◆ V_CECNT

#define V_CECNT (   x)    ((x) << S_CECNT)

Definition at line 2970 of file cxgb_regs.h.

◆ V_CETHERNET

#define V_CETHERNET (   x)    ((x) << S_CETHERNET)

Definition at line 3516 of file cxgb_regs.h.

◆ V_CF_ACTEMPTY

#define V_CF_ACTEMPTY (   x)    ((x) << S_CF_ACTEMPTY)

Definition at line 1181 of file cxgb_regs.h.

◆ V_CF_REQFIFOEMPTY

#define V_CF_REQFIFOEMPTY (   x)    ((x) << S_CF_REQFIFOEMPTY)

Definition at line 1177 of file cxgb_regs.h.

◆ V_CF_RSPFIFOEMPTY

#define V_CF_RSPFIFOEMPTY (   x)    ((x) << S_CF_RSPFIFOEMPTY)

Definition at line 1173 of file cxgb_regs.h.

◆ V_CF_RSPSTATE

#define V_CF_RSPSTATE (   x)    ((x) << S_CF_RSPSTATE)

Definition at line 1225 of file cxgb_regs.h.

◆ V_CF_STATEINI

#define V_CF_STATEINI (   x)    ((x) << S_CF_STATEINI)

Definition at line 1090 of file cxgb_regs.h.

◆ V_CFG_CQE_SOP_MASK

#define V_CFG_CQE_SOP_MASK (   x)    ((x) << S_CFG_CQE_SOP_MASK)

Definition at line 5507 of file cxgb_regs.h.

◆ V_CFG_RR_ARB

#define V_CFG_RR_ARB (   x)    ((x) << S_CFG_RR_ARB)

Definition at line 5511 of file cxgb_regs.h.

◆ V_CFGCLKSPEED

#define V_CFGCLKSPEED (   x)    ((x) << S_CFGCLKSPEED)

Definition at line 7106 of file cxgb_regs.h.

◆ V_CFINIST

#define V_CFINIST (   x)    ((x) << S_CFINIST)

Definition at line 911 of file cxgb_regs.h.

◆ V_CFPARERR

#define V_CFPARERR (   x)    ((x) << S_CFPARERR)

Definition at line 594 of file cxgb_regs.h.

◆ V_CFREQFIFOEMPTY

#define V_CFREQFIFOEMPTY (   x)    ((x) << S_CFREQFIFOEMPTY)

Definition at line 859 of file cxgb_regs.h.

◆ V_CFREQRDST

#define V_CFREQRDST (   x)    ((x) << S_CFREQRDST)

Definition at line 906 of file cxgb_regs.h.

◆ V_CFRESPFIFOEMPTY

#define V_CFRESPFIFOEMPTY (   x)    ((x) << S_CFRESPFIFOEMPTY)

Definition at line 855 of file cxgb_regs.h.

◆ V_CFRESPRDST

#define V_CFRESPRDST (   x)    ((x) << S_CFRESPRDST)

Definition at line 916 of file cxgb_regs.h.

◆ V_CH0SIZE1

#define V_CH0SIZE1 (   x)    ((x) << S_CH0SIZE1)

Definition at line 5580 of file cxgb_regs.h.

◆ V_CH0SIZE2

#define V_CH0SIZE2 (   x)    ((x) << S_CH0SIZE2)

Definition at line 5575 of file cxgb_regs.h.

◆ V_CH1SIZE1

#define V_CH1SIZE1 (   x)    ((x) << S_CH1SIZE1)

Definition at line 5570 of file cxgb_regs.h.

◆ V_CH1SIZE2

#define V_CH1SIZE2 (   x)    ((x) << S_CH1SIZE2)

Definition at line 5565 of file cxgb_regs.h.

◆ V_CHDRAFULL

#define V_CHDRAFULL (   x)    ((x) << S_CHDRAFULL)

Definition at line 3951 of file cxgb_regs.h.

◆ V_CIM

#define V_CIM (   x)    ((x) << S_CIM)

Definition at line 6440 of file cxgb_regs.h.

◆ V_CIM_ENABLE

#define V_CIM_ENABLE (   x)    ((x) << S_CIM_ENABLE)

Definition at line 5938 of file cxgb_regs.h.

◆ V_CIM_FRAMING_ERROR

#define V_CIM_FRAMING_ERROR (   x)    ((x) << S_CIM_FRAMING_ERROR)

Definition at line 5975 of file cxgb_regs.h.

◆ V_CIM_LADBGEN

#define V_CIM_LADBGEN (   x)    ((x) << S_CIM_LADBGEN)

Definition at line 3429 of file cxgb_regs.h.

◆ V_CIM_OP_MAP_PERR

#define V_CIM_OP_MAP_PERR (   x)    ((x) << S_CIM_OP_MAP_PERR)

Definition at line 5959 of file cxgb_regs.h.

◆ V_CIM_OVFL_ERROR

#define V_CIM_OVFL_ERROR (   x)    ((x) << S_CIM_OVFL_ERROR)

Definition at line 5963 of file cxgb_regs.h.

◆ V_CIM_TO_UP_FULL_SIZE

#define V_CIM_TO_UP_FULL_SIZE (   x)    ((x) << S_CIM_TO_UP_FULL_SIZE)

Definition at line 5922 of file cxgb_regs.h.

◆ V_CLIDECEN

#define V_CLIDECEN (   x)    ((x) << S_CLIDECEN)

Definition at line 663 of file cxgb_regs.h.

◆ V_CLIPMAPADDR

#define V_CLIPMAPADDR (   x)    ((x) << S_CLIPMAPADDR)

Definition at line 6783 of file cxgb_regs.h.

◆ V_CLIPMAPOP

#define V_CLIPMAPOP (   x)    ((x) << S_CLIPMAPOP)

Definition at line 6773 of file cxgb_regs.h.

◆ V_CLIPMAPVAL

#define V_CLIPMAPVAL (   x)    ((x) << S_CLIPMAPVAL)

Definition at line 6778 of file cxgb_regs.h.

◆ V_CLIPUPDATE

#define V_CLIPUPDATE (   x)    ((x) << S_CLIPUPDATE)

Definition at line 6637 of file cxgb_regs.h.

◆ V_CLKDIV

#define V_CLKDIV (   x)    ((x) << S_CLKDIV)

Definition at line 6278 of file cxgb_regs.h.

◆ V_CLKDIVRESET_

#define V_CLKDIVRESET_ (   x)    ((x) << S_CLKDIVRESET_)

Definition at line 7610 of file cxgb_regs.h.

◆ V_CLKEN

#define V_CLKEN (   x)    ((x) << S_CLKEN)

Definition at line 2740 of file cxgb_regs.h.

◆ V_CLKSELECT

#define V_CLKSELECT (   x)    ((x) << S_CLKSELECT)

Definition at line 2089 of file cxgb_regs.h.

◆ V_CLRDEBUG

#define V_CLRDEBUG (   x)    ((x) << S_CLRDEBUG)

Definition at line 5053 of file cxgb_regs.h.

◆ V_CLRSTATS

#define V_CLRSTATS (   x)    ((x) << S_CLRSTATS)

Definition at line 7289 of file cxgb_regs.h.

◆ V_CMCACHEDISABLE

#define V_CMCACHEDISABLE (   x)    ((x) << S_CMCACHEDISABLE)

Definition at line 3772 of file cxgb_regs.h.

◆ V_CMCACHEPERR

#define V_CMCACHEPERR (   x)    ((x) << S_CMCACHEPERR)

Definition at line 4784 of file cxgb_regs.h.

◆ V_CMD_FIFO_PERR_SET0

#define V_CMD_FIFO_PERR_SET0 (   x)    ((x) << S_CMD_FIFO_PERR_SET0)

Definition at line 5521 of file cxgb_regs.h.

◆ V_CMD_FIFO_PERR_SET1

#define V_CMD_FIFO_PERR_SET1 (   x)    ((x) << S_CMD_FIFO_PERR_SET1)

Definition at line 5517 of file cxgb_regs.h.

◆ V_CMDMODE

#define V_CMDMODE (   x)    ((x) << S_CMDMODE)

Definition at line 6886 of file cxgb_regs.h.

◆ V_CMFLOWCACHEDISABLE

#define V_CMFLOWCACHEDISABLE (   x)    ((x) << S_CMFLOWCACHEDISABLE)

Definition at line 5021 of file cxgb_regs.h.

◆ V_CMMAXPSTRUCT

#define V_CMMAXPSTRUCT (   x)    ((x) << S_CMMAXPSTRUCT)

Definition at line 4754 of file cxgb_regs.h.

◆ V_CMMEMMGRBASE

#define V_CMMEMMGRBASE (   x)    ((x) << S_CMMEMMGRBASE)

Definition at line 3655 of file cxgb_regs.h.

◆ V_CMMEMMGRSIZE

#define V_CMMEMMGRSIZE (   x)    ((x) << S_CMMEMMGRSIZE)

Definition at line 3648 of file cxgb_regs.h.

◆ V_CMPSFLSTBASE

#define V_CMPSFLSTBASE (   x)    ((x) << S_CMPSFLSTBASE)

Definition at line 4747 of file cxgb_regs.h.

◆ V_CMRCFDATAPERR

#define V_CMRCFDATAPERR (   x)    ((x) << S_CMRCFDATAPERR)

Definition at line 4788 of file cxgb_regs.h.

◆ V_CMRCFOPPERR

#define V_CMRCFOPPERR (   x)    ((x) << S_CMRCFOPPERR)

Definition at line 4780 of file cxgb_regs.h.

◆ V_CMRXFLSTBASE

#define V_CMRXFLSTBASE (   x)    ((x) << S_CMRXFLSTBASE)

Definition at line 4733 of file cxgb_regs.h.

◆ V_CMTIMERBASE

#define V_CMTIMERBASE (   x)    ((x) << S_CMTIMERBASE)

Definition at line 3667 of file cxgb_regs.h.

◆ V_CMTIMERMAXNUM

#define V_CMTIMERMAXNUM (   x)    ((x) << S_CMTIMERMAXNUM)

Definition at line 3662 of file cxgb_regs.h.

◆ V_CMTXFLSTBASE

#define V_CMTXFLSTBASE (   x)    ((x) << S_CMTXFLSTBASE)

Definition at line 4740 of file cxgb_regs.h.

◆ V_CMULOCK

#define V_CMULOCK (   x)    ((x) << S_CMULOCK)

Definition at line 1774 of file cxgb_regs.h.

◆ V_CMURANGE

#define V_CMURANGE (   x)    ((x) << S_CMURANGE)

Definition at line 7414 of file cxgb_regs.h.

◆ V_CNGCTRLMODE

#define V_CNGCTRLMODE (   x)    ((x) << S_CNGCTRLMODE)

Definition at line 4128 of file cxgb_regs.h.

◆ V_CNT

#define V_CNT (   x)    ((x) << S_CNT)

Definition at line 6352 of file cxgb_regs.h.

◆ V_COMPEN

#define V_COMPEN (   x)    ((x) << S_COMPEN)

Definition at line 6625 of file cxgb_regs.h.

◆ V_CON802_3PREAMBLE

#define V_CON802_3PREAMBLE (   x)    ((x) << S_CON802_3PREAMBLE)

Definition at line 7133 of file cxgb_regs.h.

◆ V_CONGMODE

#define V_CONGMODE (   x)    ((x) << S_CONGMODE)

Definition at line 40 of file cxgb_regs.h.

◆ V_CONT

#define V_CONT (   x)    ((x) << S_CONT)

Definition at line 3034 of file cxgb_regs.h.

◆ V_CONTEXT

#define V_CONTEXT (   x)    ((x) << S_CONTEXT)

Definition at line 192 of file cxgb_regs.h.

◆ V_CONTEXT_CMD_BUSY

#define V_CONTEXT_CMD_BUSY (   x)    ((x) << S_CONTEXT_CMD_BUSY)

Definition at line 166 of file cxgb_regs.h.

◆ V_CONTEXT_CMD_OPCODE

#define V_CONTEXT_CMD_OPCODE (   x)    ((x) << S_CONTEXT_CMD_OPCODE)

Definition at line 162 of file cxgb_regs.h.

◆ V_COPYALLFRAMES

#define V_COPYALLFRAMES (   x)    ((x) << S_COPYALLFRAMES)

Definition at line 7181 of file cxgb_regs.h.

◆ V_COPYPREAMBLE

#define V_COPYPREAMBLE (   x)    ((x) << S_COPYPREAMBLE)

Definition at line 7141 of file cxgb_regs.h.

◆ V_CPL_MAP_TBL_DATA

#define V_CPL_MAP_TBL_DATA (   x)    ((x) << S_CPL_MAP_TBL_DATA)

Definition at line 5994 of file cxgb_regs.h.

◆ V_CPL_MAP_TBL_IDX

#define V_CPL_MAP_TBL_IDX (   x)    ((x) << S_CPL_MAP_TBL_IDX)

Definition at line 5987 of file cxgb_regs.h.

◆ V_CPL_PKT_TID

#define V_CPL_PKT_TID (   x)    ((x) << S_CPL_PKT_TID)

Definition at line 5918 of file cxgb_regs.h.

◆ V_CPL_SWITCH

#define V_CPL_SWITCH (   x)    ((x) << S_CPL_SWITCH)

Definition at line 6412 of file cxgb_regs.h.

◆ V_CPL_WMARK

#define V_CPL_WMARK (   x)    ((x) << S_CPL_WMARK)

Definition at line 2052 of file cxgb_regs.h.

◆ V_CPLABT

#define V_CPLABT (   x)    ((x) << S_CPLABT)

Definition at line 1417 of file cxgb_regs.h.

◆ V_CPLPNDCHKEN

#define V_CPLPNDCHKEN (   x)    ((x) << S_CPLPNDCHKEN)

Definition at line 1268 of file cxgb_regs.h.

◆ V_CPLTIMEOUT

#define V_CPLTIMEOUT (   x)    ((x) << S_CPLTIMEOUT)

Definition at line 1377 of file cxgb_regs.h.

◆ V_CPLTIMEOUTID

#define V_CPLTIMEOUTID (   x)    ((x) << S_CPLTIMEOUTID)

Definition at line 1349 of file cxgb_regs.h.

◆ V_CPLTIMEOUTRETRY

#define V_CPLTIMEOUTRETRY (   x)    ((x) << S_CPLTIMEOUTRETRY)

Definition at line 1246 of file cxgb_regs.h.

◆ V_CPPARITYERROR

#define V_CPPARITYERROR (   x)    ((x) << S_CPPARITYERROR)

Definition at line 472 of file cxgb_regs.h.

◆ V_CPU_NO_3F_CIM_ENABLE

#define V_CPU_NO_3F_CIM_ENABLE (   x)    ((x) << S_CPU_NO_3F_CIM_ENABLE)

Definition at line 5926 of file cxgb_regs.h.

◆ V_CQ

#define V_CQ (   x)    ((x) << S_CQ)

Definition at line 175 of file cxgb_regs.h.

◆ V_CQ_CREDIT

#define V_CQ_CREDIT (   x)    ((x) << S_CQ_CREDIT)

Definition at line 171 of file cxgb_regs.h.

◆ V_CQCRDTCTRL

#define V_CQCRDTCTRL (   x)    ((x) << S_CQCRDTCTRL)

Definition at line 68 of file cxgb_regs.h.

◆ V_CREDITS

#define V_CREDITS (   x)    ((x) << S_CREDITS)

Definition at line 207 of file cxgb_regs.h.

◆ V_CRSTWRM

#define V_CRSTWRM (   x)    ((x) << S_CRSTWRM)

Definition at line 6481 of file cxgb_regs.h.

◆ V_CRSTWRMMODE

#define V_CRSTWRMMODE (   x)    ((x) << S_CRSTWRMMODE)

Definition at line 1073 of file cxgb_regs.h.

◆ V_CTCDISABLE

#define V_CTCDISABLE (   x)    ((x) << S_CTCDISABLE)

Definition at line 1580 of file cxgb_regs.h.

◆ V_CTHRESHOLD

#define V_CTHRESHOLD (   x)    ((x) << S_CTHRESHOLD)

Definition at line 5041 of file cxgb_regs.h.

◆ V_CTPINCPLFIFOPERR

#define V_CTPINCPLFIFOPERR (   x)    ((x) << S_CTPINCPLFIFOPERR)

Definition at line 4864 of file cxgb_regs.h.

◆ V_CTPINETHFIFOPERR

#define V_CTPINETHFIFOPERR (   x)    ((x) << S_CTPINETHFIFOPERR)

Definition at line 4880 of file cxgb_regs.h.

◆ V_CTPINIPFIFOPERR

#define V_CTPINIPFIFOPERR (   x)    ((x) << S_CTPINIPFIFOPERR)

Definition at line 4876 of file cxgb_regs.h.

◆ V_CTPINTCPFIFOPERR

#define V_CTPINTCPFIFOPERR (   x)    ((x) << S_CTPINTCPFIFOPERR)

Definition at line 4872 of file cxgb_regs.h.

◆ V_CTPINTCPOPFIFOPERR

#define V_CTPINTCPOPFIFOPERR (   x)    ((x) << S_CTPINTCPOPFIFOPERR)

Definition at line 4868 of file cxgb_regs.h.

◆ V_CTPOUTCPLFIFOPERR

#define V_CTPOUTCPLFIFOPERR (   x)    ((x) << S_CTPOUTCPLFIFOPERR)

Definition at line 4848 of file cxgb_regs.h.

◆ V_CTPOUTETHFIFOPERR

#define V_CTPOUTETHFIFOPERR (   x)    ((x) << S_CTPOUTETHFIFOPERR)

Definition at line 4860 of file cxgb_regs.h.

◆ V_CTPOUTIPFIFOPERR

#define V_CTPOUTIPFIFOPERR (   x)    ((x) << S_CTPOUTIPFIFOPERR)

Definition at line 4856 of file cxgb_regs.h.

◆ V_CTPOUTTCPFIFOPERR

#define V_CTPOUTTCPFIFOPERR (   x)    ((x) << S_CTPOUTTCPFIFOPERR)

Definition at line 4852 of file cxgb_regs.h.

◆ V_CTUNNEL

#define V_CTUNNEL (   x)    ((x) << S_CTUNNEL)

Definition at line 3520 of file cxgb_regs.h.

◆ V_CURPAUSETIMER

#define V_CURPAUSETIMER (   x)    ((x) << S_CURPAUSETIMER)

Definition at line 7275 of file cxgb_regs.h.

◆ V_D0_WEIGHT

#define V_D0_WEIGHT (   x)    ((x) << S_D0_WEIGHT)

Definition at line 5592 of file cxgb_regs.h.

◆ V_D1_WEIGHT

#define V_D1_WEIGHT (   x)    ((x) << S_D1_WEIGHT)

Definition at line 5587 of file cxgb_regs.h.

◆ V_DACK_MODE

#define V_DACK_MODE (   x)    ((x) << S_DACK_MODE)

Definition at line 3766 of file cxgb_regs.h.

◆ V_DACKTIME

#define V_DACKTIME (   x)    ((x) << S_DACKTIME)

Definition at line 4360 of file cxgb_regs.h.

◆ V_DACKTIMERSPIN

#define V_DACKTIMERSPIN (   x)    ((x) << S_DACKTIMERSPIN)

Definition at line 4181 of file cxgb_regs.h.

◆ V_DATA

#define V_DATA (   x)    ((x) << S_DATA)

Definition at line 2988 of file cxgb_regs.h.

◆ V_DATAINTR

#define V_DATAINTR (   x)    ((x) << S_DATAINTR)

Definition at line 218 of file cxgb_regs.h.

◆ V_DATAPAT

#define V_DATAPAT (   x)    ((x) << S_DATAPAT)

Definition at line 3039 of file cxgb_regs.h.

◆ V_DATASELFRAMEERR0

#define V_DATASELFRAMEERR0 (   x)    ((x) << S_DATASELFRAMEERR0)

Definition at line 5393 of file cxgb_regs.h.

◆ V_DATASELFRAMEERR1

#define V_DATASELFRAMEERR1 (   x)    ((x) << S_DATASELFRAMEERR1)

Definition at line 5397 of file cxgb_regs.h.

◆ V_DBEXTPERR

#define V_DBEXTPERR (   x)    ((x) << S_DBEXTPERR)

Definition at line 4800 of file cxgb_regs.h.

◆ V_DBGIEN

#define V_DBGIEN (   x)    ((x) << S_DBGIEN)

Definition at line 6658 of file cxgb_regs.h.

◆ V_DBGIREQADRHI

#define V_DBGIREQADRHI (   x)    ((x) << S_DBGIREQADRHI)

Definition at line 6927 of file cxgb_regs.h.

◆ V_DBGIREQDATA4

#define V_DBGIREQDATA4 (   x)    ((x) << S_DBGIREQDATA4)

Definition at line 6938 of file cxgb_regs.h.

◆ V_DBGIREQMSK4

#define V_DBGIREQMSK4 (   x)    ((x) << S_DBGIREQMSK4)

Definition at line 6949 of file cxgb_regs.h.

◆ V_DBGIRSPDATA3

#define V_DBGIRSPDATA3 (   x)    ((x) << S_DBGIRSPDATA3)

Definition at line 6979 of file cxgb_regs.h.

◆ V_DBGIRSPHIT

#define V_DBGIRSPHIT (   x)    ((x) << S_DBGIRSPHIT)

Definition at line 6964 of file cxgb_regs.h.

◆ V_DBGIRSPMSG

#define V_DBGIRSPMSG (   x)    ((x) << S_DBGIRSPMSG)

Definition at line 6956 of file cxgb_regs.h.

◆ V_DBGIRSPMSGVLD

#define V_DBGIRSPMSGVLD (   x)    ((x) << S_DBGIRSPMSGVLD)

Definition at line 6960 of file cxgb_regs.h.

◆ V_DBGIRSPVALID

#define V_DBGIRSPVALID (   x)    ((x) << S_DBGIRSPVALID)

Definition at line 6968 of file cxgb_regs.h.

◆ V_DBL2TLUTPERR

#define V_DBL2TLUTPERR (   x)    ((x) << S_DBL2TLUTPERR)

Definition at line 4792 of file cxgb_regs.h.

◆ V_DBMAXOPCNT

#define V_DBMAXOPCNT (   x)    ((x) << S_DBMAXOPCNT)

Definition at line 3472 of file cxgb_regs.h.

◆ V_DBOPPERR

#define V_DBOPPERR (   x)    ((x) << S_DBOPPERR)

Definition at line 4804 of file cxgb_regs.h.

◆ V_DBTXTIDPERR

#define V_DBTXTIDPERR (   x)    ((x) << S_DBTXTIDPERR)

Definition at line 4796 of file cxgb_regs.h.

◆ V_DCACHEPARERR

#define V_DCACHEPARERR (   x)    ((x) << S_DCACHEPARERR)

Definition at line 3161 of file cxgb_regs.h.

◆ V_DDREN

#define V_DDREN (   x)    ((x) << S_DDREN)

Definition at line 2099 of file cxgb_regs.h.

◆ V_DEBUGDATA

#define V_DEBUGDATA (   x)    ((x) << S_DEBUGDATA)

Definition at line 2383 of file cxgb_regs.h.

◆ V_DEBUGDATAH

#define V_DEBUGDATAH (   x)    ((x) << S_DEBUGDATAH)

Definition at line 6217 of file cxgb_regs.h.

◆ V_DEBUGDATAL

#define V_DEBUGDATAL (   x)    ((x) << S_DEBUGDATAL)

Definition at line 6222 of file cxgb_regs.h.

◆ V_DEBUGLAREQADDR

#define V_DEBUGLAREQADDR (   x)    ((x) << S_DEBUGLAREQADDR)

Definition at line 6229 of file cxgb_regs.h.

◆ V_DEBUGSELH

#define V_DEBUGSELH (   x)    ((x) << S_DEBUGSELH)

Definition at line 6030 of file cxgb_regs.h.

◆ V_DEBUGSELHI

#define V_DEBUGSELHI (   x)    ((x) << S_DEBUGSELHI)

Definition at line 3434 of file cxgb_regs.h.

◆ V_DEBUGSELL

#define V_DEBUGSELL (   x)    ((x) << S_DEBUGSELL)

Definition at line 6035 of file cxgb_regs.h.

◆ V_DEBUGSELLO

#define V_DEBUGSELLO (   x)    ((x) << S_DEBUGSELLO)

Definition at line 3439 of file cxgb_regs.h.

◆ V_DEFAULTCH

#define V_DEFAULTCH (   x)    ((x) << S_DEFAULTCH)

Definition at line 5135 of file cxgb_regs.h.

◆ V_DEFAULTCPU

#define V_DEFAULTCPU (   x)    ((x) << S_DEFAULTCPU)

Definition at line 4564 of file cxgb_regs.h.

◆ V_DEFAULTCPUBASE

#define V_DEFAULTCPUBASE (   x)    ((x) << S_DEFAULTCPUBASE)

Definition at line 4559 of file cxgb_regs.h.

◆ V_DEFAULTQUEUE

#define V_DEFAULTQUEUE (   x)    ((x) << S_DEFAULTQUEUE)

Definition at line 4569 of file cxgb_regs.h.

◆ V_DELACTEMPTY

#define V_DELACTEMPTY (   x)    ((x) << S_DELACTEMPTY)

Definition at line 6795 of file cxgb_regs.h.

◆ V_DELAYEDACKRESOLUTION

#define V_DELAYEDACKRESOLUTION (   x)    ((x) << S_DELAYEDACKRESOLUTION)

Definition at line 4297 of file cxgb_regs.h.

◆ V_DEN

#define V_DEN (   x)    ((x) << S_DEN)

Definition at line 2732 of file cxgb_regs.h.

◆ V_DEQ

#define V_DEQ (   x)    ((x) << S_DEQ)

Definition at line 1621 of file cxgb_regs.h.

◆ V_DETCORECCERR

#define V_DETCORECCERR (   x)    ((x) << S_DETCORECCERR)

Definition at line 616 of file cxgb_regs.h.

◆ V_DETPARERR

#define V_DETPARERR (   x)    ((x) << S_DETPARERR)

Definition at line 632 of file cxgb_regs.h.

◆ V_DETUNCECCERR

#define V_DETUNCECCERR (   x)    ((x) << S_DETUNCECCERR)

Definition at line 612 of file cxgb_regs.h.

◆ V_DISABLE

#define V_DISABLE (   x)    ((x) << S_DISABLE)

Definition at line 4547 of file cxgb_regs.h.

◆ V_DISABLEFINOLDDATA

#define V_DISABLEFINOLDDATA (   x)    ((x) << S_DISABLEFINOLDDATA)

Definition at line 3852 of file cxgb_regs.h.

◆ V_DISABLEHELDFIN

#define V_DISABLEHELDFIN (   x)    ((x) << S_DISABLEHELDFIN)

Definition at line 3880 of file cxgb_regs.h.

◆ V_DISABLENEXTMTU

#define V_DISABLENEXTMTU (   x)    ((x) << S_DISABLENEXTMTU)

Definition at line 3860 of file cxgb_regs.h.

◆ V_DISABLEPDUCNG

#define V_DISABLEPDUCNG (   x)    ((x) << S_DISABLEPDUCNG)

Definition at line 4232 of file cxgb_regs.h.

◆ V_DISABLEPDURXMT

#define V_DISABLEPDURXMT (   x)    ((x) << S_DISABLEPDURXMT)

Definition at line 4240 of file cxgb_regs.h.

◆ V_DISABLEPDUTIMEOUT

#define V_DISABLEPDUTIMEOUT (   x)    ((x) << S_DISABLEPDUTIMEOUT)

Definition at line 4236 of file cxgb_regs.h.

◆ V_DISABLEPDUXMT

#define V_DISABLEPDUXMT (   x)    ((x) << S_DISABLEPDUXMT)

Definition at line 4244 of file cxgb_regs.h.

◆ V_DISABLESYNDATA

#define V_DISABLESYNDATA (   x)    ((x) << S_DISABLESYNDATA)

Definition at line 3844 of file cxgb_regs.h.

◆ V_DISABLEWINDOWPSH

#define V_DISABLEWINDOWPSH (   x)    ((x) << S_DISABLEWINDOWPSH)

Definition at line 3848 of file cxgb_regs.h.

◆ V_DISBCAST

#define V_DISBCAST (   x)    ((x) << S_DISBCAST)

Definition at line 7177 of file cxgb_regs.h.

◆ V_DISBLEDAPARBIT0

#define V_DISBLEDAPARBIT0 (   x)    ((x) << S_DISBLEDAPARBIT0)

Definition at line 3891 of file cxgb_regs.h.

◆ V_DISCRC

#define V_DISCRC (   x)    ((x) << S_DISCRC)

Definition at line 7377 of file cxgb_regs.h.

◆ V_DISERRFRAMES

#define V_DISERRFRAMES (   x)    ((x) << S_DISERRFRAMES)

Definition at line 7337 of file cxgb_regs.h.

◆ V_DISNONVLAN

#define V_DISNONVLAN (   x)    ((x) << S_DISNONVLAN)

Definition at line 7161 of file cxgb_regs.h.

◆ V_DISPAUSEFRAMES

#define V_DISPAUSEFRAMES (   x)    ((x) << S_DISPAUSEFRAMES)

Definition at line 7145 of file cxgb_regs.h.

◆ V_DISPQPARERR

#define V_DISPQPARERR (   x)    ((x) << S_DISPQPARERR)

Definition at line 6799 of file cxgb_regs.h.

◆ V_DISPREAMBLE

#define V_DISPREAMBLE (   x)    ((x) << S_DISPREAMBLE)

Definition at line 7381 of file cxgb_regs.h.

◆ V_DISTLP

#define V_DISTLP (   x)    ((x) << S_DISTLP)

Definition at line 1385 of file cxgb_regs.h.

◆ V_DLLDELTA

#define V_DLLDELTA (   x)    ((x) << S_DLLDELTA)

Definition at line 2800 of file cxgb_regs.h.

◆ V_DLLDELTASEL

#define V_DLLDELTASEL (   x)    ((x) << S_DLLDELTASEL)

Definition at line 2809 of file cxgb_regs.h.

◆ V_DLLENB

#define V_DLLENB (   x)    ((x) << S_DLLENB)

Definition at line 2813 of file cxgb_regs.h.

◆ V_DLLLOCK

#define V_DLLLOCK (   x)    ((x) << S_DLLLOCK)

Definition at line 2795 of file cxgb_regs.h.

◆ V_DLLPERR

#define V_DLLPERR (   x)    ((x) << S_DLLPERR)

Definition at line 1369 of file cxgb_regs.h.

◆ V_DLLPTIMEOUTLMT

#define V_DLLPTIMEOUTLMT (   x)    ((x) << S_DLLPTIMEOUTLMT)

Definition at line 1279 of file cxgb_regs.h.

◆ V_DLLRST

#define V_DLLRST (   x)    ((x) << S_DLLRST)

Definition at line 2817 of file cxgb_regs.h.

◆ V_DLYTRNPND

#define V_DLYTRNPND (   x)    ((x) << S_DLYTRNPND)

Definition at line 875 of file cxgb_regs.h.

◆ V_DMASTOPEN

#define V_DMASTOPEN (   x)    ((x) << S_DMASTOPEN)

Definition at line 659 of file cxgb_regs.h.

◆ V_DNIN0

#define V_DNIN0 (   x)    ((x) << S_DNIN0)

Definition at line 7891 of file cxgb_regs.h.

◆ V_DNIN1

#define V_DNIN1 (   x)    ((x) << S_DNIN1)

Definition at line 7879 of file cxgb_regs.h.

◆ V_DNIN2

#define V_DNIN2 (   x)    ((x) << S_DNIN2)

Definition at line 7867 of file cxgb_regs.h.

◆ V_DNIN3

#define V_DNIN3 (   x)    ((x) << S_DNIN3)

Definition at line 7855 of file cxgb_regs.h.

◆ V_DRAMPARERR

#define V_DRAMPARERR (   x)    ((x) << S_DRAMPARERR)

Definition at line 3169 of file cxgb_regs.h.

◆ V_DRBPRITHRSH

#define V_DRBPRITHRSH (   x)    ((x) << S_DRBPRITHRSH)

Definition at line 576 of file cxgb_regs.h.

◆ V_DROPPKT

#define V_DROPPKT (   x)    ((x) << S_DROPPKT)

Definition at line 76 of file cxgb_regs.h.

◆ V_DTAGPARERR

#define V_DTAGPARERR (   x)    ((x) << S_DTAGPARERR)

Definition at line 3125 of file cxgb_regs.h.

◆ V_DTX

#define V_DTX (   x)    ((x) << S_DTX)

Definition at line 1626 of file cxgb_regs.h.

◆ V_DUPACKTHRESH

#define V_DUPACKTHRESH (   x)    ((x) << S_DUPACKTHRESH)

Definition at line 4051 of file cxgb_regs.h.

◆ V_E_SRCH

#define V_E_SRCH (   x)    ((x) << S_E_SRCH)

Definition at line 7061 of file cxgb_regs.h.

◆ V_ECCCHKEN

#define V_ECCCHKEN (   x)    ((x) << S_ECCCHKEN)

Definition at line 2974 of file cxgb_regs.h.

◆ V_ECCGENEN

#define V_ECCGENEN (   x)    ((x) << S_ECCGENEN)

Definition at line 2978 of file cxgb_regs.h.

◆ V_ECHECKSUMCHECKIP

#define V_ECHECKSUMCHECKIP (   x)    ((x) << S_ECHECKSUMCHECKIP)

Definition at line 3488 of file cxgb_regs.h.

◆ V_ECHECKSUMCHECKTCP

#define V_ECHECKSUMCHECKTCP (   x)    ((x) << S_ECHECKSUMCHECKTCP)

Definition at line 3484 of file cxgb_regs.h.

◆ V_ECHECKSUMGENERATEIP

#define V_ECHECKSUMGENERATEIP (   x)    ((x) << S_ECHECKSUMGENERATEIP)

Definition at line 3542 of file cxgb_regs.h.

◆ V_ECHECKSUMGENERATETCP

#define V_ECHECKSUMGENERATETCP (   x)    ((x) << S_ECHECKSUMGENERATETCP)

Definition at line 3538 of file cxgb_regs.h.

◆ V_ECPL

#define V_ECPL (   x)    ((x) << S_ECPL)

Definition at line 3492 of file cxgb_regs.h.

◆ V_EDROPTUNNEL

#define V_EDROPTUNNEL (   x)    ((x) << S_EDROPTUNNEL)

Definition at line 5027 of file cxgb_regs.h.

◆ V_EETHERNET

#define V_EETHERNET (   x)    ((x) << S_EETHERNET)

Definition at line 3496 of file cxgb_regs.h.

◆ V_EGRCNTX

#define V_EGRCNTX (   x)    ((x) << S_EGRCNTX)

Definition at line 138 of file cxgb_regs.h.

◆ V_EGRCNTXBADDR

#define V_EGRCNTXBADDR (   x)    ((x) << S_EGRCNTXBADDR)

Definition at line 428 of file cxgb_regs.h.

◆ V_EGRENUPBP

#define V_EGRENUPBP (   x)    ((x) << S_EGRENUPBP)

Definition at line 72 of file cxgb_regs.h.

◆ V_EGRERROPCODE

#define V_EGRERROPCODE (   x)    ((x) << S_EGRERROPCODE)

Definition at line 394 of file cxgb_regs.h.

◆ V_EGRESS

#define V_EGRESS (   x)    ((x) << S_EGRESS)

Definition at line 183 of file cxgb_regs.h.

◆ V_EGRGENCTRL

#define V_EGRGENCTRL (   x)    ((x) << S_EGRGENCTRL)

Definition at line 80 of file cxgb_regs.h.

◆ V_EGRHIOPCODE

#define V_EGRHIOPCODE (   x)    ((x) << S_EGRHIOPCODE)

Definition at line 399 of file cxgb_regs.h.

◆ V_EGRLOOPCODE

#define V_EGRLOOPCODE (   x)    ((x) << S_EGRLOOPCODE)

Definition at line 404 of file cxgb_regs.h.

◆ V_EGRPRICNT

#define V_EGRPRICNT (   x)    ((x) << S_EGRPRICNT)

Definition at line 409 of file cxgb_regs.h.

◆ V_ELECIDLEDETCYC

#define V_ELECIDLEDETCYC (   x)    ((x) << S_ELECIDLEDETCYC)

Definition at line 1449 of file cxgb_regs.h.

◆ V_EN

#define V_EN (   x)    ((x) << S_EN)

Definition at line 6343 of file cxgb_regs.h.

◆ V_EN1536BFRAMES

#define V_EN1536BFRAMES (   x)    ((x) << S_EN1536BFRAMES)

Definition at line 7149 of file cxgb_regs.h.

◆ V_EN8B10B

#define V_EN8B10B (   x)    ((x) << S_EN8B10B)

Definition at line 7430 of file cxgb_regs.h.

◆ V_ENABLEARPMISS

#define V_ENABLEARPMISS (   x)    ((x) << S_ENABLEARPMISS)

Definition at line 3895 of file cxgb_regs.h.

◆ V_ENABLEBUFE

#define V_ENABLEBUFE (   x)    ((x) << S_ENABLEBUFE)

Definition at line 4220 of file cxgb_regs.h.

◆ V_ENABLEBUFI

#define V_ENABLEBUFI (   x)    ((x) << S_ENABLEBUFI)

Definition at line 4216 of file cxgb_regs.h.

◆ V_ENABLECHDRAFULL

#define V_ENABLECHDRAFULL (   x)    ((x) << S_ENABLECHDRAFULL)

Definition at line 3931 of file cxgb_regs.h.

◆ V_ENABLECLEARRXMTOOS

#define V_ENABLECLEARRXMTOOS (   x)    ((x) << S_ENABLECLEARRXMTOOS)

Definition at line 4228 of file cxgb_regs.h.

◆ V_ENABLECSND

#define V_ENABLECSND (   x)    ((x) << S_ENABLECSND)

Definition at line 4204 of file cxgb_regs.h.

◆ V_ENABLEDDPFLOWCONTROL

#define V_ENABLEDDPFLOWCONTROL (   x)    ((x) << S_ENABLEDDPFLOWCONTROL)

Definition at line 3876 of file cxgb_regs.h.

◆ V_ENABLEDEFER

#define V_ENABLEDEFER (   x)    ((x) << S_ENABLEDEFER)

Definition at line 4224 of file cxgb_regs.h.

◆ V_ENABLEDEFERACK

#define V_ENABLEDEFERACK (   x)    ((x) << S_ENABLEDEFERACK)

Definition at line 4196 of file cxgb_regs.h.

◆ V_ENABLEDROPRQEMPTYPKT

#define V_ENABLEDROPRQEMPTYPKT (   x)    ((x) << S_ENABLEDROPRQEMPTYPKT)

Definition at line 3907 of file cxgb_regs.h.

◆ V_ENABLEEPCMDAFULL

#define V_ENABLEEPCMDAFULL (   x)    ((x) << S_ENABLEEPCMDAFULL)

Definition at line 3804 of file cxgb_regs.h.

◆ V_ENABLEEPDU

#define V_ENABLEEPDU (   x)    ((x) << S_ENABLEEPDU)

Definition at line 4248 of file cxgb_regs.h.

◆ V_ENABLEESND

#define V_ENABLEESND (   x)    ((x) << S_ENABLEESND)

Definition at line 4200 of file cxgb_regs.h.

◆ V_ENABLEEXTRACT

#define V_ENABLEEXTRACT (   x)    ((x) << S_ENABLEEXTRACT)

Definition at line 5306 of file cxgb_regs.h.

◆ V_ENABLEEXTRACTIONSFD

#define V_ENABLEEXTRACTIONSFD (   x)    ((x) << S_ENABLEEXTRACTIONSFD)

Definition at line 5302 of file cxgb_regs.h.

◆ V_ENABLEFEEDBACKSEND

#define V_ENABLEFEEDBACKSEND (   x)    ((x) << S_ENABLEFEEDBACKSEND)

Definition at line 3868 of file cxgb_regs.h.

◆ V_ENABLEFLMERROR

#define V_ENABLEFLMERROR (   x)    ((x) << S_ENABLEFLMERROR)

Definition at line 3856 of file cxgb_regs.h.

◆ V_ENABLEFLMERRORDDP

#define V_ENABLEFLMERRORDDP (   x)    ((x) << S_ENABLEFLMERRORDDP)

Definition at line 3780 of file cxgb_regs.h.

◆ V_ENABLEHOTRST

#define V_ENABLEHOTRST (   x)    ((x) << S_ENABLEHOTRST)

Definition at line 1047 of file cxgb_regs.h.

◆ V_ENABLEINSERTION

#define V_ENABLEINSERTION (   x)    ((x) << S_ENABLEINSERTION)

Definition at line 5298 of file cxgb_regs.h.

◆ V_ENABLEINSERTIONSFD

#define V_ENABLEINSERTIONSFD (   x)    ((x) << S_ENABLEINSERTIONSFD)

Definition at line 5294 of file cxgb_regs.h.

◆ V_ENABLEIPV6RSS

#define V_ENABLEIPV6RSS (   x)    ((x) << S_ENABLEIPV6RSS)

Definition at line 3903 of file cxgb_regs.h.

◆ V_ENABLELINKDOWNRST

#define V_ENABLELINKDOWNRST (   x)    ((x) << S_ENABLELINKDOWNRST)

Definition at line 1043 of file cxgb_regs.h.

◆ V_ENABLELINKDWNDRST

#define V_ENABLELINKDWNDRST (   x)    ((x) << S_ENABLELINKDWNDRST)

Definition at line 1039 of file cxgb_regs.h.

◆ V_ENABLENONOFDSCBBIT

#define V_ENABLENONOFDSCBBIT (   x)    ((x) << S_ENABLENONOFDSCBBIT)

Definition at line 3935 of file cxgb_regs.h.

◆ V_ENABLENONOFDTCBRSS

#define V_ENABLENONOFDTCBRSS (   x)    ((x) << S_ENABLENONOFDTCBRSS)

Definition at line 3943 of file cxgb_regs.h.

◆ V_ENABLENONOFDTIDRSS

#define V_ENABLENONOFDTIDRSS (   x)    ((x) << S_ENABLENONOFDTIDRSS)

Definition at line 3939 of file cxgb_regs.h.

◆ V_ENABLENONOFDTNLSYN

#define V_ENABLENONOFDTNLSYN (   x)    ((x) << S_ENABLENONOFDTNLSYN)

Definition at line 3899 of file cxgb_regs.h.

◆ V_ENABLEOCSPIFULL

#define V_ENABLEOCSPIFULL (   x)    ((x) << S_ENABLEOCSPIFULL)

Definition at line 3776 of file cxgb_regs.h.

◆ V_ENABLEOLDRXFORWARD

#define V_ENABLEOLDRXFORWARD (   x)    ((x) << S_ENABLEOLDRXFORWARD)

Definition at line 3947 of file cxgb_regs.h.

◆ V_ENABLEONFLYPDU

#define V_ENABLEONFLYPDU (   x)    ((x) << S_ENABLEONFLYPDU)

Definition at line 3800 of file cxgb_regs.h.

◆ V_ENABLEPDUC

#define V_ENABLEPDUC (   x)    ((x) << S_ENABLEPDUC)

Definition at line 4212 of file cxgb_regs.h.

◆ V_ENABLEPDUE

#define V_ENABLEPDUE (   x)    ((x) << S_ENABLEPDUE)

Definition at line 4208 of file cxgb_regs.h.

◆ V_ENABLEPDUI

#define V_ENABLEPDUI (   x)    ((x) << S_ENABLEPDUI)

Definition at line 4264 of file cxgb_regs.h.

◆ V_ENABLERDMAERROR

#define V_ENABLERDMAERROR (   x)    ((x) << S_ENABLERDMAERROR)

Definition at line 3872 of file cxgb_regs.h.

◆ V_ENABLERXPKTTMSTPRSS

#define V_ENABLERXPKTTMSTPRSS (   x)    ((x) << S_ENABLERXPKTTMSTPRSS)

Definition at line 3915 of file cxgb_regs.h.

◆ V_ENABLERXPORTFROMADDR

#define V_ENABLERXPORTFROMADDR (   x)    ((x) << S_ENABLERXPORTFROMADDR)

Definition at line 3923 of file cxgb_regs.h.

◆ V_ENABLESNDUNAINRXDATA

#define V_ENABLESNDUNAINRXDATA (   x)    ((x) << S_ENABLESNDUNAINRXDATA)

Definition at line 3919 of file cxgb_regs.h.

◆ V_ENABLETXPORTFROMDA

#define V_ENABLETXPORTFROMDA (   x)    ((x) << S_ENABLETXPORTFROMDA)

Definition at line 3927 of file cxgb_regs.h.

◆ V_ENABLETXPORTFROMDA2

#define V_ENABLETXPORTFROMDA2 (   x)    ((x) << S_ENABLETXPORTFROMDA2)

Definition at line 3911 of file cxgb_regs.h.

◆ V_ENCOMMA

#define V_ENCOMMA (   x)    ((x) << S_ENCOMMA)

Definition at line 7426 of file cxgb_regs.h.

◆ V_ENDROPPKT

#define V_ENDROPPKT (   x)    ((x) << S_ENDROPPKT)

Definition at line 7355 of file cxgb_regs.h.

◆ V_ENELBUF

#define V_ENELBUF (   x)    ((x) << S_ENELBUF)

Definition at line 7434 of file cxgb_regs.h.

◆ V_ENEXTMATCH

#define V_ENEXTMATCH (   x)    ((x) << S_ENEXTMATCH)

Definition at line 7165 of file cxgb_regs.h.

◆ V_ENFORCEPKT

#define V_ENFORCEPKT (   x)    ((x) << S_ENFORCEPKT)

Definition at line 5760 of file cxgb_regs.h.

◆ V_ENHASHMCAST

#define V_ENHASHMCAST (   x)    ((x) << S_ENHASHMCAST)

Definition at line 7173 of file cxgb_regs.h.

◆ V_ENHASHUCAST

#define V_ENHASHUCAST (   x)    ((x) << S_ENHASHUCAST)

Definition at line 7169 of file cxgb_regs.h.

◆ V_ENJUMBO

#define V_ENJUMBO (   x)    ((x) << S_ENJUMBO)

Definition at line 7153 of file cxgb_regs.h.

◆ V_ENNON802_3PREAMBLE

#define V_ENNON802_3PREAMBLE (   x)    ((x) << S_ENNON802_3PREAMBLE)

Definition at line 7137 of file cxgb_regs.h.

◆ V_ENRGMII

#define V_ENRGMII (   x)    ((x) << S_ENRGMII)

Definition at line 7619 of file cxgb_regs.h.

◆ V_ENSKPDROP

#define V_ENSKPDROP (   x)    ((x) << S_ENSKPDROP)

Definition at line 7422 of file cxgb_regs.h.

◆ V_ENTERL0SEN

#define V_ENTERL0SEN (   x)    ((x) << S_ENTERL0SEN)

Definition at line 1338 of file cxgb_regs.h.

◆ V_ENTERL1ASPMEN

#define V_ENTERL1ASPMEN (   x)    ((x) << S_ENTERL1ASPMEN)

Definition at line 1330 of file cxgb_regs.h.

◆ V_ENTERL1EN

#define V_ENTERL1EN (   x)    ((x) << S_ENTERL1EN)

Definition at line 1334 of file cxgb_regs.h.

◆ V_ENTERL1REN

#define V_ENTERL1REN (   x)    ((x) << S_ENTERL1REN)

Definition at line 1304 of file cxgb_regs.h.

◆ V_ENTERL23

#define V_ENTERL23 (   x)    ((x) << S_ENTERL23)

Definition at line 1342 of file cxgb_regs.h.

◆ V_ENTEST

#define V_ENTEST (   x)    ((x) << S_ENTEST)

Definition at line 7468 of file cxgb_regs.h.

◆ V_ENTESTMODEWR

#define V_ENTESTMODEWR (   x)    ((x) << S_ENTESTMODEWR)

Definition at line 7297 of file cxgb_regs.h.

◆ V_ENTYPEMATCH

#define V_ENTYPEMATCH (   x)    ((x) << S_ENTYPEMATCH)

Definition at line 7211 of file cxgb_regs.h.

◆ V_ER_REQFIFOEMPTY

#define V_ER_REQFIFOEMPTY (   x)    ((x) << S_ER_REQFIFOEMPTY)

Definition at line 1139 of file cxgb_regs.h.

◆ V_ERRADDRESS

#define V_ERRADDRESS (   x)    ((x) << S_ERRADDRESS)

Definition at line 2949 of file cxgb_regs.h.

◆ V_ERRAGENT

#define V_ERRAGENT (   x)    ((x) << S_ERRAGENT)

Definition at line 2954 of file cxgb_regs.h.

◆ V_ERRINTR

#define V_ERRINTR (   x)    ((x) << S_ERRINTR)

Definition at line 213 of file cxgb_regs.h.

◆ V_ERROP

#define V_ERROP (   x)    ((x) << S_ERROP)

Definition at line 2958 of file cxgb_regs.h.

◆ V_ETHRESHOLD

#define V_ETHRESHOLD (   x)    ((x) << S_ETHRESHOLD)

Definition at line 5036 of file cxgb_regs.h.

◆ V_ETPINCPLFIFOPERR

#define V_ETPINCPLFIFOPERR (   x)    ((x) << S_ETPINCPLFIFOPERR)

Definition at line 4828 of file cxgb_regs.h.

◆ V_ETPINETHFIFOPERR

#define V_ETPINETHFIFOPERR (   x)    ((x) << S_ETPINETHFIFOPERR)

Definition at line 4844 of file cxgb_regs.h.

◆ V_ETPINIPFIFOPERR

#define V_ETPINIPFIFOPERR (   x)    ((x) << S_ETPINIPFIFOPERR)

Definition at line 4840 of file cxgb_regs.h.

◆ V_ETPINTCPFIFOPERR

#define V_ETPINTCPFIFOPERR (   x)    ((x) << S_ETPINTCPFIFOPERR)

Definition at line 4836 of file cxgb_regs.h.

◆ V_ETPINTCPOPTFIFOPERR

#define V_ETPINTCPOPTFIFOPERR (   x)    ((x) << S_ETPINTCPOPTFIFOPERR)

Definition at line 4832 of file cxgb_regs.h.

◆ V_ETPOUTCPLFIFOPERR

#define V_ETPOUTCPLFIFOPERR (   x)    ((x) << S_ETPOUTCPLFIFOPERR)

Definition at line 4812 of file cxgb_regs.h.

◆ V_ETPOUTETHFIFOPERR

#define V_ETPOUTETHFIFOPERR (   x)    ((x) << S_ETPOUTETHFIFOPERR)

Definition at line 4824 of file cxgb_regs.h.

◆ V_ETPOUTIPFIFOPERR

#define V_ETPOUTIPFIFOPERR (   x)    ((x) << S_ETPOUTIPFIFOPERR)

Definition at line 4820 of file cxgb_regs.h.

◆ V_ETPOUTTCPFIFOPERR

#define V_ETPOUTTCPFIFOPERR (   x)    ((x) << S_ETPOUTTCPFIFOPERR)

Definition at line 4816 of file cxgb_regs.h.

◆ V_ETUNNEL

#define V_ETUNNEL (   x)    ((x) << S_ETUNNEL)

Definition at line 3500 of file cxgb_regs.h.

◆ V_EXT

#define V_EXT (   x)    ((x) << S_EXT)

Definition at line 6376 of file cxgb_regs.h.

◆ V_EXTBISTCHKEN

#define V_EXTBISTCHKEN (   x)    ((x) << S_EXTBISTCHKEN)

Definition at line 1706 of file cxgb_regs.h.

◆ V_EXTBISTCHKEN0

#define V_EXTBISTCHKEN0 (   x)    ((x) << S_EXTBISTCHKEN0)

Definition at line 7984 of file cxgb_regs.h.

◆ V_EXTBISTCHKEN1

#define V_EXTBISTCHKEN1 (   x)    ((x) << S_EXTBISTCHKEN1)

Definition at line 7959 of file cxgb_regs.h.

◆ V_EXTBISTCHKEN2

#define V_EXTBISTCHKEN2 (   x)    ((x) << S_EXTBISTCHKEN2)

Definition at line 7934 of file cxgb_regs.h.

◆ V_EXTBISTCHKEN3

#define V_EXTBISTCHKEN3 (   x)    ((x) << S_EXTBISTCHKEN3)

Definition at line 7909 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCLR

#define V_EXTBISTCHKERRCLR (   x)    ((x) << S_EXTBISTCHKERRCLR)

Definition at line 1702 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCLR0

#define V_EXTBISTCHKERRCLR0 (   x)    ((x) << S_EXTBISTCHKERRCLR0)

Definition at line 7980 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCLR1

#define V_EXTBISTCHKERRCLR1 (   x)    ((x) << S_EXTBISTCHKERRCLR1)

Definition at line 7955 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCLR2

#define V_EXTBISTCHKERRCLR2 (   x)    ((x) << S_EXTBISTCHKERRCLR2)

Definition at line 7930 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCLR3

#define V_EXTBISTCHKERRCLR3 (   x)    ((x) << S_EXTBISTCHKERRCLR3)

Definition at line 7905 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCNT

#define V_EXTBISTCHKERRCNT (   x)    ((x) << S_EXTBISTCHKERRCNT)

Definition at line 1877 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCNT0

#define V_EXTBISTCHKERRCNT0 (   x)    ((x) << S_EXTBISTCHKERRCNT0)

Definition at line 8008 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCNT1

#define V_EXTBISTCHKERRCNT1 (   x)    ((x) << S_EXTBISTCHKERRCNT1)

Definition at line 8031 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCNT2

#define V_EXTBISTCHKERRCNT2 (   x)    ((x) << S_EXTBISTCHKERRCNT2)

Definition at line 8054 of file cxgb_regs.h.

◆ V_EXTBISTCHKERRCNT3

#define V_EXTBISTCHKERRCNT3 (   x)    ((x) << S_EXTBISTCHKERRCNT3)

Definition at line 8077 of file cxgb_regs.h.

◆ V_EXTBISTCHKFMD

#define V_EXTBISTCHKFMD (   x)    ((x) << S_EXTBISTCHKFMD)

Definition at line 1881 of file cxgb_regs.h.

◆ V_EXTBISTCHKFMD0

#define V_EXTBISTCHKFMD0 (   x)    ((x) << S_EXTBISTCHKFMD0)

Definition at line 8012 of file cxgb_regs.h.

◆ V_EXTBISTCHKFMD1

#define V_EXTBISTCHKFMD1 (   x)    ((x) << S_EXTBISTCHKFMD1)

Definition at line 8035 of file cxgb_regs.h.

◆ V_EXTBISTCHKFMD2

#define V_EXTBISTCHKFMD2 (   x)    ((x) << S_EXTBISTCHKFMD2)

Definition at line 8058 of file cxgb_regs.h.

◆ V_EXTBISTCHKFMD3

#define V_EXTBISTCHKFMD3 (   x)    ((x) << S_EXTBISTCHKFMD3)

Definition at line 8081 of file cxgb_regs.h.

◆ V_EXTBISTGENEN

#define V_EXTBISTGENEN (   x)    ((x) << S_EXTBISTGENEN)

Definition at line 1710 of file cxgb_regs.h.

◆ V_EXTBISTGENEN0

#define V_EXTBISTGENEN0 (   x)    ((x) << S_EXTBISTGENEN0)

Definition at line 7988 of file cxgb_regs.h.

◆ V_EXTBISTGENEN1

#define V_EXTBISTGENEN1 (   x)    ((x) << S_EXTBISTGENEN1)

Definition at line 7963 of file cxgb_regs.h.

◆ V_EXTBISTGENEN2

#define V_EXTBISTGENEN2 (   x)    ((x) << S_EXTBISTGENEN2)

Definition at line 7938 of file cxgb_regs.h.

◆ V_EXTBISTGENEN3

#define V_EXTBISTGENEN3 (   x)    ((x) << S_EXTBISTGENEN3)

Definition at line 7913 of file cxgb_regs.h.

◆ V_EXTBISTPAT

#define V_EXTBISTPAT (   x)    ((x) << S_EXTBISTPAT)

Definition at line 1715 of file cxgb_regs.h.

◆ V_EXTBISTPAT0

#define V_EXTBISTPAT0 (   x)    ((x) << S_EXTBISTPAT0)

Definition at line 7993 of file cxgb_regs.h.

◆ V_EXTBISTPAT1

#define V_EXTBISTPAT1 (   x)    ((x) << S_EXTBISTPAT1)

Definition at line 7968 of file cxgb_regs.h.

◆ V_EXTBISTPAT2

#define V_EXTBISTPAT2 (   x)    ((x) << S_EXTBISTPAT2)

Definition at line 7943 of file cxgb_regs.h.

◆ V_EXTBISTPAT3

#define V_EXTBISTPAT3 (   x)    ((x) << S_EXTBISTPAT3)

Definition at line 7918 of file cxgb_regs.h.

◆ V_EXTERNLOOPBACK

#define V_EXTERNLOOPBACK (   x)    ((x) << S_EXTERNLOOPBACK)

Definition at line 7325 of file cxgb_regs.h.

◆ V_EXTMODE1

#define V_EXTMODE1 (   x)    ((x) << S_EXTMODE1)

Definition at line 2763 of file cxgb_regs.h.

◆ V_EXTMODE2

#define V_EXTMODE2 (   x)    ((x) << S_EXTMODE2)

Definition at line 2770 of file cxgb_regs.h.

◆ V_EXTMODE3

#define V_EXTMODE3 (   x)    ((x) << S_EXTMODE3)

Definition at line 2777 of file cxgb_regs.h.

◆ V_EXTPARLPBK

#define V_EXTPARLPBK (   x)    ((x) << S_EXTPARLPBK)

Definition at line 1723 of file cxgb_regs.h.

◆ V_EXTPARLPBK0

#define V_EXTPARLPBK0 (   x)    ((x) << S_EXTPARLPBK0)

Definition at line 8001 of file cxgb_regs.h.

◆ V_EXTPARLPBK1

#define V_EXTPARLPBK1 (   x)    ((x) << S_EXTPARLPBK1)

Definition at line 7976 of file cxgb_regs.h.

◆ V_EXTPARLPBK2

#define V_EXTPARLPBK2 (   x)    ((x) << S_EXTPARLPBK2)

Definition at line 7951 of file cxgb_regs.h.

◆ V_EXTPARLPBK3

#define V_EXTPARLPBK3 (   x)    ((x) << S_EXTPARLPBK3)

Definition at line 7926 of file cxgb_regs.h.

◆ V_EXTPARRESET

#define V_EXTPARRESET (   x)    ((x) << S_EXTPARRESET)

Definition at line 1719 of file cxgb_regs.h.

◆ V_EXTPARRESET0

#define V_EXTPARRESET0 (   x)    ((x) << S_EXTPARRESET0)

Definition at line 7997 of file cxgb_regs.h.

◆ V_EXTPARRESET1

#define V_EXTPARRESET1 (   x)    ((x) << S_EXTPARRESET1)

Definition at line 7972 of file cxgb_regs.h.

◆ V_EXTPARRESET2

#define V_EXTPARRESET2 (   x)    ((x) << S_EXTPARRESET2)

Definition at line 7947 of file cxgb_regs.h.

◆ V_EXTPARRESET3

#define V_EXTPARRESET3 (   x)    ((x) << S_EXTPARRESET3)

Definition at line 7922 of file cxgb_regs.h.

◆ V_FASTFINWAIT2TIME

#define V_FASTFINWAIT2TIME (   x)    ((x) << S_FASTFINWAIT2TIME)

Definition at line 4374 of file cxgb_regs.h.

◆ V_FASTINIT

#define V_FASTINIT (   x)    ((x) << S_FASTINIT)

Definition at line 1576 of file cxgb_regs.h.

◆ V_FATALPERREN

#define V_FATALPERREN (   x)    ((x) << S_FATALPERREN)

Definition at line 6469 of file cxgb_regs.h.

◆ V_FATLPERREN

#define V_FATLPERREN (   x)    ((x) << S_FATLPERREN)

Definition at line 48 of file cxgb_regs.h.

◆ V_FILTEREN

#define V_FILTEREN (   x)    ((x) << S_FILTEREN)

Definition at line 6633 of file cxgb_regs.h.

◆ V_FILTERPEERFIN

#define V_FILTERPEERFIN (   x)    ((x) << S_FILTERPEERFIN)

Definition at line 3864 of file cxgb_regs.h.

◆ V_FINWAIT2TIME

#define V_FINWAIT2TIME (   x)    ((x) << S_FINWAIT2TIME)

Definition at line 4367 of file cxgb_regs.h.

◆ V_FIVETUPLELOOKUP

#define V_FIVETUPLELOOKUP (   x)    ((x) << S_FIVETUPLELOOKUP)

Definition at line 3606 of file cxgb_regs.h.

◆ V_FIXRCVWND

#define V_FIXRCVWND (   x)    ((x) << S_FIXRCVWND)

Definition at line 3788 of file cxgb_regs.h.

◆ V_FL0EMPTY

#define V_FL0EMPTY (   x)    ((x) << S_FL0EMPTY)

Definition at line 322 of file cxgb_regs.h.

◆ V_FL10EMPTY

#define V_FL10EMPTY (   x)    ((x) << S_FL10EMPTY)

Definition at line 362 of file cxgb_regs.h.

◆ V_FL11EMPTY

#define V_FL11EMPTY (   x)    ((x) << S_FL11EMPTY)

Definition at line 366 of file cxgb_regs.h.

◆ V_FL12EMPTY

#define V_FL12EMPTY (   x)    ((x) << S_FL12EMPTY)

Definition at line 370 of file cxgb_regs.h.

◆ V_FL13EMPTY

#define V_FL13EMPTY (   x)    ((x) << S_FL13EMPTY)

Definition at line 374 of file cxgb_regs.h.

◆ V_FL14EMPTY

#define V_FL14EMPTY (   x)    ((x) << S_FL14EMPTY)

Definition at line 378 of file cxgb_regs.h.

◆ V_FL15EMPTY

#define V_FL15EMPTY (   x)    ((x) << S_FL15EMPTY)

Definition at line 382 of file cxgb_regs.h.

◆ V_FL1EMPTY

#define V_FL1EMPTY (   x)    ((x) << S_FL1EMPTY)

Definition at line 326 of file cxgb_regs.h.

◆ V_FL2EMPTY

#define V_FL2EMPTY (   x)    ((x) << S_FL2EMPTY)

Definition at line 330 of file cxgb_regs.h.

◆ V_FL3EMPTY

#define V_FL3EMPTY (   x)    ((x) << S_FL3EMPTY)

Definition at line 334 of file cxgb_regs.h.

◆ V_FL4EMPTY

#define V_FL4EMPTY (   x)    ((x) << S_FL4EMPTY)

Definition at line 338 of file cxgb_regs.h.

◆ V_FL5EMPTY

#define V_FL5EMPTY (   x)    ((x) << S_FL5EMPTY)

Definition at line 342 of file cxgb_regs.h.

◆ V_FL6EMPTY

#define V_FL6EMPTY (   x)    ((x) << S_FL6EMPTY)

Definition at line 346 of file cxgb_regs.h.

◆ V_FL7EMPTY

#define V_FL7EMPTY (   x)    ((x) << S_FL7EMPTY)

Definition at line 350 of file cxgb_regs.h.

◆ V_FL8EMPTY

#define V_FL8EMPTY (   x)    ((x) << S_FL8EMPTY)

Definition at line 354 of file cxgb_regs.h.

◆ V_FL9EMPTY

#define V_FL9EMPTY (   x)    ((x) << S_FL9EMPTY)

Definition at line 358 of file cxgb_regs.h.

◆ V_FLASHADDRSIZE

#define V_FLASHADDRSIZE (   x)    ((x) << S_FLASHADDRSIZE)

Definition at line 3098 of file cxgb_regs.h.

◆ V_FLASHBASEADDR

#define V_FLASHBASEADDR (   x)    ((x) << S_FLASHBASEADDR)

Definition at line 3091 of file cxgb_regs.h.

◆ V_FLASHRANGEINT

#define V_FLASHRANGEINT (   x)    ((x) << S_FLASHRANGEINT)

Definition at line 3291 of file cxgb_regs.h.

◆ V_FLASHRANGEINTEN

#define V_FLASHRANGEINTEN (   x)    ((x) << S_FLASHRANGEINTEN)

Definition at line 3225 of file cxgb_regs.h.

◆ V_FLEMPTY

#define V_FLEMPTY (   x)    ((x) << S_FLEMPTY)

Definition at line 532 of file cxgb_regs.h.

◆ V_FLMODE

#define V_FLMODE (   x)    ((x) << S_FLMODE)

Definition at line 98 of file cxgb_regs.h.

◆ V_FLMPERRSET

#define V_FLMPERRSET (   x)    ((x) << S_FLMPERRSET)

Definition at line 4768 of file cxgb_regs.h.

◆ V_FLMRXFLSTEMPTY

#define V_FLMRXFLSTEMPTY (   x)    ((x) << S_FLMRXFLSTEMPTY)

Definition at line 4764 of file cxgb_regs.h.

◆ V_FLMTXFLSTEMPTY

#define V_FLMTXFLSTEMPTY (   x)    ((x) << S_FLMTXFLSTEMPTY)

Definition at line 4760 of file cxgb_regs.h.

◆ V_FLOWCTLOFLOWERR

#define V_FLOWCTLOFLOWERR (   x)    ((x) << S_FLOWCTLOFLOWERR)

Definition at line 1353 of file cxgb_regs.h.

◆ V_FLOWCTLPROTERR

#define V_FLOWCTLPROTERR (   x)    ((x) << S_FLOWCTLPROTERR)

Definition at line 1373 of file cxgb_regs.h.

◆ V_FLPARITYERROR

#define V_FLPARITYERROR (   x)    ((x) << S_FLPARITYERROR)

Definition at line 451 of file cxgb_regs.h.

◆ V_FLPICKAVAIL

#define V_FLPICKAVAIL (   x)    ((x) << S_FLPICKAVAIL)

Definition at line 111 of file cxgb_regs.h.

◆ V_FLSTINITENABLE

#define V_FLSTINITENABLE (   x)    ((x) << S_FLSTINITENABLE)

Definition at line 4718 of file cxgb_regs.h.

◆ V_FLXEMPTY

#define V_FLXEMPTY (   x)    ((x) << S_FLXEMPTY)

Definition at line 387 of file cxgb_regs.h.

◆ V_FMOFFSET0

#define V_FMOFFSET0 (   x)    ((x) << S_FMOFFSET0)

Definition at line 7845 of file cxgb_regs.h.

◆ V_FMOFFSET1

#define V_FMOFFSET1 (   x)    ((x) << S_FMOFFSET1)

Definition at line 7836 of file cxgb_regs.h.

◆ V_FMOFFSET2

#define V_FMOFFSET2 (   x)    ((x) << S_FMOFFSET2)

Definition at line 7827 of file cxgb_regs.h.

◆ V_FMOFFSET3

#define V_FMOFFSET3 (   x)    ((x) << S_FMOFFSET3)

Definition at line 7818 of file cxgb_regs.h.

◆ V_FMOFFSETEN0

#define V_FMOFFSETEN0 (   x)    ((x) << S_FMOFFSETEN0)

Definition at line 7849 of file cxgb_regs.h.

◆ V_FMOFFSETEN1

#define V_FMOFFSETEN1 (   x)    ((x) << S_FMOFFSETEN1)

Definition at line 7840 of file cxgb_regs.h.

◆ V_FMOFFSETEN2

#define V_FMOFFSETEN2 (   x)    ((x) << S_FMOFFSETEN2)

Definition at line 7831 of file cxgb_regs.h.

◆ V_FMOFFSETEN3

#define V_FMOFFSETEN3 (   x)    ((x) << S_FMOFFSETEN3)

Definition at line 7822 of file cxgb_regs.h.

◆ V_FORCEDPAUSE

#define V_FORCEDPAUSE (   x)    ((x) << S_FORCEDPAUSE)

Definition at line 7321 of file cxgb_regs.h.

◆ V_FRAGMENTDROP

#define V_FRAGMENTDROP (   x)    ((x) << S_FRAGMENTDROP)

Definition at line 3601 of file cxgb_regs.h.

◆ V_FRAMERCVD

#define V_FRAMERCVD (   x)    ((x) << S_FRAMERCVD)

Definition at line 7265 of file cxgb_regs.h.

◆ V_FRAMETXMT

#define V_FRAMETXMT (   x)    ((x) << S_FRAMETXMT)

Definition at line 7261 of file cxgb_regs.h.

◆ V_FREELIST

#define V_FREELIST (   x)    ((x) << S_FREELIST)

Definition at line 187 of file cxgb_regs.h.

◆ V_FREEPSTRUCTCOUNT

#define V_FREEPSTRUCTCOUNT (   x)    ((x) << S_FREEPSTRUCTCOUNT)

Definition at line 4888 of file cxgb_regs.h.

◆ V_FREERXPAGECOUNT

#define V_FREERXPAGECOUNT (   x)    ((x) << S_FREERXPAGECOUNT)

Definition at line 4895 of file cxgb_regs.h.

◆ V_FREETXPAGECOUNT

#define V_FREETXPAGECOUNT (   x)    ((x) << S_FREETXPAGECOUNT)

Definition at line 4902 of file cxgb_regs.h.

◆ V_GAIN

#define V_GAIN (   x)    ((x) << S_GAIN)

Definition at line 7439 of file cxgb_regs.h.

◆ V_GAP

#define V_GAP (   x)    ((x) << S_GAP)

Definition at line 3030 of file cxgb_regs.h.

◆ V_GDDRI

#define V_GDDRI (   x)    ((x) << S_GDDRI)

Definition at line 6525 of file cxgb_regs.h.

◆ V_GDDRII

#define V_GDDRII (   x)    ((x) << S_GDDRII)

Definition at line 6521 of file cxgb_regs.h.

◆ V_GDDRIII

#define V_GDDRIII (   x)    ((x) << S_GDDRIII)

Definition at line 6517 of file cxgb_regs.h.

◆ V_GLOBALENABLE

#define V_GLOBALENABLE (   x)    ((x) << S_GLOBALENABLE)

Definition at line 127 of file cxgb_regs.h.

◆ V_GMIIDUPLEX

#define V_GMIIDUPLEX (   x)    ((x) << S_GMIIDUPLEX)

Definition at line 8338 of file cxgb_regs.h.

◆ V_GMIILINKSTATUS

#define V_GMIILINKSTATUS (   x)    ((x) << S_GMIILINKSTATUS)

Definition at line 8347 of file cxgb_regs.h.

◆ V_GMIISPEED

#define V_GMIISPEED (   x)    ((x) << S_GMIISPEED)

Definition at line 8343 of file cxgb_regs.h.

◆ V_GPIO0

#define V_GPIO0 (   x)    ((x) << S_GPIO0)

Definition at line 2371 of file cxgb_regs.h.

◆ V_GPIO0_ACT_LOW

#define V_GPIO0_ACT_LOW (   x)    ((x) << S_GPIO0_ACT_LOW)

Definition at line 2533 of file cxgb_regs.h.

◆ V_GPIO0_CHG_DET

#define V_GPIO0_CHG_DET (   x)    ((x) << S_GPIO0_CHG_DET)

Definition at line 2253 of file cxgb_regs.h.

◆ V_GPIO0_IN

#define V_GPIO0_IN (   x)    ((x) << S_GPIO0_IN)

Definition at line 2301 of file cxgb_regs.h.

◆ V_GPIO0_OEN

#define V_GPIO0_OEN (   x)    ((x) << S_GPIO0_OEN)

Definition at line 2155 of file cxgb_regs.h.

◆ V_GPIO0_OUT_VAL

#define V_GPIO0_OUT_VAL (   x)    ((x) << S_GPIO0_OUT_VAL)

Definition at line 2203 of file cxgb_regs.h.

◆ V_GPIO1

#define V_GPIO1 (   x)    ((x) << S_GPIO1)

Definition at line 2367 of file cxgb_regs.h.

◆ V_GPIO10

#define V_GPIO10 (   x)    ((x) << S_GPIO10)

Definition at line 2331 of file cxgb_regs.h.

◆ V_GPIO10_ACT_LOW

#define V_GPIO10_ACT_LOW (   x)    ((x) << S_GPIO10_ACT_LOW)

Definition at line 2493 of file cxgb_regs.h.

◆ V_GPIO10_CHG_DET

#define V_GPIO10_CHG_DET (   x)    ((x) << S_GPIO10_CHG_DET)

Definition at line 2213 of file cxgb_regs.h.

◆ V_GPIO10_IN

#define V_GPIO10_IN (   x)    ((x) << S_GPIO10_IN)

Definition at line 2261 of file cxgb_regs.h.

◆ V_GPIO10_OEN

#define V_GPIO10_OEN (   x)    ((x) << S_GPIO10_OEN)

Definition at line 2115 of file cxgb_regs.h.

◆ V_GPIO10_OUT_VAL

#define V_GPIO10_OUT_VAL (   x)    ((x) << S_GPIO10_OUT_VAL)

Definition at line 2163 of file cxgb_regs.h.

◆ V_GPIO11

#define V_GPIO11 (   x)    ((x) << S_GPIO11)

Definition at line 2327 of file cxgb_regs.h.

◆ V_GPIO11_ACT_LOW

#define V_GPIO11_ACT_LOW (   x)    ((x) << S_GPIO11_ACT_LOW)

Definition at line 2489 of file cxgb_regs.h.

◆ V_GPIO11_CHG_DET

#define V_GPIO11_CHG_DET (   x)    ((x) << S_GPIO11_CHG_DET)

Definition at line 2209 of file cxgb_regs.h.

◆ V_GPIO11_IN

#define V_GPIO11_IN (   x)    ((x) << S_GPIO11_IN)

Definition at line 2257 of file cxgb_regs.h.

◆ V_GPIO11_OEN

#define V_GPIO11_OEN (   x)    ((x) << S_GPIO11_OEN)

Definition at line 2111 of file cxgb_regs.h.

◆ V_GPIO11_OUT_VAL

#define V_GPIO11_OUT_VAL (   x)    ((x) << S_GPIO11_OUT_VAL)

Definition at line 2159 of file cxgb_regs.h.

◆ V_GPIO1_ACT_LOW

#define V_GPIO1_ACT_LOW (   x)    ((x) << S_GPIO1_ACT_LOW)

Definition at line 2529 of file cxgb_regs.h.

◆ V_GPIO1_CHG_DET

#define V_GPIO1_CHG_DET (   x)    ((x) << S_GPIO1_CHG_DET)

Definition at line 2249 of file cxgb_regs.h.

◆ V_GPIO1_IN

#define V_GPIO1_IN (   x)    ((x) << S_GPIO1_IN)

Definition at line 2297 of file cxgb_regs.h.

◆ V_GPIO1_OEN

#define V_GPIO1_OEN (   x)    ((x) << S_GPIO1_OEN)

Definition at line 2151 of file cxgb_regs.h.

◆ V_GPIO1_OUT_VAL

#define V_GPIO1_OUT_VAL (   x)    ((x) << S_GPIO1_OUT_VAL)

Definition at line 2199 of file cxgb_regs.h.

◆ V_GPIO2

#define V_GPIO2 (   x)    ((x) << S_GPIO2)

Definition at line 2363 of file cxgb_regs.h.

◆ V_GPIO2_ACT_LOW

#define V_GPIO2_ACT_LOW (   x)    ((x) << S_GPIO2_ACT_LOW)

Definition at line 2525 of file cxgb_regs.h.

◆ V_GPIO2_CHG_DET

#define V_GPIO2_CHG_DET (   x)    ((x) << S_GPIO2_CHG_DET)

Definition at line 2245 of file cxgb_regs.h.

◆ V_GPIO2_IN

#define V_GPIO2_IN (   x)    ((x) << S_GPIO2_IN)

Definition at line 2293 of file cxgb_regs.h.

◆ V_GPIO2_OEN

#define V_GPIO2_OEN (   x)    ((x) << S_GPIO2_OEN)

Definition at line 2147 of file cxgb_regs.h.

◆ V_GPIO2_OUT_VAL

#define V_GPIO2_OUT_VAL (   x)    ((x) << S_GPIO2_OUT_VAL)

Definition at line 2195 of file cxgb_regs.h.

◆ V_GPIO3

#define V_GPIO3 (   x)    ((x) << S_GPIO3)

Definition at line 2359 of file cxgb_regs.h.

◆ V_GPIO3_ACT_LOW

#define V_GPIO3_ACT_LOW (   x)    ((x) << S_GPIO3_ACT_LOW)

Definition at line 2521 of file cxgb_regs.h.

◆ V_GPIO3_CHG_DET

#define V_GPIO3_CHG_DET (   x)    ((x) << S_GPIO3_CHG_DET)

Definition at line 2241 of file cxgb_regs.h.

◆ V_GPIO3_IN

#define V_GPIO3_IN (   x)    ((x) << S_GPIO3_IN)

Definition at line 2289 of file cxgb_regs.h.

◆ V_GPIO3_OEN

#define V_GPIO3_OEN (   x)    ((x) << S_GPIO3_OEN)

Definition at line 2143 of file cxgb_regs.h.

◆ V_GPIO3_OUT_VAL

#define V_GPIO3_OUT_VAL (   x)    ((x) << S_GPIO3_OUT_VAL)

Definition at line 2191 of file cxgb_regs.h.

◆ V_GPIO4

#define V_GPIO4 (   x)    ((x) << S_GPIO4)

Definition at line 2355 of file cxgb_regs.h.

◆ V_GPIO4_ACT_LOW

#define V_GPIO4_ACT_LOW (   x)    ((x) << S_GPIO4_ACT_LOW)

Definition at line 2517 of file cxgb_regs.h.

◆ V_GPIO4_CHG_DET

#define V_GPIO4_CHG_DET (   x)    ((x) << S_GPIO4_CHG_DET)

Definition at line 2237 of file cxgb_regs.h.

◆ V_GPIO4_IN

#define V_GPIO4_IN (   x)    ((x) << S_GPIO4_IN)

Definition at line 2285 of file cxgb_regs.h.

◆ V_GPIO4_OEN

#define V_GPIO4_OEN (   x)    ((x) << S_GPIO4_OEN)

Definition at line 2139 of file cxgb_regs.h.

◆ V_GPIO4_OUT_VAL

#define V_GPIO4_OUT_VAL (   x)    ((x) << S_GPIO4_OUT_VAL)

Definition at line 2187 of file cxgb_regs.h.

◆ V_GPIO5

#define V_GPIO5 (   x)    ((x) << S_GPIO5)

Definition at line 2351 of file cxgb_regs.h.

◆ V_GPIO5_ACT_LOW

#define V_GPIO5_ACT_LOW (   x)    ((x) << S_GPIO5_ACT_LOW)

Definition at line 2513 of file cxgb_regs.h.

◆ V_GPIO5_CHG_DET

#define V_GPIO5_CHG_DET (   x)    ((x) << S_GPIO5_CHG_DET)

Definition at line 2233 of file cxgb_regs.h.

◆ V_GPIO5_IN

#define V_GPIO5_IN (   x)    ((x) << S_GPIO5_IN)

Definition at line 2281 of file cxgb_regs.h.

◆ V_GPIO5_OEN

#define V_GPIO5_OEN (   x)    ((x) << S_GPIO5_OEN)

Definition at line 2135 of file cxgb_regs.h.

◆ V_GPIO5_OUT_VAL

#define V_GPIO5_OUT_VAL (   x)    ((x) << S_GPIO5_OUT_VAL)

Definition at line 2183 of file cxgb_regs.h.

◆ V_GPIO6

#define V_GPIO6 (   x)    ((x) << S_GPIO6)

Definition at line 2347 of file cxgb_regs.h.

◆ V_GPIO6_ACT_LOW

#define V_GPIO6_ACT_LOW (   x)    ((x) << S_GPIO6_ACT_LOW)

Definition at line 2509 of file cxgb_regs.h.

◆ V_GPIO6_CHG_DET

#define V_GPIO6_CHG_DET (   x)    ((x) << S_GPIO6_CHG_DET)

Definition at line 2229 of file cxgb_regs.h.

◆ V_GPIO6_IN

#define V_GPIO6_IN (   x)    ((x) << S_GPIO6_IN)

Definition at line 2277 of file cxgb_regs.h.

◆ V_GPIO6_OEN

#define V_GPIO6_OEN (   x)    ((x) << S_GPIO6_OEN)

Definition at line 2131 of file cxgb_regs.h.

◆ V_GPIO6_OUT_VAL

#define V_GPIO6_OUT_VAL (   x)    ((x) << S_GPIO6_OUT_VAL)

Definition at line 2179 of file cxgb_regs.h.

◆ V_GPIO7

#define V_GPIO7 (   x)    ((x) << S_GPIO7)

Definition at line 2343 of file cxgb_regs.h.

◆ V_GPIO7_ACT_LOW

#define V_GPIO7_ACT_LOW (   x)    ((x) << S_GPIO7_ACT_LOW)

Definition at line 2505 of file cxgb_regs.h.

◆ V_GPIO7_CHG_DET

#define V_GPIO7_CHG_DET (   x)    ((x) << S_GPIO7_CHG_DET)

Definition at line 2225 of file cxgb_regs.h.

◆ V_GPIO7_IN

#define V_GPIO7_IN (   x)    ((x) << S_GPIO7_IN)

Definition at line 2273 of file cxgb_regs.h.

◆ V_GPIO7_OEN

#define V_GPIO7_OEN (   x)    ((x) << S_GPIO7_OEN)

Definition at line 2127 of file cxgb_regs.h.

◆ V_GPIO7_OUT_VAL

#define V_GPIO7_OUT_VAL (   x)    ((x) << S_GPIO7_OUT_VAL)

Definition at line 2175 of file cxgb_regs.h.

◆ V_GPIO8

#define V_GPIO8 (   x)    ((x) << S_GPIO8)

Definition at line 2339 of file cxgb_regs.h.

◆ V_GPIO8_ACT_LOW

#define V_GPIO8_ACT_LOW (   x)    ((x) << S_GPIO8_ACT_LOW)

Definition at line 2501 of file cxgb_regs.h.

◆ V_GPIO8_CHG_DET

#define V_GPIO8_CHG_DET (   x)    ((x) << S_GPIO8_CHG_DET)

Definition at line 2221 of file cxgb_regs.h.

◆ V_GPIO8_IN

#define V_GPIO8_IN (   x)    ((x) << S_GPIO8_IN)

Definition at line 2269 of file cxgb_regs.h.

◆ V_GPIO8_OEN

#define V_GPIO8_OEN (   x)    ((x) << S_GPIO8_OEN)

Definition at line 2123 of file cxgb_regs.h.

◆ V_GPIO8_OUT_VAL

#define V_GPIO8_OUT_VAL (   x)    ((x) << S_GPIO8_OUT_VAL)

Definition at line 2171 of file cxgb_regs.h.

◆ V_GPIO9

#define V_GPIO9 (   x)    ((x) << S_GPIO9)

Definition at line 2335 of file cxgb_regs.h.

◆ V_GPIO9_ACT_LOW

#define V_GPIO9_ACT_LOW (   x)    ((x) << S_GPIO9_ACT_LOW)

Definition at line 2497 of file cxgb_regs.h.

◆ V_GPIO9_CHG_DET

#define V_GPIO9_CHG_DET (   x)    ((x) << S_GPIO9_CHG_DET)

Definition at line 2217 of file cxgb_regs.h.

◆ V_GPIO9_IN

#define V_GPIO9_IN (   x)    ((x) << S_GPIO9_IN)

Definition at line 2265 of file cxgb_regs.h.

◆ V_GPIO9_OEN

#define V_GPIO9_OEN (   x)    ((x) << S_GPIO9_OEN)

Definition at line 2119 of file cxgb_regs.h.

◆ V_GPIO9_OUT_VAL

#define V_GPIO9_OUT_VAL (   x)    ((x) << S_GPIO9_OUT_VAL)

Definition at line 2167 of file cxgb_regs.h.

◆ V_HASHSAVE

#define V_HASHSAVE (   x)    ((x) << S_HASHSAVE)

Definition at line 4543 of file cxgb_regs.h.

◆ V_HASHTOEPLITZ

#define V_HASHTOEPLITZ (   x)    ((x) << S_HASHTOEPLITZ)

Definition at line 4539 of file cxgb_regs.h.

◆ V_HEARBEATDACK

#define V_HEARBEATDACK (   x)    ((x) << S_HEARBEATDACK)

Definition at line 3832 of file cxgb_regs.h.

◆ V_HEARBEATONCEDACK

#define V_HEARBEATONCEDACK (   x)    ((x) << S_HEARBEATONCEDACK)

Definition at line 3824 of file cxgb_regs.h.

◆ V_HEARBEATONCEHEAP

#define V_HEARBEATONCEHEAP (   x)    ((x) << S_HEARBEATONCEHEAP)

Definition at line 3828 of file cxgb_regs.h.

◆ V_HICRDTUNDFLOWERR

#define V_HICRDTUNDFLOWERR (   x)    ((x) << S_HICRDTUNDFLOWERR)

Definition at line 500 of file cxgb_regs.h.

◆ V_HICTLDRBDROPERR

#define V_HICTLDRBDROPERR (   x)    ((x) << S_HICTLDRBDROPERR)

Definition at line 484 of file cxgb_regs.h.

◆ V_HIDRBHITHRSH

#define V_HIDRBHITHRSH (   x)    ((x) << S_HIDRBHITHRSH)

Definition at line 225 of file cxgb_regs.h.

◆ V_HIDRBLOTHRSH

#define V_HIDRBLOTHRSH (   x)    ((x) << S_HIDRBLOTHRSH)

Definition at line 232 of file cxgb_regs.h.

◆ V_HIDRBPARITYERROR

#define V_HIDRBPARITYERROR (   x)    ((x) << S_HIDRBPARITYERROR)

Definition at line 442 of file cxgb_regs.h.

◆ V_HIDRV

#define V_HIDRV (   x)    ((x) << S_HIDRV)

Definition at line 1634 of file cxgb_regs.h.

◆ V_HIGHSPEEDCFG

#define V_HIGHSPEEDCFG (   x)    ((x) << S_HIGHSPEEDCFG)

Definition at line 4143 of file cxgb_regs.h.

◆ V_HIPIODRBDROPERR

#define V_HIPIODRBDROPERR (   x)    ((x) << S_HIPIODRBDROPERR)

Definition at line 492 of file cxgb_regs.h.

◆ V_HIPRIORITYDBEMPTY

#define V_HIPRIORITYDBEMPTY (   x)    ((x) << S_HIPRIORITYDBEMPTY)

Definition at line 512 of file cxgb_regs.h.

◆ V_HIPRIORITYDBFULL

#define V_HIPRIORITYDBFULL (   x)    ((x) << S_HIPRIORITYDBFULL)

Definition at line 508 of file cxgb_regs.h.

◆ V_HIRCQDRBTHRSH

#define V_HIRCQDRBTHRSH (   x)    ((x) << S_HIRCQDRBTHRSH)

Definition at line 416 of file cxgb_regs.h.

◆ V_HIRCQPARITYERROR

#define V_HIRCQPARITYERROR (   x)    ((x) << S_HIRCQPARITYERROR)

Definition at line 434 of file cxgb_regs.h.

◆ V_HIVMODE

#define V_HIVMODE (   x)    ((x) << S_HIVMODE)

Definition at line 1601 of file cxgb_regs.h.

◆ V_HOSTADDR

#define V_HOSTADDR (   x)    ((x) << S_HOSTADDR)

Definition at line 3350 of file cxgb_regs.h.

◆ V_HOSTBUSY

#define V_HOSTBUSY (   x)    ((x) << S_HOSTBUSY)

Definition at line 3341 of file cxgb_regs.h.

◆ V_HOSTPAGESIZE

#define V_HOSTPAGESIZE (   x)    ((x) << S_HOSTPAGESIZE)

Definition at line 90 of file cxgb_regs.h.

◆ V_HOSTWRITE

#define V_HOSTWRITE (   x)    ((x) << S_HOSTWRITE)

Definition at line 3345 of file cxgb_regs.h.

◆ V_HPZ0

#define V_HPZ0 (   x)    ((x) << S_HPZ0)

Definition at line 5469 of file cxgb_regs.h.

◆ V_HPZ1

#define V_HPZ1 (   x)    ((x) << S_HPZ1)

Definition at line 5464 of file cxgb_regs.h.

◆ V_HPZ2

#define V_HPZ2 (   x)    ((x) << S_HPZ2)

Definition at line 5459 of file cxgb_regs.h.

◆ V_HPZ3

#define V_HPZ3 (   x)    ((x) << S_HPZ3)

Definition at line 5454 of file cxgb_regs.h.

◆ V_I2C_ACK

#define V_I2C_ACK (   x)    ((x) << S_I2C_ACK)

Definition at line 6259 of file cxgb_regs.h.

◆ V_I2C_BUSY

#define V_I2C_BUSY (   x)    ((x) << S_I2C_BUSY)

Definition at line 6255 of file cxgb_regs.h.

◆ V_I2C_CLKDIV

#define V_I2C_CLKDIV (   x)    ((x) << S_I2C_CLKDIV)

Definition at line 6239 of file cxgb_regs.h.

◆ V_I2C_CONT

#define V_I2C_CONT (   x)    ((x) << S_I2C_CONT)

Definition at line 6263 of file cxgb_regs.h.

◆ V_I2C_DATA

#define V_I2C_DATA (   x)    ((x) << S_I2C_DATA)

Definition at line 6251 of file cxgb_regs.h.

◆ V_I2C_RDWR

#define V_I2C_RDWR (   x)    ((x) << S_I2C_RDWR)

Definition at line 6267 of file cxgb_regs.h.

◆ V_I2CM0

#define V_I2CM0 (   x)    ((x) << S_I2CM0)

Definition at line 6404 of file cxgb_regs.h.

◆ V_I_SRCH

#define V_I_SRCH (   x)    ((x) << S_I_SRCH)

Definition at line 7054 of file cxgb_regs.h.

◆ V_IBQ0FULLTHRSH

#define V_IBQ0FULLTHRSH (   x)    ((x) << S_IBQ0FULLTHRSH)

Definition at line 3318 of file cxgb_regs.h.

◆ V_IBQ1FULLTHRSH

#define V_IBQ1FULLTHRSH (   x)    ((x) << S_IBQ1FULLTHRSH)

Definition at line 3323 of file cxgb_regs.h.

◆ V_IBQ2FULLTHRSH

#define V_IBQ2FULLTHRSH (   x)    ((x) << S_IBQ2FULLTHRSH)

Definition at line 3330 of file cxgb_regs.h.

◆ V_IBQ3FULLTHRSH

#define V_IBQ3FULLTHRSH (   x)    ((x) << S_IBQ3FULLTHRSH)

Definition at line 3335 of file cxgb_regs.h.

◆ V_IBQDBGADDR

#define V_IBQDBGADDR (   x)    ((x) << S_IBQDBGADDR)

Definition at line 3358 of file cxgb_regs.h.

◆ V_IBQDBGBUSY

#define V_IBQDBGBUSY (   x)    ((x) << S_IBQDBGBUSY)

Definition at line 3371 of file cxgb_regs.h.

◆ V_IBQDBGEN

#define V_IBQDBGEN (   x)    ((x) << S_IBQDBGEN)

Definition at line 3375 of file cxgb_regs.h.

◆ V_IBQDBGQID

#define V_IBQDBGQID (   x)    ((x) << S_IBQDBGQID)

Definition at line 3363 of file cxgb_regs.h.

◆ V_IBQDBGWR

#define V_IBQDBGWR (   x)    ((x) << S_IBQDBGWR)

Definition at line 3367 of file cxgb_regs.h.

◆ V_IBQSGEHIPARERR

#define V_IBQSGEHIPARERR (   x)    ((x) << S_IBQSGEHIPARERR)

Definition at line 3141 of file cxgb_regs.h.

◆ V_IBQSGELOPARERR

#define V_IBQSGELOPARERR (   x)    ((x) << S_IBQSGELOPARERR)

Definition at line 3145 of file cxgb_regs.h.

◆ V_IBQTPPARERR

#define V_IBQTPPARERR (   x)    ((x) << S_IBQTPPARERR)

Definition at line 3133 of file cxgb_regs.h.

◆ V_IBQULPPARERR

#define V_IBQULPPARERR (   x)    ((x) << S_IBQULPPARERR)

Definition at line 3137 of file cxgb_regs.h.

◆ V_ICACHEPARERR

#define V_ICACHEPARERR (   x)    ((x) << S_ICACHEPARERR)

Definition at line 3165 of file cxgb_regs.h.

◆ V_ICSPI0_FIFO2X_RX_FRAMING_ERROR

#define V_ICSPI0_FIFO2X_RX_FRAMING_ERROR (   x)    ((x) << S_ICSPI0_FIFO2X_RX_FRAMING_ERROR)

Definition at line 5695 of file cxgb_regs.h.

◆ V_ICSPI0_RX_FRAMING_ERROR

#define V_ICSPI0_RX_FRAMING_ERROR (   x)    ((x) << S_ICSPI0_RX_FRAMING_ERROR)

Definition at line 5703 of file cxgb_regs.h.

◆ V_ICSPI0_TX_FRAMING_ERROR

#define V_ICSPI0_TX_FRAMING_ERROR (   x)    ((x) << S_ICSPI0_TX_FRAMING_ERROR)

Definition at line 5711 of file cxgb_regs.h.

◆ V_ICSPI1_FIFO2X_RX_FRAMING_ERROR

#define V_ICSPI1_FIFO2X_RX_FRAMING_ERROR (   x)    ((x) << S_ICSPI1_FIFO2X_RX_FRAMING_ERROR)

Definition at line 5699 of file cxgb_regs.h.

◆ V_ICSPI1_RX_FRAMING_ERROR

#define V_ICSPI1_RX_FRAMING_ERROR (   x)    ((x) << S_ICSPI1_RX_FRAMING_ERROR)

Definition at line 5707 of file cxgb_regs.h.

◆ V_ICSPI1_TX_FRAMING_ERROR

#define V_ICSPI1_TX_FRAMING_ERROR (   x)    ((x) << S_ICSPI1_TX_FRAMING_ERROR)

Definition at line 5715 of file cxgb_regs.h.

◆ V_ICSPI_PAR_ERROR

#define V_ICSPI_PAR_ERROR (   x)    ((x) << S_ICSPI_PAR_ERROR)

Definition at line 5744 of file cxgb_regs.h.

◆ V_IDDQB

#define V_IDDQB (   x)    ((x) << S_IDDQB)

Definition at line 1481 of file cxgb_regs.h.

◆ V_IDINDEX

#define V_IDINDEX (   x)    ((x) << S_IDINDEX)

Definition at line 6753 of file cxgb_regs.h.

◆ V_IDTCMD

#define V_IDTCMD (   x)    ((x) << S_IDTCMD)

Definition at line 6908 of file cxgb_regs.h.

◆ V_IDTCMDHI

#define V_IDTCMDHI (   x)    ((x) << S_IDTCMDHI)

Definition at line 6898 of file cxgb_regs.h.

◆ V_IDTCMDLO

#define V_IDTCMDLO (   x)    ((x) << S_IDTCMDLO)

Definition at line 6903 of file cxgb_regs.h.

◆ V_IESPI0_FIFO2X_RX_FRAMING_ERROR

#define V_IESPI0_FIFO2X_RX_FRAMING_ERROR (   x)    ((x) << S_IESPI0_FIFO2X_RX_FRAMING_ERROR)

Definition at line 5620 of file cxgb_regs.h.

◆ V_IESPI0_RX_FRAMING_ERROR

#define V_IESPI0_RX_FRAMING_ERROR (   x)    ((x) << S_IESPI0_RX_FRAMING_ERROR)

Definition at line 5628 of file cxgb_regs.h.

◆ V_IESPI0_TX_FRAMING_ERROR

#define V_IESPI0_TX_FRAMING_ERROR (   x)    ((x) << S_IESPI0_TX_FRAMING_ERROR)

Definition at line 5636 of file cxgb_regs.h.

◆ V_IESPI1_FIFO2X_RX_FRAMING_ERROR

#define V_IESPI1_FIFO2X_RX_FRAMING_ERROR (   x)    ((x) << S_IESPI1_FIFO2X_RX_FRAMING_ERROR)

Definition at line 5624 of file cxgb_regs.h.

◆ V_IESPI1_RX_FRAMING_ERROR

#define V_IESPI1_RX_FRAMING_ERROR (   x)    ((x) << S_IESPI1_RX_FRAMING_ERROR)

Definition at line 5632 of file cxgb_regs.h.

◆ V_IESPI1_TX_FRAMING_ERROR

#define V_IESPI1_TX_FRAMING_ERROR (   x)    ((x) << S_IESPI1_TX_FRAMING_ERROR)

Definition at line 5640 of file cxgb_regs.h.

◆ V_IESPI_PAR_ERROR

#define V_IESPI_PAR_ERROR (   x)    ((x) << S_IESPI_PAR_ERROR)

Definition at line 5669 of file cxgb_regs.h.

◆ V_IFEN

#define V_IFEN (   x)    ((x) << S_IFEN)

Definition at line 2698 of file cxgb_regs.h.

◆ V_IMM_DATA_PERR_SET_CH0

#define V_IMM_DATA_PERR_SET_CH0 (   x)    ((x) << S_IMM_DATA_PERR_SET_CH0)

Definition at line 5537 of file cxgb_regs.h.

◆ V_IMM_DATA_PERR_SET_CH1

#define V_IMM_DATA_PERR_SET_CH1 (   x)    ((x) << S_IMM_DATA_PERR_SET_CH1)

Definition at line 5533 of file cxgb_regs.h.

◆ V_IMP_CAL_PD

#define V_IMP_CAL_PD (   x)    ((x) << S_IMP_CAL_PD)

Definition at line 2927 of file cxgb_regs.h.

◆ V_IMP_CAL_PU

#define V_IMP_CAL_PU (   x)    ((x) << S_IMP_CAL_PU)

Definition at line 2932 of file cxgb_regs.h.

◆ V_IMP_MAN_PD

#define V_IMP_MAN_PD (   x)    ((x) << S_IMP_MAN_PD)

Definition at line 2917 of file cxgb_regs.h.

◆ V_IMP_MAN_PU

#define V_IMP_MAN_PU (   x)    ((x) << S_IMP_MAN_PU)

Definition at line 2922 of file cxgb_regs.h.

◆ V_IMP_SEL [1/2]

#define V_IMP_SEL (   x)    ((x) << S_IMP_SEL)

Definition at line 6557 of file cxgb_regs.h.

◆ V_IMP_SEL [2/2]

#define V_IMP_SEL (   x)    ((x) << S_IMP_SEL)

Definition at line 6557 of file cxgb_regs.h.

◆ V_IMP_SET_PD

#define V_IMP_SET_PD (   x)    ((x) << S_IMP_SET_PD)

Definition at line 2937 of file cxgb_regs.h.

◆ V_IMP_SET_PU

#define V_IMP_SET_PU (   x)    ((x) << S_IMP_SET_PU)

Definition at line 2942 of file cxgb_regs.h.

◆ V_IMP_SET_UPDATE

#define V_IMP_SET_UPDATE (   x)    ((x) << S_IMP_SET_UPDATE)

Definition at line 6533 of file cxgb_regs.h.

◆ V_IMP_UPD_MODE [1/2]

#define V_IMP_UPD_MODE (   x)    ((x) << S_IMP_UPD_MODE)

Definition at line 6553 of file cxgb_regs.h.

◆ V_IMP_UPD_MODE [2/2]

#define V_IMP_UPD_MODE (   x)    ((x) << S_IMP_UPD_MODE)

Definition at line 6553 of file cxgb_regs.h.

◆ V_IMPSETUPDATE

#define V_IMPSETUPDATE (   x)    ((x) << S_IMPSETUPDATE)

Definition at line 2694 of file cxgb_regs.h.

◆ V_INC

#define V_INC (   x)    ((x) << S_INC)

Definition at line 6320 of file cxgb_regs.h.

◆ V_INCRSTATS

#define V_INCRSTATS (   x)    ((x) << S_INCRSTATS)

Definition at line 7293 of file cxgb_regs.h.

◆ V_INDICATESIZE

#define V_INDICATESIZE (   x)    ((x) << S_INDICATESIZE)

Definition at line 4165 of file cxgb_regs.h.

◆ V_INI_STATE

#define V_INI_STATE (   x)    ((x) << S_INI_STATE)

Definition at line 1125 of file cxgb_regs.h.

◆ V_INIBEDIS

#define V_INIBEDIS (   x)    ((x) << S_INIBEDIS)

Definition at line 1055 of file cxgb_regs.h.

◆ V_INICST

#define V_INICST (   x)    ((x) << S_INICST)

Definition at line 921 of file cxgb_regs.h.

◆ V_INIFULLPKT

#define V_INIFULLPKT (   x)    ((x) << S_INIFULLPKT)

Definition at line 1035 of file cxgb_regs.h.

◆ V_INITCWND

#define V_INITCWND (   x)    ((x) << S_INITCWND)

Definition at line 4046 of file cxgb_regs.h.

◆ V_INITIALSSTHRESH

#define V_INITIALSSTHRESH (   x)    ((x) << S_INITIALSSTHRESH)

Definition at line 4063 of file cxgb_regs.h.

◆ V_INITRWND

#define V_INITRWND (   x)    ((x) << S_INITRWND)

Definition at line 4058 of file cxgb_regs.h.

◆ V_INITSRTT

#define V_INITSRTT (   x)    ((x) << S_INITSRTT)

Definition at line 4353 of file cxgb_regs.h.

◆ V_INIWAITFORGNT

#define V_INIWAITFORGNT (   x)    ((x) << S_INIWAITFORGNT)

Definition at line 1051 of file cxgb_regs.h.

◆ V_INIXST

#define V_INIXST (   x)    ((x) << S_INIXST)

Definition at line 926 of file cxgb_regs.h.

◆ V_INT_STATE

#define V_INT_STATE (   x)    ((x) << S_INT_STATE)

Definition at line 1240 of file cxgb_regs.h.

◆ V_INTERNLOOPBACK

#define V_INTERNLOOPBACK (   x)    ((x) << S_INTERNLOOPBACK)

Definition at line 7369 of file cxgb_regs.h.

◆ V_INTFFROMTXPKT

#define V_INTFFROMTXPKT (   x)    ((x) << S_INTFFROMTXPKT)

Definition at line 5340 of file cxgb_regs.h.

◆ V_INTPARLPBK

#define V_INTPARLPBK (   x)    ((x) << S_INTPARLPBK)

Definition at line 1642 of file cxgb_regs.h.

◆ V_INTPARRESET

#define V_INTPARRESET (   x)    ((x) << S_INTPARRESET)

Definition at line 1638 of file cxgb_regs.h.

◆ V_INTPTID

#define V_INTPTID (   x)    ((x) << S_INTPTID)

Definition at line 6870 of file cxgb_regs.h.

◆ V_INTSERLPBK

#define V_INTSERLPBK (   x)    ((x) << S_INTSERLPBK)

Definition at line 1768 of file cxgb_regs.h.

◆ V_INTSERLPBK0

#define V_INTSERLPBK0 (   x)    ((x) << S_INTSERLPBK0)

Definition at line 7743 of file cxgb_regs.h.

◆ V_INTSERLPBK1

#define V_INTSERLPBK1 (   x)    ((x) << S_INTSERLPBK1)

Definition at line 7739 of file cxgb_regs.h.

◆ V_INTSERLPBK2

#define V_INTSERLPBK2 (   x)    ((x) << S_INTSERLPBK2)

Definition at line 7735 of file cxgb_regs.h.

◆ V_INTSERLPBK3

#define V_INTSERLPBK3 (   x)    ((x) << S_INTSERLPBK3)

Definition at line 7731 of file cxgb_regs.h.

◆ V_INTSERLPBKWDRV

#define V_INTSERLPBKWDRV (   x)    ((x) << S_INTSERLPBKWDRV)

Definition at line 1646 of file cxgb_regs.h.

◆ V_INTST

#define V_INTST (   x)    ((x) << S_INTST)

Definition at line 931 of file cxgb_regs.h.

◆ V_INTTID

#define V_INTTID (   x)    ((x) << S_INTTID)

Definition at line 6863 of file cxgb_regs.h.

◆ V_IPCHECKSUMOFFLOAD

#define V_IPCHECKSUMOFFLOAD (   x)    ((x) << S_IPCHECKSUMOFFLOAD)

Definition at line 3618 of file cxgb_regs.h.

◆ V_IPIDENTSPLIT

#define V_IPIDENTSPLIT (   x)    ((x) << S_IPIDENTSPLIT)

Definition at line 3614 of file cxgb_regs.h.

◆ V_IPIDSPLITMODE

#define V_IPIDSPLITMODE (   x)    ((x) << S_IPIDSPLITMODE)

Definition at line 3526 of file cxgb_regs.h.

◆ V_IPTTL

#define V_IPTTL (   x)    ((x) << S_IPTTL)

Definition at line 3640 of file cxgb_regs.h.

◆ V_IPV6ENABLE

#define V_IPV6ENABLE (   x)    ((x) << S_IPV6ENABLE)

Definition at line 3476 of file cxgb_regs.h.

◆ V_IRPARITYERROR

#define V_IRPARITYERROR (   x)    ((x) << S_IRPARITYERROR)

Definition at line 460 of file cxgb_regs.h.

◆ V_ISCSICOALESCING

#define V_ISCSICOALESCING (   x)    ((x) << S_ISCSICOALESCING)

Definition at line 123 of file cxgb_regs.h.

◆ V_ISCSILLIMIT

#define V_ISCSILLIMIT (   x)    ((x) << S_ISCSILLIMIT)

Definition at line 5433 of file cxgb_regs.h.

◆ V_ISCSITAGMASK

#define V_ISCSITAGMASK (   x)    ((x) << S_ISCSITAGMASK)

Definition at line 5447 of file cxgb_regs.h.

◆ V_ISCSITAGTCB

#define V_ISCSITAGTCB (   x)    ((x) << S_ISCSITAGTCB)

Definition at line 5383 of file cxgb_regs.h.

◆ V_ISCSIULIMIT

#define V_ISCSIULIMIT (   x)    ((x) << S_ISCSIULIMIT)

Definition at line 5440 of file cxgb_regs.h.

◆ V_ITAGPARERR

#define V_ITAGPARERR (   x)    ((x) << S_ITAGPARERR)

Definition at line 3129 of file cxgb_regs.h.

◆ V_ITPARITYERROR

#define V_ITPARITYERROR (   x)    ((x) << S_ITPARITYERROR)

Definition at line 456 of file cxgb_regs.h.

◆ V_JM_CLKDIV

#define V_JM_CLKDIV (   x)    ((x) << S_JM_CLKDIV)

Definition at line 6335 of file cxgb_regs.h.

◆ V_KEEPALIVEIDLE

#define V_KEEPALIVEIDLE (   x)    ((x) << S_KEEPALIVEIDLE)

Definition at line 4339 of file cxgb_regs.h.

◆ V_KEEPALIVEINTVL

#define V_KEEPALIVEINTVL (   x)    ((x) << S_KEEPALIVEINTVL)

Definition at line 4346 of file cxgb_regs.h.

◆ V_KEEPALIVEMAX

#define V_KEEPALIVEMAX (   x)    ((x) << S_KEEPALIVEMAX)

Definition at line 4406 of file cxgb_regs.h.

◆ V_L0SIDLETIME

#define V_L0SIDLETIME (   x)    ((x) << S_L0SIDLETIME)

Definition at line 1326 of file cxgb_regs.h.

◆ V_L1ASPMTXRXL0STIME

#define V_L1ASPMTXRXL0STIME (   x)    ((x) << S_L1ASPMTXRXL0STIME)

Definition at line 1321 of file cxgb_regs.h.

◆ V_LADBGEN

#define V_LADBGEN (   x)    ((x) << S_LADBGEN)

Definition at line 6013 of file cxgb_regs.h.

◆ V_LADBGRDPTR

#define V_LADBGRDPTR (   x)    ((x) << S_LADBGRDPTR)

Definition at line 6009 of file cxgb_regs.h.

◆ V_LADBGWRPTR

#define V_LADBGWRPTR (   x)    ((x) << S_LADBGWRPTR)

Definition at line 6004 of file cxgb_regs.h.

◆ V_LANE

#define V_LANE (   x)    ((x) << S_LANE)

Definition at line 1432 of file cxgb_regs.h.

◆ V_LANEREVERSAL

#define V_LANEREVERSAL (   x)    ((x) << S_LANEREVERSAL)

Definition at line 7590 of file cxgb_regs.h.

◆ V_LASTCMDA

#define V_LASTCMDA (   x)    ((x) << S_LASTCMDA)

Definition at line 6991 of file cxgb_regs.h.

◆ V_LASTCMDB

#define V_LASTCMDB (   x)    ((x) << S_LASTCMDB)

Definition at line 6986 of file cxgb_regs.h.

◆ V_LATTMRDIS

#define V_LATTMRDIS (   x)    ((x) << S_LATTMRDIS)

Definition at line 667 of file cxgb_regs.h.

◆ V_LCK

#define V_LCK (   x)    ((x) << S_LCK)

Definition at line 6496 of file cxgb_regs.h.

◆ V_LCMDA

#define V_LCMDA (   x)    ((x) << S_LCMDA)

Definition at line 6918 of file cxgb_regs.h.

◆ V_LCMDB

#define V_LCMDB (   x)    ((x) << S_LCMDB)

Definition at line 6913 of file cxgb_regs.h.

◆ V_LINKFAULTCHANGE

#define V_LINKFAULTCHANGE (   x)    ((x) << S_LINKFAULTCHANGE)

Definition at line 7229 of file cxgb_regs.h.

◆ V_LIP0

#define V_LIP0 (   x)    ((x) << S_LIP0)

Definition at line 6839 of file cxgb_regs.h.

◆ V_LIP_CMP_UNAVAILABLE

#define V_LIP_CMP_UNAVAILABLE (   x)    ((x) << S_LIP_CMP_UNAVAILABLE)

Definition at line 6681 of file cxgb_regs.h.

◆ V_LIPMISS

#define V_LIPMISS (   x)    ((x) << S_LIPMISS)

Definition at line 6835 of file cxgb_regs.h.

◆ V_LNKCNTLDETDIR

#define V_LNKCNTLDETDIR (   x)    ((x) << S_LNKCNTLDETDIR)

Definition at line 1300 of file cxgb_regs.h.

◆ V_LNKCNTLSTATE

#define V_LNKCNTLSTATE (   x)    ((x) << S_LNKCNTLSTATE)

Definition at line 1110 of file cxgb_regs.h.

◆ V_LNKINITIAL

#define V_LNKINITIAL (   x)    ((x) << S_LNKINITIAL)

Definition at line 1118 of file cxgb_regs.h.

◆ V_LOCKTID

#define V_LOCKTID (   x)    ((x) << S_LOCKTID)

Definition at line 3784 of file cxgb_regs.h.

◆ V_LOCRDTUNDFLOWERR

#define V_LOCRDTUNDFLOWERR (   x)    ((x) << S_LOCRDTUNDFLOWERR)

Definition at line 504 of file cxgb_regs.h.

◆ V_LOCTLDRBDROPERR

#define V_LOCTLDRBDROPERR (   x)    ((x) << S_LOCTLDRBDROPERR)

Definition at line 488 of file cxgb_regs.h.

◆ V_LODRBHITHRSH

#define V_LODRBHITHRSH (   x)    ((x) << S_LODRBHITHRSH)

Definition at line 239 of file cxgb_regs.h.

◆ V_LODRBLOTHRSH

#define V_LODRBLOTHRSH (   x)    ((x) << S_LODRBLOTHRSH)

Definition at line 246 of file cxgb_regs.h.

◆ V_LODRBPARITYERROR

#define V_LODRBPARITYERROR (   x)    ((x) << S_LODRBPARITYERROR)

Definition at line 446 of file cxgb_regs.h.

◆ V_LODRV

#define V_LODRV (   x)    ((x) << S_LODRV)

Definition at line 1630 of file cxgb_regs.h.

◆ V_LOOKUPEVERYPKT

#define V_LOOKUPEVERYPKT (   x)    ((x) << S_LOOKUPEVERYPKT)

Definition at line 5290 of file cxgb_regs.h.

◆ V_LOPIODRBDROPERR

#define V_LOPIODRBDROPERR (   x)    ((x) << S_LOPIODRBDROPERR)

Definition at line 496 of file cxgb_regs.h.

◆ V_LOPRIORITYDBEMPTY

#define V_LOPRIORITYDBEMPTY (   x)    ((x) << S_LOPRIORITYDBEMPTY)

Definition at line 520 of file cxgb_regs.h.

◆ V_LOPRIORITYDBFULL

#define V_LOPRIORITYDBFULL (   x)    ((x) << S_LOPRIORITYDBFULL)

Definition at line 516 of file cxgb_regs.h.

◆ V_LORCQDRBTHRSH

#define V_LORCQDRBTHRSH (   x)    ((x) << S_LORCQDRBTHRSH)

Definition at line 421 of file cxgb_regs.h.

◆ V_LORCQPARITYERROR

#define V_LORCQPARITYERROR (   x)    ((x) << S_LORCQPARITYERROR)

Definition at line 438 of file cxgb_regs.h.

◆ V_LOWPWREN

#define V_LOWPWREN (   x)    ((x) << S_LOWPWREN)

Definition at line 671 of file cxgb_regs.h.

◆ V_LOWSIG0

#define V_LOWSIG0 (   x)    ((x) << S_LOWSIG0)

Definition at line 8024 of file cxgb_regs.h.

◆ V_LOWSIG1

#define V_LOWSIG1 (   x)    ((x) << S_LOWSIG1)

Definition at line 8047 of file cxgb_regs.h.

◆ V_LOWSIG2

#define V_LOWSIG2 (   x)    ((x) << S_LOWSIG2)

Definition at line 8070 of file cxgb_regs.h.

◆ V_LOWSIG3

#define V_LOWSIG3 (   x)    ((x) << S_LOWSIG3)

Definition at line 8093 of file cxgb_regs.h.

◆ V_LOWSIGFORCEEN0

#define V_LOWSIGFORCEEN0 (   x)    ((x) << S_LOWSIGFORCEEN0)

Definition at line 8016 of file cxgb_regs.h.

◆ V_LOWSIGFORCEEN1

#define V_LOWSIGFORCEEN1 (   x)    ((x) << S_LOWSIGFORCEEN1)

Definition at line 8039 of file cxgb_regs.h.

◆ V_LOWSIGFORCEEN2

#define V_LOWSIGFORCEEN2 (   x)    ((x) << S_LOWSIGFORCEEN2)

Definition at line 8062 of file cxgb_regs.h.

◆ V_LOWSIGFORCEEN3

#define V_LOWSIGFORCEEN3 (   x)    ((x) << S_LOWSIGFORCEEN3)

Definition at line 8085 of file cxgb_regs.h.

◆ V_LOWSIGFORCEVALUE0

#define V_LOWSIGFORCEVALUE0 (   x)    ((x) << S_LOWSIGFORCEVALUE0)

Definition at line 8020 of file cxgb_regs.h.

◆ V_LOWSIGFORCEVALUE1

#define V_LOWSIGFORCEVALUE1 (   x)    ((x) << S_LOWSIGFORCEVALUE1)

Definition at line 8043 of file cxgb_regs.h.

◆ V_LOWSIGFORCEVALUE2

#define V_LOWSIGFORCEVALUE2 (   x)    ((x) << S_LOWSIGFORCEVALUE2)

Definition at line 8066 of file cxgb_regs.h.

◆ V_LOWSIGFORCEVALUE3

#define V_LOWSIGFORCEVALUE3 (   x)    ((x) << S_LOWSIGFORCEVALUE3)

Definition at line 8089 of file cxgb_regs.h.

◆ V_LPBKEN

#define V_LPBKEN (   x)    ((x) << S_LPBKEN)

Definition at line 7449 of file cxgb_regs.h.

◆ V_LRNLAT

#define V_LRNLAT (   x)    ((x) << S_LRNLAT)

Definition at line 6720 of file cxgb_regs.h.

◆ V_LRNVEREN

#define V_LRNVEREN (   x)    ((x) << S_LRNVEREN)

Definition at line 6742 of file cxgb_regs.h.

◆ V_LSO_HDR_SRAM_PERR_SET0

#define V_LSO_HDR_SRAM_PERR_SET0 (   x)    ((x) << S_LSO_HDR_SRAM_PERR_SET0)

Definition at line 5529 of file cxgb_regs.h.

◆ V_LSO_HDR_SRAM_PERR_SET1

#define V_LSO_HDR_SRAM_PERR_SET1 (   x)    ((x) << S_LSO_HDR_SRAM_PERR_SET1)

Definition at line 5525 of file cxgb_regs.h.

◆ V_M_LOCK

#define V_M_LOCK (   x)    ((x) << S_M_LOCK)

Definition at line 2311 of file cxgb_regs.h.

◆ V_M_LOCK_ACT_LOW

#define V_M_LOCK_ACT_LOW (   x)    ((x) << S_M_LOCK_ACT_LOW)

Definition at line 2473 of file cxgb_regs.h.

◆ V_M_OCLK_EN

#define V_M_OCLK_EN (   x)    ((x) << S_M_OCLK_EN)

Definition at line 2409 of file cxgb_regs.h.

◆ V_MAC_RESET_

#define V_MAC_RESET_ (   x)    ((x) << S_MAC_RESET_)

Definition at line 7577 of file cxgb_regs.h.

◆ V_MACMATCHMAP0

#define V_MACMATCHMAP0 (   x)    ((x) << S_MACMATCHMAP0)

Definition at line 5283 of file cxgb_regs.h.

◆ V_MACMATCHMAP1

#define V_MACMATCHMAP1 (   x)    ((x) << S_MACMATCHMAP1)

Definition at line 5278 of file cxgb_regs.h.

◆ V_MACMATCHMAP2

#define V_MACMATCHMAP2 (   x)    ((x) << S_MACMATCHMAP2)

Definition at line 5273 of file cxgb_regs.h.

◆ V_MACMATCHMAP3

#define V_MACMATCHMAP3 (   x)    ((x) << S_MACMATCHMAP3)

Definition at line 5268 of file cxgb_regs.h.

◆ V_MACMATCHMAP4

#define V_MACMATCHMAP4 (   x)    ((x) << S_MACMATCHMAP4)

Definition at line 5263 of file cxgb_regs.h.

◆ V_MACMATCHMAP5

#define V_MACMATCHMAP5 (   x)    ((x) << S_MACMATCHMAP5)

Definition at line 5258 of file cxgb_regs.h.

◆ V_MACMATCHMAP6

#define V_MACMATCHMAP6 (   x)    ((x) << S_MACMATCHMAP6)

Definition at line 5253 of file cxgb_regs.h.

◆ V_MACMATCHMAP7

#define V_MACMATCHMAP7 (   x)    ((x) << S_MACMATCHMAP7)

Definition at line 5248 of file cxgb_regs.h.

◆ V_MACROCNTCFG

#define V_MACROCNTCFG (   x)    ((x) << S_MACROCNTCFG)

Definition at line 6018 of file cxgb_regs.h.

◆ V_MALTLP

#define V_MALTLP (   x)    ((x) << S_MALTLP)

Definition at line 1397 of file cxgb_regs.h.

◆ V_MAN_PD

#define V_MAN_PD (   x)    ((x) << S_MAN_PD)

Definition at line 6567 of file cxgb_regs.h.

◆ V_MAN_PU

#define V_MAN_PU (   x)    ((x) << S_MAN_PU)

Definition at line 6562 of file cxgb_regs.h.

◆ V_MANBEACONTXEN

#define V_MANBEACONTXEN (   x)    ((x) << S_MANBEACONTXEN)

Definition at line 1731 of file cxgb_regs.h.

◆ V_MANDELTA

#define V_MANDELTA (   x)    ((x) << S_MANDELTA)

Definition at line 2805 of file cxgb_regs.h.

◆ V_MANEN

#define V_MANEN (   x)    ((x) << S_MANEN)

Definition at line 1526 of file cxgb_regs.h.

◆ V_MANFMOFFSET

#define V_MANFMOFFSET (   x)    ((x) << S_MANFMOFFSET)

Definition at line 1756 of file cxgb_regs.h.

◆ V_MANFMOFFSETEN

#define V_MANFMOFFSETEN (   x)    ((x) << S_MANFMOFFSETEN)

Definition at line 1760 of file cxgb_regs.h.

◆ V_MANL1PWRDN

#define V_MANL1PWRDN (   x)    ((x) << S_MANL1PWRDN)

Definition at line 1747 of file cxgb_regs.h.

◆ V_MANL2PWRDN

#define V_MANL2PWRDN (   x)    ((x) << S_MANL2PWRDN)

Definition at line 1588 of file cxgb_regs.h.

◆ V_MANLANEEN

#define V_MANLANEEN (   x)    ((x) << S_MANLANEEN)

Definition at line 1764 of file cxgb_regs.h.

◆ V_MANLPBKEN

#define V_MANLPBKEN (   x)    ((x) << S_MANLPBKEN)

Definition at line 1490 of file cxgb_regs.h.

◆ V_MANMODE

#define V_MANMODE (   x)    ((x) << S_MANMODE)

Definition at line 1485 of file cxgb_regs.h.

◆ V_MANQUADEN

#define V_MANQUADEN (   x)    ((x) << S_MANQUADEN)

Definition at line 1592 of file cxgb_regs.h.

◆ V_MANRESET

#define V_MANRESET (   x)    ((x) << S_MANRESET)

Definition at line 1751 of file cxgb_regs.h.

◆ V_MANRESETPLL

#define V_MANRESETPLL (   x)    ((x) << S_MANRESETPLL)

Definition at line 1584 of file cxgb_regs.h.

◆ V_MANRXDETECTEN

#define V_MANRXDETECTEN (   x)    ((x) << S_MANRXDETECTEN)

Definition at line 1735 of file cxgb_regs.h.

◆ V_MANRXEN

#define V_MANRXEN (   x)    ((x) << S_MANRXEN)

Definition at line 1522 of file cxgb_regs.h.

◆ V_MANRXIDLEEN

#define V_MANRXIDLEEN (   x)    ((x) << S_MANRXIDLEEN)

Definition at line 1743 of file cxgb_regs.h.

◆ V_MANRXPOLARITY

#define V_MANRXPOLARITY (   x)    ((x) << S_MANRXPOLARITY)

Definition at line 1506 of file cxgb_regs.h.

◆ V_MANRXRST

#define V_MANRXRST (   x)    ((x) << S_MANRXRST)

Definition at line 1514 of file cxgb_regs.h.

◆ V_MANRXTERMEN

#define V_MANRXTERMEN (   x)    ((x) << S_MANRXTERMEN)

Definition at line 1727 of file cxgb_regs.h.

◆ V_MANTXBEACON

#define V_MANTXBEACON (   x)    ((x) << S_MANTXBEACON)

Definition at line 1498 of file cxgb_regs.h.

◆ V_MANTXEI

#define V_MANTXEI (   x)    ((x) << S_MANTXEI)

Definition at line 1502 of file cxgb_regs.h.

◆ V_MANTXEN

#define V_MANTXEN (   x)    ((x) << S_MANTXEN)

Definition at line 1518 of file cxgb_regs.h.

◆ V_MANTXIDLEEN

#define V_MANTXIDLEEN (   x)    ((x) << S_MANTXIDLEEN)

Definition at line 1739 of file cxgb_regs.h.

◆ V_MANTXRECDETEN

#define V_MANTXRECDETEN (   x)    ((x) << S_MANTXRECDETEN)

Definition at line 1494 of file cxgb_regs.h.

◆ V_MANTXRST

#define V_MANTXRST (   x)    ((x) << S_MANTXRST)

Definition at line 1510 of file cxgb_regs.h.

◆ V_MASKSIZE

#define V_MASKSIZE (   x)    ((x) << S_MASKSIZE)

Definition at line 4554 of file cxgb_regs.h.

◆ V_MASKWR

#define V_MASKWR (   x)    ((x) << S_MASKWR)

Definition at line 7082 of file cxgb_regs.h.

◆ V_MATCHEDFILTER

#define V_MATCHEDFILTER (   x)    ((x) << S_MATCHEDFILTER)

Definition at line 8358 of file cxgb_regs.h.

◆ V_MAXRXDATA

#define V_MAXRXDATA (   x)    ((x) << S_MAXRXDATA)

Definition at line 4070 of file cxgb_regs.h.

◆ V_MAXSPLTRNC

#define V_MAXSPLTRNC (   x)    ((x) << S_MAXSPLTRNC)

Definition at line 681 of file cxgb_regs.h.

◆ V_MAXSPLTRNR

#define V_MAXSPLTRNR (   x)    ((x) << S_MAXSPLTRNR)

Definition at line 686 of file cxgb_regs.h.

◆ V_MAXWRBYTECNT

#define V_MAXWRBYTECNT (   x)    ((x) << S_MAXWRBYTECNT)

Definition at line 691 of file cxgb_regs.h.

◆ V_MBUSCMD

#define V_MBUSCMD (   x)    ((x) << S_MBUSCMD)

Definition at line 6893 of file cxgb_regs.h.

◆ V_MBUSEN

#define V_MBUSEN (   x)    ((x) << S_MBUSEN)

Definition at line 6654 of file cxgb_regs.h.

◆ V_MC5_TERM150

#define V_MC5_TERM150 (   x)    ((x) << S_MC5_TERM150)

Definition at line 6509 of file cxgb_regs.h.

◆ V_MC5A

#define V_MC5A (   x)    ((x) << S_MC5A)

Definition at line 6392 of file cxgb_regs.h.

◆ V_MC7_CM

#define V_MC7_CM (   x)    ((x) << S_MC7_CM)

Definition at line 6444 of file cxgb_regs.h.

◆ V_MC7_PMRX

#define V_MC7_PMRX (   x)    ((x) << S_MC7_PMRX)

Definition at line 6452 of file cxgb_regs.h.

◆ V_MC7_PMTX

#define V_MC7_PMTX (   x)    ((x) << S_MC7_PMTX)

Definition at line 6448 of file cxgb_regs.h.

◆ V_MCADEPTH

#define V_MCADEPTH (   x)    ((x) << S_MCADEPTH)

Definition at line 5828 of file cxgb_regs.h.

◆ V_MCAPARERR

#define V_MCAPARERR (   x)    ((x) << S_MCAPARERR)

Definition at line 5893 of file cxgb_regs.h.

◆ V_MCAPARERRENB

#define V_MCAPARERRENB (   x)    ((x) << S_MCAPARERRENB)

Definition at line 5871 of file cxgb_regs.h.

◆ V_MCAPKTCNT

#define V_MCAPKTCNT (   x)    ((x) << S_MCAPKTCNT)

Definition at line 5823 of file cxgb_regs.h.

◆ V_MDI_DATA

#define V_MDI_DATA (   x)    ((x) << S_MDI_DATA)

Definition at line 6314 of file cxgb_regs.h.

◆ V_MDI_OP

#define V_MDI_OP (   x)    ((x) << S_MDI_OP)

Definition at line 6325 of file cxgb_regs.h.

◆ V_MDIEN

#define V_MDIEN (   x)    ((x) << S_MDIEN)

Definition at line 6295 of file cxgb_regs.h.

◆ V_MDIINV

#define V_MDIINV (   x)    ((x) << S_MDIINV)

Definition at line 6291 of file cxgb_regs.h.

◆ V_MEM_HWM

#define V_MEM_HWM (   x)    ((x) << S_MEM_HWM)

Definition at line 2861 of file cxgb_regs.h.

◆ V_MEM_RLD_WT

#define V_MEM_RLD_WT (   x)    ((x) << S_MEM_RLD_WT)

Definition at line 2876 of file cxgb_regs.h.

◆ V_MI1

#define V_MI1 (   x)    ((x) << S_MI1)

Definition at line 6408 of file cxgb_regs.h.

◆ V_MICROCNTCFG

#define V_MICROCNTCFG (   x)    ((x) << S_MICROCNTCFG)

Definition at line 6023 of file cxgb_regs.h.

◆ V_MISS

#define V_MISS (   x)    ((x) << S_MISS)

Definition at line 6843 of file cxgb_regs.h.

◆ V_MODE

#define V_MODE (   x)    ((x) << S_MODE)

Definition at line 2747 of file cxgb_regs.h.

◆ V_MODULATEUNIONMODE

#define V_MODULATEUNIONMODE (   x)    ((x) << S_MODULATEUNIONMODE)

Definition at line 3808 of file cxgb_regs.h.

◆ V_MODULESELECT

#define V_MODULESELECT (   x)    ((x) << S_MODULESELECT)

Definition at line 2084 of file cxgb_regs.h.

◆ V_MPS0

#define V_MPS0 (   x)    ((x) << S_MPS0)

Definition at line 6416 of file cxgb_regs.h.

◆ V_MSGSEL

#define V_MSGSEL (   x)    ((x) << S_MSGSEL)

Definition at line 6791 of file cxgb_regs.h.

◆ V_MSIXPARERR

#define V_MSIXPARERR (   x)    ((x) << S_MSIXPARERR)

Definition at line 589 of file cxgb_regs.h.

◆ V_MSL

#define V_MSL (   x)    ((x) << S_MSL)

Definition at line 4304 of file cxgb_regs.h.

◆ V_MSSTHRESHOLD

#define V_MSSTHRESHOLD (   x)    ((x) << S_MSSTHRESHOLD)

Definition at line 3754 of file cxgb_regs.h.

◆ V_MSTBUSYSTS

#define V_MSTBUSYSTS (   x)    ((x) << S_MSTBUSYSTS)

Definition at line 6084 of file cxgb_regs.h.

◆ V_MSTCTLEN

#define V_MSTCTLEN (   x)    ((x) << S_MSTCTLEN)

Definition at line 6068 of file cxgb_regs.h.

◆ V_MSTDETPARERR

#define V_MSTDETPARERR (   x)    ((x) << S_MSTDETPARERR)

Definition at line 652 of file cxgb_regs.h.

◆ V_MSTDONEINT

#define V_MSTDONEINT (   x)    ((x) << S_MSTDONEINT)

Definition at line 6210 of file cxgb_regs.h.

◆ V_MSTDONEINTEN

#define V_MSTDONEINTEN (   x)    ((x) << S_MSTDONEINTEN)

Definition at line 6176 of file cxgb_regs.h.

◆ V_MSTFIFODBG

#define V_MSTFIFODBG (   x)    ((x) << S_MSTFIFODBG)

Definition at line 6046 of file cxgb_regs.h.

◆ V_MSTFIFODBGCLR

#define V_MSTFIFODBGCLR (   x)    ((x) << S_MSTFIFODBGCLR)

Definition at line 6050 of file cxgb_regs.h.

◆ V_MSTLOSTARBINT

#define V_MSTLOSTARBINT (   x)    ((x) << S_MSTLOSTARBINT)

Definition at line 6206 of file cxgb_regs.h.

◆ V_MSTLOSTARBINTEN

#define V_MSTLOSTARBINTEN (   x)    ((x) << S_MSTLOSTARBINTEN)

Definition at line 6172 of file cxgb_regs.h.

◆ V_MSTNACKINT

#define V_MSTNACKINT (   x)    ((x) << S_MSTNACKINT)

Definition at line 6202 of file cxgb_regs.h.

◆ V_MSTNACKINTEN

#define V_MSTNACKINTEN (   x)    ((x) << S_MSTNACKINTEN)

Definition at line 6168 of file cxgb_regs.h.

◆ V_MSTPLINT

#define V_MSTPLINT (   x)    ((x) << S_MSTPLINT)

Definition at line 3311 of file cxgb_regs.h.

◆ V_MSTPLINTEN

#define V_MSTPLINTEN (   x)    ((x) << S_MSTPLINTEN)

Definition at line 3305 of file cxgb_regs.h.

◆ V_MSTRESET

#define V_MSTRESET (   x)    ((x) << S_MSTRESET)

Definition at line 6064 of file cxgb_regs.h.

◆ V_MSTRXBYTECFG

#define V_MSTRXBYTECFG (   x)    ((x) << S_MSTRXBYTECFG)

Definition at line 6055 of file cxgb_regs.h.

◆ V_MSTRXBYTECNT

#define V_MSTRXBYTECNT (   x)    ((x) << S_MSTRXBYTECNT)

Definition at line 6075 of file cxgb_regs.h.

◆ V_MSTTIMEOUTCFG

#define V_MSTTIMEOUTCFG (   x)    ((x) << S_MSTTIMEOUTCFG)

Definition at line 6040 of file cxgb_regs.h.

◆ V_MSTTIMEOUTINT

#define V_MSTTIMEOUTINT (   x)    ((x) << S_MSTTIMEOUTINT)

Definition at line 6198 of file cxgb_regs.h.

◆ V_MSTTIMEOUTINTEN

#define V_MSTTIMEOUTINTEN (   x)    ((x) << S_MSTTIMEOUTINTEN)

Definition at line 6164 of file cxgb_regs.h.

◆ V_MSTTXBYTECFG

#define V_MSTTXBYTECFG (   x)    ((x) << S_MSTTXBYTECFG)

Definition at line 6060 of file cxgb_regs.h.

◆ V_MSTTXBYTECNT

#define V_MSTTXBYTECNT (   x)    ((x) << S_MSTTXBYTECNT)

Definition at line 6080 of file cxgb_regs.h.

◆ V_MTUDEFAULT

#define V_MTUDEFAULT (   x)    ((x) << S_MTUDEFAULT)

Definition at line 3700 of file cxgb_regs.h.

◆ V_MTUENABLE

#define V_MTUENABLE (   x)    ((x) << S_MTUENABLE)

Definition at line 3704 of file cxgb_regs.h.

◆ V_NEWINDEX

#define V_NEWINDEX (   x)    ((x) << S_NEWINDEX)

Definition at line 155 of file cxgb_regs.h.

◆ V_NEWNOTIFY

#define V_NEWNOTIFY (   x)    ((x) << S_NEWNOTIFY)

Definition at line 56 of file cxgb_regs.h.

◆ V_NEWRENOCFG

#define V_NEWRENOCFG (   x)    ((x) << S_NEWRENOCFG)

Definition at line 4148 of file cxgb_regs.h.

◆ V_NEWTIMER

#define V_NEWTIMER (   x)    ((x) << S_NEWTIMER)

Definition at line 150 of file cxgb_regs.h.

◆ V_NFASRCHFAIL

#define V_NFASRCHFAIL (   x)    ((x) << S_NFASRCHFAIL)

Definition at line 6823 of file cxgb_regs.h.

◆ V_NICMODE

#define V_NICMODE (   x)    ((x) << S_NICMODE)

Definition at line 3480 of file cxgb_regs.h.

◆ V_NLIP

#define V_NLIP (   x)    ((x) << S_NLIP)

Definition at line 6621 of file cxgb_regs.h.

◆ V_NON0PAUSERCVD

#define V_NON0PAUSERCVD (   x)    ((x) << S_NON0PAUSERCVD)

Definition at line 7245 of file cxgb_regs.h.

◆ V_NP_WMARK

#define V_NP_WMARK (   x)    ((x) << S_NP_WMARK)

Definition at line 2047 of file cxgb_regs.h.

◆ V_NUMFSTTRNSEQ

#define V_NUMFSTTRNSEQ (   x)    ((x) << S_NUMFSTTRNSEQ)

Definition at line 1255 of file cxgb_regs.h.

◆ V_NUMFSTTRNSEQRX

#define V_NUMFSTTRNSEQRX (   x)    ((x) << S_NUMFSTTRNSEQRX)

Definition at line 1105 of file cxgb_regs.h.

◆ V_OBQDBGADDR

#define V_OBQDBGADDR (   x)    ((x) << S_OBQDBGADDR)

Definition at line 3382 of file cxgb_regs.h.

◆ V_OBQDBGBUSY

#define V_OBQDBGBUSY (   x)    ((x) << S_OBQDBGBUSY)

Definition at line 3395 of file cxgb_regs.h.

◆ V_OBQDBGEN

#define V_OBQDBGEN (   x)    ((x) << S_OBQDBGEN)

Definition at line 3399 of file cxgb_regs.h.

◆ V_OBQDBGQID

#define V_OBQDBGQID (   x)    ((x) << S_OBQDBGQID)

Definition at line 3387 of file cxgb_regs.h.

◆ V_OBQDBGWR

#define V_OBQDBGWR (   x)    ((x) << S_OBQDBGWR)

Definition at line 3391 of file cxgb_regs.h.

◆ V_OBQSGEPARERR

#define V_OBQSGEPARERR (   x)    ((x) << S_OBQSGEPARERR)

Definition at line 3157 of file cxgb_regs.h.

◆ V_OBQULPHIPARERR

#define V_OBQULPHIPARERR (   x)    ((x) << S_OBQULPHIPARERR)

Definition at line 3153 of file cxgb_regs.h.

◆ V_OBQULPLOPARERR

#define V_OBQULPLOPARERR (   x)    ((x) << S_OBQULPLOPARERR)

Definition at line 3149 of file cxgb_regs.h.

◆ V_OCDADJUSTMODE

#define V_OCDADJUSTMODE (   x)    ((x) << S_OCDADJUSTMODE)

Definition at line 2753 of file cxgb_regs.h.

◆ V_OCDCODE

#define V_OCDCODE (   x)    ((x) << S_OCDCODE)

Definition at line 2758 of file cxgb_regs.h.

◆ V_OCPARITYERROR

#define V_OCPARITYERROR (   x)    ((x) << S_OCPARITYERROR)

Definition at line 468 of file cxgb_regs.h.

◆ V_OCSPI0_OFIFO2X_TX_FRAMING_ERROR

#define V_OCSPI0_OFIFO2X_TX_FRAMING_ERROR (   x)    ((x) << S_OCSPI0_OFIFO2X_TX_FRAMING_ERROR)

Definition at line 5660 of file cxgb_regs.h.

◆ V_OCSPI0_RX_FRAMING_ERROR

#define V_OCSPI0_RX_FRAMING_ERROR (   x)    ((x) << S_OCSPI0_RX_FRAMING_ERROR)

Definition at line 5644 of file cxgb_regs.h.

◆ V_OCSPI0_TX_FRAMING_ERROR

#define V_OCSPI0_TX_FRAMING_ERROR (   x)    ((x) << S_OCSPI0_TX_FRAMING_ERROR)

Definition at line 5652 of file cxgb_regs.h.

◆ V_OCSPI1_OFIFO2X_TX_FRAMING_ERROR

#define V_OCSPI1_OFIFO2X_TX_FRAMING_ERROR (   x)    ((x) << S_OCSPI1_OFIFO2X_TX_FRAMING_ERROR)

Definition at line 5664 of file cxgb_regs.h.

◆ V_OCSPI1_RX_FRAMING_ERROR

#define V_OCSPI1_RX_FRAMING_ERROR (   x)    ((x) << S_OCSPI1_RX_FRAMING_ERROR)

Definition at line 5648 of file cxgb_regs.h.

◆ V_OCSPI1_TX_FRAMING_ERROR

#define V_OCSPI1_TX_FRAMING_ERROR (   x)    ((x) << S_OCSPI1_TX_FRAMING_ERROR)

Definition at line 5656 of file cxgb_regs.h.

◆ V_OCSPI_PAR_ERROR

#define V_OCSPI_PAR_ERROR (   x)    ((x) << S_OCSPI_PAR_ERROR)

Definition at line 5674 of file cxgb_regs.h.

◆ V_ODTEN

#define V_ODTEN (   x)    ((x) << S_ODTEN)

Definition at line 2719 of file cxgb_regs.h.

◆ V_OESPI0_OFIFO2X_TX_FRAMING_ERROR

#define V_OESPI0_OFIFO2X_TX_FRAMING_ERROR (   x)    ((x) << S_OESPI0_OFIFO2X_TX_FRAMING_ERROR)

Definition at line 5735 of file cxgb_regs.h.

◆ V_OESPI0_RX_FRAMING_ERROR

#define V_OESPI0_RX_FRAMING_ERROR (   x)    ((x) << S_OESPI0_RX_FRAMING_ERROR)

Definition at line 5719 of file cxgb_regs.h.

◆ V_OESPI0_TX_FRAMING_ERROR

#define V_OESPI0_TX_FRAMING_ERROR (   x)    ((x) << S_OESPI0_TX_FRAMING_ERROR)

Definition at line 5727 of file cxgb_regs.h.

◆ V_OESPI1_OFIFO2X_TX_FRAMING_ERROR

#define V_OESPI1_OFIFO2X_TX_FRAMING_ERROR (   x)    ((x) << S_OESPI1_OFIFO2X_TX_FRAMING_ERROR)

Definition at line 5739 of file cxgb_regs.h.

◆ V_OESPI1_RX_FRAMING_ERROR

#define V_OESPI1_RX_FRAMING_ERROR (   x)    ((x) << S_OESPI1_RX_FRAMING_ERROR)

Definition at line 5723 of file cxgb_regs.h.

◆ V_OESPI1_TX_FRAMING_ERROR

#define V_OESPI1_TX_FRAMING_ERROR (   x)    ((x) << S_OESPI1_TX_FRAMING_ERROR)

Definition at line 5731 of file cxgb_regs.h.

◆ V_OESPI_PAR_ERROR

#define V_OESPI_PAR_ERROR (   x)    ((x) << S_OESPI_PAR_ERROR)

Definition at line 5749 of file cxgb_regs.h.

◆ V_OFD2TUPEN

#define V_OFD2TUPEN (   x)    ((x) << S_OFD2TUPEN)

Definition at line 4498 of file cxgb_regs.h.

◆ V_OFD4TUPEN

#define V_OFD4TUPEN (   x)    ((x) << S_OFD4TUPEN)

Definition at line 4494 of file cxgb_regs.h.

◆ V_OFDLKPEN

#define V_OFDLKPEN (   x)    ((x) << S_OFDLKPEN)

Definition at line 4506 of file cxgb_regs.h.

◆ V_OFDMAPEN

#define V_OFDMAPEN (   x)    ((x) << S_OFDMAPEN)

Definition at line 4502 of file cxgb_regs.h.

◆ V_OFFSET

#define V_OFFSET (   x)    ((x) << S_OFFSET)

Definition at line 1473 of file cxgb_regs.h.

◆ V_OFFSETEN

#define V_OFFSETEN (   x)    ((x) << S_OFFSETEN)

Definition at line 1477 of file cxgb_regs.h.

◆ V_ONEINTMULTQ

#define V_ONEINTMULTQ (   x)    ((x) << S_ONEINTMULTQ)

Definition at line 107 of file cxgb_regs.h.

◆ V_ONFLYDDPENABLE

#define V_ONFLYDDPENABLE (   x)    ((x) << S_ONFLYDDPENABLE)

Definition at line 4177 of file cxgb_regs.h.

◆ V_OP

#define V_OP (   x)    ((x) << S_OP)

Definition at line 3008 of file cxgb_regs.h.

◆ V_OPTONEINTMULTQ

#define V_OPTONEINTMULTQ (   x)    ((x) << S_OPTONEINTMULTQ)

Definition at line 64 of file cxgb_regs.h.

◆ V_ORG

#define V_ORG (   x)    ((x) << S_ORG)

Definition at line 2727 of file cxgb_regs.h.

◆ V_OUT_CCPL

#define V_OUT_CCPL (   x)    ((x) << S_OUT_CCPL)

Definition at line 3562 of file cxgb_regs.h.

◆ V_OUT_CETHERNET

#define V_OUT_CETHERNET (   x)    ((x) << S_OUT_CETHERNET)

Definition at line 3566 of file cxgb_regs.h.

◆ V_OUT_ECPL

#define V_OUT_ECPL (   x)    ((x) << S_OUT_ECPL)

Definition at line 3546 of file cxgb_regs.h.

◆ V_OUT_EETHERNET

#define V_OUT_EETHERNET (   x)    ((x) << S_OUT_EETHERNET)

Definition at line 3550 of file cxgb_regs.h.

◆ V_P_WMARK

#define V_P_WMARK (   x)    ((x) << S_P_WMARK)

Definition at line 2042 of file cxgb_regs.h.

◆ V_PACKETDROPS

#define V_PACKETDROPS (   x)    ((x) << S_PACKETDROPS)

Definition at line 5164 of file cxgb_regs.h.

◆ V_PAGEPODME

#define V_PAGEPODME (   x)    ((x) << S_PAGEPODME)

Definition at line 5379 of file cxgb_regs.h.

◆ V_PARERR

#define V_PARERR (   x)    ((x) << S_PARERR)

Definition at line 5425 of file cxgb_regs.h.

◆ V_PARERRDATA

#define V_PARERRDATA (   x)    ((x) << S_PARERRDATA)

Definition at line 5421 of file cxgb_regs.h.

◆ V_PARERRPCMD

#define V_PARERRPCMD (   x)    ((x) << S_PARERRPCMD)

Definition at line 5417 of file cxgb_regs.h.

◆ V_PARITYERR

#define V_PARITYERR (   x)    ((x) << S_PARITYERR)

Definition at line 6831 of file cxgb_regs.h.

◆ V_PARLAT

#define V_PARLAT (   x)    ((x) << S_PARLAT)

Definition at line 6732 of file cxgb_regs.h.

◆ V_PATDETECTED

#define V_PATDETECTED (   x)    ((x) << S_PATDETECTED)

Definition at line 8353 of file cxgb_regs.h.

◆ V_PATHMTU

#define V_PATHMTU (   x)    ((x) << S_PATHMTU)

Definition at line 3610 of file cxgb_regs.h.

◆ V_PAUSECNTRTIMEOUT

#define V_PAUSECNTRTIMEOUT (   x)    ((x) << S_PAUSECNTRTIMEOUT)

Definition at line 7241 of file cxgb_regs.h.

◆ V_PAUSEFRAMETXMT

#define V_PAUSEFRAMETXMT (   x)    ((x) << S_PAUSEFRAMETXMT)

Definition at line 7237 of file cxgb_regs.h.

◆ V_PAUSESLOWTIMER

#define V_PAUSESLOWTIMER (   x)    ((x) << S_PAUSESLOWTIMER)

Definition at line 7392 of file cxgb_regs.h.

◆ V_PAUSESLOWTIMEREN

#define V_PAUSESLOWTIMEREN (   x)    ((x) << S_PAUSESLOWTIMEREN)

Definition at line 7387 of file cxgb_regs.h.

◆ V_PAUSETIMER

#define V_PAUSETIMER (   x)    ((x) << S_PAUSETIMER)

Definition at line 7399 of file cxgb_regs.h.

◆ V_PBL_BOUND_ERR_CH0

#define V_PBL_BOUND_ERR_CH0 (   x)    ((x) << S_PBL_BOUND_ERR_CH0)

Definition at line 5545 of file cxgb_regs.h.

◆ V_PBL_BOUND_ERR_CH1

#define V_PBL_BOUND_ERR_CH1 (   x)    ((x) << S_PBL_BOUND_ERR_CH1)

Definition at line 5541 of file cxgb_regs.h.

◆ V_PCIE_BANDGAP

#define V_PCIE_BANDGAP (   x)    ((x) << S_PCIE_BANDGAP)

Definition at line 1561 of file cxgb_regs.h.

◆ V_PCIE_BGENB

#define V_PCIE_BGENB (   x)    ((x) << S_PCIE_BGENB)

Definition at line 1535 of file cxgb_regs.h.

◆ V_PCIE_BISTCYCLETHRESH

#define V_PCIE_BISTCYCLETHRESH (   x)    ((x) << S_PCIE_BISTCYCLETHRESH)

Definition at line 2064 of file cxgb_regs.h.

◆ V_PCIE_BISTDONE

#define V_PCIE_BISTDONE (   x)    ((x) << S_PCIE_BISTDONE)

Definition at line 2059 of file cxgb_regs.h.

◆ V_PCIE_CFPARERR

#define V_PCIE_CFPARERR (   x)    ((x) << S_PCIE_CFPARERR)

Definition at line 976 of file cxgb_regs.h.

◆ V_PCIE_CLIDECEN

#define V_PCIE_CLIDECEN (   x)    ((x) << S_PCIE_CLIDECEN)

Definition at line 1059 of file cxgb_regs.h.

◆ V_PCIE_CMURANGE

#define V_PCIE_CMURANGE (   x)    ((x) << S_PCIE_CMURANGE)

Definition at line 1531 of file cxgb_regs.h.

◆ V_PCIE_DMASTOPEN

#define V_PCIE_DMASTOPEN (   x)    ((x) << S_PCIE_DMASTOPEN)

Definition at line 1027 of file cxgb_regs.h.

◆ V_PCIE_EN8B10B

#define V_PCIE_EN8B10B (   x)    ((x) << S_PCIE_EN8B10B)

Definition at line 1547 of file cxgb_regs.h.

◆ V_PCIE_ENCOMMA

#define V_PCIE_ENCOMMA (   x)    ((x) << S_PCIE_ENCOMMA)

Definition at line 1543 of file cxgb_regs.h.

◆ V_PCIE_ENELBUF

#define V_PCIE_ENELBUF (   x)    ((x) << S_PCIE_ENELBUF)

Definition at line 1551 of file cxgb_regs.h.

◆ V_PCIE_ENSKPDROP

#define V_PCIE_ENSKPDROP (   x)    ((x) << S_PCIE_ENSKPDROP)

Definition at line 1539 of file cxgb_regs.h.

◆ V_PCIE_GAIN

#define V_PCIE_GAIN (   x)    ((x) << S_PCIE_GAIN)

Definition at line 1556 of file cxgb_regs.h.

◆ V_PCIE_LOCK

#define V_PCIE_LOCK (   x)    ((x) << S_PCIE_LOCK)

Definition at line 2439 of file cxgb_regs.h.

◆ V_PCIE_MAXSPLTRNC

#define V_PCIE_MAXSPLTRNC (   x)    ((x) << S_PCIE_MAXSPLTRNC)

Definition at line 1064 of file cxgb_regs.h.

◆ V_PCIE_MAXSPLTRNR

#define V_PCIE_MAXSPLTRNR (   x)    ((x) << S_PCIE_MAXSPLTRNR)

Definition at line 1069 of file cxgb_regs.h.

◆ V_PCIE_MSIXPARERR

#define V_PCIE_MSIXPARERR (   x)    ((x) << S_PCIE_MSIXPARERR)

Definition at line 972 of file cxgb_regs.h.

◆ V_PCIE_OCLK_EN

#define V_PCIE_OCLK_EN (   x)    ((x) << S_PCIE_OCLK_EN)

Definition at line 2389 of file cxgb_regs.h.

◆ V_PCIE_PIOPARERR

#define V_PCIE_PIOPARERR (   x)    ((x) << S_PCIE_PIOPARERR)

Definition at line 988 of file cxgb_regs.h.

◆ V_PCIE_RFPARERR

#define V_PCIE_RFPARERR (   x)    ((x) << S_PCIE_RFPARERR)

Definition at line 980 of file cxgb_regs.h.

◆ V_PCIE_RXADDSKIPLANE0

#define V_PCIE_RXADDSKIPLANE0 (   x)    ((x) << S_PCIE_RXADDSKIPLANE0)

Definition at line 2035 of file cxgb_regs.h.

◆ V_PCIE_RXADDSKIPLANE1

#define V_PCIE_RXADDSKIPLANE1 (   x)    ((x) << S_PCIE_RXADDSKIPLANE1)

Definition at line 2031 of file cxgb_regs.h.

◆ V_PCIE_RXADDSKIPLANE2

#define V_PCIE_RXADDSKIPLANE2 (   x)    ((x) << S_PCIE_RXADDSKIPLANE2)

Definition at line 2027 of file cxgb_regs.h.

◆ V_PCIE_RXADDSKIPLANE3

#define V_PCIE_RXADDSKIPLANE3 (   x)    ((x) << S_PCIE_RXADDSKIPLANE3)

Definition at line 2023 of file cxgb_regs.h.

◆ V_PCIE_RXERRLANE0

#define V_PCIE_RXERRLANE0 (   x)    ((x) << S_PCIE_RXERRLANE0)

Definition at line 1696 of file cxgb_regs.h.

◆ V_PCIE_RXERRLANE1

#define V_PCIE_RXERRLANE1 (   x)    ((x) << S_PCIE_RXERRLANE1)

Definition at line 1691 of file cxgb_regs.h.

◆ V_PCIE_RXERRLANE2

#define V_PCIE_RXERRLANE2 (   x)    ((x) << S_PCIE_RXERRLANE2)

Definition at line 1686 of file cxgb_regs.h.

◆ V_PCIE_RXERRLANE3

#define V_PCIE_RXERRLANE3 (   x)    ((x) << S_PCIE_RXERRLANE3)

Definition at line 1681 of file cxgb_regs.h.

◆ V_PCIE_RXKLOCKLANE0

#define V_PCIE_RXKLOCKLANE0 (   x)    ((x) << S_PCIE_RXKLOCKLANE0)

Definition at line 1806 of file cxgb_regs.h.

◆ V_PCIE_RXKLOCKLANE1

#define V_PCIE_RXKLOCKLANE1 (   x)    ((x) << S_PCIE_RXKLOCKLANE1)

Definition at line 1802 of file cxgb_regs.h.

◆ V_PCIE_RXKLOCKLANE2

#define V_PCIE_RXKLOCKLANE2 (   x)    ((x) << S_PCIE_RXKLOCKLANE2)

Definition at line 1798 of file cxgb_regs.h.

◆ V_PCIE_RXKLOCKLANE3

#define V_PCIE_RXKLOCKLANE3 (   x)    ((x) << S_PCIE_RXKLOCKLANE3)

Definition at line 1794 of file cxgb_regs.h.

◆ V_PCIE_RXOFLOWLANE0

#define V_PCIE_RXOFLOWLANE0 (   x)    ((x) << S_PCIE_RXOFLOWLANE0)

Definition at line 1870 of file cxgb_regs.h.

◆ V_PCIE_RXOFLOWLANE1

#define V_PCIE_RXOFLOWLANE1 (   x)    ((x) << S_PCIE_RXOFLOWLANE1)

Definition at line 1866 of file cxgb_regs.h.

◆ V_PCIE_RXOFLOWLANE2

#define V_PCIE_RXOFLOWLANE2 (   x)    ((x) << S_PCIE_RXOFLOWLANE2)

Definition at line 1862 of file cxgb_regs.h.

◆ V_PCIE_RXOFLOWLANE3

#define V_PCIE_RXOFLOWLANE3 (   x)    ((x) << S_PCIE_RXOFLOWLANE3)

Definition at line 1858 of file cxgb_regs.h.

◆ V_PCIE_RXREMSKIPLANE0

#define V_PCIE_RXREMSKIPLANE0 (   x)    ((x) << S_PCIE_RXREMSKIPLANE0)

Definition at line 2003 of file cxgb_regs.h.

◆ V_PCIE_RXREMSKIPLANE1

#define V_PCIE_RXREMSKIPLANE1 (   x)    ((x) << S_PCIE_RXREMSKIPLANE1)

Definition at line 1999 of file cxgb_regs.h.

◆ V_PCIE_RXREMSKIPLANE2

#define V_PCIE_RXREMSKIPLANE2 (   x)    ((x) << S_PCIE_RXREMSKIPLANE2)

Definition at line 1995 of file cxgb_regs.h.

◆ V_PCIE_RXREMSKIPLANE3

#define V_PCIE_RXREMSKIPLANE3 (   x)    ((x) << S_PCIE_RXREMSKIPLANE3)

Definition at line 1991 of file cxgb_regs.h.

◆ V_PCIE_RXUFLOWLANE0

#define V_PCIE_RXUFLOWLANE0 (   x)    ((x) << S_PCIE_RXUFLOWLANE0)

Definition at line 1838 of file cxgb_regs.h.

◆ V_PCIE_RXUFLOWLANE1

#define V_PCIE_RXUFLOWLANE1 (   x)    ((x) << S_PCIE_RXUFLOWLANE1)

Definition at line 1834 of file cxgb_regs.h.

◆ V_PCIE_RXUFLOWLANE2

#define V_PCIE_RXUFLOWLANE2 (   x)    ((x) << S_PCIE_RXUFLOWLANE2)

Definition at line 1830 of file cxgb_regs.h.

◆ V_PCIE_RXUFLOWLANE3

#define V_PCIE_RXUFLOWLANE3 (   x)    ((x) << S_PCIE_RXUFLOWLANE3)

Definition at line 1826 of file cxgb_regs.h.

◆ V_PCIE_WFPARERR

#define V_PCIE_WFPARERR (   x)    ((x) << S_PCIE_WFPARERR)

Definition at line 984 of file cxgb_regs.h.

◆ V_PCIE_ZINSEL

#define V_PCIE_ZINSEL (   x)    ((x) << S_PCIE_ZINSEL)

Definition at line 1203 of file cxgb_regs.h.

◆ V_PCIM0

#define V_PCIM0 (   x)    ((x) << S_PCIM0)

Definition at line 6456 of file cxgb_regs.h.

◆ V_PCIMODELOOP

#define V_PCIMODELOOP (   x)    ((x) << S_PCIMODELOOP)

Definition at line 1316 of file cxgb_regs.h.

◆ V_PCIRELAX

#define V_PCIRELAX (   x)    ((x) << S_PCIRELAX)

Definition at line 94 of file cxgb_regs.h.

◆ V_PCIX_LOCK

#define V_PCIX_LOCK (   x)    ((x) << S_PCIX_LOCK)

Definition at line 2419 of file cxgb_regs.h.

◆ V_PCIX_OCLK_EN

#define V_PCIX_OCLK_EN (   x)    ((x) << S_PCIX_OCLK_EN)

Definition at line 2397 of file cxgb_regs.h.

◆ V_PCIXINITPAT

#define V_PCIXINITPAT (   x)    ((x) << S_PCIXINITPAT)

Definition at line 715 of file cxgb_regs.h.

◆ V_PCLKDETECT

#define V_PCLKDETECT (   x)    ((x) << S_PCLKDETECT)

Definition at line 1654 of file cxgb_regs.h.

◆ V_PCLKOFFINP1

#define V_PCLKOFFINP1 (   x)    ((x) << S_PCLKOFFINP1)

Definition at line 1461 of file cxgb_regs.h.

◆ V_PCLKRANGE

#define V_PCLKRANGE (   x)    ((x) << S_PCLKRANGE)

Definition at line 710 of file cxgb_regs.h.

◆ V_PCLKREQINP1

#define V_PCLKREQINP1 (   x)    ((x) << S_PCLKREQINP1)

Definition at line 1457 of file cxgb_regs.h.

◆ V_PCLKTREE_DBG_EN

#define V_PCLKTREE_DBG_EN (   x)    ((x) << S_PCLKTREE_DBG_EN)

Definition at line 2393 of file cxgb_regs.h.

◆ V_PCMD0THRESHOLD

#define V_PCMD0THRESHOLD (   x)    ((x) << S_PCMD0THRESHOLD)

Definition at line 5367 of file cxgb_regs.h.

◆ V_PCMD1THRESHOLD

#define V_PCMD1THRESHOLD (   x)    ((x) << S_PCMD1THRESHOLD)

Definition at line 5362 of file cxgb_regs.h.

◆ V_PCMDMUXPERR

#define V_PCMDMUXPERR (   x)    ((x) << S_PCMDMUXPERR)

Definition at line 5401 of file cxgb_regs.h.

◆ V_PCS_CTCFIFOERR

#define V_PCS_CTCFIFOERR (   x)    ((x) << S_PCS_CTCFIFOERR)

Definition at line 8328 of file cxgb_regs.h.

◆ V_PCS_NOTALIGNED

#define V_PCS_NOTALIGNED (   x)    ((x) << S_PCS_NOTALIGNED)

Definition at line 8332 of file cxgb_regs.h.

◆ V_PCS_RESET_

#define V_PCS_RESET_ (   x)    ((x) << S_PCS_RESET_)

Definition at line 7573 of file cxgb_regs.h.

◆ V_PCS_SYNCSTATUS

#define V_PCS_SYNCSTATUS (   x)    ((x) << S_PCS_SYNCSTATUS)

Definition at line 8323 of file cxgb_regs.h.

◆ V_PE

#define V_PE (   x)    ((x) << S_PE)

Definition at line 3050 of file cxgb_regs.h.

◆ V_PE_LOCK

#define V_PE_LOCK (   x)    ((x) << S_PE_LOCK)

Definition at line 2375 of file cxgb_regs.h.

◆ V_PE_LOCK_ACT_LOW

#define V_PE_LOCK_ACT_LOW (   x)    ((x) << S_PE_LOCK_ACT_LOW)

Definition at line 2537 of file cxgb_regs.h.

◆ V_PE_RBC_DBG_EN

#define V_PE_RBC_DBG_EN (   x)    ((x) << S_PE_RBC_DBG_EN)

Definition at line 2463 of file cxgb_regs.h.

◆ V_PE_RBC_LANE_SEL

#define V_PE_RBC_LANE_SEL (   x)    ((x) << S_PE_RBC_LANE_SEL)

Definition at line 2459 of file cxgb_regs.h.

◆ V_PE_REFCLK_DBG_EN

#define V_PE_REFCLK_DBG_EN (   x)    ((x) << S_PE_REFCLK_DBG_EN)

Definition at line 2581 of file cxgb_regs.h.

◆ V_PE_REFCLK_PD

#define V_PE_REFCLK_PD (   x)    ((x) << S_PE_REFCLK_PD)

Definition at line 2594 of file cxgb_regs.h.

◆ V_PE_REFCLK_TERMADJ

#define V_PE_REFCLK_TERMADJ (   x)    ((x) << S_PE_REFCLK_TERMADJ)

Definition at line 2590 of file cxgb_regs.h.

◆ V_PER_CAL_DIV

#define V_PER_CAL_DIV (   x)    ((x) << S_PER_CAL_DIV)

Definition at line 2896 of file cxgb_regs.h.

◆ V_PER_CAL_EN

#define V_PER_CAL_EN (   x)    ((x) << S_PER_CAL_EN)

Definition at line 2900 of file cxgb_regs.h.

◆ V_PERCALDIV

#define V_PERCALDIV (   x)    ((x) << S_PERCALDIV)

Definition at line 734 of file cxgb_regs.h.

◆ V_PERCALEN

#define V_PERCALEN (   x)    ((x) << S_PERCALEN)

Definition at line 738 of file cxgb_regs.h.

◆ V_PERREFEN

#define V_PERREFEN (   x)    ((x) << S_PERREFEN)

Definition at line 2789 of file cxgb_regs.h.

◆ V_PERSHIFTBACKOFFMAX

#define V_PERSHIFTBACKOFFMAX (   x)    ((x) << S_PERSHIFTBACKOFFMAX)

Definition at line 4396 of file cxgb_regs.h.

◆ V_PERSHIFTMAX

#define V_PERSHIFTMAX (   x)    ((x) << S_PERSHIFTMAX)

Definition at line 4401 of file cxgb_regs.h.

◆ V_PERSMAX

#define V_PERSMAX (   x)    ((x) << S_PERSMAX)

Definition at line 4332 of file cxgb_regs.h.

◆ V_PERSMIN

#define V_PERSMIN (   x)    ((x) << S_PERSMIN)

Definition at line 4325 of file cxgb_regs.h.

◆ V_PEXERR

#define V_PEXERR (   x)    ((x) << S_PEXERR)

Definition at line 1020 of file cxgb_regs.h.

◆ V_PEXMSG

#define V_PEXMSG (   x)    ((x) << S_PEXMSG)

Definition at line 1012 of file cxgb_regs.h.

◆ V_PHALIGNFIFOTHRESH

#define V_PHALIGNFIFOTHRESH (   x)    ((x) << S_PHALIGNFIFOTHRESH)

Definition at line 7475 of file cxgb_regs.h.

◆ V_PHYADDR

#define V_PHYADDR (   x)    ((x) << S_PHYADDR)

Definition at line 6302 of file cxgb_regs.h.

◆ V_PHYFRAMECOMPLETE

#define V_PHYFRAMECOMPLETE (   x)    ((x) << S_PHYFRAMECOMPLETE)

Definition at line 7233 of file cxgb_regs.h.

◆ V_PHYRCVERR

#define V_PHYRCVERR (   x)    ((x) << S_PHYRCVERR)

Definition at line 1381 of file cxgb_regs.h.

◆ V_PILADBGRDPTR

#define V_PILADBGRDPTR (   x)    ((x) << S_PILADBGRDPTR)

Definition at line 3425 of file cxgb_regs.h.

◆ V_PILADBGWRPTR

#define V_PILADBGWRPTR (   x)    ((x) << S_PILADBGWRPTR)

Definition at line 3451 of file cxgb_regs.h.

◆ V_PINGDROP

#define V_PINGDROP (   x)    ((x) << S_PINGDROP)

Definition at line 3597 of file cxgb_regs.h.

◆ V_PIO_ADDRESS

#define V_PIO_ADDRESS (   x)    ((x) << S_PIO_ADDRESS)

Definition at line 7638 of file cxgb_regs.h.

◆ V_PIO_READY

#define V_PIO_READY (   x)    ((x) << S_PIO_READY)

Definition at line 7629 of file cxgb_regs.h.

◆ V_PIO_REQFIFOCNT

#define V_PIO_REQFIFOCNT (   x)    ((x) << S_PIO_REQFIFOCNT)

Definition at line 1169 of file cxgb_regs.h.

◆ V_PIO_RSPFIFOCNT

#define V_PIO_RSPFIFOCNT (   x)    ((x) << S_PIO_RSPFIFOCNT)

Definition at line 1164 of file cxgb_regs.h.

◆ V_PIO_RSPPND

#define V_PIO_RSPPND (   x)    ((x) << S_PIO_RSPPND)

Definition at line 871 of file cxgb_regs.h.

◆ V_PIO_STATEISC

#define V_PIO_STATEISC (   x)    ((x) << S_PIO_STATEISC)

Definition at line 1100 of file cxgb_regs.h.

◆ V_PIO_STATEPL

#define V_PIO_STATEPL (   x)    ((x) << S_PIO_STATEPL)

Definition at line 1095 of file cxgb_regs.h.

◆ V_PIO_WRRD

#define V_PIO_WRRD (   x)    ((x) << S_PIO_WRRD)

Definition at line 7633 of file cxgb_regs.h.

◆ V_PIOACK64EN

#define V_PIOACK64EN (   x)    ((x) << S_PIOACK64EN)

Definition at line 703 of file cxgb_regs.h.

◆ V_PIOPARERR

#define V_PIOPARERR (   x)    ((x) << S_PIOPARERR)

Definition at line 608 of file cxgb_regs.h.

◆ V_PIOREQFIFOLEVEL

#define V_PIOREQFIFOLEVEL (   x)    ((x) << S_PIOREQFIFOLEVEL)

Definition at line 805 of file cxgb_regs.h.

◆ V_PIORESPFIFOLEVEL

#define V_PIORESPFIFOLEVEL (   x)    ((x) << S_PIORESPFIFOLEVEL)

Definition at line 851 of file cxgb_regs.h.

◆ V_PIOST

#define V_PIOST (   x)    ((x) << S_PIOST)

Definition at line 936 of file cxgb_regs.h.

◆ V_PKTSHIFT

#define V_PKTSHIFT (   x)    ((x) << S_PKTSHIFT)

Definition at line 103 of file cxgb_regs.h.

◆ V_PLL_C_LOCK

#define V_PLL_C_LOCK (   x)    ((x) << S_PLL_C_LOCK)

Definition at line 2435 of file cxgb_regs.h.

◆ V_PLL_M_LOCK

#define V_PLL_M_LOCK (   x)    ((x) << S_PLL_M_LOCK)

Definition at line 2431 of file cxgb_regs.h.

◆ V_PLL_R_LOCK

#define V_PLL_R_LOCK (   x)    ((x) << S_PLL_R_LOCK)

Definition at line 2427 of file cxgb_regs.h.

◆ V_PLL_U_LOCK

#define V_PLL_U_LOCK (   x)    ((x) << S_PLL_U_LOCK)

Definition at line 2423 of file cxgb_regs.h.

◆ V_PLLLCKCYC

#define V_PLLLCKCYC (   x)    ((x) << S_PLLLCKCYC)

Definition at line 1444 of file cxgb_regs.h.

◆ V_PLM_REQFIFOCNT

#define V_PLM_REQFIFOCNT (   x)    ((x) << S_PLM_REQFIFOCNT)

Definition at line 1135 of file cxgb_regs.h.

◆ V_PM1_RX

#define V_PM1_RX (   x)    ((x) << S_PM1_RX)

Definition at line 6424 of file cxgb_regs.h.

◆ V_PM1_TX

#define V_PM1_TX (   x)    ((x) << S_PM1_TX)

Definition at line 6420 of file cxgb_regs.h.

◆ V_PMASEL

#define V_PMASEL (   x)    ((x) << S_PMASEL)

Definition at line 1427 of file cxgb_regs.h.

◆ V_PME_STATE

#define V_PME_STATE (   x)    ((x) << S_PME_STATE)

Definition at line 1235 of file cxgb_regs.h.

◆ V_PMEXITL1REQ

#define V_PMEXITL1REQ (   x)    ((x) << S_PMEXITL1REQ)

Definition at line 1308 of file cxgb_regs.h.

◆ V_PMIST

#define V_PMIST (   x)    ((x) << S_PMIST)

Definition at line 896 of file cxgb_regs.h.

◆ V_PMMAXXFERLEN0

#define V_PMMAXXFERLEN0 (   x)    ((x) << S_PMMAXXFERLEN0)

Definition at line 4280 of file cxgb_regs.h.

◆ V_PMMAXXFERLEN1

#define V_PMMAXXFERLEN1 (   x)    ((x) << S_PMMAXXFERLEN1)

Definition at line 4275 of file cxgb_regs.h.

◆ V_PMON_AUTO

#define V_PMON_AUTO (   x)    ((x) << S_PMON_AUTO)

Definition at line 2575 of file cxgb_regs.h.

◆ V_PMON_CDEL_AUTO

#define V_PMON_CDEL_AUTO (   x)    ((x) << S_PMON_CDEL_AUTO)

Definition at line 2557 of file cxgb_regs.h.

◆ V_PMON_CDEL_MANUAL

#define V_PMON_CDEL_MANUAL (   x)    ((x) << S_PMON_CDEL_MANUAL)

Definition at line 2567 of file cxgb_regs.h.

◆ V_PMON_DONE

#define V_PMON_DONE (   x)    ((x) << S_PMON_DONE)

Definition at line 2543 of file cxgb_regs.h.

◆ V_PMON_FAIL

#define V_PMON_FAIL (   x)    ((x) << S_PMON_FAIL)

Definition at line 2547 of file cxgb_regs.h.

◆ V_PMON_FDEL_AUTO

#define V_PMON_FDEL_AUTO (   x)    ((x) << S_PMON_FDEL_AUTO)

Definition at line 2552 of file cxgb_regs.h.

◆ V_PMON_FDEL_MANUAL

#define V_PMON_FDEL_MANUAL (   x)    ((x) << S_PMON_FDEL_MANUAL)

Definition at line 2562 of file cxgb_regs.h.

◆ V_PMON_MANUAL

#define V_PMON_MANUAL (   x)    ((x) << S_PMON_MANUAL)

Definition at line 2571 of file cxgb_regs.h.

◆ V_PMRXMAXPAGE

#define V_PMRXMAXPAGE (   x)    ((x) << S_PMRXMAXPAGE)

Definition at line 3685 of file cxgb_regs.h.

◆ V_PMSIZE

#define V_PMSIZE (   x)    ((x) << S_PMSIZE)

Definition at line 3674 of file cxgb_regs.h.

◆ V_PMSTCHNG

#define V_PMSTCHNG (   x)    ((x) << S_PMSTCHNG)

Definition at line 1008 of file cxgb_regs.h.

◆ V_PMTXIDLE

#define V_PMTXIDLE (   x)    ((x) << S_PMTXIDLE)

Definition at line 1312 of file cxgb_regs.h.

◆ V_PMTXMAXPAGE

#define V_PMTXMAXPAGE (   x)    ((x) << S_PMTXMAXPAGE)

Definition at line 3693 of file cxgb_regs.h.

◆ V_PO_DWR

#define V_PO_DWR (   x)    ((x) << S_PO_DWR)

Definition at line 6998 of file cxgb_regs.h.

◆ V_PO_MWR

#define V_PO_MWR (   x)    ((x) << S_PO_MWR)

Definition at line 7005 of file cxgb_regs.h.

◆ V_POLADBGRDPTR

#define V_POLADBGRDPTR (   x)    ((x) << S_POLADBGRDPTR)

Definition at line 3420 of file cxgb_regs.h.

◆ V_POLADBGWRPTR

#define V_POLADBGWRPTR (   x)    ((x) << S_POLADBGWRPTR)

Definition at line 3446 of file cxgb_regs.h.

◆ V_PORT0ACTIVE

#define V_PORT0ACTIVE (   x)    ((x) << S_PORT0ACTIVE)

Definition at line 5797 of file cxgb_regs.h.

◆ V_PORT0MTUVALUE

#define V_PORT0MTUVALUE (   x)    ((x) << S_PORT0MTUVALUE)

Definition at line 4420 of file cxgb_regs.h.

◆ V_PORT1ACTIVE

#define V_PORT1ACTIVE (   x)    ((x) << S_PORT1ACTIVE)

Definition at line 5793 of file cxgb_regs.h.

◆ V_PORT1MTUVALUE

#define V_PORT1MTUVALUE (   x)    ((x) << S_PORT1MTUVALUE)

Definition at line 4415 of file cxgb_regs.h.

◆ V_PORTEN

#define V_PORTEN (   x)    ((x) << S_PORTEN)

Definition at line 2103 of file cxgb_regs.h.

◆ V_PORTSPEED

#define V_PORTSPEED (   x)    ((x) << S_PORTSPEED)

Definition at line 7615 of file cxgb_regs.h.

◆ V_POVEREN

#define V_POVEREN (   x)    ((x) << S_POVEREN)

Definition at line 6746 of file cxgb_regs.h.

◆ V_PRECYC

#define V_PRECYC (   x)    ((x) << S_PRECYC)

Definition at line 2834 of file cxgb_regs.h.

◆ V_PREEMPH

#define V_PREEMPH (   x)    ((x) << S_PREEMPH)

Definition at line 1570 of file cxgb_regs.h.

◆ V_PREEN

#define V_PREEN (   x)    ((x) << S_PREEN)

Definition at line 6287 of file cxgb_regs.h.

◆ V_PREFDROPINT

#define V_PREFDROPINT (   x)    ((x) << S_PREFDROPINT)

Definition at line 3247 of file cxgb_regs.h.

◆ V_PREFDROPINTEN

#define V_PREFDROPINTEN (   x)    ((x) << S_PREFDROPINTEN)

Definition at line 3181 of file cxgb_regs.h.

◆ V_PREREFDIV

#define V_PREREFDIV (   x)    ((x) << S_PREREFDIV)

Definition at line 2785 of file cxgb_regs.h.

◆ V_PRIMARYPORT

#define V_PRIMARYPORT (   x)    ((x) << S_PRIMARYPORT)

Definition at line 5119 of file cxgb_regs.h.

◆ V_PRIMARYPORTENABLE

#define V_PRIMARYPORTENABLE (   x)    ((x) << S_PRIMARYPORTENABLE)

Definition at line 5094 of file cxgb_regs.h.

◆ V_PRIORITY_CH

#define V_PRIORITY_CH (   x)    ((x) << S_PRIORITY_CH)

Definition at line 5606 of file cxgb_regs.h.

◆ V_PRIORITYINTA

#define V_PRIORITYINTA (   x)    ((x) << S_PRIORITYINTA)

Definition at line 1031 of file cxgb_regs.h.

◆ V_PROTECTEDMODE

#define V_PROTECTEDMODE (   x)    ((x) << S_PROTECTEDMODE)

Definition at line 3593 of file cxgb_regs.h.

◆ V_PROTOCOLSRAMPERR

#define V_PROTOCOLSRAMPERR (   x)    ((x) << S_PROTOCOLSRAMPERR)

Definition at line 4772 of file cxgb_regs.h.

◆ V_PRTYEN

#define V_PRTYEN (   x)    ((x) << S_PRTYEN)

Definition at line 6650 of file cxgb_regs.h.

◆ V_PSNCPL

#define V_PSNCPL (   x)    ((x) << S_PSNCPL)

Definition at line 1421 of file cxgb_regs.h.

◆ V_PSNREQ

#define V_PSNREQ (   x)    ((x) << S_PSNREQ)

Definition at line 1409 of file cxgb_regs.h.

◆ V_PUSHTIMERENABLE

#define V_PUSHTIMERENABLE (   x)    ((x) << S_PUSHTIMERENABLE)

Definition at line 4185 of file cxgb_regs.h.

◆ V_PW

#define V_PW (   x)    ((x) << S_PW)

Definition at line 1650 of file cxgb_regs.h.

◆ V_PW01

#define V_PW01 (   x)    ((x) << S_PW01)

Definition at line 7793 of file cxgb_regs.h.

◆ V_PW23

#define V_PW23 (   x)    ((x) << S_PW23)

Definition at line 7788 of file cxgb_regs.h.

◆ V_PWRDN0

#define V_PWRDN0 (   x)    ((x) << S_PWRDN0)

Definition at line 7775 of file cxgb_regs.h.

◆ V_PWRDN1

#define V_PWRDN1 (   x)    ((x) << S_PWRDN1)

Definition at line 7771 of file cxgb_regs.h.

◆ V_PWRDN2

#define V_PWRDN2 (   x)    ((x) << S_PWRDN2)

Definition at line 7767 of file cxgb_regs.h.

◆ V_PWRDN3

#define V_PWRDN3 (   x)    ((x) << S_PWRDN3)

Definition at line 7763 of file cxgb_regs.h.

◆ V_PX_LOCK

#define V_PX_LOCK (   x)    ((x) << S_PX_LOCK)

Definition at line 2323 of file cxgb_regs.h.

◆ V_PX_LOCK_ACT_LOW

#define V_PX_LOCK_ACT_LOW (   x)    ((x) << S_PX_LOCK_ACT_LOW)

Definition at line 2485 of file cxgb_regs.h.

◆ V_QOSMAPPING

#define V_QOSMAPPING (   x)    ((x) << S_QOSMAPPING)

Definition at line 3630 of file cxgb_regs.h.

◆ V_R_LOCK

#define V_R_LOCK (   x)    ((x) << S_R_LOCK)

Definition at line 2319 of file cxgb_regs.h.

◆ V_R_LOCK_ACT_LOW

#define V_R_LOCK_ACT_LOW (   x)    ((x) << S_R_LOCK_ACT_LOW)

Definition at line 2481 of file cxgb_regs.h.

◆ V_R_OCLK_EN

#define V_R_OCLK_EN (   x)    ((x) << S_R_OCLK_EN)

Definition at line 2405 of file cxgb_regs.h.

◆ V_R_REQ_FRAMINGERROR

#define V_R_REQ_FRAMINGERROR (   x)    ((x) << S_R_REQ_FRAMINGERROR)

Definition at line 476 of file cxgb_regs.h.

◆ V_RAMADDR

#define V_RAMADDR (   x)    ((x) << S_RAMADDR)

Definition at line 6707 of file cxgb_regs.h.

◆ V_RAMWR

#define V_RAMWR (   x)    ((x) << S_RAMWR)

Definition at line 6702 of file cxgb_regs.h.

◆ V_RCPARITYERROR

#define V_RCPARITYERROR (   x)    ((x) << S_RCPARITYERROR)

Definition at line 464 of file cxgb_regs.h.

◆ V_RCVMSTABT

#define V_RCVMSTABT (   x)    ((x) << S_RCVMSTABT)

Definition at line 640 of file cxgb_regs.h.

◆ V_RCVSPLCMPERR

#define V_RCVSPLCMPERR (   x)    ((x) << S_RCVSPLCMPERR)

Definition at line 620 of file cxgb_regs.h.

◆ V_RCVTARABT

#define V_RCVTARABT (   x)    ((x) << S_RCVTARABT)

Definition at line 644 of file cxgb_regs.h.

◆ V_RDDPCONGEN

#define V_RDDPCONGEN (   x)    ((x) << S_RDDPCONGEN)

Definition at line 3796 of file cxgb_regs.h.

◆ V_RDLAT

#define V_RDLAT (   x)    ((x) << S_RDLAT)

Definition at line 6715 of file cxgb_regs.h.

◆ V_RDMA_PERMISSIVE_MODE

#define V_RDMA_PERMISSIVE_MODE (   x)    ((x) << S_RDMA_PERMISSIVE_MODE)

Definition at line 5375 of file cxgb_regs.h.

◆ V_RDTOWRDLY

#define V_RDTOWRDLY (   x)    ((x) << S_RDTOWRDLY)

Definition at line 2854 of file cxgb_regs.h.

◆ V_RDY

#define V_RDY (   x)    ((x) << S_RDY)

Definition at line 2736 of file cxgb_regs.h.

◆ V_READ

#define V_READ (   x)    ((x) << S_READ)

Definition at line 6529 of file cxgb_regs.h.

◆ V_READCMD

#define V_READCMD (   x)    ((x) << S_READCMD)

Definition at line 7075 of file cxgb_regs.h.

◆ V_READSNPSHOT

#define V_READSNPSHOT (   x)    ((x) << S_READSNPSHOT)

Definition at line 7281 of file cxgb_regs.h.

◆ V_RECDETUSEC

#define V_RECDETUSEC (   x)    ((x) << S_RECDETUSEC)

Definition at line 1439 of file cxgb_regs.h.

◆ V_REFCYC

#define V_REFCYC (   x)    ((x) << S_REFCYC)

Definition at line 2839 of file cxgb_regs.h.

◆ V_REFSEL

#define V_REFSEL (   x)    ((x) << S_REFSEL)

Definition at line 1606 of file cxgb_regs.h.

◆ V_REGADDR

#define V_REGADDR (   x)    ((x) << S_REGADDR)

Definition at line 6307 of file cxgb_regs.h.

◆ V_REGSELECT

#define V_REGSELECT (   x)    ((x) << S_REGSELECT)

Definition at line 2079 of file cxgb_regs.h.

◆ V_RENOCFG

#define V_RENOCFG (   x)    ((x) << S_RENOCFG)

Definition at line 4158 of file cxgb_regs.h.

◆ V_REPLAYLMT

#define V_REPLAYLMT (   x)    ((x) << S_REPLAYLMT)

Definition at line 1260 of file cxgb_regs.h.

◆ V_REPLAYROLLOVER

#define V_REPLAYROLLOVER (   x)    ((x) << S_REPLAYROLLOVER)

Definition at line 1361 of file cxgb_regs.h.

◆ V_REPLAYTIMEOUT

#define V_REPLAYTIMEOUT (   x)    ((x) << S_REPLAYTIMEOUT)

Definition at line 1357 of file cxgb_regs.h.

◆ V_REQQPARERR

#define V_REQQPARERR (   x)    ((x) << S_REQQPARERR)

Definition at line 6803 of file cxgb_regs.h.

◆ V_RESET0

#define V_RESET0 (   x)    ((x) << S_RESET0)

Definition at line 7759 of file cxgb_regs.h.

◆ V_RESET1

#define V_RESET1 (   x)    ((x) << S_RESET1)

Definition at line 7755 of file cxgb_regs.h.

◆ V_RESET2

#define V_RESET2 (   x)    ((x) << S_RESET2)

Definition at line 7751 of file cxgb_regs.h.

◆ V_RESET3

#define V_RESET3 (   x)    ((x) << S_RESET3)

Definition at line 7747 of file cxgb_regs.h.

◆ V_RESETPLL01

#define V_RESETPLL01 (   x)    ((x) << S_RESETPLL01)

Definition at line 7783 of file cxgb_regs.h.

◆ V_RESETPLL23

#define V_RESETPLL23 (   x)    ((x) << S_RESETPLL23)

Definition at line 7779 of file cxgb_regs.h.

◆ V_RESPONSEQ

#define V_RESPONSEQ (   x)    ((x) << S_RESPONSEQ)

Definition at line 179 of file cxgb_regs.h.

◆ V_RETRYBUFPARERR

#define V_RETRYBUFPARERR (   x)    ((x) << S_RETRYBUFPARERR)

Definition at line 967 of file cxgb_regs.h.

◆ V_RETRYLUTPARERR

#define V_RETRYLUTPARERR (   x)    ((x) << S_RETRYLUTPARERR)

Definition at line 963 of file cxgb_regs.h.

◆ V_REV

#define V_REV (   x)    ((x) << S_REV)

Definition at line 6488 of file cxgb_regs.h.

◆ V_REWRITEFORCETOSIZE

#define V_REWRITEFORCETOSIZE (   x)    ((x) << S_REWRITEFORCETOSIZE)

Definition at line 5334 of file cxgb_regs.h.

◆ V_RF_ACTEMPTY

#define V_RF_ACTEMPTY (   x)    ((x) << S_RF_ACTEMPTY)

Definition at line 1159 of file cxgb_regs.h.

◆ V_RF_REQFIFOEMPTY

#define V_RF_REQFIFOEMPTY (   x)    ((x) << S_RF_REQFIFOEMPTY)

Definition at line 1155 of file cxgb_regs.h.

◆ V_RF_RSPFIFOEMPTY

#define V_RF_RSPFIFOEMPTY (   x)    ((x) << S_RF_RSPFIFOEMPTY)

Definition at line 1151 of file cxgb_regs.h.

◆ V_RF_RSPSTATE

#define V_RF_RSPSTATE (   x)    ((x) << S_RF_RSPSTATE)

Definition at line 1230 of file cxgb_regs.h.

◆ V_RF_STATEINI

#define V_RF_STATEINI (   x)    ((x) << S_RF_STATEINI)

Definition at line 1085 of file cxgb_regs.h.

◆ V_RFINIST

#define V_RFINIST (   x)    ((x) << S_RFINIST)

Definition at line 810 of file cxgb_regs.h.

◆ V_RFPARERR

#define V_RFPARERR (   x)    ((x) << S_RFPARERR)

Definition at line 599 of file cxgb_regs.h.

◆ V_RFREQFIFOEMPTY

#define V_RFREQFIFOEMPTY (   x)    ((x) << S_RFREQFIFOEMPTY)

Definition at line 846 of file cxgb_regs.h.

◆ V_RFREQRDST

#define V_RFREQRDST (   x)    ((x) << S_RFREQRDST)

Definition at line 941 of file cxgb_regs.h.

◆ V_RFRESPFIFOEMPTY

#define V_RFRESPFIFOEMPTY (   x)    ((x) << S_RFRESPFIFOEMPTY)

Definition at line 842 of file cxgb_regs.h.

◆ V_RFRESPRDST

#define V_RFRESPRDST (   x)    ((x) << S_RFRESPRDST)

Definition at line 815 of file cxgb_regs.h.

◆ V_RGMII_RESET_

#define V_RGMII_RESET_ (   x)    ((x) << S_RGMII_RESET_)

Definition at line 7569 of file cxgb_regs.h.

◆ V_RGMIIIMPPD

#define V_RGMIIIMPPD (   x)    ((x) << S_RGMIIIMPPD)

Definition at line 7498 of file cxgb_regs.h.

◆ V_RGMIIIMPPU

#define V_RGMIIIMPPU (   x)    ((x) << S_RGMIIIMPPU)

Definition at line 7503 of file cxgb_regs.h.

◆ V_RGMIILINKSTSCHANGE

#define V_RGMIILINKSTSCHANGE (   x)    ((x) << S_RGMIILINKSTSCHANGE)

Definition at line 7700 of file cxgb_regs.h.

◆ V_RGMIIRXFIFOOVERFLOW

#define V_RGMIIRXFIFOOVERFLOW (   x)    ((x) << S_RGMIIRXFIFOOVERFLOW)

Definition at line 7648 of file cxgb_regs.h.

◆ V_RGMIIRXFIFOUNDERFLOW

#define V_RGMIIRXFIFOUNDERFLOW (   x)    ((x) << S_RGMIIRXFIFOUNDERFLOW)

Definition at line 7652 of file cxgb_regs.h.

◆ V_RLDWTTOTAL

#define V_RLDWTTOTAL (   x)    ((x) << S_RLDWTTOTAL)

Definition at line 5816 of file cxgb_regs.h.

◆ V_RLDWTTPD0

#define V_RLDWTTPD0 (   x)    ((x) << S_RLDWTTPD0)

Definition at line 5809 of file cxgb_regs.h.

◆ V_RLDWTTPD1

#define V_RLDWTTPD1 (   x)    ((x) << S_RLDWTTPD1)

Definition at line 5804 of file cxgb_regs.h.

◆ V_RMFCS

#define V_RMFCS (   x)    ((x) << S_RMFCS)

Definition at line 7157 of file cxgb_regs.h.

◆ V_ROUND_ROBIN

#define V_ROUND_ROBIN (   x)    ((x) << S_ROUND_ROBIN)

Definition at line 5371 of file cxgb_regs.h.

◆ V_ROUTINGHIT

#define V_ROUTINGHIT (   x)    ((x) << S_ROUTINGHIT)

Definition at line 6847 of file cxgb_regs.h.

◆ V_RQFEEDBACKENABLE

#define V_RQFEEDBACKENABLE (   x)    ((x) << S_RQFEEDBACKENABLE)

Definition at line 4535 of file cxgb_regs.h.

◆ V_RRCPLCPUSIZE

#define V_RRCPLCPUSIZE (   x)    ((x) << S_RRCPLCPUSIZE)

Definition at line 4531 of file cxgb_regs.h.

◆ V_RRCPLMAPEN

#define V_RRCPLMAPEN (   x)    ((x) << S_RRCPLMAPEN)

Definition at line 4526 of file cxgb_regs.h.

◆ V_RSPQ

#define V_RSPQ (   x)    ((x) << S_RSPQ)

Definition at line 145 of file cxgb_regs.h.

◆ V_RSPQ0DISABLED

#define V_RSPQ0DISABLED (   x)    ((x) << S_RSPQ0DISABLED)

Definition at line 290 of file cxgb_regs.h.

◆ V_RSPQ0STARVED

#define V_RSPQ0STARVED (   x)    ((x) << S_RSPQ0STARVED)

Definition at line 253 of file cxgb_regs.h.

◆ V_RSPQ1DISABLED

#define V_RSPQ1DISABLED (   x)    ((x) << S_RSPQ1DISABLED)

Definition at line 294 of file cxgb_regs.h.

◆ V_RSPQ1STARVED

#define V_RSPQ1STARVED (   x)    ((x) << S_RSPQ1STARVED)

Definition at line 257 of file cxgb_regs.h.

◆ V_RSPQ2DISABLED

#define V_RSPQ2DISABLED (   x)    ((x) << S_RSPQ2DISABLED)

Definition at line 298 of file cxgb_regs.h.

◆ V_RSPQ2STARVED

#define V_RSPQ2STARVED (   x)    ((x) << S_RSPQ2STARVED)

Definition at line 261 of file cxgb_regs.h.

◆ V_RSPQ3DISABLED

#define V_RSPQ3DISABLED (   x)    ((x) << S_RSPQ3DISABLED)

Definition at line 302 of file cxgb_regs.h.

◆ V_RSPQ3STARVED

#define V_RSPQ3STARVED (   x)    ((x) << S_RSPQ3STARVED)

Definition at line 265 of file cxgb_regs.h.

◆ V_RSPQ4DISABLED

#define V_RSPQ4DISABLED (   x)    ((x) << S_RSPQ4DISABLED)

Definition at line 306 of file cxgb_regs.h.

◆ V_RSPQ4STARVED

#define V_RSPQ4STARVED (   x)    ((x) << S_RSPQ4STARVED)

Definition at line 269 of file cxgb_regs.h.

◆ V_RSPQ5DISABLED

#define V_RSPQ5DISABLED (   x)    ((x) << S_RSPQ5DISABLED)

Definition at line 310 of file cxgb_regs.h.

◆ V_RSPQ5STARVED

#define V_RSPQ5STARVED (   x)    ((x) << S_RSPQ5STARVED)

Definition at line 273 of file cxgb_regs.h.

◆ V_RSPQ6DISABLED

#define V_RSPQ6DISABLED (   x)    ((x) << S_RSPQ6DISABLED)

Definition at line 314 of file cxgb_regs.h.

◆ V_RSPQ6STARVED

#define V_RSPQ6STARVED (   x)    ((x) << S_RSPQ6STARVED)

Definition at line 277 of file cxgb_regs.h.

◆ V_RSPQ7DISABLED

#define V_RSPQ7DISABLED (   x)    ((x) << S_RSPQ7DISABLED)

Definition at line 318 of file cxgb_regs.h.

◆ V_RSPQ7STARVED

#define V_RSPQ7STARVED (   x)    ((x) << S_RSPQ7STARVED)

Definition at line 281 of file cxgb_regs.h.

◆ V_RSPQCREDITOVERFOW

#define V_RSPQCREDITOVERFOW (   x)    ((x) << S_RSPQCREDITOVERFOW)

Definition at line 528 of file cxgb_regs.h.

◆ V_RSPQDISABLED

#define V_RSPQDISABLED (   x)    ((x) << S_RSPQDISABLED)

Definition at line 524 of file cxgb_regs.h.

◆ V_RSPQSTARVE

#define V_RSPQSTARVE (   x)    ((x) << S_RSPQSTARVE)

Definition at line 536 of file cxgb_regs.h.

◆ V_RSPQXSTARVED

#define V_RSPQXSTARVED (   x)    ((x) << S_RSPQXSTARVED)

Definition at line 286 of file cxgb_regs.h.

◆ V_RSTMAX

#define V_RSTMAX (   x)    ((x) << S_RSTMAX)

Definition at line 6760 of file cxgb_regs.h.

◆ V_RSTWRMMODE

#define V_RSTWRMMODE (   x)    ((x) << S_RSTWRMMODE)

Definition at line 699 of file cxgb_regs.h.

◆ V_RSVDSPACEINT

#define V_RSVDSPACEINT (   x)    ((x) << S_RSVDSPACEINT)

Definition at line 3299 of file cxgb_regs.h.

◆ V_RSVDSPACEINTEN

#define V_RSVDSPACEINTEN (   x)    ((x) << S_RSVDSPACEINTEN)

Definition at line 3233 of file cxgb_regs.h.

◆ V_RTINDX

#define V_RTINDX (   x)    ((x) << S_RTINDX)

Definition at line 6688 of file cxgb_regs.h.

◆ V_RX_MOD_CHANNEL_WEIGHT0

#define V_RX_MOD_CHANNEL_WEIGHT0 (   x)    ((x) << S_RX_MOD_CHANNEL_WEIGHT0)

Definition at line 4678 of file cxgb_regs.h.

◆ V_RX_MOD_CHANNEL_WEIGHT1

#define V_RX_MOD_CHANNEL_WEIGHT1 (   x)    ((x) << S_RX_MOD_CHANNEL_WEIGHT1)

Definition at line 4673 of file cxgb_regs.h.

◆ V_RX_MOD_RATE_LIMIT_INC

#define V_RX_MOD_RATE_LIMIT_INC (   x)    ((x) << S_RX_MOD_RATE_LIMIT_INC)

Definition at line 4695 of file cxgb_regs.h.

◆ V_RX_MOD_RATE_LIMIT_TICK

#define V_RX_MOD_RATE_LIMIT_TICK (   x)    ((x) << S_RX_MOD_RATE_LIMIT_TICK)

Definition at line 4700 of file cxgb_regs.h.

◆ V_RX_MOD_WEIGHT

#define V_RX_MOD_WEIGHT (   x)    ((x) << S_RX_MOD_WEIGHT)

Definition at line 4607 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE0

#define V_RXADDSKIPLANE0 (   x)    ((x) << S_RXADDSKIPLANE0)

Definition at line 8316 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE1

#define V_RXADDSKIPLANE1 (   x)    ((x) << S_RXADDSKIPLANE1)

Definition at line 8312 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE2

#define V_RXADDSKIPLANE2 (   x)    ((x) << S_RXADDSKIPLANE2)

Definition at line 8308 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE3

#define V_RXADDSKIPLANE3 (   x)    ((x) << S_RXADDSKIPLANE3)

Definition at line 8304 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE4

#define V_RXADDSKIPLANE4 (   x)    ((x) << S_RXADDSKIPLANE4)

Definition at line 2019 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE5

#define V_RXADDSKIPLANE5 (   x)    ((x) << S_RXADDSKIPLANE5)

Definition at line 2015 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE6

#define V_RXADDSKIPLANE6 (   x)    ((x) << S_RXADDSKIPLANE6)

Definition at line 2011 of file cxgb_regs.h.

◆ V_RXADDSKIPLANE7

#define V_RXADDSKIPLANE7 (   x)    ((x) << S_RXADDSKIPLANE7)

Definition at line 2007 of file cxgb_regs.h.

◆ V_RXBYTES_HIGH

#define V_RXBYTES_HIGH (   x)    ((x) << S_RXBYTES_HIGH)

Definition at line 8128 of file cxgb_regs.h.

◆ V_RXBYTESWAP

#define V_RXBYTESWAP (   x)    ((x) << S_RXBYTESWAP)

Definition at line 7329 of file cxgb_regs.h.

◆ V_RXCOALESCEENABLE

#define V_RXCOALESCEENABLE (   x)    ((x) << S_RXCOALESCEENABLE)

Definition at line 4132 of file cxgb_regs.h.

◆ V_RXCOALESCEPSHEN

#define V_RXCOALESCEPSHEN (   x)    ((x) << S_RXCOALESCEPSHEN)

Definition at line 4136 of file cxgb_regs.h.

◆ V_RXCOALESCESIZE

#define V_RXCOALESCESIZE (   x)    ((x) << S_RXCOALESCESIZE)

Definition at line 4075 of file cxgb_regs.h.

◆ V_RXCOMADJ

#define V_RXCOMADJ (   x)    ((x) << S_RXCOMADJ)

Definition at line 1565 of file cxgb_regs.h.

◆ V_RXCONGESTIONMODE

#define V_RXCONGESTIONMODE (   x)    ((x) << S_RXCONGESTIONMODE)

Definition at line 3820 of file cxgb_regs.h.

◆ V_RXCRCERRFRAMES

#define V_RXCRCERRFRAMES (   x)    ((x) << S_RXCRCERRFRAMES)

Definition at line 8180 of file cxgb_regs.h.

◆ V_RXDDPOFFINIT

#define V_RXDDPOFFINIT (   x)    ((x) << S_RXDDPOFFINIT)

Definition at line 4173 of file cxgb_regs.h.

◆ V_RXDEBUGFLAGS

#define V_RXDEBUGFLAGS (   x)    ((x) << S_RXDEBUGFLAGS)

Definition at line 5009 of file cxgb_regs.h.

◆ V_RXDETECT

#define V_RXDETECT (   x)    ((x) << S_RXDETECT)

Definition at line 1901 of file cxgb_regs.h.

◆ V_RXDETECTCHG

#define V_RXDETECTCHG (   x)    ((x) << S_RXDETECTCHG)

Definition at line 1889 of file cxgb_regs.h.

◆ V_RXEIDLANE0

#define V_RXEIDLANE0 (   x)    ((x) << S_RXEIDLANE0)

Definition at line 1971 of file cxgb_regs.h.

◆ V_RXEIDLANE1

#define V_RXEIDLANE1 (   x)    ((x) << S_RXEIDLANE1)

Definition at line 1967 of file cxgb_regs.h.

◆ V_RXEIDLANE2

#define V_RXEIDLANE2 (   x)    ((x) << S_RXEIDLANE2)

Definition at line 1963 of file cxgb_regs.h.

◆ V_RXEIDLANE3

#define V_RXEIDLANE3 (   x)    ((x) << S_RXEIDLANE3)

Definition at line 1959 of file cxgb_regs.h.

◆ V_RXEIDLANE4

#define V_RXEIDLANE4 (   x)    ((x) << S_RXEIDLANE4)

Definition at line 1955 of file cxgb_regs.h.

◆ V_RXEIDLANE5

#define V_RXEIDLANE5 (   x)    ((x) << S_RXEIDLANE5)

Definition at line 1951 of file cxgb_regs.h.

◆ V_RXEIDLANE6

#define V_RXEIDLANE6 (   x)    ((x) << S_RXEIDLANE6)

Definition at line 1947 of file cxgb_regs.h.

◆ V_RXEIDLANE7

#define V_RXEIDLANE7 (   x)    ((x) << S_RXEIDLANE7)

Definition at line 1943 of file cxgb_regs.h.

◆ V_RXEN

#define V_RXEN (   x)    ((x) << S_RXEN)

Definition at line 7127 of file cxgb_regs.h.

◆ V_RXENABLE

#define V_RXENABLE (   x)    ((x) << S_RXENABLE)

Definition at line 7453 of file cxgb_regs.h.

◆ V_RXENERRORGATHER

#define V_RXENERRORGATHER (   x)    ((x) << S_RXENERRORGATHER)

Definition at line 7542 of file cxgb_regs.h.

◆ V_RXENFRAMER

#define V_RXENFRAMER (   x)    ((x) << S_RXENFRAMER)

Definition at line 7550 of file cxgb_regs.h.

◆ V_RXENSINGLEFLIT

#define V_RXENSINGLEFLIT (   x)    ((x) << S_RXENSINGLEFLIT)

Definition at line 7546 of file cxgb_regs.h.

◆ V_RXEQCTL

#define V_RXEQCTL (   x)    ((x) << S_RXEQCTL)

Definition at line 1597 of file cxgb_regs.h.

◆ V_RXERRLANE0

#define V_RXERRLANE0 (   x)    ((x) << S_RXERRLANE0)

Definition at line 8216 of file cxgb_regs.h.

◆ V_RXERRLANE1

#define V_RXERRLANE1 (   x)    ((x) << S_RXERRLANE1)

Definition at line 8211 of file cxgb_regs.h.

◆ V_RXERRLANE2

#define V_RXERRLANE2 (   x)    ((x) << S_RXERRLANE2)

Definition at line 8206 of file cxgb_regs.h.

◆ V_RXERRLANE3

#define V_RXERRLANE3 (   x)    ((x) << S_RXERRLANE3)

Definition at line 8201 of file cxgb_regs.h.

◆ V_RXERRLANE4

#define V_RXERRLANE4 (   x)    ((x) << S_RXERRLANE4)

Definition at line 1676 of file cxgb_regs.h.

◆ V_RXERRLANE5

#define V_RXERRLANE5 (   x)    ((x) << S_RXERRLANE5)

Definition at line 1671 of file cxgb_regs.h.

◆ V_RXERRLANE6

#define V_RXERRLANE6 (   x)    ((x) << S_RXERRLANE6)

Definition at line 1666 of file cxgb_regs.h.

◆ V_RXERRLANE7

#define V_RXERRLANE7 (   x)    ((x) << S_RXERRLANE7)

Definition at line 1661 of file cxgb_regs.h.

◆ V_RXFBARBPRIO

#define V_RXFBARBPRIO (   x)    ((x) << S_RXFBARBPRIO)

Definition at line 3463 of file cxgb_regs.h.

◆ V_RXFIFO_EMPTY

#define V_RXFIFO_EMPTY (   x)    ((x) << S_RXFIFO_EMPTY)

Definition at line 7303 of file cxgb_regs.h.

◆ V_RXFIFO_FULL

#define V_RXFIFO_FULL (   x)    ((x) << S_RXFIFO_FULL)

Definition at line 7307 of file cxgb_regs.h.

◆ V_RXFIFO_OVERFLOW

#define V_RXFIFO_OVERFLOW (   x)    ((x) << S_RXFIFO_OVERFLOW)

Definition at line 7678 of file cxgb_regs.h.

◆ V_RXFIFO_PRTY_ERR

#define V_RXFIFO_PRTY_ERR (   x)    ((x) << S_RXFIFO_PRTY_ERR)

Definition at line 7670 of file cxgb_regs.h.

◆ V_RXFIFOCONFIG

#define V_RXFIFOCONFIG (   x)    ((x) << S_RXFIFOCONFIG)

Definition at line 5347 of file cxgb_regs.h.

◆ V_RXFIFOPAUSEHWM

#define V_RXFIFOPAUSEHWM (   x)    ((x) << S_RXFIFOPAUSEHWM)

Definition at line 7312 of file cxgb_regs.h.

◆ V_RXFIFOPAUSELWM

#define V_RXFIFOPAUSELWM (   x)    ((x) << S_RXFIFOPAUSELWM)

Definition at line 7317 of file cxgb_regs.h.

◆ V_RXFLOWCONTROLDISABLE

#define V_RXFLOWCONTROLDISABLE (   x)    ((x) << S_RXFLOWCONTROLDISABLE)

Definition at line 3577 of file cxgb_regs.h.

◆ V_RXFRAGENABLE

#define V_RXFRAGENABLE (   x)    ((x) << S_RXFRAGENABLE)

Definition at line 4095 of file cxgb_regs.h.

◆ V_RXFRAMES_HIGH

#define V_RXFRAMES_HIGH (   x)    ((x) << S_RXFRAMES_HIGH)

Definition at line 8136 of file cxgb_regs.h.

◆ V_RXFUTUREDATA

#define V_RXFUTUREDATA (   x)    ((x) << S_RXFUTUREDATA)

Definition at line 4936 of file cxgb_regs.h.

◆ V_RXJABBERFRAMES

#define V_RXJABBERFRAMES (   x)    ((x) << S_RXJABBERFRAMES)

Definition at line 8173 of file cxgb_regs.h.

◆ V_RXKLOCKLANE0

#define V_RXKLOCKLANE0 (   x)    ((x) << S_RXKLOCKLANE0)

Definition at line 8234 of file cxgb_regs.h.

◆ V_RXKLOCKLANE1

#define V_RXKLOCKLANE1 (   x)    ((x) << S_RXKLOCKLANE1)

Definition at line 8230 of file cxgb_regs.h.

◆ V_RXKLOCKLANE2

#define V_RXKLOCKLANE2 (   x)    ((x) << S_RXKLOCKLANE2)

Definition at line 8226 of file cxgb_regs.h.

◆ V_RXKLOCKLANE3

#define V_RXKLOCKLANE3 (   x)    ((x) << S_RXKLOCKLANE3)

Definition at line 8222 of file cxgb_regs.h.

◆ V_RXKLOCKLANE4

#define V_RXKLOCKLANE4 (   x)    ((x) << S_RXKLOCKLANE4)

Definition at line 1790 of file cxgb_regs.h.

◆ V_RXKLOCKLANE5

#define V_RXKLOCKLANE5 (   x)    ((x) << S_RXKLOCKLANE5)

Definition at line 1786 of file cxgb_regs.h.

◆ V_RXKLOCKLANE6

#define V_RXKLOCKLANE6 (   x)    ((x) << S_RXKLOCKLANE6)

Definition at line 1782 of file cxgb_regs.h.

◆ V_RXKLOCKLANE7

#define V_RXKLOCKLANE7 (   x)    ((x) << S_RXKLOCKLANE7)

Definition at line 1778 of file cxgb_regs.h.

◆ V_RXLENGTHERRFRAMES

#define V_RXLENGTHERRFRAMES (   x)    ((x) << S_RXLENGTHERRFRAMES)

Definition at line 8187 of file cxgb_regs.h.

◆ V_RXMAPMODE

#define V_RXMAPMODE (   x)    ((x) << S_RXMAPMODE)

Definition at line 5140 of file cxgb_regs.h.

◆ V_RXMAXFRAMERSIZE

#define V_RXMAXFRAMERSIZE (   x)    ((x) << S_RXMAXFRAMERSIZE)

Definition at line 7538 of file cxgb_regs.h.

◆ V_RXMAXPKTSIZE

#define V_RXMAXPKTSIZE (   x)    ((x) << S_RXMAXPKTSIZE)

Definition at line 7555 of file cxgb_regs.h.

◆ V_RXOFLOWLANE0

#define V_RXOFLOWLANE0 (   x)    ((x) << S_RXOFLOWLANE0)

Definition at line 8266 of file cxgb_regs.h.

◆ V_RXOFLOWLANE1

#define V_RXOFLOWLANE1 (   x)    ((x) << S_RXOFLOWLANE1)

Definition at line 8262 of file cxgb_regs.h.

◆ V_RXOFLOWLANE2

#define V_RXOFLOWLANE2 (   x)    ((x) << S_RXOFLOWLANE2)

Definition at line 8258 of file cxgb_regs.h.

◆ V_RXOFLOWLANE3

#define V_RXOFLOWLANE3 (   x)    ((x) << S_RXOFLOWLANE3)

Definition at line 8254 of file cxgb_regs.h.

◆ V_RXOFLOWLANE4

#define V_RXOFLOWLANE4 (   x)    ((x) << S_RXOFLOWLANE4)

Definition at line 1854 of file cxgb_regs.h.

◆ V_RXOFLOWLANE5

#define V_RXOFLOWLANE5 (   x)    ((x) << S_RXOFLOWLANE5)

Definition at line 1850 of file cxgb_regs.h.

◆ V_RXOFLOWLANE6

#define V_RXOFLOWLANE6 (   x)    ((x) << S_RXOFLOWLANE6)

Definition at line 1846 of file cxgb_regs.h.

◆ V_RXOFLOWLANE7

#define V_RXOFLOWLANE7 (   x)    ((x) << S_RXOFLOWLANE7)

Definition at line 1842 of file cxgb_regs.h.

◆ V_RXOVERSIZEFRAMES

#define V_RXOVERSIZEFRAMES (   x)    ((x) << S_RXOVERSIZEFRAMES)

Definition at line 8166 of file cxgb_regs.h.

◆ V_RXPARERR

#define V_RXPARERR (   x)    ((x) << S_RXPARERR)

Definition at line 959 of file cxgb_regs.h.

◆ V_RXPAUSEFRAMES

#define V_RXPAUSEFRAMES (   x)    ((x) << S_RXPAUSEFRAMES)

Definition at line 8145 of file cxgb_regs.h.

◆ V_RXPAWSDROP

#define V_RXPAWSDROP (   x)    ((x) << S_RXPAWSDROP)

Definition at line 4928 of file cxgb_regs.h.

◆ V_RXPHYERREN

#define V_RXPHYERREN (   x)    ((x) << S_RXPHYERREN)

Definition at line 1274 of file cxgb_regs.h.

◆ V_RXPKTSIZEERROR

#define V_RXPKTSIZEERROR (   x)    ((x) << S_RXPKTSIZEERROR)

Definition at line 7656 of file cxgb_regs.h.

◆ V_RXPOLARITY

#define V_RXPOLARITY (   x)    ((x) << S_RXPOLARITY)

Definition at line 7600 of file cxgb_regs.h.

◆ V_RXRCVOOODATA

#define V_RXRCVOOODATA (   x)    ((x) << S_RXRCVOOODATA)

Definition at line 4948 of file cxgb_regs.h.

◆ V_RXRCVOOODATAFIN

#define V_RXRCVOOODATAFIN (   x)    ((x) << S_RXRCVOOODATAFIN)

Definition at line 4944 of file cxgb_regs.h.

◆ V_RXRCVRXMDATA

#define V_RXRCVRXMDATA (   x)    ((x) << S_RXRCVRXMDATA)

Definition at line 4940 of file cxgb_regs.h.

◆ V_RXRCVWNDLTMSS

#define V_RXRCVWNDLTMSS (   x)    ((x) << S_RXRCVWNDLTMSS)

Definition at line 4956 of file cxgb_regs.h.

◆ V_RXRCVWNDZERO

#define V_RXRCVWNDZERO (   x)    ((x) << S_RXRCVWNDZERO)

Definition at line 4952 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE0

#define V_RXREMSKIPLANE0 (   x)    ((x) << S_RXREMSKIPLANE0)

Definition at line 8300 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE1

#define V_RXREMSKIPLANE1 (   x)    ((x) << S_RXREMSKIPLANE1)

Definition at line 8296 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE2

#define V_RXREMSKIPLANE2 (   x)    ((x) << S_RXREMSKIPLANE2)

Definition at line 8292 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE3

#define V_RXREMSKIPLANE3 (   x)    ((x) << S_RXREMSKIPLANE3)

Definition at line 8288 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE4

#define V_RXREMSKIPLANE4 (   x)    ((x) << S_RXREMSKIPLANE4)

Definition at line 1987 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE5

#define V_RXREMSKIPLANE5 (   x)    ((x) << S_RXREMSKIPLANE5)

Definition at line 1983 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE6

#define V_RXREMSKIPLANE6 (   x)    ((x) << S_RXREMSKIPLANE6)

Definition at line 1979 of file cxgb_regs.h.

◆ V_RXREMSKIPLANE7

#define V_RXREMSKIPLANE7 (   x)    ((x) << S_RXREMSKIPLANE7)

Definition at line 1975 of file cxgb_regs.h.

◆ V_RXSHORTFRAMES

#define V_RXSHORTFRAMES (   x)    ((x) << S_RXSHORTFRAMES)

Definition at line 8159 of file cxgb_regs.h.

◆ V_RXSLAVE0

#define V_RXSLAVE0 (   x)    ((x) << S_RXSLAVE0)

Definition at line 7899 of file cxgb_regs.h.

◆ V_RXSLAVE1

#define V_RXSLAVE1 (   x)    ((x) << S_RXSLAVE1)

Definition at line 7887 of file cxgb_regs.h.

◆ V_RXSLAVE2

#define V_RXSLAVE2 (   x)    ((x) << S_RXSLAVE2)

Definition at line 7875 of file cxgb_regs.h.

◆ V_RXSLAVE3

#define V_RXSLAVE3 (   x)    ((x) << S_RXSLAVE3)

Definition at line 7863 of file cxgb_regs.h.

◆ V_RXSPI4EOPCNT

#define V_RXSPI4EOPCNT (   x)    ((x) << S_RXSPI4EOPCNT)

Definition at line 8383 of file cxgb_regs.h.

◆ V_RXSPI4SOPCNT

#define V_RXSPI4SOPCNT (   x)    ((x) << S_RXSPI4SOPCNT)

Definition at line 8378 of file cxgb_regs.h.

◆ V_RXSTRFRWRD

#define V_RXSTRFRWRD (   x)    ((x) << S_RXSTRFRWRD)

Definition at line 7333 of file cxgb_regs.h.

◆ V_RXSYMCODEERRFRAMES

#define V_RXSYMCODEERRFRAMES (   x)    ((x) << S_RXSYMCODEERRFRAMES)

Definition at line 8194 of file cxgb_regs.h.

◆ V_RXTERMADJ

#define V_RXTERMADJ (   x)    ((x) << S_RXTERMADJ)

Definition at line 1611 of file cxgb_regs.h.

◆ V_RXTIMERDACK

#define V_RXTIMERDACK (   x)    ((x) << S_RXTIMERDACK)

Definition at line 4920 of file cxgb_regs.h.

◆ V_RXTIMERDACKFIRST

#define V_RXTIMERDACKFIRST (   x)    ((x) << S_RXTIMERDACKFIRST)

Definition at line 4916 of file cxgb_regs.h.

◆ V_RXTIMERHEARTBEAT

#define V_RXTIMERHEARTBEAT (   x)    ((x) << S_RXTIMERHEARTBEAT)

Definition at line 4924 of file cxgb_regs.h.

◆ V_RXTMAX

#define V_RXTMAX (   x)    ((x) << S_RXTMAX)

Definition at line 4318 of file cxgb_regs.h.

◆ V_RXTMIN

#define V_RXTMIN (   x)    ((x) << S_RXTMIN)

Definition at line 4311 of file cxgb_regs.h.

◆ V_RXTPCNT

#define V_RXTPCNT (   x)    ((x) << S_RXTPCNT)

Definition at line 5864 of file cxgb_regs.h.

◆ V_RXTPDISCNT

#define V_RXTPDISCNT (   x)    ((x) << S_RXTPDISCNT)

Definition at line 5859 of file cxgb_regs.h.

◆ V_RXTPPARERR

#define V_RXTPPARERR (   x)    ((x) << S_RXTPPARERR)

Definition at line 5898 of file cxgb_regs.h.

◆ V_RXTPPARERRENB

#define V_RXTPPARERRENB (   x)    ((x) << S_RXTPPARERRENB)

Definition at line 5876 of file cxgb_regs.h.

◆ V_RXTSHIFTMAXR1

#define V_RXTSHIFTMAXR1 (   x)    ((x) << S_RXTSHIFTMAXR1)

Definition at line 4386 of file cxgb_regs.h.

◆ V_RXTSHIFTMAXR2

#define V_RXTSHIFTMAXR2 (   x)    ((x) << S_RXTSHIFTMAXR2)

Definition at line 4391 of file cxgb_regs.h.

◆ V_RXUFLOWLANE0

#define V_RXUFLOWLANE0 (   x)    ((x) << S_RXUFLOWLANE0)

Definition at line 8250 of file cxgb_regs.h.

◆ V_RXUFLOWLANE1

#define V_RXUFLOWLANE1 (   x)    ((x) << S_RXUFLOWLANE1)

Definition at line 8246 of file cxgb_regs.h.

◆ V_RXUFLOWLANE2

#define V_RXUFLOWLANE2 (   x)    ((x) << S_RXUFLOWLANE2)

Definition at line 8242 of file cxgb_regs.h.

◆ V_RXUFLOWLANE3

#define V_RXUFLOWLANE3 (   x)    ((x) << S_RXUFLOWLANE3)

Definition at line 8238 of file cxgb_regs.h.

◆ V_RXUFLOWLANE4

#define V_RXUFLOWLANE4 (   x)    ((x) << S_RXUFLOWLANE4)

Definition at line 1822 of file cxgb_regs.h.

◆ V_RXUFLOWLANE5

#define V_RXUFLOWLANE5 (   x)    ((x) << S_RXUFLOWLANE5)

Definition at line 1818 of file cxgb_regs.h.

◆ V_RXUFLOWLANE6

#define V_RXUFLOWLANE6 (   x)    ((x) << S_RXUFLOWLANE6)

Definition at line 1814 of file cxgb_regs.h.

◆ V_RXUFLOWLANE7

#define V_RXUFLOWLANE7 (   x)    ((x) << S_RXUFLOWLANE7)

Definition at line 1810 of file cxgb_regs.h.

◆ V_RXURGDATADROP

#define V_RXURGDATADROP (   x)    ((x) << S_RXURGDATADROP)

Definition at line 4932 of file cxgb_regs.h.

◆ V_RXURGMODE

#define V_RXURGMODE (   x)    ((x) << S_RXURGMODE)

Definition at line 4119 of file cxgb_regs.h.

◆ V_RXURGTUNNEL

#define V_RXURGTUNNEL (   x)    ((x) << S_RXURGTUNNEL)

Definition at line 4115 of file cxgb_regs.h.

◆ V_RXVLANMAP

#define V_RXVLANMAP (   x)    ((x) << S_RXVLANMAP)

Definition at line 5144 of file cxgb_regs.h.

◆ V_SACKMODE

#define V_SACKMODE (   x)    ((x) << S_SACKMODE)

Definition at line 3717 of file cxgb_regs.h.

◆ V_SACKRX

#define V_SACKRX (   x)    ((x) << S_SACKRX)

Definition at line 3712 of file cxgb_regs.h.

◆ V_SACKTX

#define V_SACKTX (   x)    ((x) << S_SACKTX)

Definition at line 3708 of file cxgb_regs.h.

◆ V_SADRSEL

#define V_SADRSEL (   x)    ((x) << S_SADRSEL)

Definition at line 6881 of file cxgb_regs.h.

◆ V_SAFESPEEDCHANGE

#define V_SAFESPEEDCHANGE (   x)    ((x) << S_SAFESPEEDCHANGE)

Definition at line 7606 of file cxgb_regs.h.

◆ V_SCHDENABLE

#define V_SCHDENABLE (   x)    ((x) << S_SCHDENABLE)

Definition at line 4169 of file cxgb_regs.h.

◆ V_SDRAMADDRSIZE

#define V_SDRAMADDRSIZE (   x)    ((x) << S_SDRAMADDRSIZE)

Definition at line 3112 of file cxgb_regs.h.

◆ V_SDRAMBASEADDR

#define V_SDRAMBASEADDR (   x)    ((x) << S_SDRAMBASEADDR)

Definition at line 3105 of file cxgb_regs.h.

◆ V_SDRAMRANGEINT

#define V_SDRAMRANGEINT (   x)    ((x) << S_SDRAMRANGEINT)

Definition at line 3295 of file cxgb_regs.h.

◆ V_SDRAMRANGEINTEN

#define V_SDRAMRANGEINTEN (   x)    ((x) << S_SDRAMRANGEINTEN)

Definition at line 3229 of file cxgb_regs.h.

◆ V_SDRBYTE0

#define V_SDRBYTE0 (   x)    ((x) << S_SDRBYTE0)

Definition at line 2095 of file cxgb_regs.h.

◆ V_SECUREPORT

#define V_SECUREPORT (   x)    ((x) << S_SECUREPORT)

Definition at line 5114 of file cxgb_regs.h.

◆ V_SECUREPORTENABLE

#define V_SECUREPORTENABLE (   x)    ((x) << S_SECUREPORTENABLE)

Definition at line 5098 of file cxgb_regs.h.

◆ V_SELEGRCNTX

#define V_SELEGRCNTX (   x)    ((x) << S_SELEGRCNTX)

Definition at line 133 of file cxgb_regs.h.

◆ V_SENDPAUSE

#define V_SENDPAUSE (   x)    ((x) << S_SENDPAUSE)

Definition at line 7091 of file cxgb_regs.h.

◆ V_SENDZEROPAUSE

#define V_SENDZEROPAUSE (   x)    ((x) << S_SENDZEROPAUSE)

Definition at line 7095 of file cxgb_regs.h.

◆ V_SERDES_LOS

#define V_SERDES_LOS (   x)    ((x) << S_SERDES_LOS)

Definition at line 7718 of file cxgb_regs.h.

◆ V_SERDESBIST_ERR

#define V_SERDESBIST_ERR (   x)    ((x) << S_SERDESBIST_ERR)

Definition at line 7713 of file cxgb_regs.h.

◆ V_SERDESBISTERR

#define V_SERDESBISTERR (   x)    ((x) << S_SERDESBISTERR)

Definition at line 7683 of file cxgb_regs.h.

◆ V_SERDESCMULOCK_LOSS

#define V_SERDESCMULOCK_LOSS (   x)    ((x) << S_SERDESCMULOCK_LOSS)

Definition at line 7708 of file cxgb_regs.h.

◆ V_SERDESEN

#define V_SERDESEN (   x)    ((x) << S_SERDESEN)

Definition at line 7405 of file cxgb_regs.h.

◆ V_SERDESLOWSIGCHANGE

#define V_SERDESLOWSIGCHANGE (   x)    ((x) << S_SERDESLOWSIGCHANGE)

Definition at line 7688 of file cxgb_regs.h.

◆ V_SERDESRESET_

#define V_SERDESRESET_ (   x)    ((x) << S_SERDESRESET_)

Definition at line 7409 of file cxgb_regs.h.

◆ V_SET_PD

#define V_SET_PD (   x)    ((x) << S_SET_PD)

Definition at line 6587 of file cxgb_regs.h.

◆ V_SET_PU

#define V_SET_PU (   x)    ((x) << S_SET_PU)

Definition at line 6582 of file cxgb_regs.h.

◆ V_SF1

#define V_SF1 (   x)    ((x) << S_SF1)

Definition at line 6396 of file cxgb_regs.h.

◆ V_SGE3

#define V_SGE3 (   x)    ((x) << S_SGE3)

Definition at line 6460 of file cxgb_regs.h.

◆ V_SGE_ENABLE

#define V_SGE_ENABLE (   x)    ((x) << S_SGE_ENABLE)

Definition at line 5934 of file cxgb_regs.h.

◆ V_SGE_FRAMING_ERROR

#define V_SGE_FRAMING_ERROR (   x)    ((x) << S_SGE_FRAMING_ERROR)

Definition at line 5971 of file cxgb_regs.h.

◆ V_SGETPQID

#define V_SGETPQID (   x)    ((x) << S_SGETPQID)

Definition at line 5765 of file cxgb_regs.h.

◆ V_SGL_CAL_EN [1/2]

#define V_SGL_CAL_EN (   x)    ((x) << S_SGL_CAL_EN)

Definition at line 6549 of file cxgb_regs.h.

◆ V_SGL_CAL_EN [2/2]

#define V_SGL_CAL_EN (   x)    ((x) << S_SGL_CAL_EN)

Definition at line 6549 of file cxgb_regs.h.

◆ V_SGLCALEN

#define V_SGLCALEN (   x)    ((x) << S_SGLCALEN)

Definition at line 742 of file cxgb_regs.h.

◆ V_SGLWRFLASHINT

#define V_SGLWRFLASHINT (   x)    ((x) << S_SGLWRFLASHINT)

Definition at line 3275 of file cxgb_regs.h.

◆ V_SGLWRFLASHINTEN

#define V_SGLWRFLASHINTEN (   x)    ((x) << S_SGLWRFLASHINTEN)

Definition at line 3209 of file cxgb_regs.h.

◆ V_SIGSYSERR

#define V_SIGSYSERR (   x)    ((x) << S_SIGSYSERR)

Definition at line 636 of file cxgb_regs.h.

◆ V_SIGTARABT

#define V_SIGTARABT (   x)    ((x) << S_SIGTARABT)

Definition at line 648 of file cxgb_regs.h.

◆ V_SLEEPMODE0

#define V_SLEEPMODE0 (   x)    ((x) << S_SLEEPMODE0)

Definition at line 798 of file cxgb_regs.h.

◆ V_SLEEPMODE1

#define V_SLEEPMODE1 (   x)    ((x) << S_SLEEPMODE1)

Definition at line 794 of file cxgb_regs.h.

◆ V_SLOW

#define V_SLOW (   x)    ((x) << S_SLOW)

Definition at line 2710 of file cxgb_regs.h.

◆ V_SLVADDRCFG

#define V_SLVADDRCFG (   x)    ((x) << S_SLVADDRCFG)

Definition at line 6108 of file cxgb_regs.h.

◆ V_SLVALRTSET

#define V_SLVALRTSET (   x)    ((x) << S_SLVALRTSET)

Definition at line 6112 of file cxgb_regs.h.

◆ V_SLVALRTSTS

#define V_SLVALRTSTS (   x)    ((x) << S_SLVALRTSTS)

Definition at line 6136 of file cxgb_regs.h.

◆ V_SLVBUSYSTS

#define V_SLVBUSYSTS (   x)    ((x) << S_SLVBUSYSTS)

Definition at line 6140 of file cxgb_regs.h.

◆ V_SLVCTLEN

#define V_SLVCTLEN (   x)    ((x) << S_SLVCTLEN)

Definition at line 6120 of file cxgb_regs.h.

◆ V_SLVDONEINT

#define V_SLVDONEINT (   x)    ((x) << S_SLVDONEINT)

Definition at line 6190 of file cxgb_regs.h.

◆ V_SLVDONEINTEN

#define V_SLVDONEINTEN (   x)    ((x) << S_SLVDONEINTEN)

Definition at line 6156 of file cxgb_regs.h.

◆ V_SLVERRINT

#define V_SLVERRINT (   x)    ((x) << S_SLVERRINT)

Definition at line 6186 of file cxgb_regs.h.

◆ V_SLVERRINTEN

#define V_SLVERRINTEN (   x)    ((x) << S_SLVERRINTEN)

Definition at line 6152 of file cxgb_regs.h.

◆ V_SLVFIFOCNT

#define V_SLVFIFOCNT (   x)    ((x) << S_SLVFIFOCNT)

Definition at line 6132 of file cxgb_regs.h.

◆ V_SLVFIFODBG

#define V_SLVFIFODBG (   x)    ((x) << S_SLVFIFODBG)

Definition at line 6099 of file cxgb_regs.h.

◆ V_SLVFIFODBGCLR

#define V_SLVFIFODBGCLR (   x)    ((x) << S_SLVFIFODBGCLR)

Definition at line 6103 of file cxgb_regs.h.

◆ V_SLVFIFOTXCNT

#define V_SLVFIFOTXCNT (   x)    ((x) << S_SLVFIFOTXCNT)

Definition at line 6127 of file cxgb_regs.h.

◆ V_SLVRESET

#define V_SLVRESET (   x)    ((x) << S_SLVRESET)

Definition at line 6116 of file cxgb_regs.h.

◆ V_SLVRXRDYINT

#define V_SLVRXRDYINT (   x)    ((x) << S_SLVRXRDYINT)

Definition at line 6194 of file cxgb_regs.h.

◆ V_SLVRXRDYINTEN

#define V_SLVRXRDYINTEN (   x)    ((x) << S_SLVRXRDYINTEN)

Definition at line 6160 of file cxgb_regs.h.

◆ V_SLVTIMEOUTCFG

#define V_SLVTIMEOUTCFG (   x)    ((x) << S_SLVTIMEOUTCFG)

Definition at line 6093 of file cxgb_regs.h.

◆ V_SLVTIMEOUTINT

#define V_SLVTIMEOUTINT (   x)    ((x) << S_SLVTIMEOUTINT)

Definition at line 6182 of file cxgb_regs.h.

◆ V_SLVTIMEOUTINTEN

#define V_SLVTIMEOUTINTEN (   x)    ((x) << S_SLVTIMEOUTINTEN)

Definition at line 6148 of file cxgb_regs.h.

◆ V_SMB0

#define V_SMB0 (   x)    ((x) << S_SMB0)

Definition at line 6400 of file cxgb_regs.h.

◆ V_SPLCMPDIS

#define V_SPLCMPDIS (   x)    ((x) << S_SPLCMPDIS)

Definition at line 628 of file cxgb_regs.h.

◆ V_SPLTRNPND

#define V_SPLTRNPND (   x)    ((x) << S_SPLTRNPND)

Definition at line 879 of file cxgb_regs.h.

◆ V_SRCHLAT

#define V_SRCHLAT (   x)    ((x) << S_SRCHLAT)

Definition at line 6725 of file cxgb_regs.h.

◆ V_SRINDX

#define V_SRINDX (   x)    ((x) << S_SRINDX)

Definition at line 6695 of file cxgb_regs.h.

◆ V_ST

#define V_ST (   x)    ((x) << S_ST)

Definition at line 6283 of file cxgb_regs.h.

◆ V_STAT_CHANNEL

#define V_STAT_CHANNEL (   x)    ((x) << S_STAT_CHANNEL)

Definition at line 5602 of file cxgb_regs.h.

◆ V_STATOFLOW

#define V_STATOFLOW (   x)    ((x) << S_STATOFLOW)

Definition at line 7249 of file cxgb_regs.h.

◆ V_STRETCHMODE

#define V_STRETCHMODE (   x)    ((x) << S_STRETCHMODE)

Definition at line 7110 of file cxgb_regs.h.

◆ V_STRICTTSMN

#define V_STRICTTSMN (   x)    ((x) << S_STRICTTSMN)

Definition at line 1250 of file cxgb_regs.h.

◆ V_SW

#define V_SW (   x)    ((x) << S_SW)

Definition at line 6372 of file cxgb_regs.h.

◆ V_SWINT0

#define V_SWINT0 (   x)    ((x) << S_SWINT0)

Definition at line 6477 of file cxgb_regs.h.

◆ V_SWINT1

#define V_SWINT1 (   x)    ((x) << S_SWINT1)

Definition at line 6473 of file cxgb_regs.h.

◆ V_SWITCH_TABLE_ENABLE

#define V_SWITCH_TABLE_ENABLE (   x)    ((x) << S_SWITCH_TABLE_ENABLE)

Definition at line 5930 of file cxgb_regs.h.

◆ V_SWITCH_TBL_IDX

#define V_SWITCH_TBL_IDX (   x)    ((x) << S_SWITCH_TBL_IDX)

Definition at line 5945 of file cxgb_regs.h.

◆ V_SYN2TUPEN

#define V_SYN2TUPEN (   x)    ((x) << S_SYN2TUPEN)

Definition at line 4514 of file cxgb_regs.h.

◆ V_SYN4TUPEN

#define V_SYN4TUPEN (   x)    ((x) << S_SYN4TUPEN)

Definition at line 4510 of file cxgb_regs.h.

◆ V_SYN_LRN

#define V_SYN_LRN (   x)    ((x) << S_SYN_LRN)

Definition at line 7033 of file cxgb_regs.h.

◆ V_SYN_SRCH

#define V_SYN_SRCH (   x)    ((x) << S_SYN_SRCH)

Definition at line 7026 of file cxgb_regs.h.

◆ V_SYNCOOKIE

#define V_SYNCOOKIE (   x)    ((x) << S_SYNCOOKIE)

Definition at line 6819 of file cxgb_regs.h.

◆ V_SYNCOOKIEBAD

#define V_SYNCOOKIEBAD (   x)    ((x) << S_SYNCOOKIEBAD)

Definition at line 6815 of file cxgb_regs.h.

◆ V_SYNCOOKIENOOPTIONS

#define V_SYNCOOKIENOOPTIONS (   x)    ((x) << S_SYNCOOKIENOOPTIONS)

Definition at line 3589 of file cxgb_regs.h.

◆ V_SYNCOOKIEOFF

#define V_SYNCOOKIEOFF (   x)    ((x) << S_SYNCOOKIEOFF)

Definition at line 6811 of file cxgb_regs.h.

◆ V_SYNCOOKIEPARAMS

#define V_SYNCOOKIEPARAMS (   x)    ((x) << S_SYNCOOKIEPARAMS)

Definition at line 3573 of file cxgb_regs.h.

◆ V_SYNLKPEN

#define V_SYNLKPEN (   x)    ((x) << S_SYNLKPEN)

Definition at line 4522 of file cxgb_regs.h.

◆ V_SYNMAPEN

#define V_SYNMAPEN (   x)    ((x) << S_SYNMAPEN)

Definition at line 4518 of file cxgb_regs.h.

◆ V_SYNMODE

#define V_SYNMODE (   x)    ((x) << S_SYNMODE)

Definition at line 6646 of file cxgb_regs.h.

◆ V_SYNSHIFTMAX

#define V_SYNSHIFTMAX (   x)    ((x) << S_SYNSHIFTMAX)

Definition at line 4381 of file cxgb_regs.h.

◆ V_T3A_ACKLAT

#define V_T3A_ACKLAT (   x)    ((x) << S_T3A_ACKLAT)

Definition at line 1294 of file cxgb_regs.h.

◆ V_T3A_DLLPTIMEOUTLMT

#define V_T3A_DLLPTIMEOUTLMT (   x)    ((x) << S_T3A_DLLPTIMEOUTLMT)

Definition at line 1289 of file cxgb_regs.h.

◆ V_T3A_ENABLECSND

#define V_T3A_ENABLECSND (   x)    ((x) << S_T3A_ENABLECSND)

Definition at line 4256 of file cxgb_regs.h.

◆ V_T3A_ENABLEDEFERACK

#define V_T3A_ENABLEDEFERACK (   x)    ((x) << S_T3A_ENABLEDEFERACK)

Definition at line 4260 of file cxgb_regs.h.

◆ V_T3A_ENABLEESND

#define V_T3A_ENABLEESND (   x)    ((x) << S_T3A_ENABLEESND)

Definition at line 4252 of file cxgb_regs.h.

◆ V_T3A_ENABLEPDUE

#define V_T3A_ENABLEPDUE (   x)    ((x) << S_T3A_ENABLEPDUE)

Definition at line 4268 of file cxgb_regs.h.

◆ V_T3DBG

#define V_T3DBG (   x)    ((x) << S_T3DBG)

Definition at line 6380 of file cxgb_regs.h.

◆ V_TABLELATENCYDELTA

#define V_TABLELATENCYDELTA (   x)    ((x) << S_TABLELATENCYDELTA)

Definition at line 3885 of file cxgb_regs.h.

◆ V_TAHOECFG

#define V_TAHOECFG (   x)    ((x) << S_TAHOECFG)

Definition at line 4153 of file cxgb_regs.h.

◆ V_TAKESNPSHOT

#define V_TAKESNPSHOT (   x)    ((x) << S_TAKESNPSHOT)

Definition at line 7285 of file cxgb_regs.h.

◆ V_TAR_STATE

#define V_TAR_STATE (   x)    ((x) << S_TAR_STATE)

Definition at line 1080 of file cxgb_regs.h.

◆ V_TARCST

#define V_TARCST (   x)    ((x) << S_TARCST)

Definition at line 820 of file cxgb_regs.h.

◆ V_TARXST

#define V_TARXST (   x)    ((x) << S_TARXST)

Definition at line 825 of file cxgb_regs.h.

◆ V_TCAMSERVERUSE

#define V_TCAMSERVERUSE (   x)    ((x) << S_TCAMSERVERUSE)

Definition at line 3635 of file cxgb_regs.h.

◆ V_TCMCFGOVR

#define V_TCMCFGOVR (   x)    ((x) << S_TCMCFGOVR)

Definition at line 6662 of file cxgb_regs.h.

◆ V_TCPCHECKSUMOFFLOAD

#define V_TCPCHECKSUMOFFLOAD (   x)    ((x) << S_TCPCHECKSUMOFFLOAD)

Definition at line 3626 of file cxgb_regs.h.

◆ V_TDDPLLIMIT

#define V_TDDPLLIMIT (   x)    ((x) << S_TDDPLLIMIT)

Definition at line 5476 of file cxgb_regs.h.

◆ V_TDDPTAGMASK

#define V_TDDPTAGMASK (   x)    ((x) << S_TDDPTAGMASK)

Definition at line 5490 of file cxgb_regs.h.

◆ V_TDDPTAGTCB

#define V_TDDPTAGTCB (   x)    ((x) << S_TDDPTAGTCB)

Definition at line 5387 of file cxgb_regs.h.

◆ V_TDDPULIMIT

#define V_TDDPULIMIT (   x)    ((x) << S_TDDPULIMIT)

Definition at line 5483 of file cxgb_regs.h.

◆ V_TERM150

#define V_TERM150 (   x)    ((x) << S_TERM150)

Definition at line 2706 of file cxgb_regs.h.

◆ V_TERM300

#define V_TERM300 (   x)    ((x) << S_TERM300)

Definition at line 2702 of file cxgb_regs.h.

◆ V_TERM300_240

#define V_TERM300_240 (   x)    ((x) << S_TERM300_240)

Definition at line 6505 of file cxgb_regs.h.

◆ V_TERM60

#define V_TERM60 (   x)    ((x) << S_TERM60)

Definition at line 6513 of file cxgb_regs.h.

◆ V_TESTPATTERN

#define V_TESTPATTERN (   x)    ((x) << S_TESTPATTERN)

Definition at line 7464 of file cxgb_regs.h.

◆ V_TESTSIG

#define V_TESTSIG (   x)    ((x) << S_TESTSIG)

Definition at line 1468 of file cxgb_regs.h.

◆ V_THRESHOLD

#define V_THRESHOLD (   x)    ((x) << S_THRESHOLD)

Definition at line 549 of file cxgb_regs.h.

◆ V_TIMEOUT

#define V_TIMEOUT (   x)    ((x) << S_TIMEOUT)

Definition at line 544 of file cxgb_regs.h.

◆ V_TIMER0INT

#define V_TIMER0INT (   x)    ((x) << S_TIMER0INT)

Definition at line 3243 of file cxgb_regs.h.

◆ V_TIMER0INTEN

#define V_TIMER0INTEN (   x)    ((x) << S_TIMER0INTEN)

Definition at line 3177 of file cxgb_regs.h.

◆ V_TIMER1INT

#define V_TIMER1INT (   x)    ((x) << S_TIMER1INT)

Definition at line 3239 of file cxgb_regs.h.

◆ V_TIMER1INTEN

#define V_TIMER1INTEN (   x)    ((x) << S_TIMER1INTEN)

Definition at line 3173 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX0

#define V_TIMERBACKOFFINDEX0 (   x)    ((x) << S_TIMERBACKOFFINDEX0)

Definition at line 3973 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX1

#define V_TIMERBACKOFFINDEX1 (   x)    ((x) << S_TIMERBACKOFFINDEX1)

Definition at line 3968 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX10

#define V_TIMERBACKOFFINDEX10 (   x)    ((x) << S_TIMERBACKOFFINDEX10)

Definition at line 4007 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX11

#define V_TIMERBACKOFFINDEX11 (   x)    ((x) << S_TIMERBACKOFFINDEX11)

Definition at line 4002 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX12

#define V_TIMERBACKOFFINDEX12 (   x)    ((x) << S_TIMERBACKOFFINDEX12)

Definition at line 4039 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX13

#define V_TIMERBACKOFFINDEX13 (   x)    ((x) << S_TIMERBACKOFFINDEX13)

Definition at line 4034 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX14

#define V_TIMERBACKOFFINDEX14 (   x)    ((x) << S_TIMERBACKOFFINDEX14)

Definition at line 4029 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX15

#define V_TIMERBACKOFFINDEX15 (   x)    ((x) << S_TIMERBACKOFFINDEX15)

Definition at line 4024 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX2

#define V_TIMERBACKOFFINDEX2 (   x)    ((x) << S_TIMERBACKOFFINDEX2)

Definition at line 3963 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX3

#define V_TIMERBACKOFFINDEX3 (   x)    ((x) << S_TIMERBACKOFFINDEX3)

Definition at line 3958 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX4

#define V_TIMERBACKOFFINDEX4 (   x)    ((x) << S_TIMERBACKOFFINDEX4)

Definition at line 3995 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX5

#define V_TIMERBACKOFFINDEX5 (   x)    ((x) << S_TIMERBACKOFFINDEX5)

Definition at line 3990 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX6

#define V_TIMERBACKOFFINDEX6 (   x)    ((x) << S_TIMERBACKOFFINDEX6)

Definition at line 3985 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX7

#define V_TIMERBACKOFFINDEX7 (   x)    ((x) << S_TIMERBACKOFFINDEX7)

Definition at line 3980 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX8

#define V_TIMERBACKOFFINDEX8 (   x)    ((x) << S_TIMERBACKOFFINDEX8)

Definition at line 4017 of file cxgb_regs.h.

◆ V_TIMERBACKOFFINDEX9

#define V_TIMERBACKOFFINDEX9 (   x)    ((x) << S_TIMERBACKOFFINDEX9)

Definition at line 4012 of file cxgb_regs.h.

◆ V_TIMERENABLED

#define V_TIMERENABLED (   x)    ((x) << S_TIMERENABLED)

Definition at line 5150 of file cxgb_regs.h.

◆ V_TIMERERRORENABLE

#define V_TIMERERRORENABLE (   x)    ((x) << S_TIMERERRORENABLE)

Definition at line 5154 of file cxgb_regs.h.

◆ V_TIMERRESOLUTION

#define V_TIMERRESOLUTION (   x)    ((x) << S_TIMERRESOLUTION)

Definition at line 4287 of file cxgb_regs.h.

◆ V_TIMERTHRESHOLD

#define V_TIMERTHRESHOLD (   x)    ((x) << S_TIMERTHRESHOLD)

Definition at line 5159 of file cxgb_regs.h.

◆ V_TIMESTAMPRESOLUTION

#define V_TIMESTAMPRESOLUTION (   x)    ((x) << S_TIMESTAMPRESOLUTION)

Definition at line 4292 of file cxgb_regs.h.

◆ V_TIMESTAMPSMODE

#define V_TIMESTAMPSMODE (   x)    ((x) << S_TIMESTAMPSMODE)

Definition at line 3727 of file cxgb_regs.h.

◆ V_TM_IO_PDOWN

#define V_TM_IO_PDOWN (   x)    ((x) << S_TM_IO_PDOWN)

Definition at line 6641 of file cxgb_regs.h.

◆ V_TMCACHEPERR

#define V_TMCACHEPERR (   x)    ((x) << S_TMCACHEPERR)

Definition at line 4808 of file cxgb_regs.h.

◆ V_TMCFGWRLOCK

#define V_TMCFGWRLOCK (   x)    ((x) << S_TMCFGWRLOCK)

Definition at line 6597 of file cxgb_regs.h.

◆ V_TMMODE

#define V_TMMODE (   x)    ((x) << S_TMMODE)

Definition at line 6674 of file cxgb_regs.h.

◆ V_TMPARTCOUNT

#define V_TMPARTCOUNT (   x)    ((x) << S_TMPARTCOUNT)

Definition at line 6616 of file cxgb_regs.h.

◆ V_TMPARTSIZE

#define V_TMPARTSIZE (   x)    ((x) << S_TMPARTSIZE)

Definition at line 6606 of file cxgb_regs.h.

◆ V_TMRDY

#define V_TMRDY (   x)    ((x) << S_TMRDY)

Definition at line 6666 of file cxgb_regs.h.

◆ V_TMRST

#define V_TMRST (   x)    ((x) << S_TMRST)

Definition at line 6670 of file cxgb_regs.h.

◆ V_TMTYPE

#define V_TMTYPE (   x)    ((x) << S_TMTYPE)

Definition at line 6611 of file cxgb_regs.h.

◆ V_TMTYPEHI

#define V_TMTYPEHI (   x)    ((x) << S_TMTYPEHI)

Definition at line 6601 of file cxgb_regs.h.

◆ V_TNL2TUPEN

#define V_TNL2TUPEN (   x)    ((x) << S_TNL2TUPEN)

Definition at line 4478 of file cxgb_regs.h.

◆ V_TNL4TUPEN

#define V_TNL4TUPEN (   x)    ((x) << S_TNL4TUPEN)

Definition at line 4474 of file cxgb_regs.h.

◆ V_TNLFLMODE

#define V_TNLFLMODE (   x)    ((x) << S_TNLFLMODE)

Definition at line 44 of file cxgb_regs.h.

◆ V_TNLLKPEN

#define V_TNLLKPEN (   x)    ((x) << S_TNLLKPEN)

Definition at line 4490 of file cxgb_regs.h.

◆ V_TNLMAPEN

#define V_TNLMAPEN (   x)    ((x) << S_TNLMAPEN)

Definition at line 4486 of file cxgb_regs.h.

◆ V_TNLPRTEN

#define V_TNLPRTEN (   x)    ((x) << S_TNLPRTEN)

Definition at line 4482 of file cxgb_regs.h.

◆ V_TOT_RLD_WT

#define V_TOT_RLD_WT (   x)    ((x) << S_TOT_RLD_WT)

Definition at line 2871 of file cxgb_regs.h.

◆ V_TP1

#define V_TP1 (   x)    ((x) << S_TP1)

Definition at line 6436 of file cxgb_regs.h.

◆ V_TP_FRAMING_ERROR

#define V_TP_FRAMING_ERROR (   x)    ((x) << S_TP_FRAMING_ERROR)

Definition at line 5967 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT0

#define V_TP_TX_MODQ_WGHT0 (   x)    ((x) << S_TP_TX_MODQ_WGHT0)

Definition at line 4666 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT1

#define V_TP_TX_MODQ_WGHT1 (   x)    ((x) << S_TP_TX_MODQ_WGHT1)

Definition at line 4661 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT2

#define V_TP_TX_MODQ_WGHT2 (   x)    ((x) << S_TP_TX_MODQ_WGHT2)

Definition at line 4656 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT3

#define V_TP_TX_MODQ_WGHT3 (   x)    ((x) << S_TP_TX_MODQ_WGHT3)

Definition at line 4651 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT4

#define V_TP_TX_MODQ_WGHT4 (   x)    ((x) << S_TP_TX_MODQ_WGHT4)

Definition at line 4644 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT5

#define V_TP_TX_MODQ_WGHT5 (   x)    ((x) << S_TP_TX_MODQ_WGHT5)

Definition at line 4639 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT6

#define V_TP_TX_MODQ_WGHT6 (   x)    ((x) << S_TP_TX_MODQ_WGHT6)

Definition at line 4634 of file cxgb_regs.h.

◆ V_TP_TX_MODQ_WGHT7

#define V_TP_TX_MODQ_WGHT7 (   x)    ((x) << S_TP_TX_MODQ_WGHT7)

Definition at line 4629 of file cxgb_regs.h.

◆ V_TPRESET

#define V_TPRESET (   x)    ((x) << S_TPRESET)

Definition at line 4722 of file cxgb_regs.h.

◆ V_TPRXPORTEN

#define V_TPRXPORTEN (   x)    ((x) << S_TPRXPORTEN)

Definition at line 5781 of file cxgb_regs.h.

◆ V_TPRXPORTSIZE

#define V_TPRXPORTSIZE (   x)    ((x) << S_TPRXPORTSIZE)

Definition at line 5769 of file cxgb_regs.h.

◆ V_TPTXPORT0EN

#define V_TPTXPORT0EN (   x)    ((x) << S_TPTXPORT0EN)

Definition at line 5789 of file cxgb_regs.h.

◆ V_TPTXPORT0SIZE

#define V_TPTXPORT0SIZE (   x)    ((x) << S_TPTXPORT0SIZE)

Definition at line 5777 of file cxgb_regs.h.

◆ V_TPTXPORT1EN

#define V_TPTXPORT1EN (   x)    ((x) << S_TPTXPORT1EN)

Definition at line 5785 of file cxgb_regs.h.

◆ V_TPTXPORT1SIZE

#define V_TPTXPORT1SIZE (   x)    ((x) << S_TPTXPORT1SIZE)

Definition at line 5773 of file cxgb_regs.h.

◆ V_TRST

#define V_TRST (   x)    ((x) << S_TRST)

Definition at line 6339 of file cxgb_regs.h.

◆ V_TUNNELCNGDROP0

#define V_TUNNELCNGDROP0 (   x)    ((x) << S_TUNNELCNGDROP0)

Definition at line 4085 of file cxgb_regs.h.

◆ V_TUNNELCNGDROP1

#define V_TUNNELCNGDROP1 (   x)    ((x) << S_TUNNELCNGDROP1)

Definition at line 4081 of file cxgb_regs.h.

◆ V_TX0TPCNT

#define V_TX0TPCNT (   x)    ((x) << S_TX0TPCNT)

Definition at line 5840 of file cxgb_regs.h.

◆ V_TX0TPDISCNT

#define V_TX0TPDISCNT (   x)    ((x) << S_TX0TPDISCNT)

Definition at line 5835 of file cxgb_regs.h.

◆ V_TX0TPPARERR

#define V_TX0TPPARERR (   x)    ((x) << S_TX0TPPARERR)

Definition at line 5908 of file cxgb_regs.h.

◆ V_TX0TPPARERRENB

#define V_TX0TPPARERRENB (   x)    ((x) << S_TX0TPPARERRENB)

Definition at line 5886 of file cxgb_regs.h.

◆ V_TX1TPCNT

#define V_TX1TPCNT (   x)    ((x) << S_TX1TPCNT)

Definition at line 5852 of file cxgb_regs.h.

◆ V_TX1TPDISCNT

#define V_TX1TPDISCNT (   x)    ((x) << S_TX1TPDISCNT)

Definition at line 5847 of file cxgb_regs.h.

◆ V_TX1TPPARERR

#define V_TX1TPPARERR (   x)    ((x) << S_TX1TPPARERR)

Definition at line 5903 of file cxgb_regs.h.

◆ V_TX1TPPARERRENB

#define V_TX1TPPARERRENB (   x)    ((x) << S_TX1TPPARERRENB)

Definition at line 5881 of file cxgb_regs.h.

◆ V_TX_MOD_CHANNEL_WEIGHT0

#define V_TX_MOD_CHANNEL_WEIGHT0 (   x)    ((x) << S_TX_MOD_CHANNEL_WEIGHT0)

Definition at line 4688 of file cxgb_regs.h.

◆ V_TX_MOD_CHANNEL_WEIGHT1

#define V_TX_MOD_CHANNEL_WEIGHT1 (   x)    ((x) << S_TX_MOD_CHANNEL_WEIGHT1)

Definition at line 4683 of file cxgb_regs.h.

◆ V_TX_MOD_QUEUE_REQ_MAP

#define V_TX_MOD_QUEUE_REQ_MAP (   x)    ((x) << S_TX_MOD_QUEUE_REQ_MAP)

Definition at line 4622 of file cxgb_regs.h.

◆ V_TX_MOD_RATE_LIMIT_INC

#define V_TX_MOD_RATE_LIMIT_INC (   x)    ((x) << S_TX_MOD_RATE_LIMIT_INC)

Definition at line 4705 of file cxgb_regs.h.

◆ V_TX_MOD_RATE_LIMIT_TICK

#define V_TX_MOD_RATE_LIMIT_TICK (   x)    ((x) << S_TX_MOD_RATE_LIMIT_TICK)

Definition at line 4710 of file cxgb_regs.h.

◆ V_TX_MOD_TIMER_MODE

#define V_TX_MOD_TIMER_MODE (   x)    ((x) << S_TX_MOD_TIMER_MODE)

Definition at line 4617 of file cxgb_regs.h.

◆ V_TX_MOD_WEIGHT

#define V_TX_MOD_WEIGHT (   x)    ((x) << S_TX_MOD_WEIGHT)

Definition at line 4612 of file cxgb_regs.h.

◆ V_TX_RESOURCE_LIMIT_CH0_NON_PC

#define V_TX_RESOURCE_LIMIT_CH0_NON_PC (   x)    ((x) << S_TX_RESOURCE_LIMIT_CH0_NON_PC)

Definition at line 4600 of file cxgb_regs.h.

◆ V_TX_RESOURCE_LIMIT_CH0_PC

#define V_TX_RESOURCE_LIMIT_CH0_PC (   x)    ((x) << S_TX_RESOURCE_LIMIT_CH0_PC)

Definition at line 4595 of file cxgb_regs.h.

◆ V_TX_RESOURCE_LIMIT_CH1_NON_PC

#define V_TX_RESOURCE_LIMIT_CH1_NON_PC (   x)    ((x) << S_TX_RESOURCE_LIMIT_CH1_NON_PC)

Definition at line 4590 of file cxgb_regs.h.

◆ V_TX_RESOURCE_LIMIT_CH1_PC

#define V_TX_RESOURCE_LIMIT_CH1_PC (   x)    ((x) << S_TX_RESOURCE_LIMIT_CH1_PC)

Definition at line 4585 of file cxgb_regs.h.

◆ V_TXACTENABLE

#define V_TXACTENABLE (   x)    ((x) << S_TXACTENABLE)

Definition at line 7725 of file cxgb_regs.h.

◆ V_TXBYTES_HIGH

#define V_TXBYTES_HIGH (   x)    ((x) << S_TXBYTES_HIGH)

Definition at line 8101 of file cxgb_regs.h.

◆ V_TXBYTESWAP

#define V_TXBYTESWAP (   x)    ((x) << S_TXBYTESWAP)

Definition at line 7373 of file cxgb_regs.h.

◆ V_TXCLK90SHIFT

#define V_TXCLK90SHIFT (   x)    ((x) << S_TXCLK90SHIFT)

Definition at line 7479 of file cxgb_regs.h.

◆ V_TXCONGESTIONMODE

#define V_TXCONGESTIONMODE (   x)    ((x) << S_TXCONGESTIONMODE)

Definition at line 3836 of file cxgb_regs.h.

◆ V_TXDATAACKIDX

#define V_TXDATAACKIDX (   x)    ((x) << S_TXDATAACKIDX)

Definition at line 4090 of file cxgb_regs.h.

◆ V_TXDATAACKRATEENABLE

#define V_TXDATAACKRATEENABLE (   x)    ((x) << S_TXDATAACKRATEENABLE)

Definition at line 3812 of file cxgb_regs.h.

◆ V_TXDEBUGFLAGS

#define V_TXDEBUGFLAGS (   x)    ((x) << S_TXDEBUGFLAGS)

Definition at line 5014 of file cxgb_regs.h.

◆ V_TXDEFERENABLE

#define V_TXDEFERENABLE (   x)    ((x) << S_TXDEFERENABLE)

Definition at line 3816 of file cxgb_regs.h.

◆ V_TXDROPCNTCH0RCVD

#define V_TXDROPCNTCH0RCVD (   x)    ((x) << S_TXDROPCNTCH0RCVD)

Definition at line 5177 of file cxgb_regs.h.

◆ V_TXDROPCNTCH0SENT

#define V_TXDROPCNTCH0SENT (   x)    ((x) << S_TXDROPCNTCH0SENT)

Definition at line 5172 of file cxgb_regs.h.

◆ V_TXDROPCNTCH1RCVD

#define V_TXDROPCNTCH1RCVD (   x)    ((x) << S_TXDROPCNTCH1RCVD)

Definition at line 5189 of file cxgb_regs.h.

◆ V_TXDROPCNTCH1SENT

#define V_TXDROPCNTCH1SENT (   x)    ((x) << S_TXDROPCNTCH1SENT)

Definition at line 5184 of file cxgb_regs.h.

◆ V_TXDROPMODECH0

#define V_TXDROPMODECH0 (   x)    ((x) << S_TXDROPMODECH0)

Definition at line 5199 of file cxgb_regs.h.

◆ V_TXDROPMODECH1

#define V_TXDROPMODECH1 (   x)    ((x) << S_TXDROPMODECH1)

Definition at line 5195 of file cxgb_regs.h.

◆ V_TXDUPACKINC

#define V_TXDUPACKINC (   x)    ((x) << S_TXDUPACKINC)

Definition at line 4960 of file cxgb_regs.h.

◆ V_TXEN

#define V_TXEN (   x)    ((x) << S_TXEN)

Definition at line 7099 of file cxgb_regs.h.

◆ V_TXENABLE

#define V_TXENABLE (   x)    ((x) << S_TXENABLE)

Definition at line 7457 of file cxgb_regs.h.

◆ V_TXERRFIFO

#define V_TXERRFIFO (   x)    ((x) << S_TXERRFIFO)

Definition at line 7253 of file cxgb_regs.h.

◆ V_TXFBARBPRIO

#define V_TXFBARBPRIO (   x)    ((x) << S_TXFBARBPRIO)

Definition at line 3467 of file cxgb_regs.h.

◆ V_TXFIFO_EMPTY

#define V_TXFIFO_EMPTY (   x)    ((x) << S_TXFIFO_EMPTY)

Definition at line 7343 of file cxgb_regs.h.

◆ V_TXFIFO_FULL

#define V_TXFIFO_FULL (   x)    ((x) << S_TXFIFO_FULL)

Definition at line 7347 of file cxgb_regs.h.

◆ V_TXFIFO_PRTY_ERR

#define V_TXFIFO_PRTY_ERR (   x)    ((x) << S_TXFIFO_PRTY_ERR)

Definition at line 7665 of file cxgb_regs.h.

◆ V_TXFIFO_UNDERRUN

#define V_TXFIFO_UNDERRUN (   x)    ((x) << S_TXFIFO_UNDERRUN)

Definition at line 7674 of file cxgb_regs.h.

◆ V_TXFIFOCONFIG

#define V_TXFIFOCONFIG (   x)    ((x) << S_TXFIFOCONFIG)

Definition at line 5352 of file cxgb_regs.h.

◆ V_TXFIFOTHRESH

#define V_TXFIFOTHRESH (   x)    ((x) << S_TXFIFOTHRESH)

Definition at line 7365 of file cxgb_regs.h.

◆ V_TXFRAMES_HIGH

#define V_TXFRAMES_HIGH (   x)    ((x) << S_TXFRAMES_HIGH)

Definition at line 8109 of file cxgb_regs.h.

◆ V_TXIDLEDETECT

#define V_TXIDLEDETECT (   x)    ((x) << S_TXIDLEDETECT)

Definition at line 1905 of file cxgb_regs.h.

◆ V_TXIDLEDETECTCHG

#define V_TXIDLEDETECTCHG (   x)    ((x) << S_TXIDLEDETECTCHG)

Definition at line 1893 of file cxgb_regs.h.

◆ V_TXIPG

#define V_TXIPG (   x)    ((x) << S_TXIPG)

Definition at line 7360 of file cxgb_regs.h.

◆ V_TXPACEAUTO

#define V_TXPACEAUTO (   x)    ((x) << S_TXPACEAUTO)

Definition at line 4111 of file cxgb_regs.h.

◆ V_TXPACEAUTOSTRICT

#define V_TXPACEAUTOSTRICT (   x)    ((x) << S_TXPACEAUTOSTRICT)

Definition at line 4103 of file cxgb_regs.h.

◆ V_TXPACEFIXED

#define V_TXPACEFIXED (   x)    ((x) << S_TXPACEFIXED)

Definition at line 4107 of file cxgb_regs.h.

◆ V_TXPACEFIXEDSTRICT

#define V_TXPACEFIXEDSTRICT (   x)    ((x) << S_TXPACEFIXEDSTRICT)

Definition at line 4099 of file cxgb_regs.h.

◆ V_TXPACINGENABLE

#define V_TXPACINGENABLE (   x)    ((x) << S_TXPACINGENABLE)

Definition at line 3581 of file cxgb_regs.h.

◆ V_TXPARERR

#define V_TXPARERR (   x)    ((x) << S_TXPARERR)

Definition at line 955 of file cxgb_regs.h.

◆ V_TXPAUSEEN

#define V_TXPAUSEEN (   x)    ((x) << S_TXPAUSEEN)

Definition at line 7114 of file cxgb_regs.h.

◆ V_TXPAUSEQUANTA

#define V_TXPAUSEQUANTA (   x)    ((x) << S_TXPAUSEQUANTA)

Definition at line 7121 of file cxgb_regs.h.

◆ V_TXPDUSIZEADJ

#define V_TXPDUSIZEADJ (   x)    ((x) << S_TXPDUSIZEADJ)

Definition at line 4192 of file cxgb_regs.h.

◆ V_TXPNDCHKEN

#define V_TXPNDCHKEN (   x)    ((x) << S_TXPNDCHKEN)

Definition at line 1264 of file cxgb_regs.h.

◆ V_TXPOLARITY

#define V_TXPOLARITY (   x)    ((x) << S_TXPOLARITY)

Definition at line 7595 of file cxgb_regs.h.

◆ V_TXRCVADVLTMSS

#define V_TXRCVADVLTMSS (   x)    ((x) << S_TXRCVADVLTMSS)

Definition at line 5004 of file cxgb_regs.h.

◆ V_TXRCVADVSHRUNK

#define V_TXRCVADVSHRUNK (   x)    ((x) << S_TXRCVADVSHRUNK)

Definition at line 4996 of file cxgb_regs.h.

◆ V_TXRCVADVZERO

#define V_TXRCVADVZERO (   x)    ((x) << S_TXRCVADVZERO)

Definition at line 5000 of file cxgb_regs.h.

◆ V_TXRECDETLANE0

#define V_TXRECDETLANE0 (   x)    ((x) << S_TXRECDETLANE0)

Definition at line 1939 of file cxgb_regs.h.

◆ V_TXRECDETLANE1

#define V_TXRECDETLANE1 (   x)    ((x) << S_TXRECDETLANE1)

Definition at line 1935 of file cxgb_regs.h.

◆ V_TXRECDETLANE2

#define V_TXRECDETLANE2 (   x)    ((x) << S_TXRECDETLANE2)

Definition at line 1931 of file cxgb_regs.h.

◆ V_TXRECDETLANE3

#define V_TXRECDETLANE3 (   x)    ((x) << S_TXRECDETLANE3)

Definition at line 1927 of file cxgb_regs.h.

◆ V_TXRECDETLANE4

#define V_TXRECDETLANE4 (   x)    ((x) << S_TXRECDETLANE4)

Definition at line 1923 of file cxgb_regs.h.

◆ V_TXRECDETLANE5

#define V_TXRECDETLANE5 (   x)    ((x) << S_TXRECDETLANE5)

Definition at line 1919 of file cxgb_regs.h.

◆ V_TXRECDETLANE6

#define V_TXRECDETLANE6 (   x)    ((x) << S_TXRECDETLANE6)

Definition at line 1915 of file cxgb_regs.h.

◆ V_TXRECDETLANE7

#define V_TXRECDETLANE7 (   x)    ((x) << S_TXRECDETLANE7)

Definition at line 1911 of file cxgb_regs.h.

◆ V_TXRXMFAST

#define V_TXRXMFAST (   x)    ((x) << S_TXRXMFAST)

Definition at line 4980 of file cxgb_regs.h.

◆ V_TXRXMFIN

#define V_TXRXMFIN (   x)    ((x) << S_TXRXMFIN)

Definition at line 4968 of file cxgb_regs.h.

◆ V_TXRXMNEWRENO

#define V_TXRXMNEWRENO (   x)    ((x) << S_TXRXMNEWRENO)

Definition at line 4976 of file cxgb_regs.h.

◆ V_TXRXMSYN

#define V_TXRXMSYN (   x)    ((x) << S_TXRXMSYN)

Definition at line 4972 of file cxgb_regs.h.

◆ V_TXRXMTIMER

#define V_TXRXMTIMER (   x)    ((x) << S_TXRXMTIMER)

Definition at line 4984 of file cxgb_regs.h.

◆ V_TXRXMTIMERKEEPALIVE

#define V_TXRXMTIMERKEEPALIVE (   x)    ((x) << S_TXRXMTIMERKEEPALIVE)

Definition at line 4988 of file cxgb_regs.h.

◆ V_TXRXMTIMERPERSIST

#define V_TXRXMTIMERPERSIST (   x)    ((x) << S_TXRXMTIMERPERSIST)

Definition at line 4992 of file cxgb_regs.h.

◆ V_TXRXMURG

#define V_TXRXMURG (   x)    ((x) << S_TXRXMURG)

Definition at line 4964 of file cxgb_regs.h.

◆ V_TXSPI4EOPCNT

#define V_TXSPI4EOPCNT (   x)    ((x) << S_TXSPI4EOPCNT)

Definition at line 8371 of file cxgb_regs.h.

◆ V_TXSPI4SOPCNT

#define V_TXSPI4SOPCNT (   x)    ((x) << S_TXSPI4SOPCNT)

Definition at line 8366 of file cxgb_regs.h.

◆ V_TXTERMADJ

#define V_TXTERMADJ (   x)    ((x) << S_TXTERMADJ)

Definition at line 1616 of file cxgb_regs.h.

◆ V_TXTHRESHOLD

#define V_TXTHRESHOLD (   x)    ((x) << S_TXTHRESHOLD)

Definition at line 5046 of file cxgb_regs.h.

◆ V_TXTOSQUEUEMAPMODE

#define V_TXTOSQUEUEMAPMODE (   x)    ((x) << S_TXTOSQUEUEMAPMODE)

Definition at line 3792 of file cxgb_regs.h.

◆ V_TXUFLOW

#define V_TXUFLOW (   x)    ((x) << S_TXUFLOW)

Definition at line 7257 of file cxgb_regs.h.

◆ V_TXURGMODE

#define V_TXURGMODE (   x)    ((x) << S_TXURGMODE)

Definition at line 4123 of file cxgb_regs.h.

◆ V_TYPE

#define V_TYPE (   x)    ((x) << S_TYPE)

Definition at line 7216 of file cxgb_regs.h.

◆ V_U_LOCK

#define V_U_LOCK (   x)    ((x) << S_U_LOCK)

Definition at line 2315 of file cxgb_regs.h.

◆ V_U_LOCK_ACT_LOW

#define V_U_LOCK_ACT_LOW (   x)    ((x) << S_U_LOCK_ACT_LOW)

Definition at line 2477 of file cxgb_regs.h.

◆ V_U_OCLK_EN

#define V_U_OCLK_EN (   x)    ((x) << S_U_OCLK_EN)

Definition at line 2401 of file cxgb_regs.h.

◆ V_UC_REQ_FRAMINGERROR

#define V_UC_REQ_FRAMINGERROR (   x)    ((x) << S_UC_REQ_FRAMINGERROR)

Definition at line 480 of file cxgb_regs.h.

◆ V_UDPCHECKSUMOFFLOAD

#define V_UDPCHECKSUMOFFLOAD (   x)    ((x) << S_UDPCHECKSUMOFFLOAD)

Definition at line 3622 of file cxgb_regs.h.

◆ V_UE

#define V_UE (   x)    ((x) << S_UE)

Definition at line 3054 of file cxgb_regs.h.

◆ V_UECNT

#define V_UECNT (   x)    ((x) << S_UECNT)

Definition at line 2965 of file cxgb_regs.h.

◆ V_ULP2_RX

#define V_ULP2_RX (   x)    ((x) << S_ULP2_RX)

Definition at line 6432 of file cxgb_regs.h.

◆ V_ULP2_TX

#define V_ULP2_TX (   x)    ((x) << S_ULP2_TX)

Definition at line 6428 of file cxgb_regs.h.

◆ V_ULP_HWM

#define V_ULP_HWM (   x)    ((x) << S_ULP_HWM)

Definition at line 2866 of file cxgb_regs.h.

◆ V_ULP_RLD_WT

#define V_ULP_RLD_WT (   x)    ((x) << S_ULP_RLD_WT)

Definition at line 2881 of file cxgb_regs.h.

◆ V_ULPTYPE0FIELD

#define V_ULPTYPE0FIELD (   x)    ((x) << S_ULPTYPE0FIELD)

Definition at line 4462 of file cxgb_regs.h.

◆ V_ULPTYPE1FIELD

#define V_ULPTYPE1FIELD (   x)    ((x) << S_ULPTYPE1FIELD)

Definition at line 4457 of file cxgb_regs.h.

◆ V_ULPTYPE2FIELD

#define V_ULPTYPE2FIELD (   x)    ((x) << S_ULPTYPE2FIELD)

Definition at line 4452 of file cxgb_regs.h.

◆ V_ULPTYPE3FIELD

#define V_ULPTYPE3FIELD (   x)    ((x) << S_ULPTYPE3FIELD)

Definition at line 4447 of file cxgb_regs.h.

◆ V_ULPTYPE4FIELD

#define V_ULPTYPE4FIELD (   x)    ((x) << S_ULPTYPE4FIELD)

Definition at line 4442 of file cxgb_regs.h.

◆ V_ULPTYPE5FIELD

#define V_ULPTYPE5FIELD (   x)    ((x) << S_ULPTYPE5FIELD)

Definition at line 4437 of file cxgb_regs.h.

◆ V_ULPTYPE6FIELD

#define V_ULPTYPE6FIELD (   x)    ((x) << S_ULPTYPE6FIELD)

Definition at line 4432 of file cxgb_regs.h.

◆ V_ULPTYPE7FIELD

#define V_ULPTYPE7FIELD (   x)    ((x) << S_ULPTYPE7FIELD)

Definition at line 4427 of file cxgb_regs.h.

◆ V_UNDERUNFIX

#define V_UNDERUNFIX (   x)    ((x) << S_UNDERUNFIX)

Definition at line 7351 of file cxgb_regs.h.

◆ V_UNKNOWNCMD

#define V_UNKNOWNCMD (   x)    ((x) << S_UNKNOWNCMD)

Definition at line 6807 of file cxgb_regs.h.

◆ V_UNSCPL

#define V_UNSCPL (   x)    ((x) << S_UNSCPL)

Definition at line 1413 of file cxgb_regs.h.

◆ V_UNSREQ

#define V_UNSREQ (   x)    ((x) << S_UNSREQ)

Definition at line 1405 of file cxgb_regs.h.

◆ V_UNXCPL

#define V_UNXCPL (   x)    ((x) << S_UNXCPL)

Definition at line 1401 of file cxgb_regs.h.

◆ V_UNXSPLCMP

#define V_UNXSPLCMP (   x)    ((x) << S_UNXSPLCMP)

Definition at line 624 of file cxgb_regs.h.

◆ V_UNXSPLCPLERRC

#define V_UNXSPLCPLERRC (   x)    ((x) << S_UNXSPLCPLERRC)

Definition at line 992 of file cxgb_regs.h.

◆ V_UNXSPLCPLERRR

#define V_UNXSPLCPLERRR (   x)    ((x) << S_UNXSPLCPLERRR)

Definition at line 996 of file cxgb_regs.h.

◆ V_UPCRST

#define V_UPCRST (   x)    ((x) << S_UPCRST)

Definition at line 3084 of file cxgb_regs.h.

◆ V_UPIN0

#define V_UPIN0 (   x)    ((x) << S_UPIN0)

Definition at line 7895 of file cxgb_regs.h.

◆ V_UPIN1

#define V_UPIN1 (   x)    ((x) << S_UPIN1)

Definition at line 7883 of file cxgb_regs.h.

◆ V_UPIN2

#define V_UPIN2 (   x)    ((x) << S_UPIN2)

Definition at line 7871 of file cxgb_regs.h.

◆ V_UPIN3

#define V_UPIN3 (   x)    ((x) << S_UPIN3)

Definition at line 7859 of file cxgb_regs.h.

◆ V_UPSPAREINT

#define V_UPSPAREINT (   x)    ((x) << S_UPSPAREINT)

Definition at line 3119 of file cxgb_regs.h.

◆ V_URGTNL

#define V_URGTNL (   x)    ((x) << S_URGTNL)

Definition at line 52 of file cxgb_regs.h.

◆ V_USECDRLOS

#define V_USECDRLOS (   x)    ((x) << S_USECDRLOS)

Definition at line 1453 of file cxgb_regs.h.

◆ V_USERSPACESIZE

#define V_USERSPACESIZE (   x)    ((x) << S_USERSPACESIZE)

Definition at line 85 of file cxgb_regs.h.

◆ V_VALUE

#define V_VALUE (   x)    ((x) << S_VALUE)

Definition at line 5560 of file cxgb_regs.h.

◆ V_VC0UP

#define V_VC0UP (   x)    ((x) << S_VC0UP)

Definition at line 1114 of file cxgb_regs.h.

◆ V_VLAN

#define V_VLAN (   x)    ((x) << S_VLAN)

Definition at line 5107 of file cxgb_regs.h.

◆ V_VLANENABLE

#define V_VLANENABLE (   x)    ((x) << S_VLANENABLE)

Definition at line 5090 of file cxgb_regs.h.

◆ V_VLANEXTRACTIONENABLE

#define V_VLANEXTRACTIONENABLE (   x)    ((x) << S_VLANEXTRACTIONENABLE)

Definition at line 3534 of file cxgb_regs.h.

◆ V_VLANEXTRACTIONENABLE2NDPORT

#define V_VLANEXTRACTIONENABLE2NDPORT (   x)    ((x) << S_VLANEXTRACTIONENABLE2NDPORT)

Definition at line 3530 of file cxgb_regs.h.

◆ V_VLANPRIMAP0

#define V_VLANPRIMAP0 (   x)    ((x) << S_VLANPRIMAP0)

Definition at line 5241 of file cxgb_regs.h.

◆ V_VLANPRIMAP1

#define V_VLANPRIMAP1 (   x)    ((x) << S_VLANPRIMAP1)

Definition at line 5236 of file cxgb_regs.h.

◆ V_VLANPRIMAP2

#define V_VLANPRIMAP2 (   x)    ((x) << S_VLANPRIMAP2)

Definition at line 5231 of file cxgb_regs.h.

◆ V_VLANPRIMAP3

#define V_VLANPRIMAP3 (   x)    ((x) << S_VLANPRIMAP3)

Definition at line 5226 of file cxgb_regs.h.

◆ V_VLANPRIMAP4

#define V_VLANPRIMAP4 (   x)    ((x) << S_VLANPRIMAP4)

Definition at line 5221 of file cxgb_regs.h.

◆ V_VLANPRIMAP5

#define V_VLANPRIMAP5 (   x)    ((x) << S_VLANPRIMAP5)

Definition at line 5216 of file cxgb_regs.h.

◆ V_VLANPRIMAP6

#define V_VLANPRIMAP6 (   x)    ((x) << S_VLANPRIMAP6)

Definition at line 5211 of file cxgb_regs.h.

◆ V_VLANPRIMAP7

#define V_VLANPRIMAP7 (   x)    ((x) << S_VLANPRIMAP7)

Definition at line 5206 of file cxgb_regs.h.

◆ V_VPD_REQFIFOEMPTY

#define V_VPD_REQFIFOEMPTY (   x)    ((x) << S_VPD_REQFIFOEMPTY)

Definition at line 1189 of file cxgb_regs.h.

◆ V_VPD_RSPFIFOEMPTY

#define V_VPD_RSPFIFOEMPTY (   x)    ((x) << S_VPD_RSPFIFOEMPTY)

Definition at line 1185 of file cxgb_regs.h.

◆ V_VPDADDRCHNG

#define V_VPDADDRCHNG (   x)    ((x) << S_VPDADDRCHNG)

Definition at line 1000 of file cxgb_regs.h.

◆ V_VPDREQFIFOEMPTY

#define V_VPDREQFIFOEMPTY (   x)    ((x) << S_VPDREQFIFOEMPTY)

Definition at line 867 of file cxgb_regs.h.

◆ V_VPDRESPFIFOEMPTY

#define V_VPDRESPFIFOEMPTY (   x)    ((x) << S_VPDRESPFIFOEMPTY)

Definition at line 863 of file cxgb_regs.h.

◆ V_VWVEREN

#define V_VWVEREN (   x)    ((x) << S_VWVEREN)

Definition at line 6738 of file cxgb_regs.h.

◆ V_WAKEUP0

#define V_WAKEUP0 (   x)    ((x) << S_WAKEUP0)

Definition at line 790 of file cxgb_regs.h.

◆ V_WAKEUP1

#define V_WAKEUP1 (   x)    ((x) << S_WAKEUP1)

Definition at line 786 of file cxgb_regs.h.

◆ V_WF_REQFIFOEMPTY

#define V_WF_REQFIFOEMPTY (   x)    ((x) << S_WF_REQFIFOEMPTY)

Definition at line 1147 of file cxgb_regs.h.

◆ V_WF_RSPFIFOEMPTY

#define V_WF_RSPFIFOEMPTY (   x)    ((x) << S_WF_RSPFIFOEMPTY)

Definition at line 1143 of file cxgb_regs.h.

◆ V_WF_STATEINI

#define V_WF_STATEINI (   x)    ((x) << S_WF_STATEINI)

Definition at line 1130 of file cxgb_regs.h.

◆ V_WFINIST

#define V_WFINIST (   x)    ((x) << S_WFINIST)

Definition at line 886 of file cxgb_regs.h.

◆ V_WFPARERR

#define V_WFPARERR (   x)    ((x) << S_WFPARERR)

Definition at line 604 of file cxgb_regs.h.

◆ V_WFREQFIFOEMPTY

#define V_WFREQFIFOEMPTY (   x)    ((x) << S_WFREQFIFOEMPTY)

Definition at line 838 of file cxgb_regs.h.

◆ V_WFREQWRST

#define V_WFREQWRST (   x)    ((x) << S_WFREQWRST)

Definition at line 830 of file cxgb_regs.h.

◆ V_WFRESPFIFOEMPTY

#define V_WFRESPFIFOEMPTY (   x)    ((x) << S_WFRESPFIFOEMPTY)

Definition at line 834 of file cxgb_regs.h.

◆ V_WIDTH

#define V_WIDTH (   x)    ((x) << S_WIDTH)

Definition at line 2715 of file cxgb_regs.h.

◆ V_WINDOWSCALEMODE

#define V_WINDOWSCALEMODE (   x)    ((x) << S_WINDOWSCALEMODE)

Definition at line 3722 of file cxgb_regs.h.

◆ V_WOLPATDETECTED

#define V_WOLPATDETECTED (   x)    ((x) << S_WOLPATDETECTED)

Definition at line 7660 of file cxgb_regs.h.

◆ V_WRBLKFLASHINT

#define V_WRBLKFLASHINT (   x)    ((x) << S_WRBLKFLASHINT)

Definition at line 3279 of file cxgb_regs.h.

◆ V_WRBLKFLASHINTEN

#define V_WRBLKFLASHINTEN (   x)    ((x) << S_WRBLKFLASHINTEN)

Definition at line 3213 of file cxgb_regs.h.

◆ V_WRITE

#define V_WRITE (   x)    ((x) << S_WRITE)

Definition at line 7068 of file cxgb_regs.h.

◆ V_WRREQATOMICEN

#define V_WRREQATOMICEN (   x)    ((x) << S_WRREQATOMICEN)

Definition at line 695 of file cxgb_regs.h.

◆ V_WRREQSIZE

#define V_WRREQSIZE (   x)    ((x) << S_WRREQSIZE)

Definition at line 6877 of file cxgb_regs.h.

◆ V_WRTORDDLY

#define V_WRTORDDLY (   x)    ((x) << S_WRTORDDLY)

Definition at line 2849 of file cxgb_regs.h.

◆ V_X_RBC_DBG_EN

#define V_X_RBC_DBG_EN (   x)    ((x) << S_X_RBC_DBG_EN)

Definition at line 2450 of file cxgb_regs.h.

◆ V_X_RBC_LANE_SEL

#define V_X_RBC_LANE_SEL (   x)    ((x) << S_X_RBC_LANE_SEL)

Definition at line 2446 of file cxgb_regs.h.

◆ V_X_REFCLK_DBG_EN

#define V_X_REFCLK_DBG_EN (   x)    ((x) << S_X_REFCLK_DBG_EN)

Definition at line 2585 of file cxgb_regs.h.

◆ V_X_REFCLK_PD

#define V_X_REFCLK_PD (   x)    ((x) << S_X_REFCLK_PD)

Definition at line 2603 of file cxgb_regs.h.

◆ V_X_REFCLK_TERMADJ

#define V_X_REFCLK_TERMADJ (   x)    ((x) << S_X_REFCLK_TERMADJ)

Definition at line 2599 of file cxgb_regs.h.

◆ V_X_SERDES_SEL

#define V_X_SERDES_SEL (   x)    ((x) << S_X_SERDES_SEL)

Definition at line 2454 of file cxgb_regs.h.

◆ V_XAUI1GLINKID

#define V_XAUI1GLINKID (   x)    ((x) << S_XAUI1GLINKID)

Definition at line 7584 of file cxgb_regs.h.

◆ V_XAUIIMP

#define V_XAUIIMP (   x)    ((x) << S_XAUIIMP)

Definition at line 7519 of file cxgb_regs.h.

◆ V_XAUIPCSALIGNCHANGE

#define V_XAUIPCSALIGNCHANGE (   x)    ((x) << S_XAUIPCSALIGNCHANGE)

Definition at line 7696 of file cxgb_regs.h.

◆ V_XAUIPCSCTCERR

#define V_XAUIPCSCTCERR (   x)    ((x) << S_XAUIPCSCTCERR)

Definition at line 7692 of file cxgb_regs.h.

◆ V_XAUIPCSDECERR

#define V_XAUIPCSDECERR (   x)    ((x) << S_XAUIPCSDECERR)

Definition at line 7644 of file cxgb_regs.h.

◆ V_XG2G_RESET_

#define V_XG2G_RESET_ (   x)    ((x) << S_XG2G_RESET_)

Definition at line 7565 of file cxgb_regs.h.

◆ V_XGM_CALFAULT

#define V_XGM_CALFAULT (   x)    ((x) << S_XGM_CALFAULT)

Definition at line 7509 of file cxgb_regs.h.

◆ V_XGM_DEQ

#define V_XGM_DEQ (   x)    ((x) << S_XGM_DEQ)

Definition at line 7798 of file cxgb_regs.h.

◆ V_XGM_DTX

#define V_XGM_DTX (   x)    ((x) << S_XGM_DTX)

Definition at line 7803 of file cxgb_regs.h.

◆ V_XGM_HIDRV

#define V_XGM_HIDRV (   x)    ((x) << S_XGM_HIDRV)

Definition at line 7811 of file cxgb_regs.h.

◆ V_XGM_IMPSETUPDATE

#define V_XGM_IMPSETUPDATE (   x)    ((x) << S_XGM_IMPSETUPDATE)

Definition at line 7493 of file cxgb_regs.h.

◆ V_XGM_INT

#define V_XGM_INT (   x)    ((x) << S_XGM_INT)

Definition at line 7704 of file cxgb_regs.h.

◆ V_XGM_LODRV

#define V_XGM_LODRV (   x)    ((x) << S_XGM_LODRV)

Definition at line 7807 of file cxgb_regs.h.

◆ V_XGM_RXEIDLANE0

#define V_XGM_RXEIDLANE0 (   x)    ((x) << S_XGM_RXEIDLANE0)

Definition at line 8284 of file cxgb_regs.h.

◆ V_XGM_RXEIDLANE1

#define V_XGM_RXEIDLANE1 (   x)    ((x) << S_XGM_RXEIDLANE1)

Definition at line 8280 of file cxgb_regs.h.

◆ V_XGM_RXEIDLANE2

#define V_XGM_RXEIDLANE2 (   x)    ((x) << S_XGM_RXEIDLANE2)

Definition at line 8276 of file cxgb_regs.h.

◆ V_XGM_RXEIDLANE3

#define V_XGM_RXEIDLANE3 (   x)    ((x) << S_XGM_RXEIDLANE3)

Definition at line 8272 of file cxgb_regs.h.

◆ V_XGMAC0_0

#define V_XGMAC0_0 (   x)    ((x) << S_XGMAC0_0)

Definition at line 6388 of file cxgb_regs.h.

◆ V_XGMAC0_1

#define V_XGMAC0_1 (   x)    ((x) << S_XGMAC0_1)

Definition at line 6384 of file cxgb_regs.h.

◆ V_XGMAC_STOP_EN

#define V_XGMAC_STOP_EN (   x)    ((x) << S_XGMAC_STOP_EN)

Definition at line 7561 of file cxgb_regs.h.

◆ V_XGMIIEXTINT

#define V_XGMIIEXTINT (   x)    ((x) << S_XGMIIEXTINT)

Definition at line 7225 of file cxgb_regs.h.

◆ V_ZERO_C_CMD_ERROR

#define V_ZERO_C_CMD_ERROR (   x)    ((x) << S_ZERO_C_CMD_ERROR)

Definition at line 5691 of file cxgb_regs.h.

◆ V_ZERO_CMD

#define V_ZERO_CMD (   x)    ((x) << S_ZERO_CMD)

Definition at line 5953 of file cxgb_regs.h.

◆ V_ZERO_E_CMD_ERROR

#define V_ZERO_E_CMD_ERROR (   x)    ((x) << S_ZERO_E_CMD_ERROR)

Definition at line 5616 of file cxgb_regs.h.

◆ V_ZERO_SWITCH_ERROR

#define V_ZERO_SWITCH_ERROR (   x)    ((x) << S_ZERO_SWITCH_ERROR)

Definition at line 5979 of file cxgb_regs.h.

◆ V_ZEROLENRD

#define V_ZEROLENRD (   x)    ((x) << S_ZEROLENRD)

Definition at line 1016 of file cxgb_regs.h.

◆ V_ZIN

#define V_ZIN (   x)    ((x) << S_ZIN)

Definition at line 1218 of file cxgb_regs.h.

◆ V_ZINSEL

#define V_ZINSEL (   x)    ((x) << S_ZINSEL)

Definition at line 750 of file cxgb_regs.h.

◆ V_ZINUPDMODE

#define V_ZINUPDMODE (   x)    ((x) << S_ZINUPDMODE)

Definition at line 746 of file cxgb_regs.h.

◆ V_ZMAN

#define V_ZMAN (   x)    ((x) << S_ZMAN)

Definition at line 1208 of file cxgb_regs.h.

◆ V_ZOUT

#define V_ZOUT (   x)    ((x) << S_ZOUT)

Definition at line 1213 of file cxgb_regs.h.

◆ V_ZPDIN

#define V_ZPDIN (   x)    ((x) << S_ZPDIN)

Definition at line 775 of file cxgb_regs.h.

◆ V_ZPDMAN

#define V_ZPDMAN (   x)    ((x) << S_ZPDMAN)

Definition at line 755 of file cxgb_regs.h.

◆ V_ZPDOUT

#define V_ZPDOUT (   x)    ((x) << S_ZPDOUT)

Definition at line 765 of file cxgb_regs.h.

◆ V_ZPUIN

#define V_ZPUIN (   x)    ((x) << S_ZPUIN)

Definition at line 780 of file cxgb_regs.h.

◆ V_ZPUMAN

#define V_ZPUMAN (   x)    ((x) << S_ZPUMAN)

Definition at line 760 of file cxgb_regs.h.

◆ V_ZPUOUT

#define V_ZPUOUT (   x)    ((x) << S_ZPUOUT)

Definition at line 770 of file cxgb_regs.h.

◆ XGMAC0_0_BASE_ADDR

#define XGMAC0_0_BASE_ADDR   0x800

Definition at line 7086 of file cxgb_regs.h.

◆ XGMAC0_1_BASE_ADDR

#define XGMAC0_1_BASE_ADDR   0xa00

Definition at line 8387 of file cxgb_regs.h.