S_TPT_PERM        510 drivers/infiniband/hw/cxgb3/cxio_wr.h #define V_TPT_PERM(x)		((x) << S_TPT_PERM)
S_TPT_PERM        511 drivers/infiniband/hw/cxgb3/cxio_wr.h #define G_TPT_PERM(x)		(((x) >> S_TPT_PERM) & M_TPT_PERM)