Searched refs:V_TF_DDP_BUF0_VALID (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c817 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1),
1735 ddp_flags |= V_TF_DDP_BUF0_VALID(1);
1740 V_TF_DDP_BUF0_FLUSH(1) | V_TF_DDP_BUF0_VALID(1);
1869 valid_flag = i == 0 ? V_TF_DDP_BUF0_VALID(1) :
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_tcb.h775 #define V_TF_DDP_BUF0_VALID(x) ((x) << S_TF_DDP_BUF0_VALID) macro
/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_tcb.h637 #define V_TF_DDP_BUF0_VALID(x) ((x) << S_TF_DDP_BUF0_VALID) macro

Completed in 66 milliseconds