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

123

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c43 #include <linux/completion.h>
350 ipoib_dbg_mcast(priv, "join completion for %16D (status %d)\n",
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_cmd.c37 #include <linux/completion.h>
178 struct completion done;
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c43 #include <linux/completion.h>
178 struct completion comp;
194 struct completion done;
308 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-13-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-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1796 /* ensure the TX completion event factor is not zero */
2095 /* open completion queue */
2162 init_completion(&c->completion);
2185 wait_for_completion(&c->completion);
2226 /* open transmit completion queue */
2231 /* open receive completion queue */
4174 complete(&pch->completion);
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c111 /* Context used for commandline completion */
176 /* Type of completion */
1948 /* Determine length of pwd so we can trim completion display */
2048 /* tab-completion hook function, called via libedit */
2143 "Context sensitive argument completion", complete);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c502 * attempt to handle the DMA completion.
607 * Run a data fifo to completion for a transaction we know
841 * The valid_tag completion field indicates the validity
843 * the queue. We use the sg_status field in the completion
844 * entry to avoid referencing the hscb if the completion
852 struct ahd_completion *completion; local
861 completion = &ahd->qoutfifo[ahd->qoutfifonext];
863 if (completion->valid_tag != ahd->qoutfifonext_valid_tag)
866 scb_index = aic_le16toh(completion->tag);
875 } else if ((completion
[all...]
/freebsd-13-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 324 milliseconds

123