Home
last modified time | relevance | path

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

123456789

/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.txt32 -- 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
53 as free descriptor queues or the
54 transmit DMA queues.
58 <"base queue #" "# of queues">.
60 for interruptible queues. The driver additionally sets
67 queues looking for descriptors that have been pushed
90 monitor up to 32 queues starting at the base queue #.
132 managed-queues = <0 0x2000>;
[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/contrib/device-tree/Bindings/misc/
H A Dintel,ixp4xx-ahb-queue-manager.yaml14 The IXP4xx AHB Queue Manager maintains queues as circular buffers in
17 IXP4xx for accelerating queues, especially for networking. Clients pick
18 queues from the queue manager with foo-queue = <&qmgr N> where the
33 - description: Interrupt for queues 0-31
34 - description: Interrupt for queues 32-63
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c98 struct ntb_net_queue *queues; member
152 q = &sc->queues[i]; in ntb_net_attach()
190 ntb_transport_link_up(sc->queues[i].qp); in ntb_net_attach()
202 ntb_transport_link_down(sc->queues[i].qp); in ntb_net_detach()
207 q = &sc->queues[i]; in ntb_net_detach()
214 free(sc->queues, M_DEVBUF); in ntb_net_detach()
227 if_setbaudrate(ifp, ntb_transport_link_speed(sc->queues[0].qp)); in ntb_net_init()
313 if (ntb_transport_link_query(sc->queues[0].qp)) in ntb_ifmedia_sts()
366 q = &sc->queues[i]; in ntb_transmit()
412 q = &sc->queues[i]; in ntb_qflush()
[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()
818 STAILQ_INIT(&queues); in main()
831 STAILQ_FOREACH(itq, &queues, links) { in main()
849 STAILQ_FOREACH(itq, &queues, links) { in main()
867 STAILQ_FOREACH(itq, &queues, links) { in main()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dbrcm,systemport.yaml25 - description: interrupt line for RX queues
26 - description: interrupt line for TX queues
54 Number of HW transmit queues
61 Number of HW receive queues
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 Dintel,dwmac-plat.yaml68 mtl_rx_setup: rx-queues-config {
69 snps,rx-queues-to-use = <2>;
84 mtl_tx_setup: tx-queues-config {
85 snps,tx-queues-to-use = <2>;
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
H A Dsnps,dwmac.yaml182 implements the 'rx-queues-config' object described in
185 rx-queues-config:
188 snps,rx-queues-to-use:
190 description: number of RX queues to be used in the driver
307 implements the 'tx-queues-config' object described in
310 tx-queues-config:
313 snps,tx-queues-to-use:
697 mtl_rx_setup: rx-queues-config {
698 snps,rx-queues-to-use = <1>;
707 mtl_tx_setup: tx-queues-config {
[all …]
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c161 struct ptnet_queue *queues; member
362 if (sc->queues == NULL) { in ptnet_attach()
524 if (sc->queues) { in ptnet_detach()
554 if (sc->queues) { in ptnet_detach()
565 free(sc->queues, M_DEVBUF); in ptnet_detach()
566 sc->queues = NULL; in ptnet_detach()
793 pq = sc-> queues + i; in ptnet_ioctl()
809 pq = sc-> queues + i; in ptnet_ioctl()
1187 pq = sc->queues + i; in ptnet_nm_register()
1196 pq = sc->queues + i; in ptnet_nm_register()
[all …]
/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
/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.dts305 mtl_rx_setup: rx-queues-config {
306 snps,rx-queues-to-use = <4>;
335 mtl_tx_setup: tx-queues-config {
336 snps,tx-queues-to-use = <4>;
375 mtl_rx_setup1: rx-queues-config {
376 snps,rx-queues-to-use = <4>;
405 mtl_tx_setup1: tx-queues-config {
406 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()
525 sc->queues = mallocarray(sc->num_queues, sizeof(struct epair_queue), in epair_alloc_sc()
528 struct epair_queue *q = &sc->queues[i]; in epair_alloc_sc()
623 struct epair_queue *q = &sc->queues[i]; in epair_free_sc()
626 free(sc->queues, M_EPAIR); in epair_free_sc()
773 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/src/arm64/rockchip/
H A Drk3568.dtsi205 gmac0_mtl_rx_setup: rx-queues-config {
206 snps,rx-queues-to-use = <1>;
210 gmac0_mtl_tx_setup: tx-queues-config {
211 snps,tx-queues-to-use = <1>;

123456789