Home
last modified time | relevance | path

Searched refs:host2hfa384x_16 (Results 1 – 23 of 23) sorted by relevance

/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/patches/
H A Dlinux-wlanng-kernel-2.6.28.patch28 - txdesc.data_len = host2hfa384x_16(skb->len+8);
31 - txdesc.data_len = host2hfa384x_16(skb->len);
33 +// txdesc.data_len = host2hfa384x_16(skb->len+8);
36 +// txdesc.data_len = host2hfa384x_16(skb->len);
42 + txdesc.data_len = host2hfa384x_16(skb->len+8);
45 + txdesc.data_len = host2hfa384x_16(skb->len);
52 + if (txdesc.data_len != host2hfa384x_16(skb->len)) {
117 - host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
119 +// host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
135 + host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
[all …]
H A Dlinux-wlanng-0.2.8.patch61 - txdesc.data_len = host2hfa384x_16(skb->len+8);
64 - txdesc.data_len = host2hfa384x_16(skb->len);
67 +// txdesc.data_len = host2hfa384x_16(skb->len+8);
70 +// txdesc.data_len = host2hfa384x_16(skb->len);
86 + if (txdesc.data_len != host2hfa384x_16(skb->len)) {
94 txdesc.tx_control = host2hfa384x_16(txdesc.tx_control);
152 - host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
157 + // host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
161 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len+8);
165 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len);
[all …]
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/patches/old/
H A Dlinux-wlan-0.2.3.packet.injection.patch61 - txdesc.data_len = host2hfa384x_16(skb->len+8);
64 - txdesc.data_len = host2hfa384x_16(skb->len);
67 +// txdesc.data_len = host2hfa384x_16(skb->len+8);
70 +// txdesc.data_len = host2hfa384x_16(skb->len);
86 + if (txdesc.data_len != host2hfa384x_16(skb->len)) {
95 txdesc.tx_control = host2hfa384x_16(txdesc.tx_control);
153 - host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
158 +// host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
162 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len+8);
166 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len);
[all …]
H A Dlinux-wlan-0.2.5.packet.injection.patch61 - txdesc.data_len = host2hfa384x_16(skb->len+8);
64 - txdesc.data_len = host2hfa384x_16(skb->len);
67 +// txdesc.data_len = host2hfa384x_16(skb->len+8);
70 +// txdesc.data_len = host2hfa384x_16(skb->len);
86 + if (txdesc.data_len != host2hfa384x_16(skb->len)) {
94 txdesc.tx_control = host2hfa384x_16(txdesc.tx_control);
151 - host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
156 + // host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
160 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len+8);
164 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len);
[all …]
H A Dwlanng-0.2.1-pre26.patch72 - txdesc.data_len = host2hfa384x_16(skb->len+8);
75 - txdesc.data_len = host2hfa384x_16(skb->len);
80 + txdesc.data_len = host2hfa384x_16(skb->len+8);
83 + txdesc.data_len = host2hfa384x_16(skb->len);
90 + if (txdesc.data_len != host2hfa384x_16(skb->len)) {
98 txdesc.tx_control = host2hfa384x_16(txdesc.tx_control);
151 - host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
157 + host2hfa384x_16(hw->txbuff.txfrm.desc.tx_control);
169 + hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len);
187 - hw->txbuff.txfrm.desc.data_len = host2hfa384x_16(skb->len);
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Dprism2.c84 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
523 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
524 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
558 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
686 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
694 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((uint16_t)(n))) macro
2779 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 uint16_t value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Dprism2.c74 #define host2hfa384x_16(n) (__cpu_to_le16((UINT16)(n))) macro
515 rec.rid = host2hfa384x_16(rid); in hfa384x_drvr_setconfig()
516 rec.reclen = host2hfa384x_16((len/2) + 1); /* note conversion to words, +1 for rid field */ in hfa384x_drvr_setconfig()
550 value = host2hfa384x_16(*val); in hfa384x_drvr_setconfig16()
678 txdesc.tx_control = host2hfa384x_16( HFA384x_TX_MACPORT_SET(0) | HFA384x_TX_STRUCTYPE_SET(1) | in prism2_transmit()
686 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); in prism2_transmit()
H A Dhfa384x.h910 #define host2hfa384x_16(n) (__cpu_to_le16((UINT16)(n))) macro
2779 UINT16 value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16()
2818 UINT16 value = host2hfa384x_16(val); in hfa384x_drvr_setconfig16_async()