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

/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c856 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1),
1559 ddp_flags |= V_TF_DDP_BUF1_VALID(1);
1564 V_TF_DDP_BUF1_FLUSH(1) | V_TF_DDP_BUF1_VALID(1);
1685 V_TF_DDP_BUF1_VALID(1);
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_tcb.h639 #define V_TF_DDP_BUF1_VALID(x) ((x) << S_TF_DDP_BUF1_VALID) macro
/freebsd-11.0-release/sys/dev/cxgbe/common/
H A Dt4_tcb.h743 #define V_TF_DDP_BUF1_VALID(x) ((__u64)(x) << S_TF_DDP_BUF1_VALID) macro

Completed in 106 milliseconds