Searched defs:txpd (Results 1 – 4 of 4) sorted by relevance
259 struct txpd { struct261 __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 …]
218 struct txpd *txpd; in lbtf_tx_work() local
64 struct txpd *txpd; in lbs_hard_start_xmit() local
15 struct txpd { struct17 __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 …]