Searched refs:completion (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.c37 #include <linux/completion.h>
178 struct completion done;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c43 #include <linux/completion.h>
169 struct completion comp;
185 struct completion done;
299 struct completion comp;
H A Dib_verbs.c1961 struct completion done;
1973 * Post a WR and block until its completion is reaped for the SQ.
2013 * Post a WR and block until its completion is reaped for the RQ.
2059 * completion.
2088 * completion.
H A Dib_cm.c41 #include <linux/completion.h>
223 struct completion comp;
1660 * in the work completion.
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c3035 char ** (*completion)(const char *str, int pos); member in struct:wpa_cli_cmd
3786 if (wpa_cli_commands[i].completion)
3787 return wpa_cli_commands[i].completion(str,
H A DAndroid.mk44 # Use Android specific directory for wpa_cli command completion history
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.h745 struct completion error_completion;
H A Di915_gem.c133 struct completion *x = &dev_priv->error_completion;
153 /* GPU is hung, bump the completion count to account for
155 * end up waiting upon a subsequent completion event that
1009 struct completion *x = &dev_priv->error_completion;
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c110 /* Context used for commandline completion */
175 /* Type of completion */
1871 /* Determine length of pwd so we can trim completion display */
1971 /* tab-completion hook function, called via libedit */
2066 "Context sensitive argument completion", complete);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c501 * attempt to handle the DMA completion.
608 * Run a data fifo to completion for a transaction we know
844 * The valid_tag completion field indicates the validity
846 * the queue. We use the sg_status field in the completion
847 * entry to avoid referencing the hscb if the completion
855 struct ahd_completion *completion; local
864 completion = &ahd->qoutfifo[ahd->qoutfifonext];
866 if (completion->valid_tag != ahd->qoutfifonext_valid_tag)
869 scb_index = aic_le16toh(completion->tag);
878 } else if ((completion
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c127 struct completion done;
1836 mlx4_warn(dev, "Failed to generate command completion eqe for slave %d\n",

Completed in 334 milliseconds

123