Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd/contrib/sendmail/contrib/
H A Dmovemail.pl50 use vars qw(@queues $subqbase @ages $remqueue $lockfile);
53 if ($#queues < 1) {
58 if ($#ages != ($#queues - 1)) {
78 for (my $n = $#queues - 1; $n >= 0; $n--) {
90 opendir(DIR, $queues[$n])
91 or die "Can't open $queues[$n]: $!";
93 &$remsub("$queues[$n]/$subdir", "$queues[$n+1]/$subdir",
99 &$remsub($queues[$n], $queues[$n+1], $ages[$n]);
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt9 management of the packet queues. Packets are queued/de-queued by writing or
32 -- managed-queues : the actual queues managed by each queue manager
33 instance, specified as <"base queue #" "# of queues">.
51 - qpend : pool of qpend(interruptible) queues
52 - general-purpose : pool of general queues, primarily used
53 as free descriptor queues or the
54 transmit DMA queues.
55 - accumulator : pool of queues on PDSP accumulator channel
57 -- qrange : number of queues to use per queue range, specified as
58 <"base queue #" "# of queues">.
[all …]
/freebsd/sys/crypto/ccp/
H A Dccp_lsb.c46 qp = &sc->queues[queue]; in ccp_queue_decode_lsb_regions()
74 for (q = 0; q < nitems(sc->queues); q++) { in ccp_assign_lsb_regions()
78 sc->queues[q].private_lsb = -1; in ccp_assign_lsb_regions()
84 sc->queues[q].private_lsb = i; in ccp_assign_lsb_regions()
H A Dccp.c143 for (i = 0; i < nitems(sc->queues); i++) { in ccp_initialize_queues()
144 qp = &sc->queues[i]; in ccp_initialize_queues()
163 for (i = 0; i < nitems(sc->queues); i++) { in ccp_free_queues()
164 qp = &sc->queues[i]; in ccp_free_queues()
461 for (q = 0; q < nitems(sc->queues); q++) in ccp_newsession()
464 if (q == nitems(sc->queues)) { in ccp_newsession()
543 qp = &sc->queues[s->queue]; in ccp_process()
778 if (qindex >= nitems(sc->queues)) { in DB_SHOW_COMMAND()
782 db_show_ccp_qp(&sc->queues[qindex]); in DB_SHOW_COMMAND()
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c98 struct ntb_net_queue *queues; member
144 sc->queues = malloc(sc->num_queues * sizeof(struct ntb_net_queue), in ntb_net_attach()
148 q = &sc->queues[i]; in ntb_net_attach()
186 ntb_transport_link_up(sc->queues[i].qp); in ntb_net_attach()
198 ntb_transport_link_down(sc->queues[i].qp); in ntb_net_detach()
203 q = &sc->queues[i]; in ntb_net_detach()
210 free(sc->queues, M_DEVBUF); in ntb_net_detach()
223 if_setbaudrate(ifp, ntb_transport_link_speed(sc->queues[0].qp)); in ntb_net_init()
224 if_link_state_change(ifp, ntb_transport_link_query(sc->queues[0].qp) ? in ntb_net_init()
309 if (ntb_transport_link_query(sc->queues[0].qp)) in ntb_ifmedia_sts()
[all …]
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c84 queues = STAILQ_HEAD_INITIALIZER(queues),
248 STAILQ_INSERT_TAIL(&queues, n1, links); in parse_queue()
256 if (STAILQ_EMPTY(&queues)) { in parse_single_queue()
260 STAILQ_INSERT_TAIL(&queues, n1, links); in parse_single_queue()
316 bool valid = !STAILQ_EMPTY(&queues); in validate_queue()
326 bool valid = !STAILQ_EMPTY(&queues) && in validate_single_queue()
327 STAILQ_NEXT(STAILQ_FIRST(&queues), links) == NULL; in validate_single_queue()
818 STAILQ_INIT(&queues); in main()
831 STAILQ_FOREACH(itq, &queues, links) { in main()
849 STAILQ_FOREACH(itq, &queues, links) { in main()
[all …]
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c129 struct buf_ring *bufring; /* for TX queues */
161 struct ptnet_queue *queues; member
360 sc->queues = malloc(sizeof(struct ptnet_queue) * sc->num_rings, in ptnet_attach()
362 if (sc->queues == NULL) { in ptnet_attach()
366 sc->rxqueues = sc->queues + num_tx_rings; in ptnet_attach()
369 struct ptnet_queue *pq = sc->queues + i; in ptnet_attach()
518 if (sc->queues) { in ptnet_detach()
521 struct ptnet_queue *pq = sc->queues + i; in ptnet_detach()
548 if (sc->queues) { in ptnet_detach()
550 struct ptnet_queue *pq = sc->queues in ptnet_detach()
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/st/
H A Dstm32mp253.dtsi74 mtl_rx_setup_2: rx-queues-config {
75 snps,rx-queues-to-use = <2>;
80 mtl_tx_setup_2: tx-queues-config {
81 snps,tx-queues-to-use = <4>;
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-qdma.txt22 - fsl,dma-queues: Should contain number of queues supported.
28 based on queues
52 fsl,dma-queues = <2>;
/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg.txt5 # niqflint = 1023 ingress queues with freelists and/or interrupts
6 # nethctrl = 64K Ethernet or ctrl egress queues
7 # neq = 64K egress queues of all kinds, including freelists
26 # of number of egress queues used
31 # queues, and 0xfff for LP which
33 # in function of egress queues
38 # function of number of egress queues
H A Dt5fw_cfg_hashfilter.txt5 # niqflint = 1023 ingress queues with freelists and/or interrupts
6 # nethctrl = 64K Ethernet or ctrl egress queues
7 # neq = 64K egress queues of all kinds, including freelists
26 # of number of egress queues used
31 # queues, and 0xfff for LP which
33 # in function of egress queues
38 # function of number of egress queues
H A Dt4fw_cfg.txt5 # niqflint = 1023 ingress queues with freelists and/or interrupts
6 # nethctrl = 64K Ethernet or ctrl egress queues
7 # neq = 64K egress queues of all kinds, including freelists
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl-fec.txt14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
15 hw multi queues. Should specify the tx queue number, otherwise set tx queue
17 - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports
18 hw multi queues. Should specify the rx queue number, otherwise set rx queue
39 tx/rx queues 1 and 2. "int0" will be used for queue 0 and ENET_MII interrupts.
40 For imx6sx, "int0" handles all 3 queues and ENET_MII. "pps" is for the pulse
H A Dbrcm,systemport.txt10 interrupts, and the second cell should be for the transmit queues. An
21 - systemport,num-txq: number of HW transmit queues, an integer
22 - systemport,num-rxq: number of HW receive queues, an integer
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dfsl-imx25-tsadc.txt3 This device combines two general purpose conversion queues one used for general
15 conversion queues.
20 This device includes two conversion queues which can be added as subnodes.
/freebsd/sys/contrib/dev/rtw88/
H A Dmac.h37 void rtw_mac_flush_queues(struct rtw_dev *rtwdev, u32 queues, bool drop);
42 rtw_mac_flush_queues(rtwdev, BIT(rtwdev->hw->queues) - 1, drop); in rtw_mac_flush_all_queues()
H A Dhci.h14 void (*flush_queues)(struct rtw_dev *rtwdev, u32 queues, bool drop);
259 static inline void rtw_hci_flush_queues(struct rtw_dev *rtwdev, u32 queues, in rtw_hci_flush_queues() argument
263 rtwdev->hci.ops->flush_queues(rtwdev, queues, drop); in rtw_hci_flush_queues()
270 BIT(rtwdev->hw->queues) - 1, in rtw_hci_flush_all_queues()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsa8540p-ride.dts196 ethernet0_mtl_rx_setup: rx-queues-config {
197 snps,rx-queues-to-use = <1>;
226 ethernet0_mtl_tx_setup: tx-queues-config {
227 snps,tx-queues-to-use = <1>;
273 ethernet1_mtl_rx_setup: rx-queues-config {
274 snps,rx-queues-to-use = <1>;
303 ethernet1_mtl_tx_setup: tx-queues-config {
304 snps,tx-queues-to-use = <1>;
H A Dsa8775p-ride.dtsi281 mtl_rx_setup: rx-queues-config {
282 snps,rx-queues-to-use = <4>;
311 mtl_tx_setup: tx-queues-config {
312 snps,tx-queues-to-use = <4>;
350 mtl_rx_setup1: rx-queues-config {
351 snps,rx-queues-to-use = <4>;
380 mtl_tx_setup1: tx-queues-config {
381 snps,tx-queues-to-use = <4>;
/freebsd/sys/net/
H A Dif_epair.c119 struct epair_queue *queues; member
229 return (&sc->queues[bucket]); in epair_select_queue()
522 sc->queues = mallocarray(sc->num_queues, sizeof(struct epair_queue), in epair_alloc_sc()
525 struct epair_queue *q = &sc->queues[i]; in epair_alloc_sc()
618 struct epair_queue *q = &sc->queues[i]; in epair_free_sc()
621 free(sc->queues, M_EPAIR); in epair_free_sc()
762 q = &sc->queues[i]; in epair_drain_rings()
/freebsd/share/examples/pf/
H A Dfaq-example315 # define the parameters for the child queues.
18 # www_ext - container queue for WWW server queues. limit to
39 # define the parameters for the child queues.
63 # define the parameters for the child queues.
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,message-manager.txt5 configurable queues selectable at SoC(System on Chip) integration. The Message
6 manager is broken up into queues in different address regions that are called
/freebsd/sys/contrib/device-tree/Bindings/scsi/
H A Dhisilicon-sas.txt19 - queue-count : number of delivery and completion queues in the controller
21 - interrupts : For v1 hw: Interrupts for phys, completion queues, and fatal
38 For v2 hw: Interrupts for phys, Sata, and completion queues;
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dhisilicon,hip07-sec.txt10 Region 1 has registers for functionality common to all queues.
11 Regions 2-18 have registers for the 16 individual queues which are isolated
/freebsd/sbin/pfctl/
H A Dpf_ruleset.c136 TAILQ_INIT(&ruleset->rules[i].queues[0]); in pf_init_ruleset()
137 TAILQ_INIT(&ruleset->rules[i].queues[1]); in pf_init_ruleset()
138 ruleset->rules[i].active.ptr = &ruleset->rules[i].queues[0]; in pf_init_ruleset()
139 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_ruleset()

12345678