Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
A 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/drivers/net/ethernet/qualcomm/emac/
A 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
106 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
125 #define TPD_MSS_SET(tpd, val) BITS_SET((tpd)->word[1], 18, 30, val) argument
127 #define TPD_PKT_LEN_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
[all …]
A 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/drivers/platform/surface/
A Dsurface_platform_profile.c111 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_get() local
132 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_set() local
146 struct ssam_tmp_profile_device *tpd; in surface_platform_profile_probe() local
/linux/drivers/net/ethernet/atheros/atl1e/
A 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/drivers/atm/
A 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
A 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
A Dfore200e.c1472 struct tpd* tpd; in fore200e_send() local
A Dhe.h182 volatile u32 tpd; member
/linux/drivers/net/ethernet/atheros/atl1c/
A Datl1c_main.c2058 atl1c_get_tx_buffer(struct atl1c_adapter *adapter, struct atl1c_tpd_desc *tpd) in atl1c_get_tx_buffer()
2086 struct atl1c_tpd_desc **tpd, in atl1c_tso_csum()
2188 struct atl1c_tpd_desc *tpd; in atl1c_tx_rollback() local
2205 struct sk_buff *skb, struct atl1c_tpd_desc *tpd, in atl1c_tx_map()
2315 struct atl1c_tpd_desc *tpd; in atl1c_xmit_frame() local
/linux/drivers/gpu/drm/i915/display/
A Ddvo_ch7xxx.c280 u8 tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local
/linux/drivers/net/ethernet/atheros/alx/
A Dalx.h76 struct alx_txd *tpd; member
A Dmain.c1460 struct alx_txd *tpd, *first_tpd; in alx_map_tx_skb() local
/linux/drivers/net/ethernet/atheros/atlx/
A Datl1.c2292 struct tx_packet_desc *tpd; in atl1_tx_queue() local

Completed in 75 milliseconds