Home
last modified time | relevance | path

Searched defs:txpd (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/drivers/net/wireless/libertas_tf/
Dlibertas_tf.h264 struct txpd { struct
266 __le32 tx_status;
268 __le32 tx_control;
269 __le32 tx_packet_location;
271 __le16 tx_packet_length;
273 u8 tx_dest_addr_high[2];
275 u8 tx_dest_addr_low[4];
277 u8 priority;
279 u8 powermgmt;
281 u8 pktdelay_2ms;
[all …]
Dmain.c249 struct txpd *txpd; in lbtf_tx_work() local
/linux-3.3/drivers/net/wireless/libertas/
Dtx.c68 struct txpd *txpd; in lbs_hard_start_xmit() local
Dmesh.h69 #define lbs_mesh_set_txpd(priv, dev, txpd) argument
Dhost.h292 struct txpd { struct
294 union {
305 } u;
307 __le32 tx_control;
308 __le32 tx_packet_location;
310 __le16 tx_packet_length;
312 u8 tx_dest_addr_high[2];
314 u8 tx_dest_addr_low[4];
316 u8 priority;
318 u8 powermgmt;
[all …]
Dmesh.c1100 struct net_device *dev, struct txpd *txpd) in lbs_mesh_set_txpd()
/linux-3.3/drivers/net/wireless/mwifiex/
Dfw.h343 struct txpd { struct
344 u8 bss_type;
345 u8 bss_num;
346 __le16 tx_pkt_length;
347 __le16 tx_pkt_offset;
348 __le16 tx_pkt_type;
349 __le32 tx_control;
350 u8 priority;
351 u8 flags;
352 u8 pkt_delay_2ms;
[all …]
/linux-3.3/drivers/net/ethernet/sfc/
Dtxc43128_phy.c378 int txpd = (1 << TXC_ATXCTL_TXPD3_LBN) | (1 << TXC_ATXCTL_TXPD2_LBN) in txc_analog_lane_power() local