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

12

/freebsd-10-stable/usr.sbin/mlxcontrol/
H A Dcommand.c291 struct mlx_enquiry2 enq; local
302 if (mlx_enquiry(unit, &enq)) {
307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
313 sprintf(buf, " model 0x%x", enq.me_hardware_id & 0xff);
319 enq.me_actual_channels,
320 enq.me_actual_channels > 1 ? "s" : "",
321 enq.me_firmware_id & 0xff,
322 (enq.me_firmware_id >> 8) & 0xff,
323 (enq.me_firmware_id >> 16),
324 (enq
[all...]
H A Dmlxcontrol.h45 extern int mlx_enquiry(int unit, struct mlx_enquiry2 *enq);
H A Dinterface.c186 mlx_enquiry(int unit, struct mlx_enquiry2 *enq) argument
191 cmd.mu_datasize = sizeof(*enq);
192 cmd.mu_buf = enq;
/freebsd-10-stable/contrib/jemalloc/src/
H A Dprof.c150 assert(prof_tdata->enq == false);
151 prof_tdata->enq = true;
165 assert(prof_tdata->enq);
166 prof_tdata->enq = false;
972 if (prof_tdata->enq) {
1022 if (prof_tdata->enq) {
1097 prof_tdata->enq = false;
/freebsd-10-stable/sys/dev/le/
H A Dam7990.c498 int bix, enq, len, rp; local
507 enq = 0;
556 enq++;
569 if (enq > 0)
H A Dam79900.c536 int bix, enq, len, rp; local
545 enq = 0;
595 enq++;
608 if (enq > 0)
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmain.c51 int (*enq)(struct dn_sch_inst *, struct dn_queue *, member in struct:cfg_s
123 if (c->enq)
124 return c->enq(c->si, FI2Q(c, m->flow_id), m);
157 DX(3, "loop %d enq %d send %p rx %d",
442 c->enq = p->enqueue;
/freebsd-10-stable/usr.sbin/kbdcontrol/
H A Dlex.l83 ENQ|enq { number = 5; return TNUM; }
/freebsd-10-stable/sys/dev/sound/midi/
H A Dmidi.c458 /* int i, sig, enq; */
485 enq = 0;
499 enq = 1;
504 enq = 1;
509 enq = 1;
513 enq = 1;
525 enq = 1;
534 enq = 1;
544 if (enq)
/freebsd-10-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-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h175 bool enq; member in struct:prof_tdata_s
/freebsd-10-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c1049 int enq; local
1053 enq = 0;
1068 enq++;
1071 if (enq > 0)
/freebsd-10-stable/sys/dev/vte/
H A Dif_vte.c1115 int enq; local
1123 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1143 enq++;
1154 if (enq > 0) {
/freebsd-10-stable/sys/mips/atheros/
H A Dif_arge.c1204 int enq = 0; local
1234 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1252 enq++;
1260 __func__, enq);
/freebsd-10-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2232 int tries, enq; local
2247 enq = 0;
2263 enq++;
2267 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
2299 int enq, tries, error; local
2326 enq = 0;
2343 enq++;
2347 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
/freebsd-10-stable/sys/dev/hme/
H A Dif_hme.c1122 int error, enq = 0; local
1142 enq++;
1146 if (enq > 0) {
/freebsd-10-stable/sys/mips/idt/
H A Dif_kr.c748 int enq; local
758 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
776 enq++;
/freebsd-10-stable/sys/dev/et/
H A Dif_et.c1379 int enq; local
1402 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1422 enq++;
1426 if (enq > 0) {
/freebsd-10-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-10-stable/sys/dev/ste/
H A Dif_ste.c1892 int enq; local
1901 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd);) {
1941 enq++;
1949 if (enq > 0)
/freebsd-10-stable/sys/dev/vge/
H A Dif_vge.c1955 int enq, idx; local
1968 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1990 enq++;
1998 if (enq > 0) {
/freebsd-10-stable/sys/dev/vr/
H A Dif_vr.c1960 int enq; local
1970 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1988 enq++;
1996 if (enq > 0) {
/freebsd-10-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-10-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-10-stable/sys/dev/nfe/
H A Dif_nfe.c2642 int enq; local
2650 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd);) {
2662 enq++;
2666 if (enq > 0) {

Completed in 349 milliseconds

12