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

/freebsd-11-stable/contrib/gcc/ginclude/
H A Diso646.h39 #define compl ~ macro
/freebsd-11-stable/include/
H A Diso646.h38 #define compl ~ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Diso646.h18 #define compl ~ macro
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopstat339 $offset_i,$offset_f,$drift_i,$drift_f,$compl,$watchdog)
368 $compl = &lfptoa($compl_i, $compl_f);
376 &log($time,$offset,$drift,$compl) && ($fail = 0);;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c107 int compl; /* ccl is complemented? */ member in struct:ccl
114 if (ccl->compl) {
588 ccl.compl = 1;
591 ccl.compl = 0;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c722 int tx_credits, shove, compl, sowwakeup; local
826 compl = 1;
828 compl = 0;
912 compl = 1;
914 if (compl || toep->ulp_mode == ULP_MODE_RDMA) {
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c193 unsigned int compl; member in struct:txq_state
1135 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5);
1444 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
1526 F_WR_SOP | F_WR_EOP | txqs.compl);
1558 F_WR_SOP | F_WR_EOP | txqs.compl);
1580 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
2251 txqs.compl = 0;

Completed in 116 milliseconds