Searched refs:V_CQE_GENBIT (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcq.c54 cqe.bits_type_ts = htobe64(V_CQE_GENBIT((u64)cq->gen));
88 cqe.bits_type_ts = htobe64(V_CQE_GENBIT((u64)cq->gen));
H A Dt4.h277 #define V_CQE_GENBIT(x) ((x)<<S_CQE_GENBIT) macro
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c214 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen));
248 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen));
H A Dt4.h272 #define V_CQE_GENBIT(x) ((x)<<S_CQE_GENBIT) macro
H A Dqp.c629 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen));
659 cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen));
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h530 #define V_CQE_GENBIT(x) ((x)<<S_CQE_GENBIT) macro
H A Diw_cxgb_hal.c395 V_CQE_GENBIT(Q_GENBIT(cq->sw_wptr,
434 V_CQE_GENBIT(Q_GENBIT(cq->sw_wptr,

Completed in 87 milliseconds