Searched refs:enq (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dcommand.c293 struct mlx_enquiry2 enq; local
304 if (mlx_enquiry(unit, &enq)) {
309 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
315 sprintf(buf, " model 0x%x", enq.me_hardware_id & 0xff);
321 enq.me_actual_channels,
322 enq.me_actual_channels > 1 ? "s" : "",
323 enq.me_firmware_id & 0xff,
324 (enq.me_firmware_id >> 8) & 0xff,
325 (enq.me_firmware_id >> 16),
326 (enq
[all...]
H A Dmlxcontrol.h47 extern int mlx_enquiry(int unit, struct mlx_enquiry2 *enq);
H A Dinterface.c188 mlx_enquiry(int unit, struct mlx_enquiry2 *enq) argument
193 cmd.mu_datasize = sizeof(*enq);
194 cmd.mu_buf = enq;
/freebsd-11-stable/sys/dev/le/
H A Dam79900.c536 int bix, enq, len, rp; local
545 enq = 0;
595 enq++;
608 if (enq > 0)
H A Dam7990.c498 int bix, enq, len, rp; local
507 enq = 0;
556 enq++;
569 if (enq > 0)
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c455 /* int i, sig, enq; */
482 enq = 0;
496 enq = 1;
501 enq = 1;
506 enq = 1;
510 enq = 1;
522 enq = 1;
531 enq = 1;
541 if (enq)
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l86 ENQ|enq { number = 5; return TNUM; }
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c54 int (*enq)(struct dn_sch_inst *, struct dn_queue *, member in struct:cfg_s
212 DX(3, "loop %d enq %d send %p rx %d",
218 ret = c->enq(c->si, q, m);
534 // XXX check enq and deq not null
535 c->enq = p->enqueue;
542 c->enq = default_enqueue;
632 D("sched=%-12s\ttime=%d.%03d sec (%.0f nsec) enq %lu %lu deq\n"
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c277 assert(!tdata->enq);
278 tdata->enq = true;
296 assert(tdata->enq);
297 tdata->enq = false;
1690 if (tdata->enq) {
1742 if (tdata->enq) {
1825 tdata->enq = false;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c819 struct uni_all *enq; local
821 if((enq = UNI_ALLOC()) == NULL) {
825 MK_IE_EPREF(enq->u.status_enq.epref, p->epref,
827 MK_MSG_ORIG(enq, UNI_STATUS_ENQ, p->call->cref, !p->call->mine);
828 uni_enq_call(p->call, SIGC_SEND_STATUS_ENQ, cookie, NULL, enq);
/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c1052 int enq; local
1056 enq = 0;
1071 enq++;
1074 if (enq > 0)
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h216 bool enq; member in struct:prof_tdata_s
/freebsd-11-stable/sys/dev/vte/
H A Dif_vte.c1116 int enq; local
1124 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1144 enq++;
1155 if (enq > 0) {
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2248 int tries, enq; local
2263 enq = 0;
2279 enq++;
2283 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
2315 int enq, tries, error; local
2342 enq = 0;
2359 enq++;
2363 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
/freebsd-11-stable/sys/mips/idt/
H A Dif_kr.c751 int enq; local
761 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
779 enq++;
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c1123 int error, enq = 0; local
1143 enq++;
1147 if (enq > 0) {
/freebsd-11-stable/sys/dev/nge/
H A Dif_nge.c1998 int enq; local
2008 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
2026 enq++;
2034 if (enq > 0) {
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c1383 int enq; local
1406 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1426 enq++;
1430 if (enq > 0) {
/freebsd-11-stable/sys/dev/ste/
H A Dif_ste.c1891 int enq; local
1900 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd);) {
1940 enq++;
1948 if (enq > 0)
/freebsd-11-stable/sys/dev/stge/
H A Dif_stge.c1172 int enq; local
1182 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1204 enq++;
1212 if (enq > 0) {
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c1954 int enq, idx; local
1967 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1989 enq++;
1997 if (enq > 0) {
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c1959 int enq; local
1969 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1987 enq++;
1995 if (enq > 0) {
/freebsd-11-stable/sys/mips/atheros/
H A Dif_arge.c1635 int enq = 0; local
1665 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1683 enq++;
1691 __func__, enq);
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.c2261 int enq; local
2275 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
2293 enq++;
2301 if (enq > 0) {
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c1738 int enq; local
1748 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1765 enq++;
1773 if (enq > 0) {

Completed in 714 milliseconds

12