Symbol: txpd
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
375
int txpd = (1 << TXC_ATXCTL_TXPD3_LBN) | (1 << TXC_ATXCTL_TXPD2_LBN)
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
383
txctl &= ~txpd;
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
386
txctl |= txpd;
drivers/net/wireless/marvell/libertas/defs.h
263
(ETH_FRAME_LEN + sizeof(struct txpd) + EXTRA_LEN)
drivers/net/wireless/marvell/libertas/mesh.c
1083
struct net_device *dev, struct txpd *txpd)
drivers/net/wireless/marvell/libertas/mesh.c
1087
txpd->tx_control |= cpu_to_le32(TxPD_MESH_FRAME);
drivers/net/wireless/marvell/libertas/mesh.c
1089
txpd->u.bss.bss_num = MESH_IFACE_ID;
drivers/net/wireless/marvell/libertas/mesh.h
34
struct txpd;
drivers/net/wireless/marvell/libertas/mesh.h
39
struct net_device *dev, struct txpd *txpd);
drivers/net/wireless/marvell/libertas/mesh.h
68
#define lbs_mesh_set_txpd(priv, dev, txpd) do { } while (0)
drivers/net/wireless/marvell/libertas/tx.c
110
txpd = (void *)priv->tx_pending_buf;
drivers/net/wireless/marvell/libertas/tx.c
111
memset(txpd, 0, sizeof(struct txpd));
drivers/net/wireless/marvell/libertas/tx.c
116
BUILD_BUG_ON(sizeof(txpd->tx_dest_addr) != ETH_ALEN);
drivers/net/wireless/marvell/libertas/tx.c
121
txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate));
drivers/net/wireless/marvell/libertas/tx.c
128
memcpy(&txpd->tx_dest_addr, p802x_hdr + 4, ETH_ALEN);
drivers/net/wireless/marvell/libertas/tx.c
131
memcpy(&txpd->tx_dest_addr, p802x_hdr, ETH_ALEN);
drivers/net/wireless/marvell/libertas/tx.c
134
txpd->tx_packet_length = cpu_to_le16(pkt_len);
drivers/net/wireless/marvell/libertas/tx.c
135
txpd->tx_packet_location = cpu_to_le32(sizeof(struct txpd));
drivers/net/wireless/marvell/libertas/tx.c
137
lbs_mesh_set_txpd(priv, dev, txpd);
drivers/net/wireless/marvell/libertas/tx.c
139
lbs_deb_hex(LBS_DEB_TX, "txpd", (u8 *) &txpd, sizeof(struct txpd));
drivers/net/wireless/marvell/libertas/tx.c
141
lbs_deb_hex(LBS_DEB_TX, "Tx Data", (u8 *) p802x_hdr, le16_to_cpu(txpd->tx_packet_length));
drivers/net/wireless/marvell/libertas/tx.c
143
memcpy(&txpd[1], p802x_hdr, le16_to_cpu(txpd->tx_packet_length));
drivers/net/wireless/marvell/libertas/tx.c
146
priv->tx_pending_len = pkt_len + sizeof(struct txpd);
drivers/net/wireless/marvell/libertas/tx.c
69
struct txpd *txpd;
drivers/net/wireless/marvell/libertas_tf/libertas_tf.h
131
(ETH_FRAME_LEN + sizeof(struct txpd) + EXTRA_LEN)
drivers/net/wireless/marvell/libertas_tf/main.c
202
struct txpd *txpd;
drivers/net/wireless/marvell/libertas_tf/main.c
221
txpd = skb_push(skb, sizeof(struct txpd));
drivers/net/wireless/marvell/libertas_tf/main.c
229
memset(txpd, 0, sizeof(struct txpd));
drivers/net/wireless/marvell/libertas_tf/main.c
231
txpd->tx_control |= cpu_to_le32(MRVL_PER_PACKET_RATE |
drivers/net/wireless/marvell/libertas_tf/main.c
235
BUILD_BUG_ON(sizeof(txpd->tx_dest_addr) != ETH_ALEN);
drivers/net/wireless/marvell/libertas_tf/main.c
236
memcpy(&txpd->tx_dest_addr, skb->data + sizeof(struct txpd) + 4,
drivers/net/wireless/marvell/libertas_tf/main.c
238
txpd->tx_packet_length = cpu_to_le16(len);
drivers/net/wireless/marvell/libertas_tf/main.c
239
txpd->tx_packet_location = cpu_to_le32(sizeof(struct txpd));
drivers/net/wireless/marvell/libertas_tf/main.c
580
hw->extra_tx_headroom = sizeof(struct txpd);
drivers/net/wireless/marvell/libertas_tf/main.c
669
skb_pull(priv->tx_skb, sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
105
local_tx_pd->tx_pkt_offset = cpu_to_le16(sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
154
struct txpd *ptx_pd = NULL;
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
174
skb_reserve(skb_aggr, headroom + sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
227
ptx_pd = (struct txpd *)skb_aggr->data;
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
238
tx_param.next_pkt_len = skb_src->len + sizeof(struct txpd);
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
90
struct txpd *local_tx_pd;
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
95
local_tx_pd = (struct txpd *) skb->data;
drivers/net/wireless/marvell/mwifiex/11n_aggr.c
96
memset(local_tx_pd, 0, sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/sta_tx.c
115
struct txpd *local_tx_pd;
drivers/net/wireless/marvell/mwifiex/sta_tx.c
146
(sizeof(struct txpd) + adapter->intf_hdr_len);
drivers/net/wireless/marvell/mwifiex/sta_tx.c
147
skb_reserve(skb, sizeof(struct txpd) + adapter->intf_hdr_len);
drivers/net/wireless/marvell/mwifiex/sta_tx.c
148
skb_push(skb, sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/sta_tx.c
150
local_tx_pd = (struct txpd *) skb->data;
drivers/net/wireless/marvell/mwifiex/sta_tx.c
154
local_tx_pd->tx_pkt_offset = cpu_to_le16(sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/sta_tx.c
36
struct txpd *local_tx_pd;
drivers/net/wireless/marvell/mwifiex/sta_tx.c
48
local_tx_pd = (struct txpd *) skb->data;
drivers/net/wireless/marvell/mwifiex/sta_tx.c
49
memset(local_tx_pd, 0, sizeof(struct txpd));
drivers/net/wireless/marvell/mwifiex/sta_tx.c
52
pkt_length = (u16)(skb->len - (sizeof(struct txpd) + pad));
drivers/net/wireless/marvell/mwifiex/sta_tx.c
89
pkt_offset = sizeof(struct txpd) + pad;
drivers/net/wireless/marvell/mwifiex/txrx.c
107
local_tx_pd = (struct txpd *)(skb->data + hroom);
drivers/net/wireless/marvell/mwifiex/txrx.c
161
struct txpd *local_tx_pd = NULL;
drivers/net/wireless/marvell/mwifiex/txrx.c
178
local_tx_pd = (struct txpd *)(head_ptr + adapter->intf_hdr_len);
drivers/net/wireless/marvell/mwifiex/txrx.c
76
struct txpd *local_tx_pd = NULL;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
477
struct uap_txpd *txpd;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
485
pad = ((uintptr_t)skb->data - (sizeof(*txpd) + hroom)) &
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
488
skb_push(skb, sizeof(*txpd) + pad);
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
490
txpd = (struct uap_txpd *)skb->data;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
491
memset(txpd, 0, sizeof(*txpd));
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
492
txpd->bss_num = priv->bss_num;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
493
txpd->bss_type = priv->bss_type;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
494
txpd->tx_pkt_length = cpu_to_le16((u16)(skb->len - (sizeof(*txpd) +
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
496
txpd->priority = (u8)skb->priority;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
498
txpd->pkt_delay_2ms = mwifiex_wmm_compute_drv_pkt_delay(priv, skb);
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
502
txpd->tx_token_id = tx_info->ack_frame_id;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
503
txpd->flags |= MWIFIEX_TXPD_FLAGS_REQ_TX_STATUS;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
506
if (txpd->priority < ARRAY_SIZE(priv->wmm.user_pri_pkt_tx_ctrl))
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
511
txpd->tx_control =
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
512
cpu_to_le32(priv->wmm.user_pri_pkt_tx_ctrl[txpd->priority]);
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
515
pkt_offset = sizeof(*txpd) + pad;
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
518
txpd->tx_pkt_type = cpu_to_le16(pkt_type);
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
522
txpd->tx_pkt_offset = cpu_to_le16(pkt_offset);
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
527
if (!txpd->tx_control)
drivers/net/wireless/marvell/mwifiex/uap_txrx.c
529
txpd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl);
drivers/net/wireless/marvell/mwifiex/usb.c
932
(sizeof(struct txpd) + adapter->intf_hdr_len);
drivers/net/wireless/marvell/mwifiex/usb.c
960
struct txpd *local_tx_pd =
drivers/net/wireless/marvell/mwifiex/usb.c
961
(struct txpd *)((u8 *)skb->data + adapter->intf_hdr_len);
drivers/net/wireless/marvell/mwifiex/wmm.c
1260
sizeof(struct txpd) : 0);
drivers/net/wireless/marvell/mwifiex/wmm.c
1349
sizeof(struct txpd) : 0);