Home
last modified time | relevance | path

Searched defs:tpd (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/bridge/
Dti-tpd12s015.c43 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_attach() local
64 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detach() local
71 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detect() local
81 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_enable() local
88 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_disable() local
103 struct tpd12s015_device *tpd = data; in tpd12s015_hpd_isr() local
113 struct tpd12s015_device *tpd; in tpd12s015_probe() local
184 struct tpd12s015_device *tpd = platform_get_drvdata(pdev); in tpd12s015_remove() local
/Linux-v5.10/drivers/net/ethernet/qualcomm/emac/
Demac-mac.h79 #define TPD_BUF_LEN_SET(tpd, val) BITS_SET((tpd)->word[0], 0, 15, val) argument
81 #define TPD_CSX_SET(tpd, val) BITS_SET((tpd)->word[1], 8, 8, val) argument
83 #define TPD_LSO(tpd) BITS_GET((tpd)->word[1], 12, 12) argument
84 #define TPD_LSO_SET(tpd, val) BITS_SET((tpd)->word[1], 12, 12, val) argument
89 #define TPD_LSOV_SET(tpd, val) BITS_SET((tpd)->word[1], 13, 13, val) argument
93 #define TPD_IPV4_SET(tpd, val) BITS_SET((tpd)->word[1], 16, 16, val) argument
97 #define TPD_TYP_SET(tpd, val) BITS_SET((tpd)->word[1], 17, 17, val) argument
99 #define TPD_BUFFER_ADDR_L_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
103 #define TPD_CVLAN_TAG_SET(tpd, val) BITS_SET((tpd)->word[3], 0, 15, val) argument
106 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
[all …]
Demac-mac.c1026 struct emac_tx_queue *tx_q, struct emac_tpd *tpd) in emac_tx_tpd_create()
1248 struct emac_tpd *tpd) in emac_tso_csum()
1329 struct emac_tpd *tpd) in emac_tx_fill_tpd()
1438 struct emac_tpd tpd; in emac_mac_tx_buf_send() local
/Linux-v5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1589 atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd) in atl1e_get_tx_buffer()
1626 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tso_csum()
1698 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tx_map()
1844 struct atl1e_tpd_desc *tpd) in atl1e_tx_queue()
1860 struct atl1e_tpd_desc *tpd; in atl1e_xmit_frame() local
/Linux-v5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1941 atl1c_get_tx_buffer(struct atl1c_adapter *adapter, struct atl1c_tpd_desc *tpd) in atl1c_get_tx_buffer()
1969 struct atl1c_tpd_desc **tpd, in atl1c_tso_csum()
2071 struct atl1c_tpd_desc *tpd; in atl1c_tx_rollback() local
2088 struct sk_buff *skb, struct atl1c_tpd_desc *tpd, in atl1c_tx_map()
2185 struct atl1c_tpd_desc *tpd, enum atl1c_trans_queue type) in atl1c_tx_queue()
2199 struct atl1c_tpd_desc *tpd; in atl1c_xmit_frame() local
/Linux-v5.10/drivers/atm/
Dhe.c1611 struct he_tpd *tpd; in __alloc_tpd() local
1807 struct he_tpd *tpd; in he_service_tbrq() local
2053 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) in __enqueue_tpd()
2336 struct he_tpd *tpd; in he_close() local
2494 struct he_tpd *tpd; in he_send() local
Dfore200e.h142 typedef struct tpd { struct
144 struct tpd_spec spec; /* tpd specification */ argument
145 struct tpd_rate rate; /* tpd rate control */ argument
148 } tpd_t; argument
524 struct tpd* tpd; /* addr of transmit PDU descriptor */ member
614 … struct chunk tpd; /* array of tpds */ member
Dfore200e.c1474 struct tpd* tpd; in fore200e_send() local
Dhe.h182 volatile u32 tpd; member
/Linux-v5.10/drivers/gpu/drm/i915/display/
Ddvo_ch7xxx.c280 u8 tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local
/Linux-v5.10/drivers/net/ethernet/atheros/alx/
Dalx.h76 struct alx_txd *tpd; member
Dmain.c1439 struct alx_txd *tpd, *first_tpd; in alx_map_tx_skb() local
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl1.c2292 struct tx_packet_desc *tpd; in atl1_tx_queue() local