Searched refs:completion (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c38 #include <linux/completion.h>
341 ipoib_dbg_mcast(priv, "join completion for %16D (status %d)\n",
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c35 #include <linux/completion.h>
173 struct completion done;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c36 #include <linux/completion.h>
106 struct completion comp;
153 struct completion comp;
H A Dcm.c36 #include <linux/completion.h>
219 struct completion comp;
1512 * in the work completion.
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c108 /* Context used for commandline completion */
172 /* Type of completion */
1825 /* Determine length of pwd so we can trim completion display */
1925 /* tab-completion hook function, called via libedit */
2020 "Context sensitive argument completion", complete);
/freebsd-9.3-release/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...]

Completed in 117 milliseconds

12