tx_packet_length 310 drivers/net/wireless/marvell/libertas/host.h __le16 tx_packet_length; tx_packet_length 133 drivers/net/wireless/marvell/libertas/tx.c txpd->tx_packet_length = cpu_to_le16(pkt_len); tx_packet_length 140 drivers/net/wireless/marvell/libertas/tx.c lbs_deb_hex(LBS_DEB_TX, "Tx Data", (u8 *) p802x_hdr, le16_to_cpu(txpd->tx_packet_length)); tx_packet_length 142 drivers/net/wireless/marvell/libertas/tx.c memcpy(&txpd[1], p802x_hdr, le16_to_cpu(txpd->tx_packet_length)); tx_packet_length 270 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h __le16 tx_packet_length; tx_packet_length 238 drivers/net/wireless/marvell/libertas_tf/main.c txpd->tx_packet_length = cpu_to_le16(len);