Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dlibertas_tf.h263 struct txpd { struct
265 __le32 tx_status;
267 __le32 tx_control;
268 __le32 tx_packet_location;
270 __le16 tx_packet_length;
278 u8 priority;
280 u8 powermgmt;
282 u8 pktdelay_2ms;
284 u8 reserved1;
H A Dmain.c202 struct txpd *txpd; in lbtf_tx_work() local
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dtx.c69 struct txpd *txpd; in lbs_hard_start_xmit() local
H A Dmesh.h69 #define lbs_mesh_set_txpd(priv, dev, txpd) do { } while (0) argument
H A Dhost.h292 struct txpd { struct
294 union {
305 } u;
307 __le32 tx_control;
308 __le32 tx_packet_location;
310 __le16 tx_packet_length;
318 u8 priority;
320 u8 powermgmt;
322 u8 pktdelay_2ms;
324 u8 reserved1;
H A Dmesh.c1083 struct net_device *dev, struct txpd *txpd) in lbs_mesh_set_txpd()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_txrx.c477 struct uap_txpd *txpd; in mwifiex_process_uap_txpd() local
H A Dfw.h669 struct txpd { struct
670 u8 bss_type;
671 u8 bss_num;
672 __le16 tx_pkt_length;
673 __le16 tx_pkt_offset;
674 __le16 tx_pkt_type;
675 __le32 tx_control;
676 u8 priority;
677 u8 flags;
678 u8 pkt_delay_2ms;
[all …]
/openbmc/u-boot/drivers/net/
H A Dftmac110.h17 uint32_t txpd; /* 0x18: Tx Poll Demand Register */ member
H A Dftmac100.h19 unsigned int txpd; /* 0x18 */ member
H A Dftgmac100.h23 unsigned int txpd; /* 0x18 */ member
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dtxc43128_phy.c375 int txpd = (1 << TXC_ATXCTL_TXPD3_LBN) | (1 << TXC_ATXCTL_TXPD2_LBN) in txc_analog_lane_power() local