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

/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_tcb.h638 #define V_TF_DDP_BUF1_VALID(x) ((x) << S_TF_DDP_BUF1_VALID) macro
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_tcb.h794 #define V_TF_DDP_BUF1_VALID(x) ((__u64)(x) << S_TF_DDP_BUF1_VALID) macro
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_ddp.c803 V_TF_DDP_BUF1_VALID(1);
806 V_TF_DDP_BUF1_FLUSH(1) | V_TF_DDP_BUF1_VALID(1);
1316 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1), ddp_flags, 0, 0);
2632 ddp_flags |= V_TF_DDP_BUF1_VALID(1);
2637 V_TF_DDP_BUF1_FLUSH(1) | V_TF_DDP_BUF1_VALID(1);
2759 V_TF_DDP_BUF1_VALID(1);

Completed in 172 milliseconds