Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dprism2.c375 static int hfa384x_copy_to_bap(hfa384x_t *hw, UINT16 id, UINT16 offset, in hfa384x_copy_to_bap() function
518 result = hfa384x_copy_to_bap( hw, rid, 0, &rec, sizeof(rec)); in hfa384x_drvr_setconfig()
525 result = hfa384x_copy_to_bap( hw, rid, sizeof(rec), buf, len); in hfa384x_drvr_setconfig()
692 result = hfa384x_copy_to_bap(hw, fid, 0, &txdesc, sizeof(txdesc)); in prism2_transmit()
694 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc), &p80211hdr, sizeof(p80211hdr) ); in prism2_transmit()
696 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc) + sizeof(p80211hdr), (UINT8*)p, s ); in prism2_transmit()
Dhfa384x.h2883 hfa384x_copy_to_bap(