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

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Diso646.h18 #define compl ~ macro
/freebsd-current/include/
H A Diso646.h38 #define compl ~ macro
/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c1197 struct nvme_completion* compl)
1206 pci_nvme_status_tc(&compl->status, NVME_SCT_COMMAND_SPECIFIC,
1213 pci_nvme_status_genc(&compl->status, NVME_SC_SUCCESS);
1219 struct nvme_completion* compl)
1229 pci_nvme_status_tc(&compl->status,
1244 pci_nvme_status_tc(&compl->status,
1253 pci_nvme_status_tc(&compl->status,
1260 pci_nvme_status_tc(&compl->status,
1274 pci_nvme_status_genc(&compl->status, NVME_SC_SUCCESS);
1286 pci_nvme_status_genc(&compl
1196 nvme_opc_delete_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1218 nvme_opc_create_io_sq(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1292 nvme_opc_delete_io_cq(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1323 nvme_opc_create_io_cq(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1383 nvme_opc_get_log_page(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1476 nvme_opc_identify(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1651 nvme_feature_invalid_cb(struct pci_nvme_softc *sc __unused, struct nvme_feature_obj *feat __unused, struct nvme_command *command __unused, struct nvme_completion *compl) argument
1660 nvme_feature_iv_config(struct pci_nvme_softc *sc, struct nvme_feature_obj *feat __unused, struct nvme_command *command, struct nvme_completion *compl) argument
1693 nvme_feature_async_event(struct pci_nvme_softc *sc __unused, struct nvme_feature_obj *feat __unused, struct nvme_command *command, struct nvme_completion *compl) argument
1705 nvme_feature_temperature(struct pci_nvme_softc *sc, struct nvme_feature_obj *feat __unused, struct nvme_command *command, struct nvme_completion *compl) argument
1753 nvme_feature_num_queues(struct pci_nvme_softc *sc, struct nvme_feature_obj *feat __unused, struct nvme_command *command, struct nvme_completion *compl) argument
1803 nvme_opc_set_features(struct pci_nvme_softc *sc, struct nvme_command *command, struct nvme_completion *compl) argument
1865 nvme_opc_get_features(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1899 nvme_opc_format_nvm(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
1965 nvme_opc_abort(struct pci_nvme_softc *sc __unused, struct nvme_command *command, struct nvme_completion *compl) argument
1979 nvme_opc_async_event_req(struct pci_nvme_softc* sc, struct nvme_command* command, struct nvme_completion* compl) argument
2012 struct nvme_completion compl; local
[all...]
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_aer.c48 struct completion compl; member in struct:adf_reset_dev_data
228 complete(&reset_data->compl);
246 init_completion(&reset_data->compl);
256 wait_for_completion_timeout(&reset_data->compl,
/freebsd-current/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-current/lib/libc/stdio/
H A Dvfwscanf.c94 int compl; /* ccl is complemented? */ member in struct:ccl
101 if (ccl->compl) {
651 ccl.compl = 1;
654 ccl.compl = 0;
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c647 int tx_credits, shove, compl, sowwakeup; local
764 compl = 1;
766 compl = 0;
852 compl = 1;
854 if (compl || ulp_mode(toep) == ULP_MODE_RDMA) {
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_sge.c191 unsigned int compl; member in struct:txq_state
1140 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5);
1446 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
1528 F_WR_SOP | F_WR_EOP | txqs.compl);
1560 F_WR_SOP | F_WR_EOP | txqs.compl);
1582 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
2251 txqs.compl = 0;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c6609 struct mbuf *m0, int compl)
6636 V_FW_ETH_TX_EO_WR_IMMDLEN(ctrl) | V_FW_WR_COMPL(!!compl));
6762 int next_credits, compl; local
6790 compl = cst->ncompl == 0 || cst->tx_nocompl >= cst->tx_total / 2;
6792 write_ethofld_wr(cst, wr, m, compl);
6794 if (compl) {
6608 write_ethofld_wr(struct cxgbe_rate_tag *cst, struct fw_eth_tx_eo_wr *wr, struct mbuf *m0, int compl) argument

Completed in 130 milliseconds