Searched refs:transmit (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/sys/i386/include/
H A Dcserial.h29 unsigned long tintr; /* transmit interrupts */
88 #define ER_UNDERRUN 6 /* transmit fifo underrun */
172 * Invert receive and transmit clock.
267 * Query/set the timeout to recover after transmit interrupt loss.
301 * Invert transmit clock.
448 int (*transmit) (chan_t *h, struct sk_buff *skb); member in struct:_chan_t
480 int (*transmit) (chan_t *h, lysap_buf_t *b); member in struct:_chan_t::lysap_t
497 void (*transmit) (chan_t *h); member in struct:_proto_t
/freebsd-10.3-release/sys/dev/wl/
H A Dif_wl_i82586.h151 * Specific defines for the transmit action command.
234 transmit_t transmit; member in union:__anon10653::__anon10654
/freebsd-10.3-release/sys/dev/ce/
H A Dceddk.h76 void (*transmit) (struct _ce_chan_t*, void*, int); member in struct:_ce_chan_t
133 #define GSYN_INT 0 /* internal transmit clock source */
134 #define GSYN_RCV 1 /* transmit clock source = receive */
H A Dceddk.c298 CE_DDK_DEBUG (c->board, c, ("Another transmit error: %x\n",
306 if (c->transmit)
307 c->transmit (c, 0, len);
653 c->transmit = func;
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dcmds.c63 static void transmit(FILE *, char *, char *);
293 transmit(fp, value(EOFWRITE), NULL);
303 transmit(FILE *fp, char *eofchars, char *command) function
426 transmit(fp, "\04", line);
/freebsd-10.3-release/tools/tools/net80211/w00t/prga/
H A Dprga.c584 void transmit(struct params *p) function
658 /* transmit */
661 transmit(&p);
/freebsd-10.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c203 static void transmit (struct server *);
643 * transmit - transmit a packet to the given server, or mark it completed.
648 transmit( function
655 printf("transmit(%s)\n", stoa(&server->srcadr));
709 printf("transmit auth to %s\n",
717 printf("transmit to %s\n", stoa(&server->srcadr));
721 * Update the server timeout and transmit count
905 * Shift this data in, then schedule another transmit.
1473 transmit(serve
[all...]
/freebsd-10.3-release/sys/dev/cp/
H A Dcpddk.h25 #define NTBUF 4 /* the number of transmit buffers per channel */
69 cp_desc_t tdesc [NTBUF]; /* transmit buffer descriptors */
71 unsigned char tbuffer [NTBUF] [BUFSZ]; /* transmit buffers */
111 #define GSYN_INT 0 /* internal transmit clock source */
112 #define GSYN_RCV 1 /* transmit clock source = receive */
149 unsigned long tintr; /* transmit interrupts */
192 unsigned char *tbuf [NTBUF]; /* transmit buffers */
193 cp_desc_t *tdesc; /* transmit buffer descriptors */
194 unsigned long tphys [NTBUF]; /* transmit buffer phys address */
195 unsigned long tdphys [NTBUF]; /* transmit desc
210 void (*transmit) (struct _cp_chan_t *c, void *tag, int len); member in struct:_cp_chan_t
[all...]
/freebsd-10.3-release/contrib/ntp/include/
H A Dntpd.h221 extern void transmit (struct peer *);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_timer.c53 * queue for expiries which are dispatched to the transmit procedure.
97 * Stats. Number of overflows and number of calls to transmit().
344 transmit(p);
H A Dntp_proto.c357 * transmit - transmit procedure called by poll timeout
360 transmit( function
394 * sys_beacon seconds we are to transmit unconditionally, but
417 * Pool associations transmit unicast solicitations when there
540 * Do not transmit if in broadcast client mode.
606 l_fp p_xmt; /* transmit timestamp */
1181 ** the transmit timestamp saved in the client state variables,
1184 ** The transmit timestamp functions as a nonce to verify that the
1185 ** response corresponds to the original request. The transmit
[all...]
/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_rndis.h864 rndis_flowspec transmit; member in struct:rcondis_call_manager_parameters_

Completed in 215 milliseconds