Home
last modified time | relevance | path

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

/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.c251 struct txpd *txpd; in lbtf_tx_work() local
/drivers/net/wireless/libertas/
Dtx.c68 struct txpd *txpd; in lbs_hard_start_xmit() local
Dhost.h291 struct txpd { struct
293 union {
304 } u;
306 __le32 tx_control;
307 __le32 tx_packet_location;
309 __le16 tx_packet_length;
311 u8 tx_dest_addr_high[2];
313 u8 tx_dest_addr_low[4];
315 u8 priority;
317 u8 powermgmt;
[all …]
Dmesh.h69 #define lbs_mesh_set_txpd(priv, dev, txpd) argument
Dmesh.c1076 struct net_device *dev, struct txpd *txpd) in lbs_mesh_set_txpd()
/drivers/net/wireless/mwifiex/
Duap_txrx.c372 struct uap_txpd *txpd; in mwifiex_process_uap_txpd() local
Dfw.h604 struct txpd { struct
605 u8 bss_type;
606 u8 bss_num;
607 __le16 tx_pkt_length;
608 __le16 tx_pkt_offset;
609 __le16 tx_pkt_type;
610 __le32 tx_control;
611 u8 priority;
612 u8 flags;
613 u8 pkt_delay_2ms;
[all …]
/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