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

/freebsd-9.3-release/contrib/gcc/ginclude/
H A Diso646.h39 #define compl ~ macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Diso646.h34 #define compl ~ macro
/freebsd-9.3-release/include/
H A Diso646.h38 #define compl ~ macro
/freebsd-9.3-release/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-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c541 int tx_credits, shove, compl, space, sowwakeup; local
617 compl = 1;
619 compl = 0;
698 compl = 1;
700 if (compl) {
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c198 unsigned int compl; member in struct:txq_state
1141 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5);
1450 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
1532 F_WR_SOP | F_WR_EOP | txqs.compl);
1564 F_WR_SOP | F_WR_EOP | txqs.compl);
1586 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
2256 txqs.compl = 0;

Completed in 122 milliseconds