Searched refs:pcfg (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c689 struct dn_aqm_pie_parms *pcfg; local
717 pcfg = fs->aqmcfg;
720 pcfg->qdelay_ref = pie_sysctl.qdelay_ref * AQM_TIME_1US;
722 pcfg->qdelay_ref = ep->par[0];
724 pcfg->tupdate = pie_sysctl.tupdate * AQM_TIME_1US;
726 pcfg->tupdate = ep->par[1];
728 pcfg->max_burst = pie_sysctl.max_burst * AQM_TIME_1US;
730 pcfg->max_burst = ep->par[2];
732 pcfg->max_ecnth = pie_sysctl.max_ecnth;
734 pcfg
781 struct dn_aqm_pie_parms *pcfg; local
[all...]
H A Ddn_sched_fq_pie.c88 struct dn_aqm_pie_parms pcfg; /* PIE configuration Parameters */ member in struct:dn_sch_fq_pie_parms
164 value = fq_pie_sysctl.pcfg.alpha;
166 value = fq_pie_sysctl.pcfg.beta;
176 fq_pie_sysctl.pcfg.alpha = value;
178 fq_pie_sysctl.pcfg.beta = value;
189 value = fq_pie_sysctl.pcfg.qdelay_ref;
191 value = fq_pie_sysctl.pcfg.tupdate;
193 value = fq_pie_sysctl.pcfg.max_burst;
204 fq_pie_sysctl.pcfg.qdelay_ref = value;
206 fq_pie_sysctl.pcfg
[all...]
/freebsd-current/usr.sbin/usbconfig/
H A Ddump.c547 struct libusb20_config *pcfg = NULL; local
565 pcfg = libusb20_dev_alloc_config(pdev, cfg_index);
566 if (!pcfg) {
570 cdesc = &(pcfg->desc);
572 dump_extra(&(pcfg->extra), " " " ");
574 for (x = 0; x != pcfg->num_interface; x++) {
576 dump_iface(pdev, pcfg->interface + x);
578 for (y = 0; y != (pcfg->interface + x)->num_altsetting; y++) {
581 (pcfg->interface + x)->altsetting + y);
586 free(pcfg);
[all...]
/freebsd-current/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.c320 struct ar8327_port_cfg *pcfg,
334 pcfg->force_link = 1;
343 pcfg->speed = AR8327_PORT_SPEED_10;
346 pcfg->speed = AR8327_PORT_SPEED_100;
349 pcfg->speed = AR8327_PORT_SPEED_1000;
365 pcfg->duplex = val;
371 pcfg->txpause = val;
377 pcfg->rxpause = val;
384 pcfg->speed,
385 pcfg
319 ar8327_fetch_pdata_port(struct arswitch_softc *sc, struct ar8327_port_cfg *pcfg, int port) argument
[all...]
/freebsd-current/tools/tools/usbtest/
H A Dusb_msc_test.c951 struct libusb20_config *pcfg; local
962 pcfg = libusb20_dev_alloc_config(pdev,
965 if (pcfg == NULL)
968 for (x = 0; x != pcfg->num_interface; x++) {
972 iface = (pcfg->interface + x);
982 if (x == pcfg->num_interface)
984 iface = (pcfg->interface + x);
1004 free(pcfg);
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c4055 q80_set_port_cfg_t *pcfg; local
4062 pcfg = (q80_set_port_cfg_t *)ha->hw.mbox;
4063 bzero(pcfg, sizeof(q80_set_port_cfg_t));
4065 pcfg->opcode = Q8_MBX_SET_PORT_CONFIG;
4066 pcfg->count_version = (sizeof (q80_set_port_cfg_t) >> 2);
4067 pcfg->count_version |= Q8_MBX_CMD_VERSION;
4069 pcfg->cfg_bits = cfg_bits;
4080 if (qla_mbx_cmd(ha, (uint32_t *)pcfg,
4162 q80_get_port_cfg_t *pcfg; local
4168 pcfg
[all...]
/freebsd-current/sys/dev/usb/net/
H A Dif_cdce.c613 const struct usb_config *pcfg; local
683 pcfg = cdce_config; /* Default Configuration */
692 pcfg = cdce_ncm_config;
696 pcfg, CDCE_N_TRANSFER, sc, &sc->sc_mtx);
/freebsd-current/sbin/ipfw/
H A Dipfw2.c412 ipfw_cfg_lheader **pcfg, size_t *psize);
3034 * and stores its pointer to @pcfg.
3036 * Caller is responsible for freeing @pcfg.
3043 ipfw_cfg_lheader **pcfg, size_t *psize)
3082 *pcfg = cfg;
3042 ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader **pcfg, size_t *psize) argument

Completed in 289 milliseconds