Home
last modified time | relevance | path

Searched refs:CMD_STOP (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxdp_features.h5 CMD_STOP, /* CMD */ enumerator
H A Dxdp_features.c416 case CMD_STOP: in dut_run()
420 state = CMD_STOP; in dut_run()
639 err = send_and_recv_msg(sockfd, CMD_STOP, NULL, 0); in tester_run()
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H A Dyellowfin.c290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator
758 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
766 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
771 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
779 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
847 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
851 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
867 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
1174 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx()
1266 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H A Dyellowfin.c290 CMD_NOP=0x60000000, CMD_STOP=0x70000000, enumerator
760 yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
768 yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
773 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
781 yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_init_ring()
849 yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
853 yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
869 yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_start_xmit()
1176 yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_rx()
1268 yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); in yellowfin_close()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbinput.c85 CMD_STOP, enumerator
1016 case CMD_STOP: in acpi_db_command_dispatch()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c82 WRITE_RPS1(CMD_STOP); in vbi_workaround()
193 WRITE_RPS1(CMD_STOP); in saa7146_set_vbi_capture()
H A Dsaa7146_hlp.c994 WRITE_RPS0(CMD_STOP); in program_capture_engine()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbinput.c85 CMD_STOP, enumerator
1019 case CMD_STOP: in acpi_db_command_dispatch()
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c82 WRITE_RPS1(CMD_STOP); in vbi_workaround()
193 WRITE_RPS1(CMD_STOP); in saa7146_set_vbi_capture()
H A Dsaa7146_hlp.c702 WRITE_RPS0(CMD_STOP); in program_capture_engine()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcx82310_eth.c19 CMD_STOP = 0x85, /* no effect? */ enumerator
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcx82310_eth.c19 CMD_STOP = 0x85, /* no effect? */ enumerator
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-daemon.c630 CMD_STOP = 2, enumerator
839 case CMD_STOP: in handle_server_socket()
1462 cmd.cmd = CMD_STOP; in __cmd_stop()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dbudget-patch.c445 WRITE_RPS1(CMD_STOP); in budget_patch_attach()
H A Dav7110.c2409 WRITE_RPS1(CMD_STOP); in av7110_attach()
/kernel/linux/linux-5.10/include/media/drv-intf/
H A Dsaa7146.h210 #define CMD_STOP 0x50000000 /* Stop */ macro
/kernel/linux/linux-6.6/include/media/drv-intf/
H A Dsaa7146.h210 #define CMD_STOP 0x50000000 /* Stop */ macro
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dbudget-patch.c445 WRITE_RPS1(CMD_STOP); in budget_patch_attach()
H A Dav7110.c2412 WRITE_RPS1(CMD_STOP); in av7110_attach()
/kernel/linux/linux-5.10/drivers/media/usb/s2255/
H A Ds2255drv.c130 #define CMD_STOP cpu_to_le32((CMD_2255 | 0x30)) macro
2158 buffer[2] = CMD_STOP; in s2255_stop_acquire()
2162 dev_err(&dev->udev->dev, "CMD_STOP error\n"); in s2255_stop_acquire()
/kernel/linux/linux-6.6/drivers/media/usb/s2255/
H A Ds2255drv.c130 #define CMD_STOP cpu_to_le32((CMD_2255 | 0x30)) macro
2156 buffer[2] = CMD_STOP; in s2255_stop_acquire()
2160 dev_err(&dev->udev->dev, "CMD_STOP error\n"); in s2255_stop_acquire()

Completed in 30 milliseconds