Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
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()
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()