Searched refs:TxD (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm64/boot/dts/renesas/ |
H A D | rzg2lc-smarc-pinfunction.dtsi | 18 pinmux = <RZG2L_PORT_PINMUX(40, 0, 3)>, /* TxD */ 33 pinmux = <RZG2L_PORT_PINMUX(44, 0, 3)>, /* TxD */ 63 pinmux = <RZG2L_PORT_PINMUX(38, 0, 1)>, /* TxD */ 68 pinmux = <RZG2L_PORT_PINMUX(40, 0, 1)>, /* TxD */
|
H A D | rzg2l-smarc-pinfunction.dtsi | 77 pinmux = <RZG2L_PORT_PINMUX(38, 0, 1)>, /* TxD */ 82 pinmux = <RZG2L_PORT_PINMUX(48, 0, 1)>, /* TxD */
|
H A D | r9a07g043-smarc-pmod.dtso | 36 pinmux = <RZG2L_PORT_PINMUX(2, 2, 5)>, /* TxD */
|
H A D | rzg2ul-smarc-pinfunction.dtsi | 60 pinmux = <RZG2L_PORT_PINMUX(6, 4, 6)>, /* TxD */
|
/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 609 lst_size = (sizeof(struct TxD) * config->max_txds); in init_shared_mem() 893 lst_size = sizeof(struct TxD) * config->max_txds; in free_shared_mem() 2321 struct TxD *txdlp, int get_off) in s2io_txdl_getskb() 2325 struct TxD *txds; in s2io_txdl_getskb() 2338 memset(txdlp, 0, (sizeof(struct TxD) * fifo_data->max_txds)); in s2io_txdl_getskb() 2355 memset(txdlp, 0, (sizeof(struct TxD) * fifo_data->max_txds)); in s2io_txdl_getskb() 2371 struct TxD *txdp; in free_tx_buffers() 3002 struct TxD *txdlp; in tx_intr_handler() 4013 struct TxD *txdp; in s2io_xmit()
|
H A D | s2io.h | 493 struct TxD { struct
|