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

/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_tcb.h668 #define V_TF_DDP_BUF1_FLUSH(x) ((x) << S_TF_DDP_BUF1_FLUSH) macro
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_tcb.h800 #define V_TF_DDP_BUF1_FLUSH(x) ((__u64)(x) << S_TF_DDP_BUF1_FLUSH) macro
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_ddp.c806 V_TF_DDP_BUF1_FLUSH(1) | V_TF_DDP_BUF1_VALID(1);
2634 ddp_flags |= V_TF_DDP_BUF1_FLUSH(1);
2637 V_TF_DDP_BUF1_FLUSH(1) | V_TF_DDP_BUF1_VALID(1);

Completed in 299 milliseconds