Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.h87 #define TPD_BUF_LEN_SET(tpd, val) BITS_SET((tpd)->word[0], 0, 15, val) argument
89 #define TPD_CSX_SET(tpd, val) BITS_SET((tpd)->word[1], 8, 8, val) argument
91 #define TPD_LSO(tpd) BITS_GET((tpd)->word[1], 12, 12) argument
92 #define TPD_LSO_SET(tpd, val) BITS_SET((tpd)->word[1], 12, 12, val) argument
97 #define TPD_LSOV_SET(tpd, val) BITS_SET((tpd)->word[1], 13, 13, val) argument
101 #define TPD_IPV4_SET(tpd, val) BITS_SET((tpd)->word[1], 16, 16, val) argument
105 #define TPD_TYP_SET(tpd, val) BITS_SET((tpd)->word[1], 17, 17, val) argument
107 #define TPD_BUFFER_ADDR_L_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
111 #define TPD_CVLAN_TAG_SET(tpd, val) BITS_SET((tpd)->word[3], 0, 15, val) argument
114 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
[all …]
Demac-mac.c1034 struct emac_tx_queue *tx_q, struct emac_tpd *tpd) in emac_tx_tpd_create()
1256 struct emac_tpd *tpd) in emac_tso_csum()
1340 struct emac_tpd *tpd) in emac_tx_fill_tpd()
1450 struct emac_tpd tpd; in emac_mac_tx_buf_send() local
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1596 atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd) in atl1e_get_tx_buffer()
1633 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tso_csum()
1705 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tx_map()
1848 struct atl1e_tpd_desc *tpd) in atl1e_tx_queue()
1864 struct atl1e_tpd_desc *tpd; in atl1e_xmit_frame() local
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1956 atl1c_get_tx_buffer(struct atl1c_adapter *adapter, struct atl1c_tpd_desc *tpd) in atl1c_get_tx_buffer()
1984 struct atl1c_tpd_desc **tpd, in atl1c_tso_csum()
2088 struct atl1c_tpd_desc *tpd; in atl1c_tx_rollback() local
2105 struct sk_buff *skb, struct atl1c_tpd_desc *tpd, in atl1c_tx_map()
2204 struct atl1c_tpd_desc *tpd, enum atl1c_trans_queue type) in atl1c_tx_queue()
2218 struct atl1c_tpd_desc *tpd; in atl1c_xmit_frame() local
/Linux-v4.19/drivers/atm/
Dhe.c1612 struct he_tpd *tpd; in __alloc_tpd() local
1808 struct he_tpd *tpd; in he_service_tbrq() local
2054 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) in __enqueue_tpd()
2337 struct he_tpd *tpd; in he_close() local
2495 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.c1562 struct tpd* tpd; in fore200e_send() local
Dhe.h182 volatile u32 tpd; member
/Linux-v4.19/drivers/gpu/drm/i915/
Ddvo_ch7xxx.c279 u8 tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local
/Linux-v4.19/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-v4.19/drivers/net/ethernet/atheros/atlx/
Datl1.c2312 struct tx_packet_desc *tpd; in atl1_tx_queue() local