| /Linux-v5.4/drivers/net/ethernet/qualcomm/emac/ | 
| D | emac-mac.h | 79 #define TPD_BUF_LEN_SET(tpd, val)	BITS_SET((tpd)->word[0], 0, 15, val)  argument81 #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 …]
 
 | 
| D | emac-mac.c | 1026 			       struct emac_tx_queue *tx_q, struct emac_tpd *tpd)  in emac_tx_tpd_create()1248 			 struct emac_tpd *tpd)  in emac_tso_csum()
 1332 			     struct emac_tpd *tpd)  in emac_tx_fill_tpd()
 1440 	struct emac_tpd tpd;  in emac_mac_tx_buf_send()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e_main.c | 1585 atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd)  in atl1e_get_tx_buffer()1622 		       struct sk_buff *skb, struct atl1e_tpd_desc *tpd)  in atl1e_tso_csum()
 1694 			struct sk_buff *skb, struct atl1e_tpd_desc *tpd)  in atl1e_tx_map()
 1836 			   struct atl1e_tpd_desc *tpd)  in atl1e_tx_queue()
 1852 	struct atl1e_tpd_desc *tpd;  in atl1e_xmit_frame()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atl1c/ | 
| D | atl1c_main.c | 1943 atl1c_get_tx_buffer(struct atl1c_adapter *adapter, struct atl1c_tpd_desc *tpd)  in atl1c_get_tx_buffer()1971 			  struct atl1c_tpd_desc **tpd,  in atl1c_tso_csum()
 2075 	struct atl1c_tpd_desc *tpd;  in atl1c_tx_rollback()  local
 2092 		      struct sk_buff *skb, struct atl1c_tpd_desc *tpd,  in atl1c_tx_map()
 2189 			   struct atl1c_tpd_desc *tpd, enum atl1c_trans_queue type)  in atl1c_tx_queue()
 2203 	struct atl1c_tpd_desc *tpd;  in atl1c_xmit_frame()  local
 
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | he.c | 1611 	struct he_tpd *tpd;  in __alloc_tpd()  local1807 	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
 
 | 
| D | fore200e.h | 142 typedef struct tpd {  struct144     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
 
 | 
| D | fore200e.c | 1472     struct tpd*             tpd;  in fore200e_send()  local
 | 
| D | he.h | 182 	volatile u32 tpd;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/alx/ | 
| D | alx.h | 76 	struct alx_txd *tpd;  member
 | 
| D | main.c | 1438 	struct alx_txd *tpd, *first_tpd;  in alx_map_tx_skb()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | dvo_ch7xxx.c | 280 	u8 tvco, tpcp, tpd, tlpf, idf;  in ch7xxx_mode_set()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/atheros/atlx/ | 
| D | atl1.c | 2292 	struct tx_packet_desc *tpd;  in atl1_tx_queue()  local
 |