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

12

/freebsd-12-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-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h175 bool enq; member in struct:prof_tdata_s
/freebsd-12-stable/sys/dev/le/
H A Dam7990.c500 int bix, enq, len, rp; local
509 enq = 0;
558 enq++;
571 if (enq > 0)
H A Dam79900.c538 int bix, enq, len, rp; local
547 enq = 0;
597 enq++;
610 if (enq > 0)
/freebsd-12-stable/sys/dev/sound/midi/
H A Dmidi.c457 /* int i, sig, enq; */
484 enq = 0;
498 enq = 1;
503 enq = 1;
508 enq = 1;
512 enq = 1;
524 enq = 1;
533 enq = 1;
543 if (enq)
/freebsd-12-stable/usr.sbin/kbdcontrol/
H A Dlex.l86 ENQ|enq { number = 5; return TNUM; }
/freebsd-12-stable/sys/dev/xilinx/
H A Dif_xae.c269 int enq; local
276 enq = 0;
289 enq++;
295 if (enq > 0)
/freebsd-12-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-12-stable/contrib/jemalloc/src/
H A Dprof.c285 assert(!tdata->enq);
286 tdata->enq = true;
302 assert(tdata->enq);
303 tdata->enq = false;
1796 if (tdata->enq) {
1853 if (tdata->enq) {
1934 tdata->enq = false;
/freebsd-12-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-12-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c1096 int enq; local
1100 enq = 0;
1115 enq++;
1118 if (enq > 0)
/freebsd-12-stable/sys/dev/altera/atse/
H A Dif_atse.c309 int enq; local
314 enq = 0;
327 enq++;
333 if (enq > 0)
/freebsd-12-stable/sys/dev/vte/
H A Dif_vte.c1118 int enq; local
1126 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1146 enq++;
1157 if (enq > 0) {
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dif_are.c856 int enq; local
867 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
885 enq++;
893 if (enq > 0) {
/freebsd-12-stable/sys/arm/ralink/
H A Dif_fv.c906 int enq; local
917 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
935 enq++;
943 if (enq > 0) {
/freebsd-12-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2257 int tries, enq; local
2272 enq = 0;
2288 enq++;
2292 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
2324 int enq, tries, error; local
2351 enq = 0;
2368 enq++;
2372 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
/freebsd-12-stable/sys/dev/hme/
H A Dif_hme.c1127 int error, enq = 0; local
1147 enq++;
1151 if (enq > 0) {
/freebsd-12-stable/sys/dev/et/
H A Dif_et.c1387 int enq; local
1410 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1430 enq++;
1434 if (enq > 0) {
/freebsd-12-stable/sys/dev/nge/
H A Dif_nge.c2000 int enq; local
2010 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
2028 enq++;
2036 if (enq > 0) {
/freebsd-12-stable/sys/dev/vr/
H A Dif_vr.c1961 int enq; local
1971 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1989 enq++;
1997 if (enq > 0) {
/freebsd-12-stable/sys/dev/ste/
H A Dif_ste.c1893 int enq; local
1902 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd);) {
1942 enq++;
1950 if (enq > 0)
/freebsd-12-stable/sys/dev/stge/
H A Dif_stge.c1174 int enq; local
1184 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1206 enq++;
1214 if (enq > 0) {
/freebsd-12-stable/sys/dev/vge/
H A Dif_vge.c1956 int enq, idx; local
1969 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1991 enq++;
1999 if (enq > 0) {

Completed in 420 milliseconds

12