| /linux-6.15/samples/vfio-mdev/ |
| H A D | mtty.c | 112 struct rxtx { struct 120 struct rxtx rxtx; /* loop back buffer */ argument 383 mdev_state->s[index].rxtx.fifo[ in handle_bar_write() 385 mdev_state->s[index].rxtx.count++; in handle_bar_write() 450 mdev_state->s[index].rxtx.head = 0; in handle_bar_write() 451 mdev_state->s[index].rxtx.tail = 0; in handle_bar_write() 550 mdev_state->s[index].rxtx.count--; in handle_bar_read() 555 mdev_state->s[index].rxtx.tail) { in handle_bar_read() 598 mdev_state->s[index].rxtx.tail)) in handle_bar_read() 629 mdev_state->s[index].rxtx.tail) in handle_bar_read() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | fsl,qe-tsa.yaml | 56 fsl,common-rxtx-pins: 61 Without the 'fsl,common-rxtx-pins' property, the four pins are used. 62 With the 'fsl,common-rxtx-pins' property, two pins are used. 145 # If fsl,common-rxtx-pins is present, only 2 clocks are needed. 149 - fsl,common-rxtx-pins 197 fsl,common-rxtx-pins;
|
| H A D | fsl,cpm1-tsa.yaml | 56 fsl,common-rxtx-pins: 61 Without the 'fsl,common-rxtx-pins' property, the four pins are used. 62 With the 'fsl,common-rxtx-pins' property, two pins are used. 140 # If fsl,common-rxtx-pins is present, only 2 clocks are needed. 144 - fsl,common-rxtx-pins 192 fsl,common-rxtx-pins;
|
| /linux-6.15/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_rxtx.c | 616 struct prestera_sdma *sdma = &sw->rxtx->sdma; in prestera_sdma_switch_init() 684 struct prestera_sdma *sdma = &sw->rxtx->sdma; in prestera_sdma_switch_fini() 784 struct prestera_rxtx *rxtx; in prestera_rxtx_switch_init() local 787 rxtx = kzalloc(sizeof(*rxtx), GFP_KERNEL); in prestera_rxtx_switch_init() 788 if (!rxtx) in prestera_rxtx_switch_init() 791 sw->rxtx = rxtx; in prestera_rxtx_switch_init() 795 kfree(rxtx); in prestera_rxtx_switch_init() 803 kfree(sw->rxtx); in prestera_rxtx_switch_fini() 828 return prestera_sdma_xmit(&port->sw->rxtx->sdma, skb); in prestera_rxtx_xmit()
|
| H A D | prestera.h | 290 struct prestera_rxtx *rxtx; member
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/ |
| H A D | allwinner,sun4i-a10-nand.yaml | 47 const: rxtx 104 dma-names = "rxtx";
|
| H A D | qcom,nandc.yaml | 92 - description: rxtx DMA channel 96 - const: rxtx 150 dma-names = "rxtx";
|
| H A D | ti,gpmc-nand.yaml | 83 dma-names = "rxtx";
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_mm.sh | 214 lldptool -L -i $h1 adminStatus=rxtx >/dev/null 215 lldptool -L -i $h2 adminStatus=rxtx >/dev/null
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | ti,gpmc.yaml | 63 - const: rxtx 168 dma-names = "rxtx";
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | sama5d3_mci2.dtsi | 38 dma-names = "rxtx";
|
| H A D | at91sam9x5.dtsi | 654 dma-names = "rxtx"; 667 dma-names = "rxtx";
|
| H A D | at91sam9g45.dtsi | 858 dma-names = "rxtx"; 871 dma-names = "rxtx";
|
| H A D | sama5d3.dtsi | 109 dma-names = "rxtx"; 271 dma-names = "rxtx";
|
| /linux-6.15/Documentation/devicetree/bindings/mmc/ |
| H A D | atmel,hsmci.yaml | 34 const: rxtx
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | qcom,lpass-cpu.yaml | 223 - const: lpass-rxtx-cdc-dma-lpm 224 - const: lpass-rxtx-lpaif
|
| H A D | qcom,wcd937x.yaml | 47 vdd-rxtx-supply = <&vreg_l18b_1p8>;
|
| H A D | qcom,wcd93xx-common.yaml | 20 vdd-rxtx-supply:
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | whiteheat.c | 160 static int firm_purge(struct usb_serial_port *port, __u8 rxtx); 723 static int firm_purge(struct usb_serial_port *port, __u8 rxtx) in firm_purge() argument 728 purge_command.what = rxtx; in firm_purge()
|
| /linux-6.15/arch/arm/boot/dts/ti/davinci/ |
| H A D | da850.dtsi | 179 serial0_rxtx_pins: serial0-rxtx-pins { 191 serial1_rxtx_pins: serial1-rxtx-pins { 203 serial2_rxtx_pins: serial2-rxtx-pins {
|
| /linux-6.15/net/dccp/ |
| H A D | feat.c | 130 enum dccp_feat_type rxtx; /* RX or TX */ member 335 rx = (is_local == (dccp_feat_table[idx].rxtx == FEAT_AT_RX)); in __dccp_feat_activate()
|
| /linux-6.15/drivers/net/ethernet/broadcom/ |
| H A D | sb1250-mac.c | 271 static void sbdma_channel_start(struct sbmacdma *d, int rxtx); 683 static void sbdma_channel_start(struct sbmacdma *d, int rxtx) in sbdma_channel_start() argument
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sc7280-qcard.dtsi | 46 vdd-rxtx-supply = <&vreg_l18b_1p8>;
|
| H A D | sc7280-idp.dtsi | 44 vdd-rxtx-supply = <&vreg_l18b_1p8>;
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | dm816x.dtsi | 297 dma-names = "rxtx";
|