Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/tom/
HDt4_ddp.c283 ddp_flags |= V_TF_DDP_BUF1_VALID(1) | V_TF_DDP_ACTIVE_BUF(1); in select_ddp_flags()
352 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1) | in mk_update_tcb_for_ddp()
572 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1), in enable_ddp()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_tcb.h639 #define V_TF_DDP_BUF1_VALID(x) ((x) << S_TF_DDP_BUF1_VALID) macro
/NextBSD/sys/dev/cxgbe/common/
HDt4_tcb.h736 #define V_TF_DDP_BUF1_VALID(x) ((__u64)(x) << S_TF_DDP_BUF1_VALID) macro