Searched refs:txpd (Results 1 - 13 of 13) sorted by relevance

/drivers/net/wireless/libertas/
H A Dtx.c68 struct txpd *txpd; local
111 txpd = (void *)priv->tx_pending_buf;
112 memset(txpd, 0, sizeof(struct txpd));
120 /* set txpd fields from the radiotap header */
121 txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate));
128 memcpy(txpd->tx_dest_addr_high, p802x_hdr + 4, ETH_ALEN);
131 memcpy(txpd->tx_dest_addr_high, p802x_hdr, ETH_ALEN);
134 txpd
[all...]
H A Dmesh.h35 struct txpd;
40 struct net_device *dev, struct txpd *txpd);
69 #define lbs_mesh_set_txpd(priv, dev, txpd)
H A Dmesh.c1100 struct net_device *dev, struct txpd *txpd)
1104 txpd->tx_control |= cpu_to_le32(TxPD_MESH_FRAME);
1106 txpd->u.bss.bss_num = MESH_IFACE_ID;
1099 lbs_mesh_set_txpd(struct lbs_private *priv, struct net_device *dev, struct txpd *txpd) argument
H A Ddefs.h271 (ETH_FRAME_LEN + sizeof(struct txpd) + EXTRA_LEN)
H A Dhost.h292 struct txpd { struct
/drivers/net/wireless/mwifiex/
H A Dsta_tx.c48 struct txpd *local_tx_pd;
66 local_tx_pd = (struct txpd *) skb->data;
67 memset(local_tx_pd, 0, sizeof(struct txpd));
71 (sizeof(struct txpd) + pad)));
96 local_tx_pd->tx_pkt_offset = cpu_to_le16(sizeof(struct txpd) + pad);
117 struct txpd *local_tx_pd;
118 /* sizeof(struct txpd) + Interface specific header */
140 skb_reserve(skb, sizeof(struct txpd) + INTF_HEADER_LEN);
141 skb_push(skb, sizeof(struct txpd));
143 local_tx_pd = (struct txpd *) sk
[all...]
H A D11n_aggr.c105 struct txpd *local_tx_pd;
109 local_tx_pd = (struct txpd *) skb->data;
110 memset(local_tx_pd, 0, sizeof(struct txpd));
118 /* Always zero as the data is followed by struct txpd */
119 local_tx_pd->tx_pkt_offset = cpu_to_le16(sizeof(struct txpd));
165 struct txpd *ptx_pd = NULL;
182 skb_reserve(skb_aggr, headroom + sizeof(struct txpd));
231 ptx_pd = (struct txpd *)skb_aggr->data;
H A Dtxrx.c72 struct txpd *local_tx_pd = NULL;
78 (struct txpd *) (head_ptr + INTF_HEADER_LEN);
H A Dwmm.c1033 sizeof(struct txpd) : 0);
1127 sizeof(struct txpd) : 0);
H A Dfw.h343 struct txpd { struct
/drivers/net/wireless/libertas_tf/
H A Dmain.c249 struct txpd *txpd; local
268 txpd = (struct txpd *) skb_push(skb, sizeof(struct txpd));
276 memset(txpd, 0, sizeof(struct txpd));
278 txpd->tx_control |= cpu_to_le32(MRVL_PER_PACKET_RATE |
282 memcpy(txpd->tx_dest_addr_high, skb->data + sizeof(struct txpd)
[all...]
H A Dlibertas_tf.h135 (ETH_FRAME_LEN + sizeof(struct txpd) + EXTRA_LEN)
264 struct txpd { struct
/drivers/net/ethernet/sfc/
H A Dtxc43128_phy.c378 int txpd = (1 << TXC_ATXCTL_TXPD3_LBN) | (1 << TXC_ATXCTL_TXPD2_LBN) local
386 txctl &= ~txpd;
389 txctl |= txpd;

Completed in 98 milliseconds