Searched defs:txpd (Results 1 - 7 of 7) 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.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 Dhost.h292 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;
/drivers/net/wireless/mwifiex/
H A Dfw.h338 struct txpd { struct

Completed in 157 milliseconds