Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c795 V_TF_DDP_BUF0_VALID(1); in queue_ddp_rcvbuf()
798 V_TF_DDP_BUF0_FLUSH(1) | V_TF_DDP_BUF0_VALID(1); in queue_ddp_rcvbuf()
1316 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1), ddp_flags, 0, 0); in enable_ddp()
2624 ddp_flags |= V_TF_DDP_BUF0_VALID(1); in aio_ddp_requeue()
2629 V_TF_DDP_BUF0_FLUSH(1) | V_TF_DDP_BUF0_VALID(1); in aio_ddp_requeue()
2758 valid_flag = i == 0 ? V_TF_DDP_BUF0_VALID(1) : in t4_aio_cancel_active()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_tcb.h635 #define V_TF_DDP_BUF0_VALID(x) ((x) << S_TF_DDP_BUF0_VALID) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_tcb.h776 #define V_TF_DDP_BUF0_VALID(x) ((x) << S_TF_DDP_BUF0_VALID) macro