Home
last modified time | relevance | path

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

/drivers/net/wireless/libertas_tf/
Dlibertas_tf.h259 struct txpd { struct
261 __le32 tx_status;
263 __le32 tx_control;
264 __le32 tx_packet_location;
266 __le16 tx_packet_length;
268 u8 tx_dest_addr_high[2];
270 u8 tx_dest_addr_low[4];
272 u8 priority;
274 u8 powermgmt;
276 u8 pktdelay_2ms;
[all …]
Dmain.c218 struct txpd *txpd; in lbtf_tx_work() local
/drivers/net/wireless/libertas/
Dtx.c64 struct txpd *txpd; in lbs_hard_start_xmit() local
Dhostcmd.h15 struct txpd { struct
17 __le32 tx_status;
19 __le32 tx_control;
20 __le32 tx_packet_location;
22 __le16 tx_packet_length;
24 u8 tx_dest_addr_high[2];
26 u8 tx_dest_addr_low[4];
28 u8 priority;
30 u8 powermgmt;
32 u8 pktdelay_2ms;
[all …]