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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c686 struct dn_aqm_pie_parms *pcfg; local
714 pcfg = fs->aqmcfg;
717 pcfg->qdelay_ref = pie_sysctl.qdelay_ref * AQM_TIME_1US;
719 pcfg->qdelay_ref = ep->par[0];
721 pcfg->tupdate = pie_sysctl.tupdate * AQM_TIME_1US;
723 pcfg->tupdate = ep->par[1];
725 pcfg->max_burst = pie_sysctl.max_burst * AQM_TIME_1US;
727 pcfg->max_burst = ep->par[2];
729 pcfg->max_ecnth = pie_sysctl.max_ecnth;
731 pcfg
778 struct dn_aqm_pie_parms *pcfg; local
[all...]
H A Ddn_sched_fq_pie.c91 struct dn_aqm_pie_parms pcfg; /* PIE configuration Parameters */ member in struct:dn_sch_fq_pie_parms
169 value = fq_pie_sysctl.pcfg.alpha;
171 value = fq_pie_sysctl.pcfg.beta;
181 fq_pie_sysctl.pcfg.alpha = value;
183 fq_pie_sysctl.pcfg.beta = value;
194 value = fq_pie_sysctl.pcfg.qdelay_ref;
196 value = fq_pie_sysctl.pcfg.tupdate;
198 value = fq_pie_sysctl.pcfg.max_burst;
209 fq_pie_sysctl.pcfg.qdelay_ref = value;
211 fq_pie_sysctl.pcfg
[all...]
/freebsd-11-stable/usr.sbin/usbconfig/
H A Ddump.c406 struct libusb20_config *pcfg = NULL; local
424 pcfg = libusb20_dev_alloc_config(pdev, cfg_index);
425 if (!pcfg) {
429 cdesc = &(pcfg->desc);
431 dump_extra(&(pcfg->extra), " " " ");
433 for (x = 0; x != pcfg->num_interface; x++) {
435 dump_iface(pdev, pcfg->interface + x);
437 for (y = 0; y != (pcfg->interface + x)->num_altsetting; y++) {
440 (pcfg->interface + x)->altsetting + y);
445 free(pcfg);
[all...]
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.c290 struct ar8327_port_cfg *pcfg,
304 pcfg->force_link = 1;
313 pcfg->speed = AR8327_PORT_SPEED_10;
316 pcfg->speed = AR8327_PORT_SPEED_100;
319 pcfg->speed = AR8327_PORT_SPEED_1000;
335 pcfg->duplex = val;
341 pcfg->txpause = val;
347 pcfg->rxpause = val;
354 pcfg->speed,
355 pcfg
289 ar8327_fetch_pdata_port(struct arswitch_softc *sc, struct ar8327_port_cfg *pcfg, int port) argument
[all...]
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c950 struct libusb20_config *pcfg; local
961 pcfg = libusb20_dev_alloc_config(pdev,
964 if (pcfg == NULL)
967 for (x = 0; x != pcfg->num_interface; x++) {
971 iface = (pcfg->interface + x);
981 if (x == pcfg->num_interface)
983 iface = (pcfg->interface + x);
1003 free(pcfg);
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_cdce.c572 const struct usb_config *pcfg; local
644 pcfg = cdce_config; /* Default Configuration */
654 pcfg = cdce_ncm_config;
658 pcfg, CDCE_N_TRANSFER, sc, &sc->sc_mtx);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c4131 q80_set_port_cfg_t *pcfg; local
4138 pcfg = (q80_set_port_cfg_t *)ha->hw.mbox;
4139 bzero(pcfg, sizeof(q80_set_port_cfg_t));
4141 pcfg->opcode = Q8_MBX_SET_PORT_CONFIG;
4142 pcfg->count_version = (sizeof (q80_set_port_cfg_t) >> 2);
4143 pcfg->count_version |= Q8_MBX_CMD_VERSION;
4145 pcfg->cfg_bits = cfg_bits;
4156 if (qla_mbx_cmd(ha, (uint32_t *)pcfg,
4240 q80_get_port_cfg_t *pcfg; local
4246 pcfg
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c392 ipfw_cfg_lheader **pcfg, size_t *psize);
2879 * and stores its pointer to @pcfg.
2881 * Caller is responsible for freeing @pcfg.
2888 ipfw_cfg_lheader **pcfg, size_t *psize)
2927 *pcfg = cfg;
2887 ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader **pcfg, size_t *psize) argument

Completed in 114 milliseconds