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

12

/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/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.1-release/sys/dev/sound/midi/
H A Dmidi.c450 /* int i, sig, enq; */
477 enq = 0;
491 enq = 1;
496 enq = 1;
501 enq = 1;
505 enq = 1;
517 enq = 1;
526 enq = 1;
536 if (enq)
/freebsd-10.1-release/usr.sbin/kbdcontrol/
H A Dlex.l83 ENQ|enq { number = 5; return TNUM; }
/freebsd-10.1-release/sys/dev/virtio/block/
H A Dvirtio_blk.c829 int enq; local
832 enq = 0;
847 enq++;
850 if (enq > 0)
/freebsd-10.1-release/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.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h175 bool enq; member in struct:prof_tdata_s
/freebsd-10.1-release/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.1-release/sys/mips/atheros/
H A Dif_arge.c1203 int enq = 0; local
1233 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1251 enq++;
1259 __func__, enq);
/freebsd-10.1-release/sys/dev/virtio/network/
H A Dif_vtnet.c2215 int tries, enq; local
2230 enq = 0;
2246 enq++;
2250 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
2282 int enq, tries, error; local
2309 enq = 0;
2326 enq++;
2330 if (enq > 0 && vtnet_txq_notify(txq) != 0) {
/freebsd-10.1-release/sys/dev/hme/
H A Dif_hme.c1122 int error, enq = 0; local
1142 enq++;
1146 if (enq > 0) {
/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/sys/dev/age/
H A Dif_age.c1743 int enq; local
1753 for (enq = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd); ) {
1770 enq++;
1778 if (enq > 0) {

Completed in 305 milliseconds

12